summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: youtube-dl: Update to 2015.05.20.•••* gnu/packages/video.scm (youtube-dl): Update to 2015.05.20. Mark H Weaver2015-05-221-2/+2
* 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. Taylan Ulrich Bayırlı/Kammer2015-04-301-0/+21
* gnu: mpv: Update to 0.9.0.•••* gnu/packages/video.scm (mpv): Update to 0.9.0. 宋文武2015-04-271-3/+3
* 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'. 宋文武2015-04-271-18/+4
* gnu: ffmpeg: Update to 2.6.2.•••* gnu/packages/video.scm (ffmpeg): Update to 2.6.2. 宋文武2015-04-271-2/+2
* 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. Mark H Weaver2015-04-221-6/+6
* 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. Andreas Enge2015-04-171-15/+0
* 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. Andreas Enge2015-04-161-3/+3
* gnu: ffmpeg: Allow tests to run from the build tree.•••* gnu/packages/video.scm (ffmpeg)[arguments]: Add 'set-ld-library-path' phase. Ludovic Courtès2015-04-161-0/+10
* gnu: ffmpeg: Use 'modify-phases'.•••* gnu/packages/video.scm (ffmpeg)[arguments]: Use 'modify-phases' instead of 'alist-cons-after' et al. Ludovic Courtès2015-04-161-54/+54
* 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. 宋文武2015-04-101-0/+2
* 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. Ludovic Courtès2015-04-101-1/+1
* Merge branch 'master' into core-updates宋文武2015-04-081-24/+88
|\
| * gnu: Add livestreamer.•••* gnu/packages/video.scm (livestreamer): New variable. David Thompson2015-04-051-0/+27
| * gnu: Add aalib.•••* gnu/packages/video.scm (aalib): New variable. 宋文武2015-04-051-0/+39
| * 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. Ludovic Courtès2015-04-021-24/+22
* | 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. Ludovic Courtès2015-04-011-2/+1
* | 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. Ludovic Courtès2015-03-311-3/+3
|/
* gnu: liba52: Pass --build to configure.•••* gnu/packages/video.scm (liba52)[arguments]: Pass --build to configure. Mark H Weaver2015-03-291-0/+8
* gnu: Add mpv.•••* gnu/packages/video.scm (mpv): New variable. Taylan Ulrich Bayırlı/Kammer2015-03-271-0/+86
* gnu: Add vapoursynth.•••* gnu/packages/video.scm (vapoursynth): New variable. Taylan Ulrich Bayırlı/Kammer2015-03-271-0/+42
* gnu: Add libva.•••* gnu/packages/video.scm (libva): New variable. Taylan Ulrich Bayırlı/Kammer2015-03-271-0/+30
* gnu: Add mplayer2.•••* gnu/packages/video.scm (mplayer2): New variable. * gnu/packages/patches/mplayer2-theora-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Taylan Ulrich Bayırlı/Kammer2015-03-221-0/+124
* gnu: liba52: Fix source URI.•••* gnu/packages/video.scm (liba52): Fix the source URI; SourceForge mirror URIs don't work for this project presumably because it's misconfigured. Taylan Ulrich Bayırlı/Kammer2015-03-191-2/+5
* gnu: ffmpeg: Update to 2.6.•••* gnu/packages/video.scm (ffmpeg): Update to 2.6. Andreas Enge2015-03-141-2/+2
* gnu: ffmpeg: Set LDFLAGS to -ldl.•••* gnu/packages/video.scm (ffmpeg, ffmpeg-2.2): Set LDFLAGS to -ldl. This fixes a build failure of ffmpeg-2.2. Andreas Enge2015-03-121-0/+3
* Revert "gnu: vlc: Update to 2.2.0"•••This reverts commit ad036bda89e338ec44d314d6c17049aff57c788f. This version has always failed to build according to <http://hydra.gnu.org/job/gnu/master/vlc-2.2.0.x86_64-linux/all>. Ludovic Courtès2015-03-101-2/+2
* gnu: Add libass.•••* gnu/packages/video.scm (libass): New variable. (ffmpeg): Add input libass. Taylan Ulrich Bayırlı/Kammer2015-03-091-2/+32
* gnu: ffmpeg: Enable libavresample.•••* gnu/packages/video.scm (ffmpeg): Add "--enable-avresample" configure option. Taylan Ulrich Bayırlı/Kammer2015-03-091-0/+1
* gnu: ffmpeg: Add more optional inputs.•••* gnu/packages/video.scm (ffmpeg): Add inputs ladspa, openal, pulseaudio. Taylan Ulrich Bayırlı/Kammer2015-03-091-3/+6
* gnu: Add libcdio-paranoia.•••* gnu/packages/cdrom.scm (libcdio-paranoia): New variable. * gnu/packages/video.scm (ffmpeg): Add input libcdio-paranoia. Taylan Ulrich Bayırlı/Kammer2015-03-091-1/+2
* gnu: Add libquvi.•••* gnu/packages/web.scm (libquvi): New variable. * gnu/packages/video.scm (ffmpeg): Add input libquvi. Taylan Ulrich Bayırlı/Kammer2015-03-091-1/+3
* gnu: Add libcaca.•••* gnu/packages/video.scm (libcaca): New variable. (ffmpeg): Add input libcaca. Taylan Ulrich Bayırlı/Kammer2015-03-091-2/+33
* gnu: Add xvid.•••* gnu/packages/video.scm (xvid): New variable. (ffmpeg): Add input xvid. Taylan Ulrich Bayırlı/Kammer2015-03-091-2/+35
* gnu: Add libdvdnav-4.•••* gnu/packages/video.scm (libdvdnav-4): New variable. Taylan Ulrich Bayırlı/Kammer2015-03-091-0/+27
* gnu: Add libdvdcss.•••* gnu/packages/video.scm (libdvdcss): New variable. Taylan Ulrich Bayırlı/Kammer2015-03-091-0/+20
* gnu: Add libbluray.•••* gnu/packages/video.scm (libbluray): New variable. (ffmpeg): Add input libbluray. Taylan Ulrich Bayırlı/Kammer2015-03-091-2/+33
* gnu: Add libdv.•••* gnu/packages/video.scm (libdv): New variable. Taylan Ulrich Bayırlı/Kammer2015-03-091-0/+23
* gnu: Add libdca.•••* gnu/packages/video.scm (libdca): New variable. Taylan Ulrich Bayırlı/Kammer2015-03-091-0/+19
* gnu: Add liba52.•••* gnu/packages/video.scm (liba52): New variable. Taylan Ulrich Bayırlı/Kammer2015-03-091-0/+20
* gnu: vlc: Update to 2.2.0•••* gnu/packages/video.scm (vlc): Update to version 2.2.0. Jason Self2015-03-031-2/+2
* gnu: Add avidemux.•••* gnu/packages/video.scm (avidemux, avidemux-2.5): New variables. Andreas Enge2015-02-261-3/+213
* gnu: ffmpeg: Add soxr and twolame as inputs.•••* gnu/packages/video.scm (ffmpeg): Add soxr and twolame as inputs. Taylan Ulrich Bayırlı/Kammer2015-02-251-3/+5
* gnu: ffmpeg-2.2: Update to 2.2.13•••* gnu/packages/video.scm (ffmpeg-2.2): Update to version 2.2.13. Jason Self2015-02-231-2/+2
* gnu: ffmpeg: Update to 2.5.4•••* gnu/packages/video.scm (ffmpeg): Update to version 2.5.4. Jason Self2015-02-231-2/+2
* gnu: ffmpeg: Add 'lame' input.•••* gnu/packages/video.scm (ffmpeg): Add 'lame' input and corresponding configure flag. Federico Beffa2015-02-091-0/+2
* gnu: Add srt2vtt.•••* gnu/packages/video.scm (srt2vtt): New variable. David Thompson2015-02-081-2/+24
* gnu: libvpx: Apply bug fixes.•••Fixes build on armhf. * 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: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/video.scm (libvpx): Add patches. On armhf, add additional configure flags to avoid requiring support for NEON. Mark H Weaver2015-02-021-3/+25
* gnu: Add libdvdnav.•••* gnu/packages/video.scm (libdvdnav): New variable. Andreas Enge2015-01-241-0/+32
* gnu: Add libdvdread.•••* gnu/packages/video.scm (libdvdread): New variable. Andreas Enge2015-01-241-0/+23