Age | Commit message (Expand) | Author |
2015-10-05 | gnu: wine: Update to 1.7.52, add more inputs....* gnu/packages/wine.scm (wine): Update to 1.7.52.
[inputs]: Add cups, glu and openal.
| 宋文武 |
2015-10-05 | gnu: feh: Update to 2.14....* gnu/packages/feh.scm (feh): Update to 2.14.
| 宋文武 |
2015-10-04 | gnu: calibre: Update to 2.40.0....* gnu/packages/ebook.scm (calibre): Update to 2.40.0.
| Andreas Enge |
2015-10-04 | gnu: qt: Remove bundled copy of sqlite....* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the bundled
copy of sqlite.
Partially fixes <http://bugs.gnu.org/21288>.
| Andreas Enge |
2015-10-04 | gnu: qt: Compile with system harfbuzz....* gnu/packages/qt.scm (qt)[source]: Add a snippet to remove one of the two
bundled copies of harfbuzz.
[arguments]: Pass a configure flag to use harfbuzz from the system.
Partially fixes <http://bugs.gnu.org/21288>.
| Andreas Enge |
2015-10-04 | gnu: qt: Remove the sources of qtwebengine....* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the qtwebengine
code, which was already not built anymore, and drop one patch used
previously only for qtwebengine.
[arguments]: Drop the configuration flag "-skip qtwebengine", since
deleted modules cannot be skipped.
* gnu/packages/patches/qt5-runpath.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Unregister patch.
Partially fixes <http://bugs.gnu.org/21288>.
| Andreas Enge |
2015-10-04 | gnu: Add autobuild....* gnu/packages/autotools.scm (autobuild): New variable.
| Mathieu Lirzin |
2015-10-04 | gnu: linux-libre: Update to 4.2.3....* gnu/packages/linux.scm (linux-libre): Update to 4.2.3.
| Mark H Weaver |
2015-10-04 | gnu: rtorrent: Update to 0.9.6....* gnu/packages/bittorrent.scm (rtorrent): Update to 0.9.6.
[source]: Use new URL.
| Alex Kost |
2015-10-04 | gnu: libtorrent: Update to 0.13.6....* gnu/packages/bittorrent.scm (libtorrent): Update to 0.13.6.
[source]: Use new URL.
[native-inputs]: Uncomment "cppunit" (for tests).
[argument]: Remove (to enable tests).
| Alex Kost |
2015-10-04 | gnu: libtorrent, rtorrent: Update home pages....* gnu/packages/bittorrent.scm (libtorrent): Update 'home-page'.
(rtorrent): Likewise.
| Alex Kost |
2015-10-04 | gnu: lirc: Update to 0.9.3....* gnu/packages/lirc.scm (lirc): Update to 0.9.3.
[native-inputs]: Add "libxslt".
| Alex Kost |
2015-10-04 | gnu: qt-4: Disable webkit build....* gnu/packages/qt.scm (qt-4)[source]: Add snippet to remove the webkit code
and drop one patch used previously for webkit.
[arguments]: Add configure flag to disable building the webkit module.
* gnu/packages/patches/qt4-tests.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Unregister patch.
Partially fixes <http://bugs.gnu.org/21288>.
| Andreas Enge |
2015-10-03 | gnu: libqtxdg: Fix download location....* gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location.
| Andreas Enge |
2015-10-03 | gnu: liblxqt: Fix download location....* gnu/packages/lxqt.scm (liblxqt)[source]: Fix download location.
[description]: Fix typo.
| Andreas Enge |
2015-10-03 | gnu: Add lxqt-session....* gnu/packages/lxqt.scm (lxqt-session): New variable.
| Andreas Enge |
2015-10-03 | gnu: Add lxqt-common....* gnu/packages/lxqt.scm (lxqt-common): New variable.
| Andreas Enge |
2015-10-03 | gnu: liblxqt: Fix download location....* gnu/packages/lxqt.scm (liblxqt)[source]: Use the .tar.xz release
exclusively; drop the alternative URI for .tar.gz and correct the hash.
| Andreas Enge |
2015-10-03 | gnu: Add file-roller....* gnu/packages/gnome.scm (file-roller): New variable.
| David Thompson |
2015-10-03 | gnu: vsearch: Restrict supported systems to x86_64-linux....* gnu/packages/bioinformatics.scm (vsearch)[supported-systems]: Restrict
to x86_64-linux.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| Ben Woodcroft |
2015-10-02 | gnu: libmicrohttpd: Update to 0.9.44....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.44.
| Andreas Enge |
2015-10-02 | gnu: eigen: Update to 3.2.6....* gnu/packages/algebra.scm (eigen): Update to 3.2.6.
| Andreas Enge |
2015-10-02 | gnu: valgrind: Enable the arm architecture during configuration....* gnu/packages/patches/valgrind-enable-arm.patch: New file.
* gnu/packages/valgrind.scm (valgrind)[source]: Add patch.
* gnu-system.am (dist_patch_DATA): Enable patch.
| Andreas Enge |
2015-10-02 | gnu: valgrind: Update to 3.11.0....* gnu/packages/valgrind.scm (valgrind): Update to 3.11.0.
[source]: Remove the patches
* gnu/packages/patches/valgrind-glibc-2.22.patch,
gnu/packages/patches/valgrind-linux-libre-4.x.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Unregister the patches.
| Andreas Enge |
2015-10-02 | gnu: glpk: Update to 4.56....* gnu/packages/maths.scm (glpk): Update to 4.56.
| Andreas Enge |
2015-10-02 | gnu: freeimage: Add fix for CVE-2015-0852....* gnu/packages/patches/freeimage-CVE-2015-0852.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/image.scm (freeimage)[source]: Add patch.
| Mark H Weaver |
2015-10-02 | gnu: freeimage: Update to 3.17.0....* gnu/packages/image.scm (freeimage): Update to 3.17.0.
[source]: Use 'string-concatenate' in URI computation.
| Mark H Weaver |
2015-10-02 | gnu: openjpeg-2.x: Add fix for use-after-free in opj_j2k_write_mco....* gnu/packages/patches/openjpeg-use-after-free-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/image.scm (openjpeg, openjpeg-2.0)[source]: Add patch.
[home-page]: Update.
| Mark H Weaver |
2015-10-02 | gnu: clipper: Add 'file-name' field to source origin....* gnu/packages/bioinformatics.scm (clipper)[source]: Add file-name.
| Mark H Weaver |
2015-10-02 | gnu: orc: Update to 0.4.24....* gnu/packages/gstreamer.scm (orc): Update to 0.4.24.
| Andreas Enge |
2015-10-01 | gnu: Add python-xlrd....* gnu/packages/python.scm (python-xlrd, python2-xlrd): New variables.
Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
| Ben Woodcroft |
2015-10-01 | gnu: powertop: Fix url....* gnu/packages/linux.scm (powertop): Fixed incorrect url.
| Efraim Flashner |
2015-10-01 | gnu: openblas: Fix configure flags on armhf and take target system into accou......* gnu/packages/maths.scm (openblas)[arguments]: Make package substitutable
and enable runtime cpu detection only on x86 systems. Take the target
system into account when cross compiling.
| Andreas Enge |
2015-10-01 | gnu: powertop: Update to 2.7....* gnu/packages/linux.scm (powertop): Update to 2.7.
[arguments]: Add "pciutils" to inputs.
| Efraim Flashner |
2015-10-01 | gnu: graphviz: Add "doc" output....* gnu/packages/graphviz.scm (graphviz)[outputs, arguments]: New fields.
| Efraim Flashner |
2015-10-01 | gnu: graphviz: Update to 2.38.0....* gnu/packages/graphviz.scm (graphviz): Update to 2.38.0.
| Efraim Flashner |
2015-10-01 | gnu: mpg123: Update to 1.22.4....* gnu/packages/mp3.scm (mpg123): Update to 1.22.4.
| Efraim Flashner |
2015-10-01 | gnu: mpv: Update to 0.11.0....* gnu/packages/video.scm (mpv): Update to 0.11.0.
| Efraim Flashner |
2015-10-01 | gnu: youtube-dl: Update to 2015.09.28....* gnu/packages/video.scm (youtube-dl): Update to 2015.09.28.
| Efraim Flashner |
2015-10-01 | gnu: terminology: Update to 0.9.1....* gnu/packages/enlightenment.scm (terminology): Update to 0.9.1.
| Efraim Flashner |
2015-10-01 | gnu: enlightenment: Update to 0.19.11....* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.11.
| Efraim Flashner |
2015-10-01 | gnu: Add GNU Unifont....* gnu/packages/fonts.scm (font-gnu-unifont): New variable.
| 宋文武 |
2015-10-01 | gnu: shroud: Update to 0.1.1....* gnu/packages/password-utils.scm (shroud): Update to 0.1.1.
| David Thompson |
2015-10-01 | gnu: Add shroud....* gnu/packages/password-utils.scm (shroud): New variable.
| David Thompson |
2015-10-01 | gnu: xterm: Update to 320....* gnu/packages/xorg.scm (xterm): Update to 320.
| 宋文武 |
2015-10-01 | download: Check whether HORIZONTAL ELLIPSIS can be encoded....* guix/build/download.scm (ellipsis): New procedure.
(store-path-abbreviation): Use it.
| Ludovic Courtès |
2015-10-01 | gnu: emacs: Claim 'INFOPATH'....Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>.
* gnu/packages/emacs.scm (emacs)[native-search-path]: New field.
| Ludovic Courtès |
2015-10-01 | gnu: Add vsearch....* gnu/packages/bioinformatics.scm (vsearch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ben Woodcroft |
2015-10-01 | gnu: Add cityhash....* gnu/packages/textutils.scm (cityhash): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ben Woodcroft |
2015-09-30 | gnu: linux-libre: Update to 4.2.2....* gnu/packages/linux.scm (linux-libre): Update to 4.2.2.
| Mark H Weaver |