summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: python2-pyicu: Update to 1.8.Andreas Enge2014-10-24
| | | | * gnu/packages/python.scm (python2-pyicu): Update to 1.8.
* gnu: vlc: Update to 2.1.5.Mark H Weaver2014-10-23
| | | | * gnu/packages/video.scm (vlc): Update to 2.1.5.
* gnu: icecat: Update to 31.2.0.Mark H Weaver2014-10-23
| | | | | * gnu/packages/gnuzilla.scm (icecat): Update to 31.2.0. Download source from GNU mirrors.
* gnu: emacs: Update to 24.4.Mark H Weaver2014-10-21
| | | | | | | | | * gnu/packages/patches/emacs-configure-sh.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/emacs.scm (emacs): Update to 24.4. Add 'acl' as input. Remove --with-crt-dir configure option. (emacs-no-x-toolkit): Add 'inotify-tools' as input. Adjust to cope with the lack of configure-flags in the main 'emacs' package.
* gnu: ccache: Upgrade to 3.1.10.Eric Bavier2014-10-20
| | | | | | | * gnu/packages/ccache.scm (ccache): Upgrade to 3.1.10. [source]: Remove patches. * gnu/packages/patches/ccache-stdc-predef-test.patch: Delete patch. * gnu-system.am (dist_patch_DATA): Remove it.
* gnu: ffmpeg: Update to 2.4.2.Jason Self2014-10-20
| | | | * gnu/packages/video.scm (ffmpeg): Update to version 2.4.2.
* gnu: Add sane-backendsJohn Darrington2014-10-20
| | | | | * gnu/packages/scanner.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: sqlite: Add readline as input.Andreas Enge2014-10-20
| | | | * gnu/packages/databases.scm (sqlite): Add input readline.
* gnu: Add 'version-prefix' and 'version-major+minor'; use them.Ian Denhardt2014-10-20
| | | | | | | | | | | | | | | | | | The procedure version-prefix truncates a version string to a certain number of components. version-major+minor is a special case of this, which extracts the "major.minor" part of the string. Previously this was handled by an expression common to several packages. * guix/utils.scm (version-prefix, version-major+minor): New procedures * gnu/packages/backup.scm (duplicity): Use version-major+minor. * gnu/packages/cmake.scm (cmake): Likewise. * gnu/packages/gnome.scm (libbonobo, libbonoboui): Likewise. * gnu/packages/gnutls.scm (gnutls): Likewise. * gnu/packages/mail.scm (gmime): Likewise. * gnu/packages/mpd.scm (mpd): Likewise. * gnu/packages/mpi.scm (openmpi): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ntpJohn Darrington2014-10-19
| | | | | * gnu/packages/ntp.scm: New file. * gnu-system.am (gnu/packages/ntp.scm): Add it.
* gnu: valgrind: Don't build on mipsel64-linux.Ludovic Courtès2014-10-17
| | | | * gnu/packages/valgrind.scm (valgrind): Add 'supported-systems'.
* gnu: sdl-gfx: Build only on Intel machines.Ludovic Courtès2014-10-17
| | | | * gnu/packages/sdl.scm (sdl-gfx): Add 'supported-systems' field.
* gnu: linux-libre: Update to 3.17.1.Jason Self2014-10-16
| | | | * gnu/packages/linux.scm (linux-libre): Update to version 3.17.1.
* gnu: gnutls: Patch bug in 'set-session-server-name!'.Ludovic Courtès2014-10-14
| | | | | | * gnu/packages/patches/gnutls-server-name-fix.patch: New file. * gnu/packages/gnutls.scm (gnutls)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add xboingJohn Darrington2014-10-13
| | | | * gnu/packages/games.scm (xboing): New variable.
* gnu: gnutls: Update to 3.2.19.Ludovic Courtès2014-10-13
| | | | * gnu/packages/gnutls.scm (gnutls): Update to 3.2.19.
* gnu: xfig, transfig: Patch compiler flags for mips and i686.Eric Bavier2014-10-13
| | | | | * gnu/packages/xfig.scm (xfig, transfig)[arguments]: Have Makefile substitution match for more targets.
* gnu: nss-mdns: Add alternate source URLs.Mark H Weaver2014-10-13
| | | | | | | Based on 8c43746 by Ludovic Courtès <ludo@gnu.org>. Fixes <http://bugs.gnu.org/18704>. * gnu/packages/avahi.scm (nss-mdns)[source]: Add Debian and Fedora mirrors.
* gnu: icu4c: Reinstate RUNPATH on shared libraries.Ludovic Courtès2014-10-13
| | | | | | | | | Fixes <http://bugs.gnu.org/18695>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/icu4c.scm (icu4c)[arguments]: In 'add-lib-to-runpath', reinstate RUNPATH on files under lib/. Fixes a regression introduced in commit 7239828.
* gnu: guile-ssh: Update to 0.7.1.Ludovic Courtès2014-10-13
| | | | | | | * gnu/packages/ssh.scm (guile-ssh)[source]: Update to 0.7.1. [arguments]: Remove ssh/Makefile.am fiddling from 'autoreconf' phase. Remove #:parallel-build? argument. [inputs]: Add LIBGCRYPT-1.5.
* gnu: libssh: Add libgcrypt bug-fix patch.Ludovic Courtès2014-10-13
| | | | | | Suggested by Artyom Poptsov <poptsov.artyom@gmail.com>. * gnu/packages/ssh.scm (libssh)[source]: Add 'patches'.
* gnu: guix: Update development snapshot.Ludovic Courtès2014-10-13
| | | | | | | * gnu/packages/package-management.scm (guix-0.7): Make public. (guix-devel)[source]: Update to commit 14e84b2. [propagated-inputs]: New field. (guix): Alias for GUIX-DEVEL.
* gnu: Add unixodbcJohn Darrington2014-10-12
| | | | * gnu/packages/databases.scm (unixodbc): New variable.
* gnu: magit: Update to 1.2.1.Mark H Weaver2014-10-12
| | | | * gnu/packages/emacs.scm (magit): Update to 1.2.1.
* gnu: libarchive: Apply fixes including for CVE-2013-0211.Mark H Weaver2014-10-11
| | | | | | | | * gnu/packages/patches/libarchive-CVE-2013-0211.patch, gnu/packages/patches/libarchive-fix-lzo-test-case.patch, gnu/packages/patches/libarchive-mtree-filename-length-fix.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/backup.scm (libarchive)[source]: Add patches.
* gnu: Add transfig.Eric Bavier2014-10-11
| | | | * gnu/packages/xfig.scm (transfig): New variable.
* gnu: Add xfig.Eric Bavier2014-10-11
| | | | | * gnu/packages/xfig.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: libjpeg: Upgrade to version 9a.Eric Bavier2014-10-11
| | | | * gnu/packages/image.scm (libjpeg): Upgrade to version 9a.
* gnu: Add imake.Eric Bavier2014-10-11
| | | | * gnu/packages/xorg.scm (imake): New variable.
* gnu: Add perl-zip.John Darrington2014-10-11
| | | | * gnu/packages/zip.scm (perl-zip): New variable.
* gnu: openssh: Update to 6.7p1.Mark H Weaver2014-10-11
| | | | * gnu/packages/ssh.scm (openssh): Update to 6.7p1.
* Add copyright line to gnuzilla.scm.Mark H Weaver2014-10-11
| | | | | * gnu/packages/gnuzilla.scm: Add copyright line for Mark H Weaver, which should have been added in 74c7af9 (gnu: icecat: Update to 31.1.1).
* gnu: icu4c: Correct error in the binaries' runpathJohn Darrington2014-10-10
| | | | | * gnu/packages/icu4c.scm (icu4c): Apply the RUNPATH to the binaries, instead of the libs
* gnu: icecat: Update to 31.1.1.Mark H Weaver2014-10-09
| | | | | | | | * gnu/packages/gnuzilla.scm (icecat): Update to 31.1.1. Add 'pango', 'freetype', 'libxft' and 'pulseaudio' as inputs. Set 'out-of-source?' to #t. Remove 'sanitise' phase. Adapt customized 'configure' phase to handle 'out-of-source?' build. Add '--with-l10n-base' argument to configure.
* gnu: cmake: Use our curl, zlib, expat, bzip2, and libarchive.Eric Bavier2014-10-08
| | | | | | | * gnu/packages/cmake.scm (cmake)[arguments]: Move sh-patching to new 'patch-bin-sh phase. New 'set-paths phase. [inputs]: Add curl, zlib, expat, bzip2, and libarchive. [description]: Fix space after end-of-sentence.
* gnu: slim: Fix typo in synopsis and wrap description.Eric Bavier2014-10-08
| | | | | | * gnu/packages/slim.scm (slim)[synopsis]: Fix typo. [description]: Fix two-space-after-end-of-sentence. Wrap to 80 characters.
* gnu: conkeror: install conkeror-spawn-helper.Eric Bavier2014-10-08
| | | | | | | | | * gnu/packages/conkeror.scm (conkeror)[build-system]: Change to gnu-build-system. Adjust arguments accordingly. [inputs]: Remove now-implicit bash. [native-inputs]: Remove now-implicit tar and gzip. [description]: Fix two-space-after-end-of-sentence. Remove comment about separate conkeror-spawn-process-helper package.
* gnu: Add fontforge.Eric Bavier2014-10-07
| | | | * gnu/packages/fontutils.scm (fontforge): New variable.
* gnu: Add libuninameslist.Eric Bavier2014-10-07
| | | | * gnu/packages/fontutils.scm (libuninameslist): New variable.
* gnu: Add libspiro.Eric Bavier2014-10-07
| | | | * gnu/packages/fontutils.scm (libspiro): New variable.
* gnu: Add potrace.Eric Bavier2014-10-07
| | | | * gnu/packages/fontutils.scm (potrace): New variable.
* services: Add '%facebook-host-aliases'.Ludovic Courtès2014-10-07
| | | | | * gnu/services/networking.scm (%facebook-host-aliases): New variable. * doc/guix.texi (Networking Services): Document it.
* system: Export 'local-host-aliases'.Ludovic Courtès2014-10-07
| | | | | * gnu/system.scm (local-host-aliases): New procedure. (default-/etc/hosts): Use it.
* gnu: boost: Add zlib to the inputs.John Darrington2014-10-07
| | | | * gnu/packages/boost.scm (boost): Add zlib to inputs.
* gnu: eudev: Really update to 1.10.Ludovic Courtès2014-10-07
| | | | | * gnu/packages/linux.scm (eudev)[version]: Fix typo. [source]: Add 'snippet'.
* gnu: mupdf: Update to 1.6.Mark H Weaver2014-10-06
| | | | * gnu/packages/pdf.scm (mupdf): Update to 1.6.
* gnu: mupdf: Use a source URL where older versions remain available.Mark H Weaver2014-10-06
| | | | | * gnu/packages/pdf.scm (mupdf)[source]: Download from the archive subdirectory, where both old and new versions are kept.
* gnu: eudev: Update to 1.10.Jason Self2014-10-06
| | | | * gnu/packages/linux.scm (eudev): Update to version 1.10.
* gnu: clucene: Enable the contrib-libs.John Darrington2014-10-06
| | | | * gnu/packages/rdf.scm (clucene): Enable the contribs-lib directory.
* gnu: libxdamage: Move inputs to propagated-inputsJohn Darrington2014-10-06
| | | | | * gnu/packages/xorg.scm (libxdamage): Move all existing inputs to propagated-inputs.