~ruther/guix-local

093c6f8b — Ricardo Wurmus 9 years ago
gnu: mesa: Build LLVM Gallium drivers.

Fixes <https://bugs.gnu.org/25953>.

* gnu/packages/gl.scm (mesa)[inputs]: Add llvm.
[arguments]: Build LLVM Gallium drivers.
b773e9b0 — Efraim Flashner 9 years ago
gnu: gcc: Force Aarch64 to use /lib.

* gnu/packages/gcc.scm (gcc)[arguments]: On aarch64 replace force libdir
to be lib and not lib64.
74a2b2b4 — Leo Famulari 9 years ago
Revert "gnu: xorg-server: Update to 1.19.2 [fixes CVE-2017-2624]."

This release was not properly bootstrapped:

https://lists.x.org/archives/xorg-announce/2017-March/002780.html

We will wait for 1.19.3 before updating.

This reverts commit 848d643874125d846b43e916bca901487ab15e15.
5eda3d82 — Leo Famulari 9 years ago
gnu: libice: Build with libbsd [fixes CVE-2017-2626].

* gnu/packages/xorg.scm (libice)[inputs]: Add libbsd.
fe6db6ec — Leo Famulari 9 years ago
gnu: libxdmcp: Build with libbsd [fixes CVE-2017-2625].

* gnu/packages/xorg.scm (libxdmcp)[inputs]: Add libbsd.
848d6438 — Leo Famulari 9 years ago
gnu: xorg-server: Update to 1.19.2 [fixes CVE-2017-2624].

* gnu/packages/xorg.scm (xorg-server): Update to 1.19.2.
60a50806 — Julien Lepiller 9 years ago
gnu: php: Update to 7.1.2.

* gnu/packages/php.scm (php): Update to 7.1.2.
[inputs]: Add gnutls.
[arguments]: Disable more tests in 'prepare-tests' phase.
(gd-for-php): Remove variable.
* gnu/packages/patches/gd-fix-chunk-size-on-boundaries.patch,
gnu/packages/patches/gd-fix-truecolor-format-correction.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.

Signed-off-by: Leo Famulari <leo@famulari.name>
e8293ef1 — Julien Lepiller 9 years ago
gnu: gd: Fix an issue with XBM decoding.

* gnu/packages/patches/gd-php-73968-Fix-109-XBM-reading.patch: New file.
* gnu/local.scm (dist_patch_DATA): Add it.
* gnu/packages/gd.scm (gd)[source]: Use it.

Signed-off-by: Leo Famulari <leo@famulari.name>
37e78bc7 — Rene Saavedra 9 years ago
gnu: fontconfig: Fix PATH_MAX for Hurd systems.

* gnu/packages/patches/fontconfig-path-max.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/fontutils.scm (fontconfig)[source]: Use it.

Signed-off-by: Manolis Ragkousis <manolis837@gmail.com>
10045e5c — Efraim Flashner 9 years ago
gnu: pth: Add support for aarch64.

* gnu/packages/pth.scm (pth)[arguments]: When compiling on aarch64 add
the '--host=aarch64' flag.
[home-page]: Use https.
cec21d68 — Efraim Flashner 9 years ago
gnu: libdrm-symbol-check.patch: Add case for radeon.

* gnu/packages/patches/libdrm-symbol-check.patch: Add the extra seven
symbols from the public headers to the radeon-symbol-check to satisfy
the test.  Also add aarch64-linux to the list of architectures affected.
7ed7be3c — Efraim Flashner 9 years ago
gnu: gd: Fix test failure on aarch64.

* gnu/packages/gd.scm (gd)[arguments]: Add make-flag -ffp-contract=off
to work around upstream bug 278.
f3a24b46 — Leo Famulari 9 years ago
gnu: doxygen: Update to 1.8.13.

* gnu/packages/documentation.scm (doxygen): Update to 1.8.13.
4407a353 — Leo Famulari 9 years ago
gnu: flex: Update to 2.6.3.

* gnu/packages/flex.scm (flex): Update to 2.6.3.
29796b3f — Leo Famulari 9 years ago
gnu: cups: Fix build failure in reset-gzip-timestamps phase.

* gnu/packages/cups.scm (cups)[arguments]: Add 'make-manpages-writable' phase.
75170267 — Manolis Ragkousis 9 years ago
guix: build: make-bootstrap: Copy "falloc.h" to the new system.

In glibc-2.25 a dependency on "linux/falloc.h" was added.
This also reverts commit 8f8f250bdca917b3ce38aa0902f01b19081859a4
which is no longer needed. This commit was not compatible with
the glibc version Hurd is using. See
<https://lists.gnu.org/archive/html/guix-devel/2017-02/msg01046.html>

* guix/build/make-bootstrap.scm (make-stripped-libc): Copy "falloc.h"
to the new system.
* gnu/packages/patches/glibc-bootstrap-system.patch: Remove part
that touches fcntl-linux.h.

Problem reported by Andreas Enge <andreas@enge.fr>.
8e5652f9 — Marius Bakke 9 years ago
gnu: harfbuzz: Update to 1.4.3.

* gnu/packages/gtk.scm (harfbuzz): Update to 1.4.3.
daed5b7e — Marius Bakke 9 years ago
gnu: libx11: Update to 1.6.5.

* gnu/packages/xorg.scm (libx11): Update to 1.6.5.
1c598515 — Efraim Flashner 9 years ago
gnu: fontconfig: Fix test-suite for freetype update.

* gnu/packages/fontutils.scm (fontconfig)[arguments]: Add phase to fix
the test-suite to have the input expected.
212c775c — Marius Bakke 9 years ago
gnu: bluez: Update to 5.44.

* gnu/packages/linux.scm (bluez): Update to 5.44.
Next