~ruther/guix-local

334345d9 — Mark H Weaver 11 years ago
Merge branch 'core-updates'
09dd0194 — Andreas Enge 11 years ago
gnu: ffmpeg: Drop old version 2.2.

* gnu/packages/video.scm (ffmpeg-2.2): Remove variable.
  (ffmpeg)[arguments]: Drop LDFLAGS environment variable needed only for
  older versions.
8d7dc5d9 — Ludovic Courtès 11 years ago
monads: Optimize 'sequence'.

* guix/monads.scm (sequence): Rewrite as a macro.  This yields a 10%
  improvement in wall-clock time for 'guix system build'.
db5127d8 — Mark H Weaver 11 years ago
gnu: gnome-vfs: Tolerate 'test-async-cancel' failures, take two.

* gnu/packages/gnome.scm (gnome-vfs)[arguments]: Remove 'XFAIL_TESTS' make
  flag, which caused 'make check' to fail if the test unexpectedly passed.
  Add 'patch-test-async-cancel-to-never-fail' phase.
933204e5 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates

Conflicts:
	gnu-system.am
	gnu/packages/gstreamer.scm
5e25ebe2 — Ludovic Courtès 11 years ago
services: Explicitly refer to Shadow when requiring the 'nologin' shell.

* gnu/services/avahi.scm (avahi-service): Change 'shell' to a gexp
  referring to "nologin" in the SHADOW package.
* gnu/services/dbus.scm (dbus-service): Likewise.
* gnu/services/networking.scm (ntp-service, tor-service): Likewise.
8e974b9b — Ludovic Courtès 11 years ago
system: Populate /etc/shells with the list of all the shells in use.

Reported by Andy Wingo <wingo@pobox.com>.

* gnu/system.scm (user-shells, shells-file): New procedures.
  (etc-directory): Add #:shell parameter.  Use 'shells-file' instead of
  'text-file'.
  (operating-system-etc-directory): Call 'user-shells' and pass #:shells
  to 'etc-directory'.
3c9e35cc — David Hashe 11 years ago
gnu: Add libsrtp.

* gnu/packages/telephony.scm (libsrtp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9128e323 — Mark H Weaver 11 years ago
gnu: icecat: Use system sqlite.

* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add sqlite.
  [arguments]: Pass "--enable-system-sqlite" to configure.
9e12bc34 — Mark H Weaver 11 years ago
gnu: gnome-vfs: Expect 'test-async-cancel' failure, and clean up.

* gnu/packages/gnome.scm (gnome-vfs)[arguments]: Add
  "XFAIL_TESTS=test-async-cancel" to make flags.  Remove ignored and
  undocumented 'DISABLE_DEPRECATED_CFLAGS' configure flag.  Simplify
  'ignore-deprecations' phase and return #t.  Reformat to fit within
  80 columns.
007aa90b — Jason Self 11 years ago
gnu: linux-libre: Set CONFIG_DEVMEM=y

* gnu/packages/linux.scm (linux-libre): Set CONFIG_DEVMEM=y.

Signed-off-by: Jason Self <j@jxself.org>
4b9b3cbb — Ludovic Courtès 11 years ago
refresh: Allow users to refer to specific package versions.

* guix/scripts/refresh.scm (guix-refresh): Use 'specification->package'
  instead of 'find-packages-by-name'.  This allows users to specify
  things like "qt-4.8.6".
* doc/guix.texi (Invoking guix refresh): Add an example.
77db91ad — Ludovic Courtès 11 years ago
gnu: Add second ld-wrapper to work around readlink dereferencing bug.

Suggested by Mark H Weaver.

* gnu/packages/ld-wrapper2.in: New file.
* gnu-system.am (MISC_DISTRO_FILES): Add it.
* gnu/packages/commencement.scm (fixed-ld-wrapper): New procedure.
f0ad3c76 — Ludovic Courtès 11 years ago
gnu: bigloo: Add RUNPATH to the libraries.

* gnu/packages/scheme.scm (bigloo)[arguments]: Pass --ldflags
  'configure' flag.
d67513fa — Manolis Ragkousis 11 years ago
gnu: mig: Update to 1.5

* gnu/packages/hurd.scm (mig): Update to version 1.5.
41d9c5d3 — Manolis Ragkousis 11 years ago
gnu: hurd-headers: Update to 0.6

* gnu/packages/hurd.scm (hurd-headers): Update to version 0.6.
78dc4490 — Manolis Ragkousis 11 years ago
gnu: gnumach-headers: Update to 1.5

* gnu/packages/hurd.scm (gnumach-headers): Update to version 1.5.
1a189da0 — Andreas Enge 11 years ago
gnu: vlc: Update to 2.2.0.

* gnu/packages/video.scm (vlc): Update to 2.2.0.
  [inputs]: Switch from ffmpeg-2.2 to latest one.
457e528e — Ludovic Courtès 11 years ago
gnu: ffmpeg: Allow tests to run from the build tree.

* gnu/packages/video.scm (ffmpeg)[arguments]: Add 'set-ld-library-path'
  phase.
f2feb0ce — Ludovic Courtès 11 years ago
gnu: ffmpeg: Use 'modify-phases'.

* gnu/packages/video.scm (ffmpeg)[arguments]: Use 'modify-phases'
  instead of 'alist-cons-after' et al.
Next