summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2015-01-17gnu: linux-libre: Update to 3.18.3Jason Self
* gnu/packages/linux.scm (linux-libre): Update to version 3.18.3.
2015-01-17gnu: rasqal: Update to 0.9.33.Andreas Enge
* gnu/packages/rdf.scm (rasqal): Update to 0.9.33.
2015-01-17gnu: raptor2: Update to 2.0.15.Andreas Enge
* gnu/packages/rdf.scm (raptor2): Update to 2.0.15.
2015-01-17gnu: Add fvwm.宋文武
* gnu/packages/fvwm.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-01-17gnu: fontconfig: Propagate expat and freetype.Mark H Weaver
* gnu/packages/fontutils.scm (fontconfig)[inputs]: Move expat and freetype ... [propagated-inputs]: ... to here.
2015-01-17gnu: ffmpeg: Augment rpath of libraries.宋文武
* gnu/packages/video.scm (ffmpeg)[arguments]<phases>[add-lib-to-run-path]: Add $out/lib to the RUNPATH of libraries.
2015-01-16gnu: fontconfig: Update to 2.11.92.Andreas Enge
* gnu/packages/fontutils.scm (fontconfig): Update to 2.11.92.
2015-01-16gnu: e2fsck-static: Use really statically-linked executables.Ludovic Courtès
* gnu/packages/linux.scm (e2fsprogs/static): New variable. (e2fsck/static): Use it in 'inputs'.
2015-01-16gnu: Add CGAL.Ludovic Courtès
* gnu/packages/graphics.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-01-16gnu: Add Eigen.Ludovic Courtès
* gnu/packages/algebra.scm (eigen): New variable.
2015-01-16gnu: Add IPython.Federico Beffa
* gnu/packages/python.scm (python-ipython, python2-ipython): New variable.
2015-01-16gnu: icecat: Add fixes for CVE-2014-{8634,8638,8639,8641}.Mark H Weaver
* gnu/packages/patches/icecat-CVE-2014-8634-pt1.patch, gnu/packages/patches/icecat-CVE-2014-8634-pt2.patch, gnu/packages/patches/icecat-CVE-2014-8638-pt1.patch, gnu/packages/patches/icecat-CVE-2014-8638-pt2.patch, gnu/packages/patches/icecat-CVE-2014-8639.patch, gnu/packages/patches/icecat-CVE-2014-8641.patch, gnu/packages/patches/icecat-armhf-xpcom.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
2015-01-16Merge branch 'core-updates'Ludovic Courtès
Conflicts: gnu/packages/bootstrap.scm
2015-01-16gnu: add RetroArch.宋文武
* gnu/packages/games.scm (retroarch): New variable.
2015-01-15gnu: gd: Update to 2.1.1.Mark H Weaver
* gnu/packages/patches/gd-mips64-deplibs-fix.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/gd.scm (gd): Update to 2.1.1. Update source URI. Remove patch. Remove 'chdir' phase. Add pkg-config to native-inputs.
2015-01-15gnu: gdb: Update to 7.8.2.Ludovic Courtès
* gnu/packages/gdb.scm (gdb): Update to 7.8.2.
2015-01-15gnu: nix: Update to 1.8.Ludovic Courtès
* gnu/packages/package-management.scm (nix): Update to 1.8.
2015-01-15gnu: plotutils: Do not propagate libXaw.Ludovic Courtès
* gnu/packages/plotutils.scm (plotutils): Move LIBXAW from 'propagated-inputs' to 'inputs'. Add 'snippet'.
2015-01-15gnu: mercurial: Update to 3.2.4.Ludovic Courtès
* gnu/packages/version-control.scm (mercurial): Update to 3.2.4.
2015-01-15gnu: teckit: Add alternate source URL.Mark H Weaver
Fixes <http://bugs.gnu.org/19600>. * gnu/packages/fontutils.scm (teckit)[source]: Add Fedora mirror.
2015-01-15gnu: ninja: Disable testcase SubprocessTest.InterruptChild.宋文武
* gnu/packages/patches/ninja-tests.patch: New file. * gnu/packages/ninja.scm (ninja): Add the patch. * gnu-system.am (dist_patch_DATA): Add it.
2015-01-14gnu: cross-base: Don't build the cross-compilers with target = host.Ludovic Courtès
* gnu/packages/cross-base.scm (xgcc-mips64el)[supported-systems]: Delete "mips64el-linux". (xgcc-armhf)[supported-systems]: Delete "armhf-linux".
2015-01-14gnu: Don't build the mips64el-linux-gnuabi64 cross-compiler on i686.Ludovic Courtès
Fixes <http://bugs.gnu.org/19598>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/cross-base.scm (xgcc-mips64el): Remove "i686-linux" from 'supported-systems'.
2015-01-14packages: Convert source derivations to monadic style.Ludovic Courtès
* guix/packages.scm (origin->derivation): Take body from 'package-source-derivation', and change it to monadic style. Expect METHOD to a monadic procedure. (package-source-derivation): Define in terms of 'origin->derivation'. * guix/download.scm (url-fetch): Remove 'store' argument. Remove 'guile-for-build' variable. Turn into a monadic procedure. * guix/git-download.scm (git-fetch): Likewise. * guix/svn-download.scm (svn-fetch): Likewise. * tests/builders.scm (url-fetch*): New procedure. Change tests to call 'url-fetch*' instead of 'url-fetch'. * tests/packages.scm ("package-source-derivation, snippet"): Remove 'store' parameter of 'fetch' and change it to use 'interned-file' instead of 'add-to-store'. * gnu/packages/bootstrap.scm (bootstrap-origin)[boot]: Remove 'store' parameter.
2015-01-14gnu: tre: Build a locale for the tests.Mark H Weaver
* gnu/packages/tre.scm (tre)[arguments]: Add 'install-locales' phase.
2015-01-13gnu: guile-ncurses: Build a UTF-8 locale for the tests.Mark H Weaver
* gnu/packages/guile.scm (guile-ncurses)[arguments]: Add 'install-locales' phase.
2015-01-13gnu: Add zerofree.Ludovic Courtès
* gnu/packages/linux.scm (zerofree): New variable.
2015-01-13gnu: e2fsprogs: Install libext2fs.Ludovic Courtès
* gnu/packages/linux.scm (e2fsprogs)[source]: Add 'snippet'. [arguments]: Add --enable-elf-shlibs to #:configure-flags. Add #:make-flags.
2015-01-13gnu: gnutls: Update to 3.2.21.Mark H Weaver
* gnu/packages/gnutls.scm (gnutls): Update to 3.2.21.
2015-01-13gnu: openssl: Update to 1.0.1k.Mark H Weaver
* gnu/packages/openssl.scm (openssl): Update to 1.0.1k.
2015-01-13gnu: Add GLEW.Ludovic Courtès
* gnu/packages/gl.scm (glew): New variable.
2015-01-13gnu: wireless-tools: Describe it as deprecated.Ludovic Courtès
* gnu/packages/linux.scm (wireless-tools)[description]: Explain that it is deprecated in favor of 'iw'.
2015-01-13gnu: guix: Update snapshot.Ludovic Courtès
* gnu/packages/package-management.scm (guix-devel): Update snapshot. Remove now-unneeded sub-module stuff in the 'bootstrap' phase.
2015-01-13Merge branch 'master' into core-updatesMark H Weaver
2015-01-13gnu: xorg-server: Update to 1.16.3.Mark H Weaver
* gnu/packages/xorg.scm (xorg-server): Update to 1.16.3.
2015-01-13gnu: Add QPDF.Ricardo Wurmus
* gnu/packages/pdf.scm (qpdf): New variable.
2015-01-12gnu: Add iw.Mark H Weaver
* gnu/packages/linux.scm (iw): New variable.
2015-01-12gnu: libnl: Update to 3.2.25.Mark H Weaver
* gnu/packages/linux.scm (libnl): Update to 3.2.25.
2015-01-12gnu: libpng: Update to 1.5.21.Mark H Weaver
* gnu/packages/image.scm (libpng): Update to 1.5.21.
2015-01-12gnu: Move xlockmore to (gnu packages xdisorg).Ludovic Courtès
* gnu/packages/xlockmore.scm: Remove. * gnu/packages/xdisorg.scm (xlockmore): New variable, from xlockmore.scm. * gnu-system.am (GNU_SYSTEM_MODULES): Remove xlockmore.scm.
2015-01-12gnu: xlockmore: Update to 5.45.Ludovic Courtès
* gnu/packages/xlockmore.scm (xlockmore): Update to 5.45. [arguments]: Add #:configure-flags.
2015-01-12gnu: evince: Add inputs.Federico Beffa
* gnu/packages/gnome.scm (evince): Add 'dconf' and 'libcanberra' inputs. Remove custom phase 'set-mime-search-path which is now handled by glib-or-gtk-build-system.
2015-01-12gnu: libcanberra: Add default sounds support.Federico Beffa
* gnu/packages/libcanberra.scm (libcanberra): Add input 'sound-theme-freedesktop'. Add "libcanberra-sound-theme-freedesktop.patch" and related phase 'patch-default-sounds-directory to patch the default sounds directory.
2015-01-12gnu: dconf: Add dconf.Federico Beffa
* gnu/packages/gnome.scm (dconf): New variable.
2015-01-12gnu: ffmpeg: Update to 2.5.3Jason Self
* gnu/packages/video.scm (ffmpeg): Update to version 2.5.3.
2015-01-12gnu: ffmpeg-2.2: Update to 2.2.11Jason Self
* gnu/packages/video.scm (ffmpeg-2.2): Update to version 2.2.11.
2015-01-12gnu: gp2c: Update to 0.0.9pl2.Andreas Enge
* gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl2.
2015-01-12gnu: pari-gp: Update to 2.7.2.Andreas Enge
* gnu/packages/algebra.scm (pari-gp): Update to 2.7.2.
2015-01-11gnu: sqlite: Update to 3.8.7.4.Mark H Weaver
* gnu/packages/patches/sqlite-large-page-size-fix.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/databases.scm (sqlite): Update to 3.8.7.4. Remove patch.
2015-01-11gnu: curl: Update to 7.40.0.Mark H Weaver
* gnu/packages/patches/curl-gss-api-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/curl.scm (curl): Update to 7.40.0. Add patch.