~ruther/guix-local

ref: e9651e39b315035eb9e87888155f8d6e33ef0567 guix-local/gnu d---------
927d4d9b — Ricardo Wurmus 11 years ago
gnu: poppler: build with openjpeg and lcms

* gnu/packages/pdf.scm (poppler): build poppler with openjpeg 1.5 and lcms.
da2021bc — Ricardo Wurmus 11 years ago
gnu: openjpeg: Update to 2.0.1.

* gnu/packages/image.scm (openjpeg): Update to 2.0.1.
6140b9d8 — Ricardo Wurmus 11 years ago
gnu: Add openjpeg-1.

* gnu/packages/image.scm (openjpeg-1): New variable.
4100fe9d — Ricardo Wurmus 11 years ago
gnu: openjpeg: update home page URL.

* gnu/packages/image.scm (openjpeg)[home-page]: Update URL.
aebb05b0 — Ludovic Courtès 11 years ago
gnu: automake: Update to 1.15.

* gnu/packages/autotools.scm (automake): Update to 1.15.
d9762589 — Ludovic Courtès 11 years ago
gnu: git-manpages: Install under $out/share/man, not $out/share.

* gnu/packages/version-control.scm (git-manpages)[argument]: Install
  under $out/share/man, not $out/share.
1c38551a — Ludovic Courtès 11 years ago
gnu: Add git-manpages.

* gnu/packages/version-control.scm (git-manpages): New variable.
50ec7430 — Ludovic Courtès 11 years ago
gnu: git: Update to 2.2.1.

* gnu/packages/version-control.scm (git): Update to 2.2.1.
ffc200d7 — Ludovic Courtès 11 years ago
gnu: libtool-2.4.4: Disable tests on MIPS.

* gnu/packages/autotools.scm (libtool-2.4.4)[arguments]: New field.
9331ba5d — 宋文武 11 years ago
linux-boot: Make /etc/mtab a symlink to /proc/self/mounts.

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

* gnu/build/linux-boot.scm (mount-root-file-system): Make /root/etc/mtab
  a symlink to /proc/self/mounts.
* gnu/build/file-systems.scm (mount-file-system): Don't update /etc/mtab.
* guix/build/syscalls.scm (mount, umount): Have #:update-mtab? default to
  #f.
fcdebadf — Mark H Weaver 11 years ago
gnu: gcc-4.9: Fix build on MIPS.

* gnu/packages/gcc.scm (gcc-4.9): Add 'join-two-line-dynamic-linker-defns
  phase.
ee06af5b — Ludovic Courtès 11 years ago
gnu: Search for patches under $GUIX_PACKAGE_PATH.

Fixes <http://bugs.gnu.org/19364>.
Reported by Tomáš Čech <sleep_walker@suse.cz>
and Mark H Weaver <mhw@netris.org>.

* gnu/packages.scm (%patch-path): Move after definition of
  %package-module-path'.  Append "/gnu/packages/patches" only to
  %DISTRO-ROOT-DIRECTORY.
* tests/guix-package.sh: Add 'emacs-foo-bar-patched' test.
e13f715b — Ludovic Courtès 11 years ago
gnu: libtool: Add 2.4.4.

* gnu/packages/patches/libtool-2.4-skip-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/autotools.scm (libtool-2.4.4): New variable.
4b2fd119 — David Thompson 11 years ago
gnu: minetest: Update to 0.4.11.

* gnu/packages/patches/minetest-subgame-env-var.patch: Delete.
* gnu-system.am (dist_patch_DATA): Remove patch.
* gnu/packages/games.scm (minetest, minetest-data): Update to 0.4.11.
f4e97277 — 宋文武 11 years ago
gnu: icon-naming-utils: Wrap with PERL5LIB to find XML::Simple.

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

* gnu/packages/gnome.scm (icon-naming-utils)[arguments]: New field.
27ef7f45 — 宋文武 11 years ago
gnu: perl-xml-simple: Propagate XML::Parser.

* gnu/packages/xml.scm (perl-xml-simple): Move XML::Parser from 'inputs'
  to 'propagated-inputs'.
0f481f06 — Mark H Weaver 11 years ago
gnu: mesa: Fix build on non-intel systems.

* gnu/packages/gl.scm (mesa): On non-intel systems, pass
  "--with-dri-drivers=" configure flag with i915 and i965 removed.
171bf17c — Mark H Weaver 11 years ago
gnu: libdrm: Remove old version 2.4.33.

* gnu/packages/xdisorg.scm (libdrm-2.4.33): Remove, as it is no longer needed.
63d526e2 — Mark H Weaver 11 years ago
gnu: mutt: Add fix for CVE-2014-9116.

* gnu/packages/patches/mutt-CVE-2014-9116.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (mutt): Add patch.
2d2301e3 — Mark H Weaver 11 years ago
gnu: Import (gnu packages) into (gnu packages zip).

Should have been included in: e5da2f38c3ca8d4626c1b87e045d00d28c1bf4d0.

* gnu/packages/zip.scm: Import (gnu packages).
Next