~ruther/guix-local

a8afb9ae — Ludovic Courtès 10 years ago
store: 'run-with-store' initializes %CURRENT-TARGET-SYSTEM to #f.

* guix/store.scm (run-with-store): Set %CURRENT-TARGET-SYSTEM to #f.
* tests/gexp.scm ("gexp->derivation vs. %current-target-system"): New test.
d7facc66 — Mark H Weaver 10 years ago
gnu: cups-filters: Update to 1.0.71.

* gnu/packages/cups.scm (cups-filters): Update to 1.0.71.
b1982b80 — Mark H Weaver 10 years ago
gnu: zathura-{cb,ps,djvu,pdf-poppler}: Fix installation of desktop files.

Based on a patch by Alex Kost <alezost@gmail.com>.

* gnu/packages/pdf.scm (zathura-cb, zathura-ps, zathura-djvu)
  (zathura-pdf-poppler)[arguments]: In make-flags, set PREFIX instead of
  DESTDIR and adjust PLUGINDIR accordingly.
734976b6 — Mark H Weaver 10 years ago
gnu: libdvdnav: Update to 5.0.3.

* gnu/packages/video.scm (libdvdnav): Update to 5.0.3.
9aebf330 — Mark H Weaver 10 years ago
gnu: libdvdread: Update to 5.0.3.

* gnu/packages/video.scm (libdvdread): Update to 5.0.3.
c05c4321 — Alex Kost 10 years ago
system: Fix typo.

* gnu/system.scm (etc-directory): Fix typo in a comment.
7eff4243 — Mathieu Lirzin 10 years ago
Prevent Git from silently ignoring new files.

* .gitignore: Ignore only specific files instead of the whole
  'build-aux' directory.
e0884109 — Mark H Weaver 10 years ago
gnu: Add libmpeg2.

* gnu/packages/video.scm (libmpeg2): New variable.
23da88f6 — Mark H Weaver 10 years ago
gnu: liba52: Build shared library.

* gnu/packages/patches/liba52-enable-pic.patch,
  gnu/packages/patches/liba52-link-with-libm.patch,
  gnu/packages/patches/liba52-set-soname.patch,
  gnu/packages/patches/liba52-use-mtune-not-mcpu.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/video.scm (liba52)[source]: Add patches.
  [native-inputs]: Add autoconf, automake, and libtool.
  [arguments]: Add "--enable-shared" to configure-flags.
  Add 'bootstrap' phase.
4ca5c91f — David Thompson 10 years ago
gnu: ruby: Remove custom 'rake gem' build phase from all gems.

* gnu/packages/ruby.scm (ruby-hoe, ruby-rake-compiler,
  ruby-net-http-persistent, ruby-minitest, ruby-minitest-sprint,
  ruby-minitest-bacon): Remove custom 'rake gem' build phase that is now
  handled automatically by the Ruby build system.
76ae915e — pjotrp 10 years ago
build: ruby: Run 'rake gem' when gemspec is missing.

* guix/build/ruby-build-system.scm (build): Run 'rake gem' when there is no
  gemspec in the source tree.

Co-Authored-By: David Thompson <davet@gnu.org>
795c01f3 — Ricardo Wurmus 10 years ago
gnu: samtools: Update to 1.2.

* gnu/packages/bioinformatics.scm (samtools): Update to 1.2.
66b2b085 — Andreas Enge 10 years ago
gnu: pari-gp: Update to 2.7.4.

* gnu/packages/algebra.scm (pari-gp): Update to 2.7.4.
48cfe294 — Mark H Weaver 10 years ago
gnu: icecat: Apply more libvpx-1.4 fixes.

This is a followup to commit c803ffcb3a9d5669bf5bae62b66fa058d697545c.

* gnu/packages/patches/icecat-libvpx-1.4.patch: Augment existing patch to
  include fixes for content/media/encoder/VP8TrackEncoder.cpp.
c803ffcb — Mark H Weaver 10 years ago
gnu: icecat: Fix build against libvpx 1.4.

* gnu/packages/patches/icecat-libvpx-1.4.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patch.
0ba652b2 — Mark H Weaver 10 years ago
gnu: gst-plugins-good: Disable rtprtx tests that frequently fail.

* gnu/packages/gstreamer.scm (arguments): Add 'disable-failing-rtprtx-tests'
  phase.
723e8866 — Mark H Weaver 10 years ago
gnu: libvpx: Update to 1.4.0.

* gnu/packages/patches/libvpx-fix-armhf-link.patch,
  gnu/packages/patches/libvpx-fix-ssse3-quantize.patch,
  gnu/packages/patches/libvpx-vp9-out-of-bounds-access.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/video.scm (libvpx): Update to 1.4.0.  Remove patches.  Update
  source URI.
9ed54864 — Mark H Weaver 10 years ago
gnu: libwmf: Fix CVE-2006-3376, CVE-2009-1364, CVE-2015-{0848,4588,4695,4696}.

* gnu/packages/patches/libwmf-CVE-2006-3376.patch,
  gnu/packages/patches/libwmf-CVE-2009-1364.patch,
  gnu/packages/patches/libwmf-CVE-2015-0848+4588+4695+4696.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/image.scm (libwmf)[source]: Add patches.
075d99f1 — Andy Patterson 10 years ago
substitute: Avoid infinite loop when updating the substitute list.

Reported
at <http://lists.gnu.org/archive/html/guix-devel/2015-07/msg00119.html>.

* guix/scripts/substitute.scm (http-multiple-get): When RESP has "Connection:
  close", consume HEAD anyway; always call PROC to read from BODY.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
399f9ace — Ludovic Courtès 10 years ago
daemon: Flush upon '\r' when reading the substituter's stderr.

This commit had been inadvertently reverted in 322eeb8.

* nix/libstore/local-store.cc (LocalStore::getLineFromSubstituter):
  Flush when the line contains '\r'.
Next