guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated (9e63a38 -> 868ef9a)


From: Ludovic Courtès
Subject: branch core-updates updated (9e63a38 -> 868ef9a)
Date: Fri, 01 May 2015 15:39:57 +0000

civodul pushed a change to branch core-updates
in repository guix.

      from  9e63a38   gnu: qt: Add patch for i686 build problem.
      adds  6bc2406   gnu: Add guile-minikanren.
      adds  769436b   gnu: ffmpeg: Update to 2.6.2.
      adds  27350ef   gnu: ffmpeg: Don't use patchelf.
      adds  7482b34   gnu: mpv: Update to 0.9.0.
      adds  5809ffc   gnu: Add sfml.
      adds  02ed8be   gnu: tbb: Set rpath in LDFLAGS.
      adds  4ca009c   gnu: flexbar: Enable tests.
      adds  47c8ba5   gnu: icedtea6: Split test fixing phases.
      adds  85a0290   gnu: imlib2: Update to 1.4.7.
      adds  67fa7a2   gnu: Add extremetuxracer.
      adds  7b4570b   gnu: Add ixion.
      adds  f678904   gnu: Add icedtea7.
      adds  ed377cc   gnu: Add python2-backport-ssl-match-hostname.
      adds  310d218   gnu: Add python-tornado.
      adds  a176dd7   gnu: Add libmodplug.
      adds  b97b5cd   gnu: Add libxmp.
      adds  3ec4bba   gnu: Add xmp.
      adds  27c4f0c   gnu: Remove gstreamer-0.10 and gst-plugins-base-0.10.
      adds  d9c4193   install: Make /var/lock.
      adds  372cf03   gnu: libva: Patch a dlopen call, set drivers path.
      adds  cfaf863   gnu: Add orcus.
      adds  d17551d   download: Simplify 'open-connection-for-uri' to support 
HTTP proxies.
      adds  c046815   derivations: Add #:leaked-env-vars parameter.
      adds  0d88313   download: Honor the 'http_proxy' and 'https_proxy' env. 
vars.
      adds  0aaca43   Thank Joshua.
      adds  310709a   substitute: Fix file descriptor leak in 
'http-multiple-get'.
      adds  bc7d089   serialization: Adjust the permissive UTF-8 decoder to 
Guile 2.0.12ish.
       new  bf4af30   Merge branch 'master' into core-updates
       new  ea7f334   gnu: ganv: Set the RUNPATH of binaries to $libdir.
       new  abcbda4   packages: Add '%hydra-supported-systems'.
       new  75c5475   list-packages: Add status link only for systems supported 
on Hydra.
       new  e206f57   gnu: mariadb: Remove now unneeded workaround.
       new  78bed82   check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS.
       new  cb151c6   gnu: polkit-qt: Add $libdir to RUNPATH.
       new  868ef9a   bash completion: Complete long options with no short 
variant.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                                            |    1 +
 THANKS                                             |    1 +
 build-aux/check-available-binaries.scm             |    2 +-
 build-aux/hydra/gnu-system.scm                     |    4 -
 build-aux/list-packages.scm                        |    6 +-
 doc/guix.texi                                      |   10 +-
 etc/completion/bash/guix                           |    2 +-
 gnu-system.am                                      |    3 +-
 gnu/build/install.scm                              |    1 +
 gnu/packages/audio.scm                             |   67 ++++
 gnu/packages/bioinformatics.scm                    |   15 +-
 gnu/packages/databases.scm                         |    2 -
 gnu/packages/game-development.scm                  |   44 +++-
 gnu/packages/games.scm                             |   57 +++
 gnu/packages/gstreamer.scm                         |   46 ---
 gnu/packages/gtk.scm                               |   14 +-
 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/polkit.scm                            |    7 +-
 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/packages.scm                                  |    6 +
 guix/scripts/substitute.scm                        |    1 +
 guix/serialization.scm                             |    7 +-
 33 files changed, 804 insertions(+), 299 deletions(-)
 create mode 100644 gnu/packages/libreoffice.scm
 delete mode 100644 gnu/packages/patches/gstreamer-0.10-bison3.patch
 delete mode 100644 gnu/packages/patches/gstreamer-0.10-silly-test.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]