Commit Graph

11516 Commits (e71b20e5b5a16cf81fa12baa38ac37bcfe2c1989)

Author SHA1 Message Date
Raymond Nicholson e71b20e5b5 gnu: mplayer: Update to 1.3.0.
* gnu/packages/video.scm (mplayer): Update to 1.3.0.
2016-04-04 16:33:23 -04:00
Raymond Nicholson 2a972b2fdf gnu: gst-libav: Update to 1.8.0.
* gnu/packages/ffmpeg.scm (gst-libav): Update to 1.8.0.
2016-04-04 16:27:04 -04:00
Efraim Flashner 49c90efb66 gnu: global: Update to 6.5.4.
* gnu/packages/code.scm (global): Update to 6.5.4.
2016-04-04 23:05:30 +03:00
Mark H Weaver 4c95bbba78 gnu: network-manager: Update to 1.0.12.
* gnu/packages/gnome.scm (network-manager): Update to 1.0.12.
2016-04-04 15:14:56 -04:00
Efraim Flashner 5c4d98ab50 gnu: scheme48: Update to 1.9.2.
* gnu/packages/scheme.scm (scheme48): Update to 1.9.2.
2016-04-04 22:01:40 +03:00
Alex Kost 183f42f90f emacs: Speed up starting the REPL.
Delay initializing variables.

* emacs/guix-main.scm: (%packages): Rename to...
(%package-vhash): ... this.  Delay setting the value.
(package-vhash): New procedure (wrapper for '%package-vhash').
(%package-table): Delay setting the value.
(package-table): New procedure (wrapper for '%package-table').
(package-by-address, packages-by-name+version): Use wrappers.
2016-04-04 20:11:22 +03:00
Alex Kost 619ff9066d emacs: Use (guix scripts lint) only when needed.
* emacs/guix-main.scm: Do not use (guix scripts pull) module.
(lint-checker-names): Adjust to use it.
2016-04-04 20:11:22 +03:00
Alex Kost 7d0978f56f emacs: Remove unused module.
This is a followup to commit c67e344f21.

* emacs/guix-main.scm: Do not use (guix scripts pull).
2016-04-04 20:11:22 +03:00
Alex Kost f1f09937a6 emacs: Stylistic improvements in guile code.
* emacs/guix-main.scm (package-unique?): Use 'match' instead of 'cdr'.
(package-by-address): Likewise.
2016-04-04 20:11:22 +03:00
Alex Kost 5f2928456b emacs: Use 'build-and-use-profile' from (guix scripts package).
* guix/scripts/package.scm: Export 'build-and-use-profile'.
* emacs/guix-main.scm (process-package-actions): Use it.
2016-04-04 20:11:22 +03:00
Leo Famulari 2fc629ddc4 gnu: python-pyopenssl: Update to 16.0.0.
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to
16.0.0.
[arguments]: Remove field.
2016-04-04 12:32:59 -04:00
Leo Famulari 4f363e73f8 gnu: python-cryptography, python-cryptography-vectors: Update to 1.3.1.
These packages should be udpated together.

* gnu/packages/python.scm (python-cryptography): Update to 1.3.1.
(python-cryptogprahy-vectors): Update to 1.3.1.
2016-04-04 12:32:59 -04:00
Leo Famulari 61a4332d9e gnu: python-pytest: Update to 2.7.3.
* gnu/packages/python.scm (python-pytest, python2-pytest): Update to 2.7.3.
2016-04-04 12:32:59 -04:00
Efraim Flashner 560c07954c gnu: i3-wm: Update to 4.12.
* gnu/packages/wm.scm (13-wm): Update to 4.12.
2016-04-04 10:24:31 +03:00
John Darrington 0b65f1a013 gnu: Move pspp from maths.scm to statistics.scm
* gnu/packages/maths.scm (pspp): Deleted.
* gnu/packages/statistics.scm (pspp): New variable.
2016-04-04 07:15:14 +02:00
Efraim Flashner 16736e0234 gnu: irssi: Update to 0.8.19.
* gnu/packages/irc.scm (irssi): Update to 0.8.19.
2016-04-04 07:24:31 +03:00
Efraim Flashner 6c277c8999 gnu: libpsl: Update to 0.13.0.
* gnu/packages/web.scm (libpsl): Update to 0.13.0.
[arguments]: Remove bootstrap phase.
[inputs]: Add python-2.
[native-inputs]: Remove autoconf, automake, gettext, which, libtool,
pkg-config.
2016-04-03 23:35:29 +03:00
Leo Famulari 8d9ac92622 gnu: libsrtp: Update to 1.5.4 [fixes CVE-2015-6360].
* gnu/packages/telephony.scm (libsrtp): Update to 1.5.4.
2016-04-03 14:05:12 -04:00
Jochem Raat 0f3449fe3c gnu: check: Update home page URL.
* gnu/packages/check.scm (check)[home-page]: Update to new location.

