Age | Commit message (Collapse) | Author |
|
* gnu/packages/recutils.scm (recutils): Upgrade to 1.6. Add cURL and
libgcrypt as inputs.
|
|
* gnu/packages/cmake.scm: bump to 2.8.12
|
|
* gnu/packages/gcc.scm (custom-gcc, gfortran-4.8, gccgo-4.8)
(gcc-objc-4.8, gcc-objc++-4.8): New variables.
|
|
* gnu/packages/video.scm (ffmpeg): Add "d" in "3d" in configure flags.
|
|
* gnu/packages/video.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module.
|
|
* gnu/packages/patches/pulseaudio-test-timeouts.patch: New file.
* gnu/packages/pulseaudio.scm (pulseaudio): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
|
|
* gnu/packages/linux.scm (bridge-utils): New variable.
|
|
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.31,
synchronise the description with GNU SRC.
|
|
* gnu/packages/gstreamer.scm (gst-plugins-base-0.10): New variable.
|
|
* gnu/packages/gstreamer.scm (gstreamer-0.10): Propagate input libxml2.
|
|
* gnu/packages/gstreamer.scm (gstreamer-0.10): New variable.
* gnu/packages/patches/gstreamer-0.10-bison3.patch,
gnu/packages/patches/gstreamer-0.10-silly-test.patch: New files.
* gnu-system.am (dist_patch_DATA): Add patches.
|
|
* gnu/packages/mit-krb5.scm (mit-krb5): Update to 1.11.3.
|
|
* gnu/packages/python.scm (python2-empy): New variable.
|
|
* gnu/packages/gcc.scm (gcc-4.8): Upgrade to 4.8.2.
|
|
* gnu/packages/xorg.scm (mesa): Update URI.
|
|
* gnu/packages/compression.scm (lzip): Update to 1.15.
|
|
* gnu/packages/sdl.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/pem.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/compression.scm (sharutils): New variable.
|
|
* gnu/packages/rsync.scm (rsync): Update to 3.1.0.
|
|
* gnu/packages/qt.scm (qt-4): Correct source uri (reported by
Cyril Roelandt <tipecaml@gmail.com>).
|
|
* gnu/packages/maths.scm (glpk): New variable.
|
|
* gnu/packages/system.scm (alive): New variable.
|
|
* gnu/packages/system.scm (dfc): Add 'native-inputs' field.
|
|
* gnu/packages/patches/glib-tests-newnet.patch: New file.
* gnu/packages/glib.scm (glib): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
* gnu/packages/gnome.scm (evince): Add #:phases argument. Remove "perl"
and "perl-xml-parser" inputs since they are not directly needed; move
"intltool" to 'native-inputs'.
|
|
* gnu/packages/gnome.scm (shared-mime-info): New variable.
|
|
* gnu/packages/python.scm (scons): New variable.
|
|
* gnu/packages/gtk.scm (harfbuzz): Update to 0.9.22; should solve the test
problems on i686.
|
|
* gnu/package/autogen.scm: New file
* gnu-system.am: Add it
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/bootstrap.scm (package-from-tarball): Remove '*' from
parameter names. Adjust accordingly.
* gnu/packages/linux-initrd.scm (expression->initrd): Use 'name'
directly, removing the 'name*' alias.
* gnu/packages/linux.scm (linux-libre-headers, linux-libre): Rename
'version*' to 'version'.
|
|
* gnu/packages/oggvorbis.scm (libtheora): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cmake.scm (cmake): Simplify the synopsis.
* gnu/packages/version-control.scm (subversion): Remove "open-source"
from the description.
|
|
* gnu/packages/gnome.scm (libgnome-keyring, evince): New variables.
|
|
* gnu/packages/pdf.scm (poppler): Add Cairo and GLib as inputs.
|
|
* gnu/packages/python.scm (python2-dogtail): New variable.
|
|
* gnu/packages/kde.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/patches/cmake-fix-tests.patch: Update to work with -p1.
* gnu/packages/cmake.scm (cmake): Drop patch flag -p0.
|
|
* gnu/packages/maths.scm (gsl): Update to 1.16, disable parallel tests
leading to a failure in vector.
|
|
* gnu/packages/gtk.scm (gtk+): Update to 3.10.1, drop no longer needed
configure flag.
|
|
* gnu/packages/qemu.scm (qemu/smb-shares): Turn 'patches' into a list.
|
|
* gnu/packages/algebra.scm (gp2c): New variable.
|
|
* gnu/packages/qt.scm (qt-4): New variable.
* gnu/packages/patches/qt4-tests.patch: New file, patch dropping tests
requiring a running X server.
|
|
* gnu/packages/version-control.scm (mercurial): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/acct.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/patches/valgrind-glibc.patch: update it.
|
|
* gnu/packages/linux.scm (linux-libre-headers):
When (%current-target-system) is true, pass it as the argument to
'build-phase'. This fixes cross-compilation.
Reported by Mark H. Weaver <mhw@netris.org>.
|
|
* gnu/packages/pulseaudio.scm (pavucontrol): New variable.
|
|
* gnu/packages/qt.scm (qt): Propagate input mesa.
|
|
* gnu/packages/qt.scm (qt): Add configure flags to disable machine specific
instructions.
|