~ruther/guix-local

ref: 6568d2bd6e4e047dd95b00a7a6e7501a16491eb5 guix-local/gnu/packages/video.scm -rw-r--r-- 53.2 KiB
bf4af30b — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
372cf039 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: libva: Patch a dlopen call, set drivers path.

* gnu/packages/video.scm (libva): Patch the reference to libva-x11.so (passed
  to dlopen()) to use an absolute path.  Add --with-drivers-path= to
  #:configure-flags with a value pointing to mesa's $prefix/lib/dri.
7482b340 — 宋文武 11 years ago
gnu: mpv: Update to 0.9.0.

* gnu/packages/video.scm (mpv): Update to 0.9.0.
27350ef8 — 宋文武 11 years ago
gnu: ffmpeg: Don't use patchelf.

* gnu/packages/video.scm (ffmpeg)[inputs]: Remove patchelf.
  [arguments]: Remove #:modules, #:imported-modules and 'add-lib-to-runpath
  phase.  Pass '--extra-ldflags=-Wl,-rpath=$libdir' to `configure'.
769436b8 — 宋文武 11 years ago
gnu: ffmpeg: Update to 2.6.2.

* gnu/packages/video.scm (ffmpeg): Update to 2.6.2.
4ac0d644 — Andreas Enge 11 years ago
Merge branch 'master' into core-updates.
f0d6d835 — Mark H Weaver 11 years ago
gnu: mplayer: Fix configure flags on armhf.

* gnu/packages/video.scm (mplayer)[arguments]: Add default case in 'match'
  form in configure flags.  Enable support for arm processor features that are
  assumed by our armhf port.
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.
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.
b3455870 — 宋文武 11 years ago
gnu: libvpx: Augment rpath.

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

* gnu/packages/video.scm (libvpx)[arguments]: Set LDFLAGS to
  '-Wl,-rpath=$out/lib' in configure phase.
3a4de6b2 — Ludovic Courtès 11 years ago
gnu: Add missing quotes in phase names passed to 'modify-phases'.

This is a followup to f8503e2.

* gnu/packages/gnome.scm (glib-networking): Add missing quotes before
  phase names passed to 'modify-phases'.
  (libsoup): Likewise.
  (gnome-terminal): Likewise.
  (colord): Likewise.
  (geoclue): Likewise.
* gnu/packages/gtk.scm (at-spi2-core, at-spi2-atk): Likewise.
* gnu/packages/haskell.scm (ghc-network): Likewise.
* gnu/packages/imagemagick.scm (perl-image-magick): Likewise.
* gnu/packages/video.scm (aalib): Likewise.
* gnu/packages/web.scm (nginx): Likewise.
cf3e3e37 — 宋文武 11 years ago
Merge branch 'master' into core-updates
e16fde14 — David Thompson 11 years ago
gnu: Add livestreamer.

* gnu/packages/video.scm (livestreamer): New variable.
6b2c6be0 — 宋文武 11 years ago
gnu: Add aalib.

* gnu/packages/video.scm (aalib): New variable.
ae0bdd81 — Ludovic Courtès 11 years ago
gnu: libva: Fix 'license' field.

* gnu/packages/video.scm: Import (guix licenses) with the 'license:'
  prefix and adjust 'license' fields accordingly.  Fixes a bug whereby
  libva was referring to the 'expat' package instead of the 'expat'
  license.
8ff3df5b — Ludovic Courtès 11 years ago
gnu: Refer to %GNU-BUILD-SYSTEM-MODULES instead of listing modules.

* gnu/packages/cdrom.scm (cdparanoia)[arguments]: Refer to
  %GNU-BUILD-SYSTEM-MODULES instead of providing the actual list.
* gnu/packages/emacs.scm (magit, emacs-w3m, emacs-wget, emms):
  Likewise.
* gnu/packages/haskell.scm (ghc): Likewise.
* gnu/packages/samba.scm (samba): Likewise.
* gnu/packages/video.scm (ffmpeg): Likewise.
f8503e2b — Ludovic Courtès 11 years ago
utils: 'modify-phases' no longer introduces quotes.

Suggested by Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>.

* guix/build/utils.scm (%modify-phases): Remove quotes.
* guix/build/cmake-build-system.scm (%standard-phases): Adjust
  accordingly.
* guix/build/glib-or-gtk-build-system.scm (%standard-phases): Likewise.
* guix/build/gnu-dist.scm (%dist-phases): Likewise.
* guix/build/perl-build-system.scm (%standard-phases): Likewise.
* guix/build/python-build-system.scm (%standard-phases): Likewise.
* guix/build/ruby-build-system.scm (%standard-phases): Likewise.
* guix/build/waf-build-system.scm (%standard-phases): Likewise.
* gnu/packages/bash.scm, gnu/packages/code.scm, gnu/packages/gl.scm,
  gnu/packages/gnome.scm, gnu/packages/graphics.scm,
  gnu/packages/image.scm, gnu/packages/key-mon.scm,
  gnu/packages/ocr.scm, gnu/packages/plotutils.scm,
  gnu/packages/search.scm, gnu/packages/video.scm: Likewise.
Next