| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/gnunet.scm (libextractor): Upgrade to 1.2.
|
|
|
|
| |
* gnu/packages/freeipmi.scm (freeipmi): Upgrade to 1.3.3.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (rcs): Upgrade to 5.9.1. Add ed as
an input.
|
|
|
|
| |
* gnu/packages/lightning.scm (lightning): Upgrade to 2.0.2.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre): Upgrade to 3.12.
|
|
|
|
|
| |
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass "-f
qcow2" to 'qemu-img create'.
|
|
|
|
| |
* gnu/packages/cflow.scm (cflow): Add Emacs as an input.
|
|
|
|
|
| |
* gnu/packages/gnuzilla.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
|
| |
* gnu/packages/apl.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
| |
* gnu/packages/kde.scm (phonon): New variable.
|
|
|
|
| |
* gnu/packages/qt.scm (qt, qt-4): Enable mmx, 3dnow, sse and sse2 on x86_64.
|
|
|
|
|
| |
* gnu/packages/gvpe.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
|
| |
* gnu/packages/complexity.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
|
| |
* gnu/packages/maths.scm (lapack): Add 'snippet' field with contents of
former 'remove-non-free-files' phase; remove that phase.
|
|
|
|
| |
* gnu/packages/maths.scm (lapack): New variable.
|
|
|
|
|
| |
* 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.
|