~ruther/guix-local

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.
b416c647 — 宋文武 11 years ago
gnu: jack2: Add $libdir to the RUNPATH of all the binaries.

* gnu/packages/audio.scm (jack2)[arguments]: Add #:phases.
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.
477a752e — 宋文武 11 years ago
gnu: cmake: Update to 3.2.2.

* gnu/packages/cmake.scm (cmake): Update to 3.2.2.
* gnu/packages/patches/cmake-fix-tests.patch: Skip test for BundleUtilities.
4ac0d644 — Andreas Enge 11 years ago
Merge branch 'master' into core-updates.
7bde30e1 — Andreas Enge 11 years ago
gnu: evas-generic-loaders: Update to 1.13.2.

* gnu/packages/enlightenment.scm (evas-generic-loaders): Update to 1.13.2.
  Use https for the URL to avoid a redirection.
c5143851 — Andreas Enge 11 years ago
gnu: gpgme: Update to 1.5.4.

* gnu/packages/gnupg.scm (gpgme): Update to 1.5.4.
003e8d5e — Andreas Enge 11 years ago
Merge branch 'wip-glib' into master.

Conflicts:
	gnu/packages/package-management.scm
f62a8417 — Ricardo Wurmus 11 years ago
gnu: Add calf plugins.

* gnu/packages/audio.scm (calf): New variable.
e4f43b56 — Ricardo Wurmus 11 years ago
gnu: Add fluidsynth.

* gnu/packages/audio.scm (fluidsynth): New variable.
f763eaaa — Andreas Enge 11 years ago
gnu: Add mdds.

* gnu/packages/boost.scm (mdds): New variable.
378b01dc — David Thompson 11 years ago
gnu: Add gitolite.

* gnu/packages/version-control.scm (gitolite): New variable.
* gnu/packages/patches/gitolite-openssh-6.8-compat.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
f93b916c — David Thompson 11 years ago
gnu: nginx: Update to 1.8.0.

* gnu/packages/web.scm (nginx): Update to 1.8.0.
23d00fb0 — Mark H Weaver 11 years ago
gnu: wpa-supplicant: Add fix for CVE-2015-1863.

* gnu/packages/patches/wpa-supplicant-CVE-2015-1863.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (wpa-supplicant): Add patch.
d074e2f9 — Ludovic Courtès 11 years ago
build-system/{cmake,glib-or-gtk}: Add #:validate-runpath? parameter.

* guix/build-system/cmake.scm (cmake-build): Add #:validate-runpath?
  parameter and pass it to BUILDER.
* guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Likewise.
0bd43775 — Ludovic Courtès 11 years ago
build-system/gnu: #:validate-runpath? now defaults to #t.

* guix/build/gnu-build-system.scm (validate-runpath): Change default
  value of VALIDATE-RUNPATH? to #t.
cb85eb5e — Ludovic Courtès 11 years ago
build-system/gnu: Gracefully handle dangling symlinks.

Fixes <http://bugs.gnu.org/20081>.
Reported by Tomáš Čech <tcech@suse.cz>.

* guix/build/gnu-build-system.scm (patch-source-shebangs): Remove files
  that don't pass 'file-exists?'.
  (patch-generated-file-shebangs): Likewise.
cd91504d — Ludovic Courtès 11 years ago
gremlin: Add support for the expansion of $ORIGIN in RUNPATH.

* guix/build/gremlin.scm (expand-variable, expand-origin): New
  procedures.
  (validate-needed-in-runpath): Map 'expand-origin' to the RUNPATH field
  of DYNINFO.
* tests/gremlin.scm ("expand-origin"): New test.
3c43bcc6 — Ricardo Wurmus 11 years ago
gnu: r: Update to 3.2.0.

* gnu/packages/statistics.scm (r): Update to 3.2.0.
ff2b1c17 — Ricardo Wurmus 11 years ago
gnu: r: Set library rpath.

* gnu/packages/statistics.scm (r)[arguments]: Add the rpath for lib directory
  of output to LDFLAGS.
Next