Signed-off-by: Alex Kost <alezost@gmail.com>
2016-04-03 20:16:10 +03:00
Alex Kost 000bc04d52 gnu: magit: Update to 2.6.0.
* gnu/packages/emacs.scm (magit): Update to 2.6.0.
2016-04-03 20:15:33 +03:00
rain1 c5e1fcd0ae gnu: ffmpeg: Update to 3.0.0.
* gnu/packages/video.scm (ffmpeg): Update to 3.0.0.
[inputs]: Remove libquvi.
[arguments]: Remove '--enable-libquvi" configure flag, rename mipsdspri1
flag to mipsdsp.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-04-03 19:39:40 +03:00
Mathieu Lirzin 3cf0dbda97 build: Distribute 'build-aux/test-driver.scm'.
* Makefile.am (EXTRA_DIST): Add 'build-aux/test-driver.scm'.
2016-04-03 16:25:07 +02:00
Mathieu Lirzin a9edb211e7 build: Add a Guile custom test driver using SRFI-64.
Before that '.log' files for scheme tests were fragmented and not
included in test-suite.log.  This unifies the semantics of SRFI-64 API
with Automake test suite.

* build-aux/test-driver.scm: New file.
* Makefile.am (SCM_LOG_DRIVER, AM_SCM_LOG_DRIVER_FLAGS): New variables.
(SCM_LOG_COMPILER, AM_SCM_LOG_FLAGS): Delete variables.
(AM_TESTS_ENVIRONMENT): Set GUILE_AUTO_COMPILE to 0.
* test-env.in: Silence guix-daemon.
* doc/guix.texi (Running the Test Suite): Describe how to display the
detailed results.  Bug reports require only 'test-suite.log' file.
* tests/base32.scm, tests/build-utils.scm, tests/builders.scm,
tests/challenge.scm, tests/cpan.scm, tests/cpio.scm, tests/cran.scm,
tests/cve.scm, tests/derivations.scm, tests/elpa.scm,
tests/file-systems.scm, tests/gem.scm, tests/gexp.scm,
tests/gnu-maintenance.scm, tests/grafts.scm, tests/graph.scm,
tests/gremlin.scm, tests/hackage.scm, tests/hash.scm,
tests/import-utils.scm, tests/lint.scm, tests/monads.scm, tests/nar.scm,
tests/packages.scm, tests/pk-crypto.scm, tests/pki.scm,
tests/profiles.scm, tests/publish.scm, tests/pypi.scm,
tests/records.scm, tests/scripts-build.scm, tests/scripts.scm,
tests/services.scm, tests/sets.scm, tests/size.scm, tests/snix.scm,
tests/store.scm, tests/substitute.scm, tests/syscalls.scm,
tests/system.scm, tests/ui.scm, tests/union.scm, tests/upstream.scm,
tests/utils.scm: Don't exit at the end of test groups.
* tests/containers.scm: Likewise.  Use 'test-skip' instead of exiting
with error code 77.
2016-04-03 14:19:09 +02:00
Ben Woodcroft e25f017422 gnu: Remove duplicate python-pbr.
This is a follow-up to commit 1ef09c0c75.

* gnu/packages/openstack.scm (python-pbr, python2-pbr): Move from here ...
* gnu/packages/python.scm: ... to here.
(python-pbr, python2-pbr): Delete duplicate packages.
2016-04-03 21:09:17 +10:00
Ben Woodcroft 692add53bc gnu: python-lockfile: Update to 0.12.2.
* gnu/packages/python.scm (python-lockfile): Update to 0.12.2.
[native-inputs]: Add python-pbr.
(python2-lockfile): Update to 0.12.2.
[native-inputs]: Add python2-setuptools, python2-pbr.
2016-04-03 16:08:11 +10:00
Ben Woodcroft 1804527ab0 gnu: python-lockfile Use 'python2-variant'.
* gnu/packages/python.scm (python-lockfile): Use 'python2-variant'.
[properties]: New field.
(python2-lockfile): Use 'strip-python2-variant'.
2016-04-03 16:08:11 +10:00
Ben Woodcroft 1ef09c0c75 gnu: Add python-pbr.
* gnu/packages/python.scm (python-pbr, python2-pbr): New variables.
2016-04-03 16:08:11 +10:00
Ben Woodcroft 78c0d323e9 gnu: python-pandas: Update to 0.18.0.
* gnu/packages/python.scm (python-pandas, python2-pandas): Update to 0.18.0.
[arguments]: Enable tests.
2016-04-03 16:08:11 +10:00
Efraim Flashner fd7575d479 gnu: pspp: Update to 0.10.1.
* gnu/packages/maths.scm (pspp): Update to 0.10.1.
2016-04-03 08:47:35 +03:00
Efraim Flashner e94616b996 gnu: iso-codes: Update to 3.67.
* gnu/packages/iso-codes.scm (iso-codes): Update to 3.67.
[inputs]: Replace python-2 with python-wrapper.
[home-page]: Use https.
2016-04-03 07:43:41 +03:00
Ludovic Courtès 0736643424 gnu: transmission: Move '.desktop' file to the "gui" output.
Fixes <http://bugs.gnu.org/23066>.
Reported by Danny Milosavljevic <dannym@scratchpost.org>.

