aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
...
| * | | gnu: grep: Update to 2.15.•••* gnu/packages/base.scm (grep): Update to 2.15. Ludovic Courtès2013-11-01
| * | | Merge branch 'master' into core-updatesLudovic Courtès2013-11-01
| |\ \ \
| * | | | gnu: gmp: Update to 5.1.3.•••* gnu/packages/multiprecision.scm (gmp): Update to 5.1.3. Andreas Enge2013-10-24
| * | | | gnu: make: Update to 4.0, with Guile support.•••* gnu/packages/base.scm (gnu-make): Update to 4.0. Add Guile as an input. (gnu-make-boot0): Patch 'build.sh' so it does not attempt to build 'guile.c'. (gnu-make-final): New variable. (%final-inputs): Use it. (glibc): Add 'glibc-make-4.0.patch'. * gnu/packages/patches/glibc-make-4.0.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès2013-10-16
| * | | | gnu: base: Fix circular dependency between %final-outputs and <origin> inputs.•••* gnu/packages/base.scm (%final-inputs): Add 'package-with-bootstrap-guile' to 'finalize'. Ludovic Courtès2013-10-16
| * | | | gnu: readline: Turn 'patches' into a list.•••* gnu/packages/readline.scm (readline): Turn 'patches' into a list. Ludovic Courtès2013-10-16
| * | | | gnu: Use the 'patches' field of <origin>.•••* gnu/packages/autotools.scm (libtool): Add 'patches' field to the origin. Remove 'inputs' field. * gnu/packages/base.scm (findutils, gnu-make, binutils, glibc): Likewise. * gnu/packages/m4.scm (m4): Likewise. * gnu/packages/perl.scm (perl): Likewise. * gnu/packages/readline.scm (readline): Likewise. Ludovic Courtès2013-10-10
| * | | | gnu: bootstrap: Use the bootstrap tools for <origin> patching.•••* gnu/packages/bootstrap.scm (bootstrap-origin): Override the 'patch-guile' and 'patch-inputs' fields of SOURCE. Ludovic Courtès2013-10-10
| * | | | gnu: tar: Update to 1.17.•••* gnu/packages/base.scm (tar): Update to 1.17. Remove 'arguments' and 'inputs'. * gnu/packages/patches/tar-gets-undeclared.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove 'tar-gets-undeclared.patch'. Ludovic Courtès2013-10-10
* | | | | gnu: libextractor: Add input.•••* gnu/packages/gnunet.scm (libextractor): Add input exiv2. Andreas Enge2013-11-23
* | | | | gnu: qemu: Add GUI version.•••* gnu/packages/qemu.scm (qemu): Rename to... (qemu-headless): ... this. (qemu/smb-shares): Inherit from it. (qemu): New variable. * gnu/packages/grub.scm (qemu-for-tests): Inherit from QEMU-HEADLESS. Ludovic Courtès2013-11-23
* | | | | gnu: sdl: Propagate libx11.•••* gnu/packages/sdl.scm (sdl): Propagate LIBX11. (sdl-gfx, sdl-ttf): Remove LIBX11 from 'inputs'. Ludovic Courtès2013-11-23
* | | | | gnu: libextractor: Add optional inputs.•••* gnu/packages/gnunet.scm (libextractor): Add inputs ffmpeg and gstreamer. Andreas Enge2013-11-23
* | | | | gnu: Add SDL extension libraries.•••* gnu/packages/sdl.scm (sdl-gfx, sdl-image, sdl-mixer, sdl-net, sdl-ttf): New variables. David Thompson2013-11-23
* | | | | gnu: Add PowerTOP.•••* gnu/packages/linux.scm (powertop): New variable. Ludovic Courtès2013-11-22
* | | | | gnu: Add libnl.•••* gnu/packages/linux.scm (libnl): New variable. Ludovic Courtès2013-11-22
| |_|_|/ |/| | |
* | | | gnu: Add GNU Parallel.•••* gnu/packages/parallel.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Eric Bavier2013-11-20
* | | | gnu: Add SDL and SDL2.•••* gnu/packages/sdl.scm (sdl, sdl2): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> David Thompson2013-11-20
* | | | gnu: autogen: Upgrade to 5.18.2.•••* gnu/packages/autogen.scm (autogen): Upgrade to 5.18.2. Ludovic Courtès2013-11-19
* | | | gnu: bison: Upgrade to 3.0.1.•••* gnu/packages/bison.scm (bison): Upgrade to 3.0.1. Ludovic Courtès2013-11-19
* | | | gnu: hello: Upgrade to 2.9.•••* gnu/packages/base.scm (hello): Upgrade to 2.9. Remove 'arguments' and 'inputs' fields, which were never needed. Ludovic Courtès2013-11-19
* | | | gnu: libextractor: Upgrade to 1.2.•••* gnu/packages/gnunet.scm (libextractor): Upgrade to 1.2. Ludovic Courtès2013-11-19
* | | | gnu: freeipmi: Upgrade to 1.3.3.•••* gnu/packages/freeipmi.scm (freeipmi): Upgrade to 1.3.3. Ludovic Courtès2013-11-19
* | | | gnu: rcs: Upgrade to 5.9.1.•••* gnu/packages/version-control.scm (rcs): Upgrade to 5.9.1. Add ed as an input. Ludovic Courtès2013-11-19
* | | | gnu: lightning: Upgrade to 2.0.2.•••* gnu/packages/lightning.scm (lightning): Upgrade to 2.0.2. Ludovic Courtès2013-11-19
* | | | gnu: linux-libre: Upgrade to 3.12.•••* gnu/packages/linux.scm (linux-libre): Upgrade to 3.12. Ludovic Courtès2013-11-19
* | | | gnu: vm: Really create a QCOW2-format image.•••* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass "-f qcow2" to 'qemu-img create'. Ludovic Courtès2013-11-19
* | | | gnu: cflow: Install Emacs mode.•••* gnu/packages/cflow.scm (cflow): Add Emacs as an input. Ludovic Courtès2013-11-16
* | | | gnu: Add IceCat.•••* gnu/packages/gnuzilla.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Andreas Enge2013-11-12
* | | | gnu: Add GNU APL.•••* gnu/packages/apl.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Nikita Karetnikov2013-11-12
* | | | gnu: Add phonon.•••* gnu/packages/kde.scm (phonon): New variable. Andreas Enge2013-11-11
* | | | gnu: qt: Enable SIMD instructions available on x86_64.•••* gnu/packages/qt.scm (qt, qt-4): Enable mmx, 3dnow, sse and sse2 on x86_64. Andreas Enge2013-11-11
* | | | gnu: Add GVPE.•••* gnu/packages/gvpe.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2013-11-11
* | | | gnu: Add GNU complexity.•••* gnu/packages/complexity.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2013-11-11
| |_|/ |/| |
* | | gnu: lapack: Use origin snippet to remove the non-free files.•••* gnu/packages/maths.scm (lapack): Add 'snippet' field with contents of former 'remove-non-free-files' phase; remove that phase. Ludovic Courtès2013-11-07
* | | gnu: Add LAPACK.•••* gnu/packages/maths.scm (lapack): New variable. Nikita Karetnikov2013-11-07
* | | gnu: recutils: Upgrade to 1.6.•••* gnu/packages/recutils.scm (recutils): Upgrade to 1.6. Add cURL and libgcrypt as inputs. Ludovic Courtès2013-11-03
* | | gnu: cmake: Bump to 2.8.12•••* gnu/packages/cmake.scm: bump to 2.8.12 Cyril Roelandt2013-11-02
* | | gnu: Add GCC front ends for Fortran, Go, Objective C, and Objective C++.•••* gnu/packages/gcc.scm (custom-gcc, gfortran-4.8, gccgo-4.8) (gcc-objc-4.8, gcc-objc++-4.8): New variables. Nikita Karetnikov2013-11-01
* | | gnu: ffmpeg: Fix typo in configure flags.•••* gnu/packages/video.scm (ffmpeg): Add "d" in "3d" in configure flags. Andreas Enge2013-11-01
* | | gnu: Add ffmpeg.•••* gnu/packages/video.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add module. Andreas Enge2013-11-01
| |/ |/|
* | gnu: pulseaudio: increase timeout of thread test.•••* gnu/packages/patches/pulseaudio-test-timeouts.patch: New file. * gnu/packages/pulseaudio.scm (pulseaudio): Add patch. * gnu-system.am (dist_patch_DATA): Add patch. Mark H Weaver2013-11-01
* | gnu: Add bridge-utils.•••* gnu/packages/linux.scm (bridge-utils): New variable. Ludovic Courtès2013-10-31
* | gnu: libmicrohttpd: Update to 0.9.31.•••* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.31, synchronise the description with GNU SRC. Andreas Enge2013-10-30
* | gnu: Add gst-plugins-base-0.10.•••* gnu/packages/gstreamer.scm (gst-plugins-base-0.10): New variable. Andreas Enge2013-10-30
* | gnu: gstreamer-0.10: Propagate input libxml2.•••* gnu/packages/gstreamer.scm (gstreamer-0.10): Propagate input libxml2. Andreas Enge2013-10-30
* | gnu: Add gstreamer-0.10.•••* 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. Andreas Enge2013-10-30
* | gnu: mit-krb5: Update to 1.11.3.•••* gnu/packages/mit-krb5.scm (mit-krb5): Update to 1.11.3. Andreas Enge2013-10-29
* | gnu: Add python2-empy.•••* gnu/packages/python.scm (python2-empy): New variable. Ludovic Courtès2013-10-29
* | gnu: gcc-4.8: Upgrade to 4.8.2.•••* gnu/packages/gcc.scm (gcc-4.8): Upgrade to 4.8.2. Nikita Karetnikov2013-10-28