~ruther/guix-local

ref: bf4af30bb2bce9dd5baf91f313ea35c55893eb10 guix-local/gnu d---------
bf4af30b — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
9e63a388 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: qt: Add patch for i686 build problem.

See <https://bugreports.qt.io/browse/QTBUG-45205>.

* gnu/packages/patches/qt5-conflicting-typedefs.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qt): Add the patch.
cfaf863f — Andreas Enge 11 years ago
gnu: Add orcus.

* gnu/packages/libreoffice.scm (orcus): New variable.
d80ee442 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: lilv: Set rpath via LDFLAGS.

Fixes <http://bugs.gnu.org/20040>.

* gnu/packages/audio.scm (lilv): Add a pre-configure phase setting $LDFLAGS to
  set the rpath to $out/lib.
7e81a761 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: sord: Set rpath via LDFLAGS.

Fixes <http://bugs.gnu.org/20044>.

* gnu/packages/rdf.scm (sord): Add a pre-configure phase setting $LDFLAGS to
  set the rpath to $out/lib.
90ea9863 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: serd: Set rpath via LDFLAGS.

Fixes <http://bugs.gnu.org/20051>.

* gnu/packages/rdf.scm (serd): Add a pre-configure phase setting $LDFLAGS to
  set the rpath to $out/lib.
a0a0b716 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: wxwidgets: Set rpath in LDFLAGS.

Fixes <http://bugs.gnu.org/20049>.

* gnu/packages/wxwidgets.scm (wxwidgets): Add a make flag to set rpath to
  $out/lib via LDFLAGS.
9e759402 — Ludovic Courtès 11 years ago
gnu: gcc: Add link to upstream bug report.

* gnu/packages/gcc.scm (gcc-4.8): Add link to bug report in comment.
7e35b9dd — Ludovic Courtès 11 years ago
gnu: gcc: Add $libdir to the RUNPATH of libvtv.so.

* gnu/packages/gcc.scm (gcc-4.9): Inherit from GCC-4.8.
  [source]: Add 'gcc-libvtv-runpath.patch'.
  (gcc-5.1): Inherit from GCC-4.9.
  [source]: Use patches from GCC-4.9.
* gnu/packages/patches/gcc-libvtv-runpath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
372cf039 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: libva: Patch a dlopen call, set drivers path.

* gnu/packages/video.scm (libva): Patch the reference to libva-x11.so (passed
  to dlopen()) to use an absolute path.  Add --with-drivers-path= to
  #:configure-flags with a value pointing to mesa's $prefix/lib/dri.
d9c41939 — Ludovic Courtès 11 years ago
install: Make /var/lock.

Reported by 宋文武 <iyzsong@gmail.com>.

* gnu/build/install.scm (directives): Add /var/lock.
b416c647 — 宋文武 11 years ago
gnu: jack2: Add $libdir to the RUNPATH of all the binaries.

* gnu/packages/audio.scm (jack2)[arguments]: Add #:phases.
27c4f0cc — 宋文武 11 years ago
gnu: Remove gstreamer-0.10 and gst-plugins-base-0.10.

* gnu/packages/gstreamer.scm (gstreamer-0.10, gst-plugins-base-0.10):
  Remove variables.
* gnu/packages/patches/gstreamer-0.10-bison3.patch,
  gnu/packages/patches/gstreamer-0.10-silly-test.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.
3ec4bba4 — 宋文武 11 years ago
gnu: Add xmp.

* gnu/packages/audio.scm (xmp): New variable.
b97b5cda — 宋文武 11 years ago
gnu: Add libxmp.

* gnu/packages/audio.scm (libxmp): New variable.
a176dd7e — 宋文武 11 years ago
gnu: Add libmodplug.

* gnu/packages/audio.scm (libmodplug): New variable.
310d218f — Ricardo Wurmus 11 years ago
gnu: Add python-tornado.

* gnu/packages/python.scm (python-tornado, python2-tornado): New variables.
ed377cc6 — Ricardo Wurmus 11 years ago
gnu: Add python2-backport-ssl-match-hostname.

* gnu/packages/python.scm (python2-backport-ssl-match-hostname): New variable.
f6789047 — Ricardo Wurmus 11 years ago
gnu: Add icedtea7.

* gnu/packages/java.scm (icedtea7): New variable.
e32316e6 — 宋文武 11 years ago
gnu: cmake: Disable parallel tests.

* gnu/packages/cmake.scm (cmake)[arguments]: Add #:parallel-tests?.
  Set 'CTEST_OUTPUT_ON_FAILURE' to 'TRUE' in 'set-paths phase.
Next