Cyril Roelandt
9214f9bc0a
gnu: remove python-fix-dbm.patch
...
* gnu/packages/patches/python-fix-dbm.patch: remove file. It is not needed
anymore, and is probably a left-over of a failed merge.
* gnu-system.am: remove gnu/packages/patches/python-fix-dbm.patch
2014-03-25 14:41:32 +01:00
Cyril Roelandt
9a9a3adf66
gnu: Enable tests in Python 3.
...
* gnu/packages/python.scm: enable tests for Python 3
* gnu/packages/python-fix-tests.patch: New file.
* gnu/packages/gnu-system.am (dist_patch_DATA): add it.
2014-03-25 14:41:32 +01:00
Cyril Roelandt
70318b4672
gnu: Python: use /nix/.../sh instead of /bin/sh in the subprocess module
...
* gnu/packages/python.scm (python-2): patch Lib/subprocess.py to use
/nix/.../sh.
2014-03-25 14:41:32 +01:00
Cyril Roelandt
b10ab7230f
gnu: Enable the 'ctypes' module in Python.
...
* gnu/packages/python.scm (python-2): add libffi to the inputs and use it to
build the ctypes module.
2014-03-25 14:41:32 +01:00
Manolis Ragkousis
c6e9628078
gnu: autotools: Add Autoconf 2.68; turn 'autoconf-wrapper' into a procedure.
...
* gnu/packages/autotools.scm (autoconf-2.68): New variable.
(autoconf-wrapper): Turn into a procedure. Turn comment into a
docstring.
(automake): Adjust accordingly.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2014-03-24 23:57:38 +01:00
Ludovic Courtès
2ed6aa9e39
gnu: glibc: Patch mtrace.pl to avoid retaining a reference to Perl.
...
* gnu/packages/base.scm (glibc)[argument] <pre-configure phase>: Patch
malloc/mtrace.pl.
2014-03-24 01:10:17 +01:00
Mark H Weaver
6ef91c8fc0
gnu: tor: Upgrade to 0.2.4.21.
...
* gnu/packages/tor.scm (tor): Upgrade to 0.2.4.21.
2014-03-23 04:36:03 -04:00
Eric Bavier
7569c5cb35
gnu: Provide single-precision fftw library for pulseaudio
...
* gnu/packages/algebra.scm (fftwf): New variable
* gnu/packages/pulseaudio.scm (pulseaudio): Use it
2014-03-22 13:03:15 -05:00
Mark H Weaver
1eefbb2693
Merge branch 'master' into core-updates
2014-03-22 11:19:19 -04:00
Mark H Weaver
b1a01474ac
gnu: guile: Upgrade to 2.0.11.
...
* gnu/packages/guile.scm (guile): Upgrade to 2.0.11.
2014-03-22 11:14:29 -04:00
Mark H Weaver
6212b8e5d3
gnu: cmake: Install man pages and docs in share/{man,doc}.
...
* gnu/packages/cmake.scm (cmake): Pass --mandir and --docdir to configure.
Rewrite the code that selects the first two components of the version.
2014-03-22 10:34:21 -04:00
Mark H Weaver
c9a010db8a
gnu: flac: Install man pages in share/man.
...
* gnu/packages/xiph.scm (flac): Add --mandir configure flag.
2014-03-22 10:34:14 -04:00
Eric Bavier
f0cfe3c4d5
gnu: libvorbis: disable parallel tests
...
* gnu/packages/xiph.scm (libvorbis): disable parallel tests
2014-03-21 15:12:47 -05:00
Mark H Weaver
9a03b893cc
gnu: openssh: Upgrade to 6.6p1.
...
* gnu/packages/ssh.scm (openssh): Upgrade to 6.6p1.
2014-03-21 12:16:35 -04:00
Mark H Weaver
2f66e64c53
gnu: tzdata: Upgrade to 2014a.
2014-03-20 16:31:02 -04:00
Mark H Weaver
5f32ba88c4
gnu: lynx: Upgrade to 2.8.8rel.2.
...
* gnu/packages/lynx.scm (lynx): Upgrade to 2.8.8rel.2.
2014-03-20 16:21:33 -04:00
Mark H Weaver
12fa800d7e
gnu: util-macros: Install .pc file in lib/pkgconfig; remove INSTALL file.
...
* gnu/packages/xorg.scm (util-macros): Substitute "$(libdir)/pkgconfig"
for "$(datadir)/pkgconfig" in Makefile.in. After install, remove
share/util-macros/INSTALL and share/util-macros.
2014-03-20 05:08:23 -04:00
Mark H Weaver
e2ca23c584
gnu: bc: Install docs in share/man and share/info.
...
* gnu/packages/algebra.scm (bc): Pass --mandir and --infodir to configure.
2014-03-20 05:07:42 -04:00
Mark H Weaver
809e9b52bb
gnu: unzip: Install man pages in share/man.
...
* gnu/packages/zip.scm (unzip): Substitute /share/man/ for /man/ in Makefile.
2014-03-20 05:07:35 -04:00
Mark H Weaver
f6b272fa18
gnu: screen: Install docs in share/man and share/info.
...
* gnu/packages/screen.scm (screen): Add --mandir and --infodir
configure flags.
2014-03-20 05:07:26 -04:00
Mark H Weaver
0e4e89c28c
gnu: netcat: Install docs in share/man and share/info.
...
* gnu/packages/admin.scm (netcat): Add --mandir and --infodir
configure flags.
2014-03-20 05:07:18 -04:00
Ludovic Courtès
f6d47eb6d5
gnu: readline: Fix cross-compilation.
...
* gnu/packages/readline.scm (readline)[arguments]: Add
"bash_cv_wcwidth_broken=no" to #:configure-flags
when (%current-target-system) is true.
2014-03-19 23:21:34 +01:00
Ludovic Courtès
4a06f0ef2b
gnu: xterm: Upgrade to 303.
...
* gnu/packages/xorg.scm (xterm): Upgrade to 303.
2014-03-19 22:22:36 +01:00
Ludovic Courtès
0f4139e97e
gnu: imagemagick: Upgrade to 6.8.8-8.
...
* gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-8.
2014-03-19 19:12:04 +01:00
Mark H Weaver
afd1cff148
gnu: bzip2: Install man pages to share/man/man1, not share/man1.
...
* gnu/packages/compression.scm (bzip2)[fix-man-dir]: Rename "man"
to "share/man", not "share".
2014-03-19 12:06:55 -04:00
Mark H Weaver
b1d5f5da84
gnu: ncurses: Install man pages in share/man/man*, not man/man*.
...
* gnu/packages/ncurses.scm (ncurses): Add --mandir configure flag.
2014-03-19 12:05:49 -04:00
Ludovic Courtès
d7a9ed37c3
gnu: Add Window Maker.
...
* gnu/packages/gnustep.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-03-19 00:18:04 +01:00
Ludovic Courtès
7305f2f1e5
gnu: libxft: Propagate Freetype and Fontconfig.
...
* gnu/packages/xorg.scm (libxft): Move Freetype and Fontconfig from
'inputs' to 'propagated-inputs'.
2014-03-18 18:13:15 +01:00
Ludovic Courtès
39b71fc89b
gnu: guile: Upgrade to 2.0.10.
...
* gnu/packages/guile.scm (guile-2.0): Upgrade to 2.0.10.
2014-03-18 15:17:50 +01:00
Ludovic Courtès
bda1bc6c51
gnu: Make libgc 7.4 the default.
...
* gnu/packages/bdw-gc.scm (libgc): Rename to...
(libgc-7.2): ... this.
(libgc-7.4): Rename to...
(libgc): ... this.
* gnu/packages/guile.scm (guile-2.0): Switch to LIBGC.
(guile-2.0/fixed): Alias GUILE-2.0.
2014-03-18 15:14:02 +01:00
Raimon Grau
32beec1cd9
gnu: luajit: Update to 2.0.3.
...
* gnu/packages/lua.scm (luajit): Update to 2.0.3.
2014-03-17 19:04:33 +01:00
Ludovic Courtès
0562dbe5d3
Merge branch 'master' into core-updates
2014-03-17 18:26:46 +01:00
Ludovic Courtès
9b43a0ffa3
gnu: python: Change URL to https.
...
* gnu/packages/python.scm (python-2, python)[source]: Change URL to
https. This makes sure GnuTLS is available in the derivation that
downloads the source, which is required since http URLs get redirected
to https anyway. Reported by Manolis Ragkousis <manolis837@gmail.com>.
2014-03-17 18:24:13 +01:00
Ludovic Courtès
7c516af641
gnu: pulseaudio: Upgrade to 5.0.
...
* gnu/packages/pulseaudio.scm (pulseaudio): Upgrade to 5.0.
Remove patches.
* gnu/packages/patches/pulseaudio-test-timeouts.patch,
gnu/packages/patches/pulseaudio-volume-test.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
2014-03-17 18:13:06 +01:00
Ludovic Courtès
b148bd714e
gnu: fuse: Refer to the right 'mount' and 'umount' commands.
...
* gnu/packages/linux.scm (fuse)[inputs]: Change to...
[native-inputs]: ... this.
[arguments]: Add #:phases argument.
2014-03-16 23:18:36 +01:00
Ludovic Courtès
9037ea2c12
gnu: guile-xcb: Upgrade to 1.3.
...
* gnu/packages/guile-wm.scm (guile-xcb): Upgrade to 1.3.
[arguments] Pass --with-guile-site-dir= instead of --datadir=,
and pass --with-guile-site-ccache-dir=. Remove #:phases.
2014-03-13 00:04:07 +01:00
Ludovic Courtès
68276f164f
gnu: linux-libre: Build the FUSE module.
...
* gnu/packages/linux.scm (linux-libre): Set CONFIG_FUSE_FS=m.
2014-03-12 22:55:48 +01:00
Ludovic Courtès
ed7485886e
gnu: unionfs-fuse: Add statically-linked variant.
...
* gnu/packages/linux.scm (unionfs-fuse/static): New variable.
2014-03-12 15:11:30 +01:00
Mark H Weaver
bfb6b1c7b7
gnu: libgc: Upgrade to 7.2e.
...
* gnu/packages/bdw-gc.scm (libgc): Upgrade to 7.2e.
2014-03-10 23:47:40 -04:00
Ludovic Courtès
6f58d58243
More /gnu/store replacements.
...
* gnu/packages/gcc.scm (gcc-4.7): Change /nix/store in comment.
* gnu/system/vm.scm (operating-system-default-contents):
Use (%store-prefix) instead of "/nix/store".
* guix/derivations.scm (derivation-path->output-path,
derivation-path->output-paths): Change to /gnu/store in docstring.
2014-03-10 23:58:40 +01:00
Ludovic Courtès
8be3b8a39b
Change default store values from /nix/store to /gnu/store.
...
* gnu/packages/ld-wrapper.scm (%store-directory): Change the default to
/gnu/store.
* guix/build/utils.scm (%store-directory): New procedure.
(remove-store-references): Use it for the default value of 'store'.
* guix/packages.scm (patch-and-repack)[builder]: Change default store to
/gnu/store.
2014-03-10 23:54:27 +01:00
Ludovic Courtès
e06f7865e2
Merge branch 'master' into core-updates
2014-03-10 23:54:17 +01:00
Ludovic Courtès
220193ad03
gnu: Add UnionFS-FUSE.
...
* gnu/packages/linux.scm (unionfs-fuse): New variable.
2014-03-10 23:43:31 +01:00
Eric Bavier
8a1f6a7e02
gnu: pretty-print: Fix boost reference
...
* gnu/packages/pretty-print.scm (source-highlight): Change "boost-1.54" input
to "boost"
2014-03-10 13:41:40 -05:00
Ludovic Courtès
02c86a5e36
gnu: Add libpcap and jnettop.
...
* gnu/packages/admin.scm (libpcap, jnettop): New variables.
2014-03-09 22:36:48 +01:00
Andreas Enge
2a51db7d8d
gnu: soprano: Add input raptor2.
...
* gnu/packages/rdf.scm (soprano): Add input raptor2.
2014-03-09 15:02:46 +01:00
Andreas Enge
0e6260a493
gnu: raptor2: Disable parallel tests.
...
* gnu/packages/rdf.scm (raptor2): Disable parallel tests since it makes
tests fail.
2014-03-09 11:42:37 +01:00
Eric Bavier
583103416d
gnu: Add a2ps, trueprint, enscript, and source-highlight
...
* gnu/packages/pretty-print.scm: New file
* gnu/packages/patches/source-highlight-regexrange-test.patch: New file
* gnu-system.am (dist_patch_DATA): Add patch.
(GNU_SYSTEM_MODULES): Add pretty-print.scm
2014-03-07 10:11:12 -06:00
Cyril Roelandt
ff3c0c1b80
coreutils: fix test suite
...
* gnu/packages/patches/coreutils-skip-nohup.patch: patch taken from the git
repository of coreutils, that makes sure tests/misc/nohup.sh does not fail
when /dev/tty does not exist.
* gnu/packages/base.scm (coreutils): use it.
* gnu-system.am (dist_patch_DATA): add it.
2014-03-07 00:45:51 +01:00
David Thompson
4d01bd3c1c
gnu: Add ncmpc.
...
* gnu/packages/mpd.scm (ncmpc): New variable.
2014-03-06 16:51:16 -05:00
Mark H Weaver
8b3099cf03
gnu: Add bitlbee.
...
* gnu/packages/messaging.scm (bitlbee): New variable.
* gnu/packages/patches/bitlbee-fix-tests.patch: New file.
* gnu/packages/patches/bitlbee-memset-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add patches.
2014-03-06 10:23:45 -05:00
Mark H Weaver
7c706558f5
gnu: Add libotr.
...
* gnu/packages/messaging.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-03-06 10:23:37 -05:00
Mark H Weaver
5249045cd4
gnu: gnupg: Add support for version 1.4.16.
...
* gnu/packages/gnupg.scm (gnupg-1): New variable.
2014-03-06 10:23:21 -05:00
Mark H Weaver
ece2624616
gnu: Add lynx.
...
* gnu/packages/lynx.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-03-05 13:55:06 -05:00
Mark H Weaver
9b521a678b
gnu: gnutls: Upgrade to 3.2.12.
...
* gnu/packages/gnutls.scm (gnutls): Upgrade to 3.2.12.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2014-03-05 00:09:42 +01:00
Ludovic Courtès
8deeda0c35
gnu: Add ElementTree and pybugz.
...
* gnu/packages/python.scm (python2-element-tree, python2-pybugz): New
variables.
2014-03-03 00:22:46 +01:00
Andreas Enge
ebb7aeff80
gnu: subversion: Update to 1.7.14.
...
* gnu/packages/version-control.scm (subversion): Update to 1.7.14.
2014-03-02 15:09:59 +01:00
Andreas Enge
98b79d361c
gnu: subversion: Enable http checkouts.
...
* gnu/packages/version-control.scm (subversion): Add input neon-0.29.6 to
enable http and https checkouts.
2014-03-02 14:12:40 +01:00
Andreas Enge
d56052bd80
gnu: Add neon-0.29.6.
...
* gnu/packages/version-control.scm (neon-0.29.6): New variable.
2014-03-02 14:03:00 +01:00
Andreas Enge
fc1e45160e
gnu: Add neon.
...
* gnu/packages/version-control.scm (neon): New variable.
2014-03-02 13:48:28 +01:00
Manolis Ragkousis
dc91c10f2b
gnu: hurd: Add Hurd headers.
...
* gnu/packages/hurd.scm (hurd-headers): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-03-01 18:59:34 +01:00
Ludovic Courtès
00ee3a712f
gnu: guile-ssh: Upgrade to 0.5.0.
...
* gnu/packages/ssh.scm (guile-ssh): Upgrade to 0.5.0.
[arguments]: Adjust 'autoreconf' phase. Add #:parallel-tests? #f and
#:tests? #f.
[native-inputs]: Add TEXINFO.
2014-03-01 15:41:18 +01:00
Ludovic Courtès
62b76320b4
gnu: libgc: Change URLs to point to hboehm.info.
...
* gnu/packages/bdw-gc.scm (libgc)[source, home-page, license]: Update
URL.
(libatomic-ops)[source, home-page]: Likewise.
(libgc-7.4)[source]: Likewise.
2014-02-28 18:14:49 +01:00
Ludovic Courtès
1faca892a3
Partly revert "gnu: Remove now unneeded 'modules' fields from 'origin' specifications."
...
This partly reverts commit a3a1417dc7
.
* gnu/packages/base.scm (glibc)[source]: Re-add 'modules' clause.
* gnu/packages/lsh.scm (lsh)[source]: Remove 'use-modules' form from
'snippet'. Add 'modules' field.
2014-02-28 12:22:14 +01:00
Ludovic Courtès
664b031031
gnu: coreutils: Patch 'Makefile.in', not 'local.mk'.
...
* gnu/packages/patches/coreutils-dummy-man.patch: Patch 'Makefile.in',
not 'local.mk'; the latter otherwise requires Automake to regenerate
the build system.
2014-02-28 10:56:45 +01:00
Ludovic Courtès
a3a1417dc7
gnu: Remove now unneeded 'modules' fields from 'origin' specifications.
...
The previous commit has made (guix build utils) imported by default, so
no need to specify it.
* gnu/packages/base.scm (glibc)[source]: Remove 'modules' and
'imported-modules' fields.
* gnu/packages/lsh.scm (lsh)[source]: Likewise.
2014-02-28 10:49:07 +01:00
Ludovic Courtès
284c004613
gnu: bash, readline: Upgrade.
...
* gnu/packages/readline.scm (readline): Upgrade to 6.3.
* gnu/packages/bash.scm (bash): Upgrade to 4.3.
2014-02-27 23:59:55 +01:00
Ludovic Courtès
829ecd002e
Merge branch 'master' into core-updates
...
Conflicts:
gnu/packages/libwebsockets.scm
2014-02-27 23:49:30 +01:00
Ludovic Courtès
833efa0d3e
gnu: Move libwebsockets to (gnu packages web).
...
* gnu/packages/libwebsockets.scm: Remove. Move libwebsockets package
definition to...
* gnu/packages/web.scm (libwebsockets): ... here.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove libwebsockets.scm.
2014-02-27 22:24:02 +01:00
David Thompson
7dc68701da
gnu: Add mpd.
...
* gnu/packages/mpd.scm (mpd): New variable.
2014-02-25 17:27:43 -05:00
David Thompson
892d8a818b
gnu: Add libmpdclient.
...
* gnu/packages/mpd.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-02-25 17:27:28 -05:00
Eric Bavier
d79ffe0ece
gnu: zile: Upgrade to 2.4.10
...
* gnu/packages/zile.scm (zile): Upgrade to 2.4.10
2014-02-25 13:59:50 -06:00
Eric Bavier
87e398bdc5
gnu: parallel: Upgrade to 20140222
...
* gnu/packages/parallel.scm (parallel): Upgrade to 20140222
2014-02-25 12:02:53 -06:00
Mark H Weaver
41109e60b7
gnu: ffmpeg: Upgrade to 2.1.4
...
* gnu/packages/video.scm (ffmpeg): Upgrade to 2.1.4.
2014-02-25 06:02:51 -05:00
Sree Harsha Totakura
6a6b8ffc97
gnu: libmicrohttpd: Update to 0.9.34.
...
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.34.
2014-02-24 23:10:31 -05:00
Sree Harsha Totakura
c4dc4466d6
gnu: Add miniupnpc.
...
* gnu/packages/upnp.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-24 22:06:58 +01:00
Ludovic Courtès
3bb33e24bb
gnu: coreutils: Attempt to really fix cross-compilation.
...
* gnu/packages/patches/coreutils-dummy-man.patch: Directly take the
patch from <http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch >.
2014-02-22 00:43:50 +01:00
Ludovic Courtès
b7db387be3
gnu: grep: Upgrade to 2.18.
...
* gnu/packages/base.scm (grep): Upgrade to 2.18.
2014-02-22 00:37:58 +01:00
Ludovic Courtès
17919a5801
build-system/gnu: Allow the source to be a directory.
...
* guix/build/gnu-build-system.scm (unpack): Check if SOURCE is a
directory, and copy it locally if it is.
* gnu/packages/libwebsockets.scm (libwebsockets)[arguments]: Remove
'unpack' phase.
2014-02-22 00:34:49 +01:00
Ludovic Courtès
b2bfa32d25
Merge branch 'master' into core-updates
...
Conflicts:
gnu-system.am
2014-02-22 00:27:57 +01:00
Ludovic Courtès
93cc13aabb
gnu: Add libwebsockets.
...
* gnu/packages/libwebsockets.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-02-21 23:49:53 +01:00
Ludovic Courtès
86d07a5514
gnu: mpc123: Add patch that fixes a segfault.
...
* gnu/packages/patches/mpc123-initialize-ao.patch: New file.
* gnu/packages/mp3.scm (mpc123): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2014-02-21 23:49:52 +01:00
Mark H Weaver
504a83af42
gnu: emacs: Add more inputs: giflib, libice, libsm, alsa-lib.
...
* gnu/packages/emacs.scm (emacs): Add 'giflib', 'libice', 'libsm', and
'alsa-lib' inputs. Remove "--with-gif=no" from configure arguments.
2014-02-21 10:49:55 -05:00
Mark H Weaver
8ec773a8b8
gnu: Add giflib.
...
* gnu/packages/giflib.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-02-21 10:49:46 -05:00
Andreas Enge
7563004301
gnu: gmime: Use gnome mirror for download.
...
* gnu/packages/mail.scm (gmime): Use gnome mirror, fixes download problems
with automatic https redirection.
2014-02-21 12:04:48 +01:00
Manolis Ragkousis
396b3c8b55
gnu: hurd: Add MiG.
...
* gnu/packages/hurd.scm (mig): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-20 23:18:08 +01:00
Mark H Weaver
62d4575de2
gnu: tor: Upgrade to 0.2.4.20.
...
* gnu/packages/tor.scm (tor): Upgrade to 0.2.4.20.
2014-02-19 22:27:32 -05:00
Mark H Weaver
681a6588b2
gnu: Add gmime.
...
* gnu/packages/mail.scm (gmime): New variable.
2014-02-19 22:27:25 -05:00
Mark H Weaver
68640c3c09
gnu: gpgme: Make 'libgpg-error' a propagated input.
...
* gnu/packages/gnupg.scm (gpgme): Make 'libgpg-error' a propagated input.
2014-02-19 22:21:37 -05:00
Mark H Weaver
6ee5a658f7
gnu: shishi: Add more inputs for libidn and PAM support.
...
* gnu/packages/shishi.scm (shishi): Add 'pkg-config' native-input.
Add 'libidn' and 'linux-pam' inputs.
2014-02-19 22:16:35 -05:00
Eric Bavier
a438d540b1
gnu: calcurse: New module
...
* gnu/packages/calcurse.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add it
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-19 23:27:01 +01:00
Ludovic Courtès
7fe492e8d9
gnu: bigloo: Upgrade to 4.1a.
...
* gnu/packages/scheme.scm (bigloo): Upgrade to 4.1a.
2014-02-19 16:43:25 +01:00
Ludovic Courtès
75475ff728
gnu: qemu: Disable debug info.
...
* gnu/packages/qemu.scm (qemu-headless): Add '--disable-debug-info' as a
'configure' flag.
2014-02-18 23:47:50 +01:00
Sree Harsha Totakura
c0e57fb876
gnu: curl: Fix tests.
...
* gnu/packages/curl.scm (curl): Add a new phase and python-2 to native-inputs.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-18 23:32:08 +01:00
Sree Harsha Totakura
2977b307ef
gnu: curl: Update to 7.35.0.
...
* gnu/packages/curl.scm (curl): Update to 7.35.0.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-18 23:00:25 +01:00
Sree Harsha Totakura
67543125f3
gnu: gnurl: Do not disable testcase 1022.
...
* gnu/packages/gnunet.scm (gnurl): Do not disable testcase 1022.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-18 22:54:31 +01:00
Sree Harsha Totakura
7c869effd4
gnu: ncdc: Update to 1.19.
...
* gnu/packages/dc (ncdc): Update to 1.19.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-18 22:19:33 +01:00
Mark H Weaver
d93627e4a9
gnu: gnutls: Upgrade to 3.2.11.
...
* gnu/packages/gnutls.scm (gnutls): Upgrade to 3.2.11. Improve URI
computation.
2014-02-18 10:27:04 -05:00
Mark H Weaver
625bd40806
gnu: icu4c: Upgrade to 52.1.
...
* gnu/packages/icu4c.scm (icu4c): Upgrade to 52.1.
2014-02-17 18:47:23 -05:00
Mark H Weaver
0841dcf7dd
gnu: patchelf: Fix platform page size determination.
...
* gnu/packages/patches/patchelf-page-size.patch: New file.
* gnu/packages/elf.scm (patchelf): Add the patch.
* gnu-system.am (dist_patch_DATA): Add the patch.
2014-02-17 18:47:22 -05:00
Mark H Weaver
98e7fc9b02
gnu: Add xapian.
...
* gnu/packages/search.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-02-17 15:07:15 -05:00
Sree Harsha Totakura
d850e5b913
gnu: gnurl: Update to 7.35.0.
...
* gnu/packages/gnunet.scm (gnurl): Update to 7.35.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-16 23:35:38 +01:00
John Darrington
7ee3f1a208
gnu: Add hdf5.
...
* gnu/packages/maths.scm (hdf5): New variable.
* gnu/packages/maths.scm (octave): New input hdf5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-16 23:35:37 +01:00
Mark H Weaver
436c95d9a7
gnu: dmd: Sleep longer in tests, for slower machines.
...
* gnu/packages/patches/dmd-tests-longer-sleeps.patch: New file.
* gnu/packages/admin.scm (dmd): Add the patch.
* gnu-system.am (dist_patch_DATA): Add it.
2014-02-16 16:40:21 -05:00
Mark H Weaver
72f210eafa
gnu: Add ttf-dejavu.
...
* gnu/packages/fonts.scm (ttf-dejavu): New variable.
2014-02-16 16:40:15 -05:00
Mark H Weaver
445c5abad8
gnu: ratpoison: Patch to use $SHELL instead of /bin/sh.
...
* gnu/packages/patches/ratpoison-shell.patch: New file.
* gnu/packages/ratpoison.scm (ratpoison): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
2014-02-16 16:39:37 -05:00
Manolis Ragkousis
0193c00432
gnu: Add GNU Mach headers.
...
* gnu/packages/hurd.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add hurd.scm
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-16 19:52:59 +01:00
Sree Harsha Totakura
7af52bd58c
gnu: gnunet: Fix failing testcases.
...
* gnu/packages/gnunet.scm (gnurl): Add pkg-config.
* gnu/packages/patches/gnunet-fix-tests.patch: Append fix for integration testcases.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-12 18:36:46 +01:00
Mark H Weaver
9e5ace9d1d
gnu: isc-dhcp: Upgrade to 4.3.0.
...
* gnu/packages/admin.scm (isc-dhcp): Upgrade to 4.3.0.
2014-02-11 15:57:06 -05:00
Sree Harsha Totakura
b6b29c7737
gnu: curl, gnurl: Fix failing testcase 172.
...
* gnu/packages/patches/curl-fix-test172.patch: New file.
* gnu-system.am (dist_patch_DATA): Add the patch file.
* gnu/packages/gnunet.scm (gnurl): Apply the patch file.
* gnu/packages/curl.scm (curl): Apply the patch file.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-11 19:44:48 +01:00
Andreas Enge
1680df13a8
gnu: gnunet: Correct typo.
...
* gnu/packages/gnunet.scm (gnunet): Correct typo.
2014-02-11 10:22:01 +01:00
Mark H Weaver
bbafef3ff1
gnu: texinfo: Make version 4.13a available.
...
* gnu/packages/texinfo.scm (texinfo-4): New variable.
2014-02-10 19:21:08 -05:00
Andreas Enge
05e8a0b005
gnu: gnunet: Add input libmicrohttpd.
...
* gnu/packages/gnunet.scm (gnunet): Add input libmicrohttpd and improve
formatting.
2014-02-10 23:44:57 +01:00
John Darrington
829b1b253e
gnu: lout: Change docdir from "doc" to "share/doc"
...
* gnu/packages/lout.scm (lout):
Change docdir from "doc" to "share/doc".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-10 23:36:42 +01:00
Sree Harsha Totakura
266b39fc26
gnu: Add GNUnet.
...
* gnunet/packages/gnunet.scm (gnunet): New variable.
* gnu/package/patches/gnunet-fix-scheduler.patch: New file.
* gnu/package/patches/gnunet-fix-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add the above two patch files.
Co-authored-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-10 23:36:42 +01:00
Ludovic Courtès
93bfe3e27c
gnu: gstreamer 1.0.10: Temporarily disable tests.
...
* gnu/packages/gstreamer.scm (gstreamer): Add 'arguments' field.
2014-02-10 23:36:42 +01:00
Ludovic Courtès
99662b8dbf
gnu: glibc: Upgrade to 2.19.
...
* gnu/packages/base.scm (glibc): Upgrade to 2.19. Remove
'glibc-make-4.0.patch'.
* gnu/packages/patches/glibc-make-4.0.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
2014-02-10 22:37:08 +01:00
Ludovic Courtès
7f31c71cb8
gnu: coreutils: Fix cross-compilation issue with 'dummy-man'.
...
This should work around the bug described at
<http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch >.
* gnu/packages/base.scm (coreutils)[patches]: Add
'coreutils-dummy-man.patch'.
[native-inputs]: Don't pass PERL when (%current-target-system) is
true.
* gnu/packages/patches/coreutils-dummy-man.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2014-02-10 18:27:42 +01:00
Mark H Weaver
fc0a973d70
gnu: openssh: Upgrade to 6.5p1.
...
* gnu/packages/ssh.scm (openssh): Upgrade to 6.5p1.
2014-02-09 22:27:41 -05:00
Mark H Weaver
18095a4ae0
gnu: openssl: Upgrade to 1.0.1f.
...
* gnu/packages/openssl.scm (openssl): Upgrade to 1.0.1f.
2014-02-09 22:27:40 -05:00
Ludovic Courtès
f9ec07a985
gnu: slim: Work around flaky synchronization with the X server.
...
* gnu/packages/patches/slim-sigusr1.patch: New file.
* gnu/packages/slim.scm (slim): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2014-02-09 23:20:42 +01:00
Raimon Grau
4cccb3617e
gnu: Add stalonetray
...
* gnu/packages/stalonetray.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add stalonetray.scm
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-09 22:06:15 +01:00
Eric Bavier
350b9b9933
gnu: moe: New module
...
* gnu/packages/moe.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add moe.scm
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-08 18:00:25 +01:00
Ludovic Courtès
e30835e247
gnu: Add FUSE.
...
* gnu/packages/linux.scm (fuse): New variable.
2014-02-08 16:07:02 +01:00
Ludovic Courtès
7a03af707c
gnu: python-pysqlite: Point to the latest release tarball.
...
* gnu/packages/python.scm (python2-pysqlite): Change 'version' to
"2.6.3a". Change 'uri' to point to pypi.python.org.
Reported by Mark H Weaver <mhw@netris.org> and others.
Update 'home-page' and 'synopsis'.
2014-02-07 23:57:48 +01:00
Eric Bavier
4380a7b4b8
gnu: Add paperkey.
...
* gnu/packages/gnupg.scm (paperkey): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-07 23:33:30 +01:00
Ludovic Courtès
b93afd5b53
gnu: gdb: Upgrade to 7.7.
...
* gnu/packages/gdb.scm (gdb): Upgrade to 7.7. Remove
'gdb-loongson-madd-fix.patch', no longer needed.
* gnu/packages/patches/gdb-loongson-madd-fix.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
2014-02-06 22:09:52 +01:00
Raimon Grau
924cd63116
gnu: Add luajit
...
* gnu/packages/lua.scm (luajit): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-06 19:04:02 +01:00
John Darrington
3600420e3e
gnu: Add Glade.
...
* gnu/packages/gnome.scm (glade): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-06 19:01:52 +01:00
Ludovic Courtès
cc0a128226
gnu: binutils: Build with --enable-deterministic-archives.
...
* gnu/packages/base.scm (binutils): Add
'--enable-deterministic-archives' to #:configure-flags.
Suggestion from Lunar's 2014 FOSDEM talk on reproducible builds.
2014-02-06 14:06:28 +01:00
Ludovic Courtès
2c1dea853d
gnu: coreutils: Move Perl to 'native-inputs'.
...
* gnu/packages/base.scm (coreutils): Add 'native-inputs' field.
This should allow cross builds to have man pages, and work around this
'dummy-man' bug:
<http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch >.
2014-02-06 12:17:16 +01:00
Andreas Enge
c6ebb77cb7
gnu: imagemagick: Upgrade to 6.8.8-4.
...
* gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-4.
2014-02-06 09:32:12 +01:00
Eric Bavier
8254b48066
gnu: gnu-pw-mgr: Upgrade to 1.1.
...
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Upgrade to 1.1.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-06 09:13:43 +01:00
Ludovic Courtès
c36b22281e
gnu: guile-wm: Upgrade to 1.0.
...
* gnu/packages/guile-wm.scm (guile-wm): Upgrade to 1.0.
2014-02-05 23:21:24 +01:00
Ludovic Courtès
16686a9022
gnu: slim: Upgrade to 1.3.6; allow the choice of a config file at run time.
...
* gnu/packages/slim.scm (slim): Upgrade to 1.3.6. Add patches. Comment
out systemd-related stuff from CMakeLists.txt. Add
"-DBUILD_SHARED_LIBS=OFF" and "-DCMAKE_SKIP_BUILD_RPATH=ON" to
#:configure-flags. Adjust 'home-page' field.
* gnu/packages/patches/slim-config.patch,
gnu/packages/patches/slim-session.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
2014-02-05 22:18:14 +01:00
John Darrington
1d07e9316a
gnu: inkscape: New module
...
* gnu/packages/inkscape.scm,
gnu/packages/patches/inkscape-stray-comma.patch: New files.
* gnu-system.am (GNU_SYSTEM_MODULES): Add inkscape.scm.
(dist_patch_DATA): Add inkscape-stray-comma.patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-05 00:02:17 +01:00
John Darrington
2a72eeeea1
gnu: Add Boost.
...
* gnu/packages/boost.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add boost.scm
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-04 21:50:42 +01:00
John Darrington
99b030c705
gnu: gxmessage: New module
...
* gnu/packages/gxmessage.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add gxmessage.scm
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-04 21:41:46 +01:00
John Darrington
67995f4bea
gnu: file: Upgrade to 5.16.
...
* gnu/packages/file.scm (file): Upgrade to 5.16.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-03 22:21:47 +01:00
John Darrington
9c08644340
gnu: gtkmm-2 New variable
...
* gnu/packages/gtk.scm (gtkmm-2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-03 22:11:32 +01:00
Ludovic Courtès
ba6f8e423e
gnu: Add xterm.
...
* gnu/packages/xorg.scm (xterm): New variable.
2014-02-02 20:38:03 +01:00
Ludovic Courtès
e420308f29
gnu: xorg-server: Use /var as $localstatedir.
...
* gnu/packages/xorg.scm (xorg-server): Pass --localstatedir=/var. In
'configure' phase, patch 'hw/xfree86/Makefile.in'.
2014-01-31 18:22:04 +01:00
Ludovic Courtès
70b33d81cf
gnu: linux: Really build 9p/virtio modules.
...
* gnu/packages/linux.scm (linux-libre): Add CONFIG_NET_9P and
CONFIG_9P_FS.
2014-01-31 14:23:54 +01:00
Ludovic Courtès
882f034fa8
gnu: linux-libre: Build more virtio modules.
...
* gnu/packages/linux.scm (linux-libre): Append CONFIG_NET_9P_VIRTIO and
CONFIG_VIRTIO_{NET,BLK,BALLOON} to '.config'.
2014-01-31 01:15:38 +01:00
John Darrington
668c06acfc
gnu: Add GNU Octave.
...
* gnu/packages/maths.scm (octave): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-30 22:00:55 +01:00
Ludovic Courtès
f914963e47
gnu: linux-libre: Build virtio modules.
...
* gnu/packages/linux.scm (linux-libre): Build modules matching
CONFIG.*VIRTIO.
2014-01-29 23:42:36 +01:00
Ludovic Courtès
7b99ba4acd
gnu: linux-libre: Upgrade to 3.13.
...
* gnu/packages/linux.scm (linux-libre): Upgrade to 3.13.
2014-01-29 23:34:47 +01:00
Sree Harsha Totakura
a85cb48643
gnu: gnunet: Add gnurl 7.34.0.
...
* gnu/packages/gnunet.scm (gnurl): New variable. Thanks to Zerwas for
the initial recipe.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-29 23:08:37 +01:00
Ludovic Courtès
610b5cd8a1
gnu: libgcrypt: Upgrade to 1.6.1.
...
* gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.6.1.
2014-01-29 22:37:53 +01:00
Ludovic Courtès
735c6dd7fa
gnu: Lower initrd makers from packages to monadic procedures.
...
* gnu/packages/linux-initrd.scm: Remove.
* gnu/system/linux-initrd.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/system.scm (<operating-system>): Change default 'initrd' value
to (gnu-system-initrd).
(operating-system-derivation): Bind 'operating-system-initrd'. Pass
'menu-entry' an initrd file name instead of a package.
* gnu/system/grub.scm (grub-configuration-file): Expect 'initrd' to be
file name.
2014-01-29 16:50:02 +01:00
Ludovic Courtès
b0dd47a8d0
gnu: qemu-initrd: Adjust to allow booting with a non-empty /root.
...
* gnu/packages/linux-initrd.scm (qemu-initrd): Use 'mkdir-p' instead of
'mkdir' for /root/xchg and /root/{share,lib}. When TO-LOAD is a
symlink, resolve it.
(gnu-system-initrd): Fix typo in message.
2014-01-28 23:38:19 +01:00
Ludovic Courtès
49a8b80da6
Revert "build-system/gnu: Pass --localstatedir=/var --sharedstatedir=/com."
...
This reverts commit 65529e49ff
.
2014-01-28 08:57:37 +01:00
Ludovic Courtès
65529e49ff
build-system/gnu: Pass --localstatedir=/var --sharedstatedir=/com.
...
Suggested by John Darrington <john@darrington.wattle.id.au>
and Mark H Weaver <mhw@netris.org>.
* guix/build/gnu-build-system.scm (configure): Pass --localstatedir=/var
--sharedstatedir=/com.
* gnu/packages/admin.scm (dmd): Remove 'arguments' field.
* gnu/packages/avahi.scm (avahi): Remove --localstatedir flag.
* gnu/packages/glib.scm (dbus): Likewise.
* gnu/packages/package-management.scm (guix): Likewise.
* gnu/packages/pulseaudio.scm (pulseaudio): Likewise.
2014-01-27 23:45:59 +01:00
Ludovic Courtès
35cebf0166
gnu: iotop: Fix typos.
...
* gnu/packages/linux.scm (iotop): Fix typos introduced by myself.
2014-01-27 19:02:59 +01:00
Sree Harsha Totakura
7c0dbe780a
gnu: linux: Add iotop-0.6.
...
* gnu/packages/linux.scm (iotop): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-27 18:59:22 +01:00
Ludovic Courtès
d43547f12d
gnu: libffi: Leave a copy of headers where libffi.pc expects them.
...
Suggested by Sree Harsha Totakura <sreeharsha@totakura.in>.
* gnu/packages/libffi.scm (libffi): Symlink header files instead of
moving them.
2014-01-27 15:30:35 +01:00
Ludovic Courtès
5d80dd0823
gnu: Add asciidoc.
...
* gnu/packages/asciidoc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-01-26 23:52:59 +01:00
Ludovic Courtès
829c095dae
gnu: qemu: Add note about 9p.
...
* gnu/packages/qemu.scm (qemu/smb-shares): Add comment.
2014-01-26 23:25:55 +01:00
John Darrington
73fed4f868
gnu: Add gnuplot
...
* gnu/packages/maths.scm (gnuplot): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-26 21:16:55 +01:00
Andreas Enge
566146abba
gnu: lapack: Update to 3.5.0.
...
* gnu/packages/maths.scm (lapack): Update to 3.5.0.
2014-01-26 13:04:03 +01:00
Ludovic Courtès
22f33e6112
gnu: sdl: Explicitly link against libXext.
...
* gnu/packages/sdl.scm (sdl): Add #:configure-flags to 'arguments'.
Move PKG-CONFIG to 'native-inputs'.
2014-01-25 23:07:35 +01:00
Andreas Enge
1ca03c048b
gnu: apl: Update to 1.2.
...
* gnu/packages/apl.scm (apl): Update to 1.2.
2014-01-25 19:08:13 +01:00
Andreas Enge
daaa00c82a
gnu: global: Update to 6.2.10.
...
* gnu/packages/global.scm (global): Update to 6.2.10.
2014-01-25 19:06:02 +01:00
Andreas Enge
fe9aeab9dd
gnu: lightning: Update to 2.0.3.
...
* gnu/packages/lightning.scm (lightning): Update to 2.0.3.
2014-01-25 19:01:23 +01:00
Andreas Enge
5ae7b708bb
gnu: parallel: Update to 20140122.
...
* gnu/packages/parallel.scm (parallel): Update to 20140122.
2014-01-25 17:18:06 +01:00
Ludovic Courtès
200a97e64f
Merge branch 'master' into core-updates
2014-01-25 17:07:21 +01:00
John Darrington
b6cbb314d9
gnu: fltk: New module
...
* gnu/packages/fltk.scm: New file
* gnu-system.am: New file fltk.scm
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-25 16:39:03 +01:00
John Darrington
3c9aa5c12d
gnu: libxft: Propagate input.
...
* gnu/packages/xorg.scm (libxft): Propagate input libxrender.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-25 16:37:51 +01:00
John Darrington
4f3a10d59d
gnu: ncdu: New module
...
* gnu/packages/ncdu.scm: New file
* gnu-system.am: New file ncdu.scm
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-25 16:20:24 +01:00
Sree Harsha Totakura
513e1950fb
gnu: Add Corkscrew 2.0.
...
* gnu/packages/ssh.scm (corkscrew): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-25 16:20:23 +01:00
Sree Harsha Totakura
28fb9101d9
gnu: Add ncdc-1.18.1.
...
* gnu/packages/dc.scm : New module.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-25 16:20:23 +01:00
Ludovic Courtès
b5d4a81133
wget: Upgrade to 1.15.
...
* gnu/packages/wget.scm (wget): Upgrade to 1.15. Remove Gettext from
'inputs'. Move Perl to 'native-inputs'.
2014-01-25 16:20:23 +01:00
Andreas Enge
93e48d19c7
gnu: ffmpeg: Update to 2.1.3.
...
* gnu/packages/video.scm (ffmpeg): Update to 2.1.3.
2014-01-24 22:40:44 +01:00
Andreas Enge
e816b34878
gnu: ffmpeg: Add input opus.
...
* gnu/packages/video.scm (ffmpeg): Add input opus.
2014-01-24 22:22:42 +01:00
Sree Harsha Totakura
a7f904fd63
gnu: Add Opus 1.1.
...
* gnu/packages/xiph.scm (opus): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-24 14:01:38 +01:00
Andreas Enge
54ff0b7dd7
gnu: Rename (gnu packages oggvorbis) to (gnu packages xiph).
...
* gnu/packages/oggvorbis.scm: Rename this ...
* gnu/packages/xiph.scm: ... to this. Adjust module name accordingly.
* gnu-system.am (GNU_SYSTEM_MODULES): Update.
* gnu/packages/{gnunet.scm, libcanberra.scm, mp3.scm, pulseaudio.scm, sdl.scm,
video.scm}: Use new module name.
2014-01-23 19:05:09 +01:00
Sree Harsha Totakura
997ef1df51
gnu: sqlite: Upgrade to 3.8.2.
...
* gnu/packages/sqlite.scm (sqlite): Upgrade to 3.8.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-23 00:03:02 +01:00
Ludovic Courtès
32795fcffb
gnu: guile-2.0: Switch to libgc 7.4.0.
...
* gnu/packages/guile.scm (guile-2.0): Use LIBGC-7.4.
(guile-2.0/fixed): Keep using LIBGC.
2014-01-22 23:45:44 +01:00
Ludovic Courtès
ad7583f6f5
gnu: Add libatomic_ops 7.4.0 and libgc 7.4.0.
...
* gnu/packages/bdw-gc.scm (libatomic-ops, libgc-7.4): New variables.
2014-01-22 23:44:20 +01:00
Ludovic Courtès
6596ac3987
gnu: libgc: Explicitly mark license as 'x11-style'.
...
* gnu/packages/bdw-gc.scm (libgc)[license]: Use 'x11-style'.
2014-01-22 23:15:07 +01:00
Ludovic Courtès
463d6dac7d
gnu: isc-dhcp: Fix license.
...
* gnu/packages/admin.scm (isc-dhcp): Change license to ISC.
2014-01-22 00:25:43 +01:00
Ludovic Courtès
e67f555161
gnu: gnubik: Synchornize synopsis and description.
...
* gnu/packages/games.scm (gnubik): Synchornize synopsis and description.
2014-01-22 00:22:16 +01:00
Ludovic Courtès
a869565b98
gnu: Add GNU V.E.R.A.
...
* gnu/packages/dictionaries.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-01-22 00:21:19 +01:00
Ludovic Courtès
00585a5582
gnu: glib: Upgrade to 2.39.1.
...
* gnu/packages/glib.scm (glib): Upgrade to 2.39.1. Run tests
sequentially.
* gnu/packages/patches/glib-tests-desktop.patch: Adjust for 2.39.1. Add
hunk for gsettings.c.
2014-01-20 01:06:22 +01:00
Andreas Enge
8bb1699bd5
gnu: mesa: Propagate input.
...
* gnu/packages/gl.scm (mesa): Propagate input libx11.
2014-01-18 17:53:43 +01:00
Andreas Enge
10b4d0f6ff
gnu: gl: Correct copyright notice.
...
* gnu/packages/gl.scm: Add copyright notice for mesa, moved here from
module xorg in commit 200726e
.
2014-01-18 14:15:39 +01:00
Ludovic Courtès
c915b404b2
gnu: Add DocBook DTD and XSL style sheets.
...
* gnu/packages/docbook.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-01-17 23:47:31 +01:00
Ludovic Courtès
9208d0c1a0
gnu: Add libexif, libgphoto2, and gphoto2.
...
* gnu/packages/photo.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-01-15 22:47:55 +01:00
John Darrington
e7d6f7bfa0
gnu: pspp: Upgrade to 0.8.2
...
* gnu/packages/maths.scm (pspp): Update to 0.8.2.
* gnu/packages/patches/pspp-tests.patch: Deleted.
* gnu-system.am: Removed pspp-tests.patch from the manifest.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-15 21:27:41 +01:00
Andreas Enge
fcaa7523d4
gnu: mpc: Update to 1.0.2.
...
* gnu/packages/multiprecision.scm (mpc): Update to 1.0.2.
2014-01-15 16:37:54 +01:00
Ludovic Courtès
2a5e15c6e1
gnu: git: 'git-submodule' works even if Perl is not in $PATH.
...
* gnu/packages/version-control.scm (git): Add 'native-inputs' field;
move Gettext there from 'inputs'. In 'split' phase, wrap the
'git-submodule' script.
2014-01-15 15:39:47 +01:00
Andreas Enge
da923d11d2
gnu: valgrind: Update to 2.9.0.
...
* gnu/packages/valgrind.scm (valgrind): Update to 2.9.0.
2014-01-15 15:11:57 +01:00
Ludovic Courtès
16f68e4840
gnu: Add Taylor UUCP.
...
* gnu/packages/uucp.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-01-15 00:15:55 +01:00
Ludovic Courtès
9927622f3f
gnu: inetutils: Upgrade to 1.9.2.
...
* gnu/packages/admin.scm (inetutils): Upgrade to 1.9.2. Add Readline
as an input.
2014-01-14 09:11:13 +01:00
Ludovic Courtès
8f0fd238d4
gnu: Add mpc123.
...
* gnu/packages/mp3.scm (libmpcdec, mpc123): New variables.
2014-01-14 00:14:12 +01:00
Ludovic Courtès
9de46ffb1c
gnu: Changes references to (gnu packages admin).
...
* gnu/packages/version-control.scm, gnu/packages/vim.scm,
gnu/system.scm, gnu/system/dmd.scm, gnu/system/shadow.scm,
gnu/system/vm.scm: Change references to (gnu packages system) to (gnu
packages admin).
This is a followup to commit 4aeea89
.
2014-01-13 23:21:47 +01:00
Ludovic Courtès
4aeea896f8
gnu: Rename (gnu packages system) to (gnu packages admin).
...
* gnu/packages/system.scm: Rename to...
* gnu/packages/admin.scm: ... this. Adjust module name accordingly.
* gnu-system.am (GNU_SYSTEM_MODULES): Update.
2014-01-13 21:32:39 +01:00
Ludovic Courtès
c73d4c9276
gnu: Add ISC's DHCP implementation.
...
* gnu/packages/system.scm (isc-dhcp): New variable.
2014-01-13 21:27:57 +01:00
Ludovic Courtès
3e424f2541
gnu: Add libtirpc.
...
* gnu/packages/onc-rpc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-01-13 18:53:26 +01:00
Ludovic Courtès
6869e5c90c
gnu: Add aumix.
...
* gnu/packages/linux.scm (aumix): New variable.
2014-01-13 18:47:59 +01:00
Ludovic Courtès
40d806afae
gnu: Add GnuPG's pinentry.
...
* gnu/packages/gnupg.scm (pinentry): New variable.
2014-01-13 18:47:31 +01:00
Ludovic Courtès
d50f242d50
gnu: guile-ssh: Remove now unneeded cruft.
...
* gnu/packages/ssh.scm (guile-ssh): Remove libssh version hack from
'autoreconf' phase.
2014-01-13 00:37:16 +01:00
Ludovic Courtès
15756a7a12
gnu: Add Aspell dictionaries.
...
* gnu/packages/aspell.scm (aspell-dictionary): New procedure.
(aspell-dict-en, aspell-dict-eo, aspell-dict-es, aspell-dict-fr): New
variables.
2014-01-12 22:47:48 +01:00
Ludovic Courtès
8e92b6b5b5
gnu: grep, coreutils: Upgrade.
...
* gnu/packages/base.scm (grep): Upgrade to 2.16.
(coreutils): Upgrade to 8.22.
2014-01-08 22:32:20 +01:00
Ludovic Courtès
2a48cd9915
gnu: gettext: Upgrade to 0.18.3.2.
...
* gnu/packages/gettext.scm (gnu-gettext): Upgrade to 0.18.3.2.
2014-01-08 22:30:57 +01:00
Ludovic Courtès
6c95f363d5
gnu: binutils: Upgrade to 2.24.
...
* gnu/packages/patches/binutils-loongson-madd-fix.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/base.scm (binutils): Upgrade to 2.24. Remove
'binutils-loongson-madd-fix.patch'. Remove 'outputs' field. Pass
'--enable-install-libbfd'.
2014-01-08 22:30:33 +01:00
Ludovic Courtès
2f265602ff
Merge branch 'master' into core-updates
2014-01-08 22:06:54 +01:00
Ludovic Courtès
aa6b0d6bf0
gnu: make: Build with Guile support.
...
* gnu/packages/base.scm (gnu-make, gnu-make-boot0): Add 'native-inputs'
field.
2014-01-07 18:10:01 +01:00
Ludovic Courtès
8fd6487e1c
gnu: glibc: Build the Info pages.
...
* gnu/packages/base.scm (glibc): Add 'native-inputs' field.
(perl-boot0): New variable.
(linux-libre-headers-boot0): Use it.
(texinfo-boot0): New variable.
(glibc-final-with-bootstrap-bash): Add 'native-inputs' field.
2014-01-07 18:08:51 +01:00
Ludovic Courtès
b846126052
gnu: lsh: Move generic patching to 'snippet'.
...
* gnu/packages/lsh.scm (lsh): Move generic patching to the 'snippet'
field of 'origin'.
2014-01-05 23:46:45 +01:00
Ludovic Courtès
aebaeaee33
gnu: lsh: Fix the absolute file name of 'sexp-conv'.
...
* gnu/packages/lsh.scm (lsh): Rename 'fix-test-suite' phase to
'pre-configure'. Set PATH_SEXP_CONV in environ.h.in.
2014-01-04 17:27:41 +01:00
Ludovic Courtès
64cc58b249
gnu: nettle: Set the RUNPATH on 'sexp-conv' and other programs.
...
* gnu/packages/nettle.scm (nettle): Rename 'inputs' to 'native-inputs'.
Add 'arguments' field.
2014-01-04 16:59:46 +01:00
Ludovic Courtès
cb58dd3479
gnu: lsh: Distinguish between native inputs and target inputs.
...
* gnu/packages/lsh.scm (lsh): Move M4, Guile, gperf, and psmisc to
'native-inputs'. Use GUILE-2.0 instead of GUILE-FINAL.
2014-01-04 16:46:01 +01:00
Ludovic Courtès
f5ac2352e9
gnu: pulseaudio: Add patch for 'volume-test'; re-enable tests.
...
* gnu/packages/patches/pulseaudio-volume-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/pulseaudio.scm (pulseaudio): Use it. Remove
#:tests? #t.
2014-01-03 16:47:19 +01:00
John Darrington
bf0018cd87
gnu: games: Add new package gnubg
...
* gnu/packages/games.scm (gnubg): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-30 23:33:56 +01:00
Ludovic Courtès
40fed2d836
gnu: libgcrypt: Add "debug" output.
...
* gnu/packages/gnupg.scm (libgcrypt): Add 'outputs' field.
2013-12-30 23:22:08 +01:00
John Darrington
200726ed09
gnu: mesa: Move out of xorg.scm and into gl.scm
...
* gnu/packages/xorg.scm (mesa): Move to...
* gnu/packages/gl.scm (mesa): ... here. New variable.
* gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm,
gnu/packages/qemu.scm, gnu/packages/qt.scm: Adjust accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-30 16:53:30 +01:00
Ludovic Courtès
4b155fea74
gnu: automake: Upgrade to 1.14.1.
...
* gnu/packages/autotools.scm (automake): Upgrade to 1.14.1.
2013-12-29 22:44:23 +01:00
Ludovic Courtès
57ed6ab792
gnu: gdbm: Upgrade to 1.11.
...
* gnu/packages/gdbm.scm (gdbm): Upgrade to 1.11.
2013-12-29 22:22:09 +01:00
John Darrington
490c6528ed
gnu: games: New module
...
* gnu/packages/games.scm (gnubik): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-29 19:50:23 +01:00
John Darrington
ed19903d56
gnu: gnome: Add new package gtkglext
...
* gnu/packages/gnome.scm (gtkglext): New variable.
* gnu/packages/patches/gtkglext-disable-disable-deprecated.patch,
gnu/packages/patches/gtkglext-remove-pangox-dependency.patch: New
files.
* gnu-system.am (dist_patch_DATA): Add them.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-29 18:53:25 +01:00
Andreas Enge
557813760d
gnu: python: Update to 3.3.3.
...
* gnu/packages/python.scm (python): Update to 3.3.3.
2013-12-28 15:41:01 +01:00
Andreas Enge
ee2b510929
gnu: python-2: Update to 2.7.6.
...
* gnu/packages/python.scm (python-2): Update to 2.7.6.
2013-12-28 15:24:08 +01:00
Andreas Enge
81bb10ad17
gnu: parallel: Update to 20131122.
...
* gnu/packages/parallel.scm (parallel): Update to 20131122.
2013-12-28 14:59:15 +01:00
Andreas Enge
f6727409c2
gnu: xorriso: Update to 1.3.4.
...
* gnu/packages/cdrom.scm (xorriso): Update to 1.3.4.
2013-12-28 14:53:07 +01:00
Andreas Enge
d0c2cf7d54
gnu: libcdio: Update to 0.92.
...
* gnu/packages/cdrom.scm (libcdio): Update to 0.92.
2013-12-28 14:42:04 +01:00
Andreas Enge
579b249683
gnu: libextractor: Update to 1.3.
...
* gnu/packages/gnunet.scm (libextractor): Update to 1.3.
2013-12-28 09:01:15 +01:00
Andreas Enge
d3f1333693
gnu: vim: Update to 7.4.
...
* gnu/packages/vim.scm (vim): Update to 7.4.
2013-12-22 23:23:11 +01:00
Andreas Enge
7eb71d7a3d
gnu: xf86-video-vmware: Add input xorg-server.
...
* gnu/packages/xorg.scm (xf86-video-vmware): Add input xorg-server.
2013-12-18 19:58:40 +01:00
Andreas Enge
217a67c020
gnu: iso-codes: Update to 3.49.
...
* gnu/packages/iso-codes.scm (iso-codes): Update to 3.49.
2013-12-18 15:49:57 +01:00
Andreas Enge
e148203588
gnu: shishi: Use libgcrypt-1.5.
...
* gnu/packages/shishi.scm (shishi): Use input libgcrypt-1.5 instead of 1.6.
2013-12-18 14:24:34 +01:00
Andreas Enge
a53421fdda
gnu: libgcrypt: Make old version 1.5.3 public.
...
* gnu/packages/gnupg.scm (libgcrypt-1.5): New variable.
* gnu/packages/ssh.scm (libssh): Use libgcrypt-1.5 instead of defining it
ad-hoc.
2013-12-18 14:11:01 +01:00
Ludovic Courtès
d44da8b092
gnu: libssh: Upgrade to 0.5.5.
...
* gnu/packages/ssh.scm (libssh): Upgrade to 0.5.5.
2013-12-17 22:02:07 +01:00
Ludovic Courtès
678110b949
gnu: libssh: Build against an older libgcrypt.
...
* gnu/packages/ssh.scm (libssh): Use libgcrypt 1.5.3 as an input.
2013-12-17 22:01:42 +01:00
John Darrington
db6190899e
gnu: gnu-build-system: Add CC_FOR_BUILD to configure flags.
...
* guix/build/gnu-build-system.scm: Add new configure flag: CC_FOR_BUILD=gcc
* gnu/packages/gnupg.scm, gnu/packages/guile.scm, gnu/packages/make-bootstrap.scm:
remove CC_FOR_BUILD from these package descriptions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-17 21:28:07 +01:00
Andreas Enge
f22e0e264e
gnu: ffmpeg: Modify runpath of binaries to include output library path.
...
* gnu/packages/video.scm (ffmpeg): Patch binaries to add output library path
to runpath.
2013-12-17 21:19:41 +01:00
Ludovic Courtès
f733c4c838
gnu: tor: Upgrade to 0.2.4.19.
...
* gnu/packages/tor.scm (tor): Upgrade to 0.2.4.19.
2013-12-16 23:57:24 +01:00
Ludovic Courtès
ec9a25612e
gnu: freeipmi: Upgrade to 1.3.4.
...
* gnu/packages/freeipmi.scm (freeipmi): Upgrade to 1.3.4.
2013-12-16 23:45:21 +01:00
Ludovic Courtès
375c6297c6
gnu: libgcrypt: Upgrade to 1.6.0.
...
* gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.6.0.
2013-12-16 23:44:58 +01:00
Cyril Roelandt
9cc98f8aa6
gnu: Add gnome-desktop.
...
* gnu/packages/gnome.scm (gnome-desktop): New variable.
2013-12-16 02:21:09 +01:00
Cyril Roelandt
2748062080
gnu: Add iso-codes.
...
* gnu/packages/iso-codes.scm: New file.
* gnu-system.am: Add it.
2013-12-15 23:39:43 +01:00
Cyril Roelandt
7a8605ceb5
gnu: Add libpeas.
...
* gnu/packages/gnome.scm (libpeas): New variable.
2013-12-15 23:39:43 +01:00
Cyril Roelandt
af949e8ee7
gnu: gtk+: enable introspection.
...
* gnu/packages/gtk.scm (atk, gdk-pixbuf, gtk+, pango): enable introspection
* guix/build/gnome.scm: New file.
2013-12-15 23:39:43 +01:00
Cyril Roelandt
503c5f6d5d
gnu: gobject-introspection: look for 'gcc' when no compiler seems available.
...
* gnu/packages/patches/gobject-introspection.patch: New file.
2013-12-15 23:37:22 +01:00
Ludovic Courtès
3e778ad3af
gnu: Move libelf and patchelf to (gnu packages elf).
...
* gnu/packages/patchelf.scm (patchelf): Move to...
* gnu/packages/elf.scm (patchelf): ... here.
* gnu/packages/patchelf.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/gcc.scm (libelf): Move to...
* gnu/packages/elf.scm (libelf): ... here.
* gnu/packages/cdrom.scm, gnu/packages/icu4c.scm,
gnu/packages/samba.scm, gnu/packages/scheme.scm, gnu/packages/ssh.scm:
Adjust references to (gnu packages patchelf).
2013-12-15 23:27:56 +01:00
Ludovic Courtès
2ed5b0f42c
gnu: Add elfutils.
...
* gnu/packages/elf.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-12-15 23:19:44 +01:00
John Darrington
c4c4cc0597
gnu: Move numerous "inputs" which should be "native-inputs".
...
* gnu/packages/avahi.scm, gnu/packages/cdrom.scm, gnu/packages/cryptsetup.scm,
gnu/packages/curl.scm, gnu/packages/emacs.scm, gnu/packages/fontutils.scm,
gnu/packages/gdb.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm,
gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphviz.scm,
gnu/packages/groff.scm, gnu/packages/gstreamer.scm, gnu/packages/gtk.scm,
gnu/packages/gv.scm, gnu/packages/imagemagick.scm, gnu/packages/irssi.scm,
gnu/packages/kde.scm, gnu/packages/libcanberra.scm, gnu/packages/libtiff.scm,
gnu/packages/linux.scm, gnu/packages/lvm.scm, gnu/packages/mp3.scm,
gnu/packages/netpbm.scm, gnu/packages/parted.scm, gnu/packages/pdf.scm,
gnu/packages/pulseaudio.scm, gnu/packages/qemu.scm, gnu/packages/qt.scm,
gnu/packages/ratpoison.scm, gnu/packages/rdf.scm, gnu/packages/slim.scm,
gnu/packages/texlive.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm,
gnu/packages/xml.scm, gnu/packages/xnee.scm, gnu/packages/xorg.scm,
gnu/packages/zip.scm: Move some build-time dependencies from `inputs' to
`native-inputs'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-15 22:31:19 +01:00
John Darrington
e766f699be
gnu: gnupg: Fix cross-compile issues.
...
* gnu/packages/gnupg.scm (libgpg-error): Add gcc as a native input,
and set the CC_FOR_BUILD variable.
* gnu/packages/gnupg.scm (libgcrypt): Add libgpg-error as a native input and
set the --with-gpg-error-prefix configure option.
* gnu/packages/gnupg.scm (libksba): Add libgpg-error as a native input and
set the --with-gpg-error-prefix configure option.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-15 22:31:18 +01:00
John Darrington
94e450812b
gnu: openssl: Fix cross-compile issues.
...
* gnu/packages/openssl.scm (openssl): Move perl from inputs to
native-inputs.
Replace reference to target bash with the native bash or target bash as
appropriate.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-15 22:31:18 +01:00
Andreas Enge
9b937137fb
gnu: imagemagick: Add inputs.
...
* gnu/packages/imagemagick.scm (imagemagick): Add inputs fftw and lcms.
2013-12-15 01:15:49 +01:00
Andreas Enge
d694a44cef
gnu: imagemagick: Update to 6.8.7-9.
...
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.8.7-9.
2013-12-15 00:19:09 +01:00
Andreas Enge
f198ffd097
gnu: qt: Update to 5.2.0.
...
* gnu/packages/qt.scm (qt): Update to 5.2.0.
2013-12-14 23:49:27 +01:00
John Darrington
5839958a8f
gnu: libxml2: Fixed cross-compilation.
...
* gnu/packages/xml.scm (libxml2): assign "cross-libc"
to the variable glibc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-14 22:12:08 +01:00
Ludovic Courtès
c94d01bab2
gnu: tzdata: Fix cross-compilation.
...
Reported by John Darrington <john@darrington.wattle.id.au>.
* gnu/packages/base.scm (tzdata): Use the 'source' keyword argument in
phases rather than the "source" input. This fixes cross-compilation.
2013-12-14 19:23:29 +01:00
Andreas Enge
98a046cd25
gnu: icecat: Further analyse the failure of using system libpng and libjpeg.
...
* gnu/packages/gnuzilla.scm (icecat): Add comments.
2013-12-14 13:51:54 +01:00
John Darrington
e93c24df09
gnu: file: Fixed cross-compilation.
...
* gnu/packages/file.scm (file): [(eq? (%current-target-system) #f)] Add native-inputs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-13 23:36:57 +01:00
Ludovic Courtès
1ae6df81db
gnu: icecat: Build without debugging symbols; use some of the system libs.
...
* gnu/packages/gnuzilla.scm (icecat): Add 'native-inputs'. Add bzip2,
libevent, libffi, and zlib as inputs. Add #:configure-flags. Change
'configure' phase to honor it.
2013-12-13 18:09:01 +01:00
Ludovic Courtès
2e5728318b
gnu: idutils: Add Emacs as an input so idutils.el gets compiled and installed.
...
* gnu/packages/idutils.scm (idutils): Add Emacs to 'native-inputs'.
2013-12-13 18:09:01 +01:00
Ludovic Courtès
9ed1ba8ae2
gnu: global: Install the elisp file under $out/share/emacs/site-lisp.
...
* gnu/packages/global.scm (global)[arguments]: Add #:phases.
2013-12-13 18:09:01 +01:00
Andreas Enge
31f9322e6f
gnu: ffmpeg: Check via "make fate".
...
* gnu/packages/patches/ffmpeg-check.patch: Drop patch.
* gnu-system.am (dist_patch_DATA): Unregister patch.
* gnu/packages/video.scm (ffmpeg): Drop patch and use "fate" as test target
as recommended at http://trac.ffmpeg.org/ticket/3177#comment:11 .
* gnu/packages/video.scm
2013-12-13 11:32:25 +01:00
Ludovic Courtès
a31f4d3557
gnu: libtasn1: Upgrade to 3.4.
...
* gnu/packages/gnutls.scm (libtasn1): Upgrade to 3.4. Add
'native-inputs' field.
2013-12-11 23:05:12 +01:00
Ludovic Courtès
8a43ff101e
gnu: guix: Upgrade to 0.5.
...
* gnu/packages/package-management.scm (guix): Upgrade to 0.5. Update
the bootstrap binaries; add mips64el; add
'guix-test-networking.patch'.
2013-12-11 13:55:17 +01:00
Ludovic Courtès
9afb63bb7f
gnu: gdb: Upgrade to 7.6.2.
...
* gnu/packages/gdb.scm (gdb): Update to 7.6.2.
2013-12-11 01:25:39 +01:00
John Darrington
e67253dbe2
gnu: compression: Fix cross-compilation of zlib.
...
* gnu/packages/compression.scm : Zlib uses a non-standard
way of configuring for cross-compilation. Thanks to Ludovic
for showing me the correct way to fix this.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-10 13:55:35 +01:00
Andreas Enge
f7faff88b7
gnu: perl-xml-dom: Propagate inputs.
...
* gnu/packages/xml.scm (perl-xml-dom): Drop inputs that are obtained through
propagation, propagate the other inputs.
2013-12-10 00:17:04 +01:00
Andreas Enge
7b81406a4f
gnu: perl-libxml: Propagate input.
...
* gnu/packages/xml.scm (perl-libxml): Propagate input perl-xml-parser.
2013-12-10 00:13:08 +01:00
Andreas Enge
f852114ed6
gnu: perl-http-message: Propagate input perl-http-date.
...
* gnu/packages/web.scm (perl-http-message): Propagate input perl-http-date.
* gnu/packages/web.scm (perl-http-cookies, perl-http-daemon): Drop input perl-http-date.
2013-12-10 00:06:02 +01:00
Andreas Enge
d42daec07b
gnu: perl-libwww: Propagate all inputs.
...
* gnu/packages/web.scm (perl-libwww): Drop inputs that appear through
propagation, and propagate all others.
2013-12-09 23:59:11 +01:00
Andreas Enge
846972ebe5
gnu: perl-file-listing: Propagate input.
...
* gnu/packages/web.scm (perl-file-listing): Propagate input perl-http-date.
2013-12-09 23:49:22 +01:00
Andreas Enge
3adf588805
gnu: perl-www-robotrules: Propagate input.
...
* gnu/packages/web.scm (perl-www-robotrules): Propagate input perl-uri.
2013-12-09 23:47:00 +01:00
Andreas Enge
d0bb5f77e9
gnu: perl-http-negotiate: Propagate input.
...
* gnu/packages/web.scm (perl-http-negotiate): Propagate input
perl-http-message, drop input perl-uri (propagated by perl-http-message).
2013-12-09 23:45:02 +01:00
Andreas Enge
6e8cf5c9e0
gnu: perl-http-daemon: Propagate inputs.
...
* gnu/packages/web.scm (perl-http-daemon): Propagate inputs perl-http-date,
perl-http-message and perl-lwp-mediatypes; drop input perl-uri
(propagated by perl-http-message).
2013-12-09 23:42:25 +01:00
Andreas Enge
800de8da3b
gnu: perl-http-cookies: Propagate inputs.
...
* gnu/packages/web.scm (perl-http-cookies): Propagate inputs perl-http-date
and perl-http-message; drop input perl-uri (itself propagated from
perl-http-message).
2013-12-09 23:38:10 +01:00
Andreas Enge
daee66fc2e
gnu: perl-http-message: Propagate input perl-uri.
...
* gnu/packages/web.scm (perl-http-message): Propagate input perl-uri,
since "perl -MHTTP::Message" complains that it is missing.
2013-12-09 23:34:18 +01:00
Andreas Enge
ad871fc600
gnu: Add perl-xml-dom.
...
* gnu/packages/xml.scm (perl-xml-dom): New variable.
2013-12-09 22:37:28 +01:00
Andreas Enge
374a9a8520
gnu: Add perl-libwww.
...
* gnu/packages/web.scm (perl-libwww): New variable.
2013-12-09 22:23:47 +01:00
Andreas Enge
09a8778f73
gnu: Add perl-encode-locale.
...
* gnu/packages/web.scm (perl-encode-locale): New variable.
2013-12-09 22:21:27 +01:00
Andreas Enge
56aa03b0c2
gnu: Add perl-file-listing.
...
* gnu/packages/web.scm (perl-file-listing): New variable.
2013-12-09 22:16:30 +01:00
Andreas Enge
15974e6358
gnu: Add perl-file-list.
...
* gnu/packages/perl.scm (perl-file-list): New variable.
2013-12-09 15:45:25 +01:00
Andreas Enge
97ac64284d
gnu: rcs: Update to 5.9.2.
...
* gnu/packages/version-control.scm (rcs): Update to 5.9.2.
2013-12-08 23:04:42 +01:00
Andreas Enge
201180e481
gnu: parallel: Update to 20131122.
...
* gnu/packages/parallel.scm (parallel): Update to 20131122.
2013-12-08 22:58:25 +01:00
Ludovic Courtès
9b0ac80258
gnu: Populate /etc upon startup.
...
* gnu/packages/patches/dmd-getpw.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/system.scm (dmd): Use it.
* gnu/system/vm.scm (system-qemu-image): Don't explicitly populate /etc;
don't add ETC to the GC roots.
* gnu/system/dmd.scm (dmd-configuration-file): Add 'etc' parameter.
[config]: Populate /etc from there.
2013-12-08 22:43:56 +01:00
Andreas Enge
677078b48f
gnu: Add perl-net-http.
...
* gnu/packages/web.scm (perl-net-http): New variable.
2013-12-08 22:24:21 +01:00
Andreas Enge
a3eb919fb4
gnu: Add perl-www-robotrules.
...
* gnu/packages/web.scm (perl-www-robotrules): New variable.
2013-12-08 22:18:58 +01:00
Andreas Enge
e7444ee273
gnu: Add perl-http-negotiate.
...
* gnu/packages/web.scm (perl-http-negotiate): New variable.
2013-12-08 22:03:50 +01:00
Andreas Enge
77874f970e
gnu: bison: Update to 3.0.2.
...
* gnu/packages/bison.scm (bison): Update to 3.0.2.
2013-12-08 21:54:49 +01:00
Andreas Enge
3f41e6b310
gnu: Add perl-http-daemon.
...
* gnu/packages/web.scm (perl-http-daemon): New variable.
2013-12-08 21:53:12 +01:00
Andreas Enge
b3d18aff2f
gnu: Add perl-http-cookies.
...
* gnu/packages/web.scm (perl-http-cookies): New variable.
2013-12-07 22:52:29 +01:00
Andreas Enge
91318a9e19
gnu: Add perl-http-message.
...
* gnu/packages/web.scm (perl-http-message): New variable.
2013-12-07 22:49:07 +01:00
Andreas Enge
e426106bd1
gnu: Add perl-io-html.
...
* gnu/packages/web.scm (perl-io-html): New variable.
2013-12-07 22:47:40 +01:00
Andreas Enge
24b3c0533d
gnu: Add perl-lwp-mediatypes.
...
* gnu/packages/web.scm (perl-lwp-mediatypes): New variable.
2013-12-07 22:42:18 +01:00
Andreas Enge
fea5ebb106
gnu: Add perl-uri.
...
* gnu/packages/web.scm (perl-uri): New variable.
2013-12-07 22:36:02 +01:00
Andreas Enge
ae2aa18dba
gnu: Add perl-http-date.
...
* gnu/packages/web.scm (perl-http-date): New variable.
2013-12-07 22:24:53 +01:00
Andreas Enge
8ec0d3fbcf
gnu: Add perl-html-parser.
...
* gnu/packages/web.scm (perl-html-parser): New variable.
2013-12-07 22:20:53 +01:00
Andreas Enge
c9ea41ffd2
gnu: Add perl-html-tagset.
...
* gnu/packages/web.scm (perl-html-tagset): New variable.
2013-12-07 22:16:05 +01:00
Andreas Enge
7339fbe279
gnu: Rename perl-xml-parser-perlsax to perl-libxml.
...
* gnu/packages/xml.scm (perl-libxml): Rename from perl-xml-parser-perlsax.
2013-12-07 21:28:54 +01:00
Andreas Enge
dc47b181da
gnu: pulseaudio: Disable tests on mips64el.
...
* gnu/packages/pulseaudio.scm (pulseaudio): Drop tests also on mips64el.
2013-12-06 23:17:40 +01:00
Andreas Enge
a2e520afbf
gnu: Add perl-xml-regexp.
...
* gnu/packages/xml.scm (perl-xml-regexp): New variable.
2013-12-06 22:54:44 +01:00
Andreas Enge
1385ba4fd1
gnu: Add perl-xml-parser-perlsax.
...
* gnu/packages/xml.scm (perl-xml-parser-perlsax): New variable.
2013-12-06 22:50:12 +01:00
Andreas Enge
703d18e252
gnu: libmicrohttpd: Upgrade to 0.9.32.
...
* gnu/packages/gnunet.scm (libmicrohttpd): Upgrade to 0.9.32.
2013-12-06 00:29:53 +01:00
Andreas Enge
5642cecdde
gnu: soprano: Add input raptor2.
...
* gnu/packages/rdf.scm (soprano): Add input raptor2.
2013-12-06 00:07:59 +01:00
Andreas Enge
2c4e4d2597
gnu: Add raptor2.
...
* gnu/packages/rdf.scm (raptor2): New variable.
2013-12-06 00:05:13 +01:00
Ludovic Courtès
c01f767843
gnu: pulseaudio: Fix typo introduced in 76dcc99
.
...
* gnu/packages/pulseaudio.scm (pulseaudio): Disable tests on i686.
(pavucontrol): Remove 'arguments'.
2013-12-05 23:07:23 +01:00
Ludovic Courtès
76dcc993f7
gnu: pulseaudio: Disable tests on i686.
...
* gnu/packages/pulseaudio.scm (pavucontrol): New 'arguments' field.
2013-12-05 22:50:38 +01:00
Andreas Enge
e7de5ac0d5
gnu: ffmpeg: Enable tests.
...
* gnu/packages/video.scm (ffmpeg): Add upstream patch and re-enable tests.
* gnu/packages/patches/ffmpeg-check.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
2013-12-05 21:43:41 +01:00
Ludovic Courtès
49d294e5c8
gnu: Move 'guile-ssh' to (gnu packages ssh).
...
Reported by John Darrington <john@darrington.wattle.id.au>.
* gnu/packages/guile.scm (guile-ssh): Move to...
* gnu/packages/ssh.scm (guile-ssh): ... here. New variable.
This fixes a circular dependency issue, as reported at
<https://lists.gnu.org/archive/html/guix-devel/2013-12/msg00024.html >.
2013-12-04 22:24:28 +01:00
Andreas Enge
b0a552e30b
gnu: ffmpeg: Disable tests.
...
* gnu/packages/video.scm (ffmpeg): Disable tests, see
https://trac.ffmpeg.org/ticket/3177 .
2013-12-04 08:15:31 +01:00
Ludovic Courtès
595801e2f4
gnu: Add Guile-SSH.
...
* gnu/packages/guile.scm (guile-ssh): New variable.
2013-12-04 00:30:08 +01:00
Ludovic Courtès
deed349b4a
gnu: libssh: Add $libdir to RUNPATH of libssh_threads.so.
...
* gnu/packages/ssh.scm (libssh)[arguments]: Add #:phases, #:modules, and
#:imported-modules.
[native-inputs]: New field.
2013-12-04 00:29:19 +01:00
Ludovic Courtès
799dcdc48f
gnu: Improve synopses in vpn.scm.
...
* gnu/packages/vpn.scm (vpnc): Shorten synopsis, and fix spelling.
(openconnect): Fix synopsis spelling.
2013-12-04 00:00:19 +01:00
Ludovic Courtès
4095b41308
gnu: Add missing copyright line.
...
* gnu/packages/vpn.scm: Add copyright line lost in commit 7af8a9b
.
2013-12-03 23:59:22 +01:00
Ludovic Courtès
136b008fe7
gnu: patchelf: Shorten synopsis.
...
* gnu/packages/patchelf.scm (patchelf): Shorten synopsis.
2013-12-03 23:57:48 +01:00
Eric Bavier
97aed46fa3
Add GNU Serveez
...
* gnu/packages/serveez.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add it
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-03 23:47:32 +01:00
John Darrington
addfc3fc02
gnu: Add mtools.
...
* gnu/packages/mtools.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-03 23:33:00 +01:00
Eric Bavier
889a87f08c
gnu: Add gnu-pw-mgr
...
* gnu/packages/gnu-pw-mgr.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add it
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-03 22:07:23 +01:00
Ludovic Courtès
7af8a9b7ba
gnu: Move GVPE to vpn.scm.
...
* gnu/packages/vpn.scm (gvpe): New variable, moved from...
* gnu/packages/gvpe.scm: ... here. Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove 'gvpe.scm'.
2013-12-03 22:07:00 +01:00
Ludovic Courtès
901eee2c4c
gnu: Add Guile-WM.
...
* gnu/packages/guile-wm.scm (guile-wm): New variable.
2013-12-03 22:05:13 +01:00
Ludovic Courtès
2941448ea8
gnu: dmd: Upgrade to 0.1.
...
* gnu/packages/system.scm (dmd): Upgrade to 0.1. Move PKG-CONFIG to
'native-inputs'.
2013-12-02 23:35:12 +01:00
Ludovic Courtès
0af626ff0f
gnu: Add Guile-XCB.
...
* gnu/packages/guile-wm.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-12-02 23:25:59 +01:00
John Darrington
e6a5ce8e67
gnu: pspp: Enabled build of the gui
...
* gnu/packages/math.scm (pspp): Removed the --without-gui flag
and added the necessary inputs to build it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-02 13:51:02 +01:00
John Darrington
95d439b24c
gnu: Add GtkSourceView.
...
* gnu/packages/gtk.scm (gtksourceview): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-02 13:50:43 +01:00
Ludovic Courtès
79c311b81c
gnu: Synchronize descriptions with 'gnumaint'.
2013-12-01 22:33:23 +01:00
gzg
e6a9aa366e
Update references from Guy's old name
2013-11-29 14:21:36 +01:00
Ludovic Courtès
1681cd4a24
gnu: Add libssh.
...
* gnu/packages/ssh.scm (libssh): New variable.
2013-11-28 00:15:07 +01:00
Ludovic Courtès
b455a11868
gnu: qemu/smb-shares: Keep the original patches.
...
* gnu/packages/qemu.scm (qemu/smb-shares): Keep the patches from
QEMU-HEADLESS.
2013-11-28 00:15:07 +01:00
Andreas Enge
c1897890ea
gnu: luit: Accomodate stricter warnings of gcc-4.8.
...
* gnu/packages/patches/luit-posix.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/xorg.scm (luit): Apply patch.
2013-11-27 22:52:42 +01:00
Andreas Enge
d02196a7b3
gnu: ffmpeg: Update to 2.1.1.
...
* gnu/packages/video.scm (ffmpeg): Update to 2.1.1.
2013-11-27 22:37:29 +01:00
Ludovic Courtès
079fd3ec63
gnu: qemu: Upgrade to 1.6.1.
...
* gnu/packages/patches/qemu-make-4.0.patch: New file.
* gnu/packages/qemu.scm (qemu-headless): Use it. Upgrade to 1.6.1.
* gnu-system.am (dist_patch_DATA): Add it.
2013-11-26 23:55:04 +01:00
Ludovic Courtès
df8a09c708
gnu: mit-krb5: Build with GCC 4.7.
...
* gnu/packages/mit-krb5.scm (mit-krb5): Make BISON and PERL native
inputs. Add GCC-4.7 as a native input.
2013-11-26 22:31:22 +01:00
Ludovic Courtès
a8300ef9fd
gnu: xmodmap: Add patch to allow builds with GCC 4.8.
...
* gnu/packages/patches/xmodmap-asprintf.patch: New file.
* gnu/packages/xorg.scm (xmodmap): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2013-11-26 00:20:58 +01:00
Andreas Enge
07cec9a5b9
gnu: Correct typo in previous commit.
...
* gnu/packages/rdf.scm: Name module rdf.
2013-11-25 23:14:07 +01:00
Andreas Enge
c079848873
gnu: Add soprano.
...
* gnu/packages/rdf.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module.
2013-11-25 23:10:30 +01:00
gzg
4aa0891cd2
gnu: Add SLiM.
...
* gnu/packages/slim.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-11-25 22:54:32 +01:00
Ludovic Courtès
5fd7f3e015
gnu: iproute2: Upgrade to 3.12.0.
...
* gnu/packages/linux.scm (iproute): Upgrade to 3.12.0.
2013-11-25 18:51:24 +01:00
Ludovic Courtès
2e1f5bcac1
gnu: {binutils,bash,gnu-make}-final are private.
...
* gnu/packages/base.scm (binutils-final, bash-final, gnu-make-final):
Use 'define', not 'define-public'.
2013-11-24 23:01:33 +01:00
John Darrington
0ed873f3f6
gnu: pixman: Upgrade to 0.32.4.
...
* gnu/packages/xorg.scm (pixman): Upgrade to 0.32.4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-11-24 18:32:05 +01:00
Ludovic Courtès
53c85e97dc
Merge branch 'core-updates'
...
Conflicts:
gnu/packages/gnunet.scm
2013-11-23 22:30:10 +01:00
Ludovic Courtès
cd143df018
gnu: net-tools: Adjust to removal of the 'patch' phase.
...
* gnu/packages/linux.scm (net-tools): Adjust to removal of the 'patch'
phase. Reported by Mark H. Weaver <mhw@netris.org>.
2013-11-23 22:17:48 +01:00
Andreas Enge
2e838890ff
gnu: libextractor: Add input.
...
* gnu/packages/gnunet.scm (libextractor): Add input exiv2.
2013-11-23 18:30:07 +01:00
Ludovic Courtès
4942d42a94
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.
2013-11-23 18:21:44 +01:00
Ludovic Courtès
558a5122fa
gnu: sdl: Propagate libx11.
...
* gnu/packages/sdl.scm (sdl): Propagate LIBX11.
(sdl-gfx, sdl-ttf): Remove LIBX11 from 'inputs'.
2013-11-23 18:21:44 +01:00
Andreas Enge
248c06454e
gnu: libextractor: Add optional inputs.
...
* gnu/packages/gnunet.scm (libextractor): Add inputs ffmpeg and gstreamer.
2013-11-23 18:16:03 +01:00
Ludovic Courtès
0ece707470
gnu: make-bootstrap: Add missing inputs for Canadian cross of '%gcc-static'.
...
* gnu/packages/make-bootstrap.scm (%gcc-static): Add 'native-inputs'
field.
2013-11-23 16:07:29 +01:00
David Thompson
5cf3bcd4fb
gnu: Add SDL extension libraries.
...
* gnu/packages/sdl.scm (sdl-gfx, sdl-image, sdl-mixer, sdl-net, sdl-ttf): New
variables.
2013-11-23 08:50:30 -05:00
Ludovic Courtès
023fef7d94
gnu: Add PowerTOP.
...
* gnu/packages/linux.scm (powertop): New variable.
2013-11-22 22:55:06 +01:00
Ludovic Courtès
3cc2067523
gnu: Add libnl.
...
* gnu/packages/linux.scm (libnl): New variable.
2013-11-22 22:50:17 +01:00
Ludovic Courtès
d321bf4c27
gnu: apl: Adjust to gettext renaming.
...
* gnu/packages/apl.scm (apl): Use GNU-GETTEXT.
2013-11-21 00:21:12 +01:00
Ludovic Courtès
edae5b3d50
Merge branch 'master' into core-updates
...
Conflicts:
guix/packages.scm
2013-11-20 23:51:26 +01:00
Ludovic Courtès
1dba64079c
gnu: gettext: Rename binding to 'gnu-gettext'.
...
* gnu/packages/gettext.scm (gettext): Rename to...
(gnu-gettext): ... this. This is used to work around the circular
dependency introduced in commit c42a4b7
, which users with a #:renamer
cannot cope with.
* gnu/packages/acl.scm, gnu/packages/attr.scm, gnu/packages/cdrom.scm,
gnu/packages/fdisk.scm, gnu/packages/gkrellm.scm, gnu/packages/glib.scm,
gnu/packages/gnunet.scm, gnu/packages/grub.scm, gnu/packages/linux.scm,
gnu/packages/maths.scm, gnu/packages/nano.scm, gnu/packages/parted.scm,
gnu/packages/system.scm, gnu/packages/version-control.scm,
gnu/packages/vpn.scm, gnu/packages/w3m.scm, gnu/packages/wget.scm:
Adjust accordingly.
2013-11-20 22:12:49 +01:00
Eric Bavier
e3aaefe71b
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>
2013-11-20 19:03:46 +01:00
Ludovic Courtès
953ab5030f
gnu: make-bootstrap: Simplify '%gcc-static'.
...
* gnu/packages/make-bootstrap.scm (%gcc-static): Add a bunch of
--disable configure flags. Remove useless 'inputs' field.
2013-11-20 19:01:27 +01:00
David Thompson
8bf8d7c78f
gnu: Add SDL and SDL2.
...
* gnu/packages/sdl.scm (sdl, sdl2): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-11-20 12:08:34 +01:00
Ludovic Courtès
8d9865df14
gnu: autogen: Upgrade to 5.18.2.
...
* gnu/packages/autogen.scm (autogen): Upgrade to 5.18.2.
2013-11-19 23:47:04 +01:00
Ludovic Courtès
4cec7feeee
gnu: bison: Upgrade to 3.0.1.
...
* gnu/packages/bison.scm (bison): Upgrade to 3.0.1.
2013-11-19 23:46:35 +01:00
Ludovic Courtès
c3af0bf243
gnu: hello: Upgrade to 2.9.
...
* gnu/packages/base.scm (hello): Upgrade to 2.9. Remove 'arguments' and
'inputs' fields, which were never needed.
2013-11-19 23:25:35 +01:00
Ludovic Courtès
1635658d69
gnu: libextractor: Upgrade to 1.2.
...
* gnu/packages/gnunet.scm (libextractor): Upgrade to 1.2.
2013-11-19 23:24:40 +01:00
Ludovic Courtès
6f0856ba80
gnu: freeipmi: Upgrade to 1.3.3.
...
* gnu/packages/freeipmi.scm (freeipmi): Upgrade to 1.3.3.
2013-11-19 23:23:12 +01:00
Ludovic Courtès
740c24dffc
gnu: rcs: Upgrade to 5.9.1.
...
* gnu/packages/version-control.scm (rcs): Upgrade to 5.9.1. Add ed as
an input.
2013-11-19 23:22:03 +01:00
Ludovic Courtès
5ab48b08f0
gnu: lightning: Upgrade to 2.0.2.
...
* gnu/packages/lightning.scm (lightning): Upgrade to 2.0.2.
2013-11-19 23:20:26 +01:00
Ludovic Courtès
257f56017e
gnu: linux-libre: Upgrade to 3.12.
...
* gnu/packages/linux.scm (linux-libre): Upgrade to 3.12.
2013-11-19 22:39:12 +01:00
Andreas Enge
f392980041
gnu: pspp: Add input cairo.
...
* gnu/packages/maths.scm (pspp): Add cairo and further necessary inputs.
* gnu/packages/patches/pspp-tests.patch: New file, thanks to
John Darrington <john@darrington.wattle.id.au>.
* gnu-system.am (dist_patch_DATA): Register patch.
2013-11-18 21:12:27 +01:00
Andreas Enge
c42a4b76c4
gnu: gettext: Enable "xgettext --language=glade".
...
* gnu/packages/gettext.scm (gettext): Add input expat, explicitly link with it.
2013-11-18 21:11:49 +01:00
Ludovic Courtès
a7bf595fff
gnu: gcc: Really always link against libgcc_s.so.
...
* gnu/packages/gcc.scm (gcc-4.7): Add snippet to add -lgcc_s to the
"lib" spec. Remove --as-needed trick from 65d3b7c: it had no effect
in cases where we have !static-libgcc && !shared-libgcc.
2013-11-18 14:06:47 +01:00
Ludovic Courtès
0129c94832
gnu: gettext: Upgrade to 0.18.3.1.
...
* gnu/packages/gettext.scm (gettext): Upgrade to 0.18.3.1.
2013-11-18 00:20:56 +01:00
Ludovic Courtès
65d3b7c31d
gnu: gcc: Always link against libgcc_s.so.
...
* gnu/packages/gcc.scm (gcc-4.7)[pre-configure]: Add snippet to #undef
USE_LD_AS_NEEDED.
2013-11-18 00:09:45 +01:00
Ludovic Courtès
9ca8b5ac55
gnu: tar: Upgrade to 1.27.1.
...
* gnu/packages/base.scm (tar): Upgrade to 1.27.1.
2013-11-18 00:07:35 +01:00
Ludovic Courtès
13990c7343
gnu: glibc: Really disable 'ldconfig' and /etc/ld.so.cache.
...
* gnu/packages/base.scm (glibc): Add 'snippet' to set use_ldconfig=no.
Remove "glibc-no-ld-so-cache.patch"; that patch would still build
'ldconfig', and ld.so would still contain ld.so.cache-related code,
and would look for info in /etc/etc/ld.so.cache (sic).
* gnu/packages/patches/glibc-no-ld-so-cache.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
2013-11-16 23:14:28 +01:00
Ludovic Courtès
c6061db21e
gnu: cflow: Install Emacs mode.
...
* gnu/packages/cflow.scm (cflow): Add Emacs as an input.
2013-11-16 21:56:41 +01:00
Ludovic Courtès
0621349858
gnu: Switch to GCC 4.8 as the default compiler.
...
* build-aux/download.scm (file-name->uri): Update URL to /20131110.
* gnu-system.am (nodist_bootstrap_x86_64_linux_DATA,
nodist_bootstrap_i686_linux_DATA): Change base name to
'guile-2.0.9.tar.xz'.
(gnu/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz): New targets.
(gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Remove.
(gnu/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): Update
hash.
* gnu/packages/base.scm (gcc-boot0): Base upon GCC-4.8. Enable C++, and
add a few --disable flags. Remove MPFR workaround.
(cross-gcc-wrapper): Base upon GCC-4.8. Wrap both 'gcc' and 'g++'.
(libstdc++): New variable.
(gcc-final): Add it as an input; pass corresponding -I and -L flags.
* gnu/packages/bootstrap.scm (%bootstrap-guile): Always use
"guile-2.0.9.tar.xz.
(%bootstrap-coreutils&co): Update hashes.
(%bootstrap-binutils): Update URL and hashes.
(%bootstrap-glibc): Likewise.
(%bootstrap-gcc): Likewise.
* gnu/packages/gcc.scm (gcc-4.7): Add LDFLAGS.
Add --disable-libstdcxx-pch.
Modify the GNU_USER*_SPEC macros from gnu-user*.h instead of the raw
_SPEC macros.
2013-11-16 00:48:31 +01:00
Andreas Enge
be0f611208
gnu: Add IceCat.
...
* gnu/packages/gnuzilla.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-11-12 22:17:45 +01:00
Nikita Karetnikov
f3463cafce
gnu: Add GNU APL.
...
* gnu/packages/apl.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-11-12 01:30:07 +00:00
Andreas Enge
08184ebf16
gnu: Add phonon.
...
* gnu/packages/kde.scm (phonon): New variable.
2013-11-11 21:56:07 +01:00
Andreas Enge
206a52089a
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.
2013-11-11 19:16:03 +01:00
Ludovic Courtès
a6c116c703
gnu: Add GVPE.
...
* gnu/packages/gvpe.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-11-11 01:28:10 +01:00
Ludovic Courtès
d277bdeab9
gnu: Add GNU complexity.
...
* gnu/packages/complexity.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-11-11 00:29:09 +01:00
Ludovic Courtès
7db9608d52
Merge branch 'master' into core-updates
...
Conflicts:
guix/packages.scm
2013-11-08 21:58:09 +01:00
Ludovic Courtès
6a9957545c
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.
2013-11-07 23:07:45 +01:00
Nikita Karetnikov
da95c8170a
gnu: Add LAPACK.
...
* gnu/packages/maths.scm (lapack): New variable.
2013-11-07 08:20:11 +00:00
Mark H Weaver
7a78cc7af2
gnu: mit-krb5: don't assume arguments are evaluated right-to-left.
...
* gnu/packages/patches/mit-krb5-init-fix.patch: New file.
* gnu/packages/mit-krb5.scm (mit-krb5): Apply patch at the end of the custom
unpack phase.
* gnu-system.am (dist_patch_DATA): Add patch.
2013-11-04 13:38:06 -05:00
Mark H Weaver
f57ff219ad
gnu: add bootstrap support for mips64el-linux using the MIPS N32 ABI.
...
* .gitignore: Add entry for bootstrap/mips64el-linux/guile-2.0.9.tar.xz.
* gnu-system.am (bootstrap_mips64el_linuxdir,
dist_bootstrap_mips64el_linux_DATA, nodist_bootstrap_mips64el_linux_DATA):
New variables.
(DISTCLEANFILES): Add $(nodist_bootstrap_mips64el_linux_DATA).
(gnu/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): New target.
* build-aux/download.scm (file-name->uri): Adapt to the newer mips64el-linux
bootstrap tarballs.
* gnu/packages/bootstrap.scm (%bootstrap-guile, %bootstrap-coreutils&co,
%bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Adapt to the newer
mips64el-linux bootstrap tarballs.
* gnu/packages/bootstrap/mips64el-linux/bash:
* gnu/packages/bootstrap/mips64el-linux/mkdir:
* gnu/packages/bootstrap/mips64el-linux/tar:
* gnu/packages/bootstrap/mips64el-linux/xz: New files.
2013-11-03 23:26:53 -05:00
Mark H Weaver
c5916538fd
gnu: liboop: fix deplibs check method for mips64.
...
* gnu/packages/patches/liboop-mips64-deplibs-fix.patch: New file.
* gnu/packages/lsh.scm (liboop): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
2013-11-03 23:26:42 -05:00
Mark H Weaver
fdbd19ea6b
gnu: gd: fix deplibs check method for mips64.
...
* gnu/packages/patches/gd-mips64-deplibs-fix.patch: New file.
* gnu/packages/gd.scm (gd): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
2013-11-03 23:26:37 -05:00
Mark H Weaver
dd863f1f39
gnu: libmad: Fix MIPS assembler code to work with new GCC.
...
* gnu/packages/patches/libmad-mips-newgcc.patch: New file.
* gnu/packages/mp3.scm (libmad): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
2013-11-03 23:26:32 -05:00
Mark H Weaver
46acd05401
gnu: libtheora: patch ancient config.guess to support mips64.
...
* gnu/packages/patches/libtheora-config-guess.patch: New file.
* gnu/packages/oggvorbis.scm (libtheora): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
2013-11-03 23:26:27 -05:00
Mark H Weaver
bcd94e192a
gnu: alsa-lib: fix atomic op declarations for MIPS.
...
* gnu/packages/patches/alsa-lib-mips-atomic-fix.patch: New file.
* gnu/packages/linux.scm (alsa-lib): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
2013-11-03 23:26:22 -05:00
Mark H Weaver
1475a351f6
gnu: gdb: patch-makefile-SHELL for all Makefile.in files.
...
* gnu/packages/gdb.scm (gdb): patch-makefile-SHELL for all Makefile.in files
after configure.
2013-11-03 23:26:17 -05:00
Mark H Weaver
b20441f228
gnu: gdb: Fix opcode table for Loongson fused multiply-add.
...
* gnu/packages/patches/gdb-loongson-madd-fix.patch: New file.
* gnu/packages/gdb.scm (gdb): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
2013-11-03 23:26:12 -05:00
Mark H Weaver
1602fcea18
gnu: libffi: fix handling of uint32_t arguments on MIPS N32.
...
* gnu/packages/patches/libffi-mips-n32-fix.patch: New file.
* gnu/packages/libffi.scm (libffi): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
2013-11-03 23:26:04 -05:00
Mark H Weaver
bf2cc1e5d1
gnu: libtool: skip a test that fails on MIPS N32.
...
* gnu/packages/patches/libtool-skip-tests-for-mips.patch: New file.
* gnu/packages/autotools.scm (libtool): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
2013-11-03 23:25:59 -05:00
Mark H Weaver
2c1ceeacdf
gnu: binutils: apply fixes and workarounds for Loongson 2F CPUs.
...
* gnu/packages/patches/binutils-loongson-madd-fix.patch: New file.
* gnu/packages/patches/binutils-loongson-workaround.patch: New file.
* gnu/packages/base.scm (binutils): Add patches.
* gnu-system.am (dist_patch_DATA): Add patches.
2013-11-03 23:25:54 -05:00
Ludovic Courtès
b8c3527828
gnu: recutils: Upgrade to 1.6.
...
* gnu/packages/recutils.scm (recutils): Upgrade to 1.6. Add cURL and
libgcrypt as inputs.
2013-11-03 23:24:16 +01:00
Ludovic Courtès
69f777d14c
gnu: make-bootstrap: Build libc and Guile without a .gnu_debuglink.
...
* gnu/packages/make-bootstrap.scm (glibc-for-bootstrap, %guile-static):
Add 'outputs' field.
2013-11-03 22:35:17 +01:00
Ludovic Courtès
c9323eac74
gnu: make-bootstrap: Allow bit-reproducibility for 'glibc-stripped'.
...
* gnu/packages/make-bootstrap.scm (%glibc-stripped): Remove '.install'
and '..install.cmd' files.
2013-11-02 22:28:30 +01:00
Cyril Roelandt
a18e58336c
gnu: cmake: Bump to 2.8.12
...
* gnu/packages/cmake.scm: bump to 2.8.12
2013-11-02 22:17:08 +01:00
Ludovic Courtès
55a5674f21
gnu: make-bootstrap: Add C++ header files to the bootstrap GCC.
...
* gnu/packages/make-bootstrap.scm (%gcc-stripped): Add $gcc/include/c++.
2013-11-02 15:17:08 +01:00
Ludovic Courtès
08928e5752
gnu: cross-gcc: Fix build of 'gcc-cross-sans-libc'.
...
* gnu/packages/cross-base.scm (cross-gcc): Add "--disable-libatomic".
2013-11-02 12:58:52 +01:00
Nikita Karetnikov
fdd6c72683
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.
2013-11-01 20:50:02 +00:00
Andreas Enge
798e4f42b3
gnu: ffmpeg: Fix typo in configure flags.
...
* gnu/packages/video.scm (ffmpeg): Add "d" in "3d" in configure flags.
2013-11-01 21:08:26 +01:00
Ludovic Courtès
1670c70a03
gnu: Revert to GCC 4.7 as the default compiler.
...
GCC 4.8 relies on C++ headers (<cstring>, <iosfwd>, etc.) that are
missing from the current bootstrap GCC.
* gnu/packages/base.scm (gcc-boot0, cross-gcc-wrapper, gcc-final): Base
on GCC-4.7. This reverts part of commit 9ae7cee
.
2013-11-01 15:31:16 +01:00
Andreas Enge
39efcc9b3a
gnu: Add ffmpeg.
...
* gnu/packages/video.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module.
2013-11-01 14:01:05 +01:00