[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: Merge branch 'master' into core-updates
From: |
Ludovic Courtès |
Subject: |
01/08: Merge branch 'master' into core-updates |
Date: |
Fri, 01 May 2015 15:39:57 +0000 |
civodul pushed a commit to branch core-updates
in repository guix.
commit bf4af30bb2bce9dd5baf91f313ea35c55893eb10
Merge: 9e63a38 bc7d089
Author: Ludovic Courtès <address@hidden>
Date: Fri May 1 15:03:30 2015 +0200
Merge branch 'master' into core-updates
AUTHORS | 1 +
THANKS | 1 +
doc/guix.texi | 10 +-
gnu-system.am | 3 +-
gnu/build/install.scm | 1 +
gnu/packages/audio.scm | 67 ++++
gnu/packages/bioinformatics.scm | 15 +-
gnu/packages/game-development.scm | 44 +++-
gnu/packages/games.scm | 57 +++
gnu/packages/gstreamer.scm | 46 ---
gnu/packages/guile.scm | 78 ++++
gnu/packages/image.scm | 17 +-
gnu/packages/java.scm | 386 ++++++++++++++------
gnu/packages/libreoffice.scm | 81 ++++
gnu/packages/patches/gstreamer-0.10-bison3.patch | 32 --
.../patches/gstreamer-0.10-silly-test.patch | 14 -
gnu/packages/python.scm | 62 ++++
gnu/packages/tbb.scm | 2 +
gnu/packages/video.scm | 53 ++--
guix/build/download.scm | 65 ++--
guix/derivations.scm | 12 +-
guix/download.scm | 3 +
guix/gexp.scm | 2 +
guix/scripts/substitute.scm | 1 +
guix/serialization.scm | 7 +-
25 files changed, 774 insertions(+), 286 deletions(-)
- branch core-updates updated (9e63a38 -> 868ef9a), Ludovic Courtès, 2015/05/01
- 01/08: Merge branch 'master' into core-updates,
Ludovic Courtès <=
- 02/08: gnu: ganv: Set the RUNPATH of binaries to $libdir., Ludovic Courtès, 2015/05/01
- 04/08: list-packages: Add status link only for systems supported on Hydra., Ludovic Courtès, 2015/05/01
- 03/08: packages: Add '%hydra-supported-systems'., Ludovic Courtès, 2015/05/01
- 05/08: gnu: mariadb: Remove now unneeded workaround., Ludovic Courtès, 2015/05/01
- 06/08: check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS., Ludovic Courtès, 2015/05/01
- 08/08: bash completion: Complete long options with no short variant., Ludovic Courtès, 2015/05/01
- 07/08: gnu: polkit-qt: Add $libdir to RUNPATH., Ludovic Courtès, 2015/05/01