* gnu/packages/bittorrent.scm (transmission)[arguments]: In 'move-gui',
move 'share/applications' to the 'gui' output.
2016-04-02 22:40:18 +02:00
Ludovic Courtès 8463d1345e graph: Edges are colored based on their source node.
* guix/graph.scm (%colors): New variable.
(pop-color): New procedure.
(emit-edge): Use it.
2016-04-02 22:40:18 +02:00
Efraim Flashner 451c1436a3 gnu: mc: Update to 4.8.16.
* gnu/packages/mc.scm (mc): Update to 4.8.16.
[source]: Remove patch.
* gnu/packages/patches/mc-fix-ncurses-build.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
2016-04-02 23:39:32 +03:00
Efraim Flashner 57818b6e3c gnu: gnucash: Update to 2.6.12.
* gnu/packages/gnucash.scm (gnucash): Update to 2.6.12.
[home-page]: Update to new homepage.
2016-04-02 22:10:29 +03:00
Ben Woodcroft a754eaf16d gnu: ruby-2.1: Update to 2.1.10.
* gnu/packages/ruby.scm (ruby-2.1): Update to 2.1.10.
2016-04-02 09:16:17 +10:00
Efraim Flashner f04433773d gnu: glpk: Update to 4.60.
* gnu/packages/maths.scm (glpk): Update to 4.60.
2016-04-01 16:52:54 +03:00
Ludovic Courtès 915363a3e2 gnu: wicd: Add template for WPA2-TTLS.
* gnu/packages/patches/wicd-wpa2-ttls.patch: New file.
* gnu/packages/wicd.scm (wicd)[source]: Add it.
* gnu-system.am (dist_patch_DATA): Add it.
2016-04-01 13:59:58 +02:00
Ludovic Courtès f5480572d0 gnu: wicd: Update to 1.7.4.
* gnu/packages/wicd.scm (wicd): Update to 1.7.4.
[source]: Remove 'wicd-template-instantiation.patch'.
* gnu/packages/patches/wicd-template-instantiation.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
2016-04-01 13:59:58 +02:00
Efraim Flashner dbeaf8f203 gnu: postgresql: Update to 9.5.2. [fixes CVE-2016-2193, CVE-2016-3065]
* gnu/packages/databases.scm (postgresql): Update to 9.5.2.
2016-04-01 13:57:21 +03:00
Ricardo Wurmus 6499b70ebf gnu: Add r-ztable.
* gnu/packages/statistics.scm (r-ztable): New variable.
2016-04-01 11:46:19 +02:00
Jelle Licht ec67294611 gnu: Add jq.
* gnu/packages/web.scm: (jq): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2016-04-01 11:56:30 +03:00
Jelle Licht 2d8cf0b3e7 gnu: Add oniguruma.
* gnu/packages/textutils.scm (oniguruma): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2016-04-01 11:38:06 +03:00
alírio eyng 52af45adeb gnu: fontforge: Build fonts bit-reproducibly.
* gnu/packages/fontutils.scm (fontforge)[source](snippet): Modify
tottf.c.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-04-01 00:05:42 +02:00
Jan Nieuwenhuizen 2cdeecbe4d gnu: move miscfiles into gnu-doc.scm
* gnu/packages/miscfiles.scm: Remove file.
* gnu-sytem.am: Remove it.
* gnu/packages/gnu-doc.scm (miscfiles): Move here.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-04-01 00:05:42 +02:00
Jan Nieuwenhuizen ec0730cb67 gnu: Add gnu-standards.
* gnu/packages/gnu-doc.scm: New file.
* gnu-system.am: Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-04-01 00:05:42 +02:00
Ludovic Courtès f4033fb5da cvs: Disable compression.
Reported by Jan Nieuwenhuizen <janneke@gnu.org>.

* guix/build/cvs.scm (cvs-fetch): Use -z0.
2016-04-01 00:05:42 +02:00
Jan Nieuwenhuizen ab83105bbe cvs: Allow checkouts when /tmp is a different device.
* guix/build/cvs.scm (cvs-fetch): Use 'copy-recursively' instead of
'rename-file'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-04-01 00:05:42 +02:00
alírio eyng 47268eec13 gnu: font-gnu-freefont-ttf: Update to 20120503 and build from source.
* gnu/packages/fonts.scm (font-gnu-freefont-ttf): Update to 20120503.
[arguments]: Build from source.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-04-01 00:05:42 +02:00
Ludovic Courtès 97425486ee profiles: Use the right 'package-name->name+version'.
* guix/profiles.scm: Use 'package-name->name+version' from (guix build
utils).  Fixes 'find-among-store-items' in 'gtk-icon-themes'.
2016-04-01 00:05:42 +02:00
Efraim Flashner b5afe6f031 gnu: gnupg-2.0: Update to 2.0.30.
* gnu/packages/gnupg.scm (gnupg-2.0): Update to 2.0.30.
2016-03-31 21:14:25 +03:00