gnu: Add Cairomm.
* gnu/packages/gtk.scm (cairomm): New variable.
Update 'AUTHORS'.
* AUTHORS: Add Alex, Joshua, and Aljosha.
gnu: Add alsa-utils.
* gnu/packages/linux.scm (alsa-utils): New variable.
gnu: xmlto: Keep references to libxml2, libxslt, and util-linux programs.
* gnu/packages/xml.scm (xmlto): Add 'arguments' field.
[inputs]: Add libxml2 and libxslt.
gnu: Gracefully handle circular dependencies between 'base' and 'linux'.
* gnu/packages/base.scm (linux-libre-headers-boot0): Turn into a thunk.
User updated.
gnu: pari-gp: Update to 2.5.5.
* gnu/packages/algebra.scm (pari-gp): Update to 2.5.5.
gnu: mutt: Add input gpgme.
* gnu/packages/mail.scm (mutt): Add input gpgme.
gnu: Add gpgme.
* gnu/packages/gnupg.scm (gpgme): New variable.
gnu: icu4c: Patch RUNPATH of libraries.
* gnu/packages/icu4c.scm (icu4c): Elf-patch RUNPATH of libraries, for instance
of libicuuc.so.
gnu: cdparanoia: Fix links of internal libraries into binary.
* gnu/packages/cdrom.scm (cdparanoia): Use patchelf to link internal libraries
into binary.
gnu: Add libsigc++ and glibmm.
* gnu/packages/glib.scm (libsigc++, glibmm): New variable.
gnu: gobject-introspection: Export via #:export.
* gnu/packages/glib.scm: Export 'gobject-instrospection' via the
#:export clause.
gnu: Add freeglut, glu, and FTGL.
* gnu/packages/gl.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: ao: Build PulseAudio back-end.
* gnu/packages/oggvorbis.scm (ao): Add PulseAudio as an input.
gnu: oggvorbis: Use #:export clause.
* gnu/packages/oggvorbis.scm: Use #:export clause instead of
'define-public'.
gnu: pulseaudio: Add dependency on libcap.
* gnu/packages/pulseaudio.scm (pulseaudio): Add dependency on libcap.
gnu: Add libcap.
* gnu/packages/linux.scm (libcap): New variable.
download: Add Debian mirrors.
* guix/download.scm (%mirrors)[debian]: New set of mirrors.
gnu: gnupg: Upgrade to 2.0.22.
* gnu/packages/gnupg.scm (gnupg): Update to 2.0.22. This release fixes
security issue CVE-2013-4402 in the OpenPGP packet parser.