summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
AgeCommit message (Collapse)Author
2015-04-02gnu: libva: Fix 'license' field.Ludovic Courtès
* 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.
2015-03-29gnu: liba52: Pass --build to configure.Mark H Weaver
* gnu/packages/video.scm (liba52)[arguments]: Pass --build to configure.
2015-03-27gnu: Add mpv.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (mpv): New variable.
2015-03-27gnu: Add vapoursynth.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (vapoursynth): New variable.
2015-03-27gnu: Add libva.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (libva): New variable.
2015-03-22gnu: Add mplayer2.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (mplayer2): New variable. * gnu/packages/patches/mplayer2-theora-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
2015-03-19gnu: liba52: Fix source URI.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (liba52): Fix the source URI; SourceForge mirror URIs don't work for this project presumably because it's misconfigured.
2015-03-14gnu: ffmpeg: Update to 2.6.Andreas Enge
* gnu/packages/video.scm (ffmpeg): Update to 2.6.
2015-03-12gnu: ffmpeg: Set LDFLAGS to -ldl.Andreas Enge
* gnu/packages/video.scm (ffmpeg, ffmpeg-2.2): Set LDFLAGS to -ldl. This fixes a build failure of ffmpeg-2.2.
2015-03-10Revert "gnu: vlc: Update to 2.2.0"Ludovic Courtès
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>.
2015-03-09gnu: Add libass.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (libass): New variable. (ffmpeg): Add input libass.
2015-03-09gnu: ffmpeg: Enable libavresample.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (ffmpeg): Add "--enable-avresample" configure option.
2015-03-09gnu: ffmpeg: Add more optional inputs.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (ffmpeg): Add inputs ladspa, openal, pulseaudio.
2015-03-09gnu: Add libcdio-paranoia.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/cdrom.scm (libcdio-paranoia): New variable. * gnu/packages/video.scm (ffmpeg): Add input libcdio-paranoia.
2015-03-09gnu: Add libquvi.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/web.scm (libquvi): New variable. * gnu/packages/video.scm (ffmpeg): Add input libquvi.
2015-03-09gnu: Add libcaca.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (libcaca): New variable. (ffmpeg): Add input libcaca.
2015-03-09gnu: Add xvid.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (xvid): New variable. (ffmpeg): Add input xvid.
2015-03-09gnu: Add libdvdnav-4.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (libdvdnav-4): New variable.
2015-03-09gnu: Add libdvdcss.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (libdvdcss): New variable.
2015-03-09gnu: Add libbluray.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (libbluray): New variable. (ffmpeg): Add input libbluray.
2015-03-09gnu: Add libdv.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (libdv): New variable.
2015-03-09gnu: Add libdca.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (libdca): New variable.
2015-03-09gnu: Add liba52.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (liba52): New variable.
2015-03-03gnu: vlc: Update to 2.2.0Jason Self
* gnu/packages/video.scm (vlc): Update to version 2.2.0.
2015-02-26gnu: Add avidemux.Andreas Enge
* gnu/packages/video.scm (avidemux, avidemux-2.5): New variables.
2015-02-25gnu: ffmpeg: Add soxr and twolame as inputs.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (ffmpeg): Add soxr and twolame as inputs.
2015-02-23gnu: ffmpeg-2.2: Update to 2.2.13Jason Self
* gnu/packages/video.scm (ffmpeg-2.2): Update to version 2.2.13.
2015-02-23gnu: ffmpeg: Update to 2.5.4Jason Self
* gnu/packages/video.scm (ffmpeg): Update to version 2.5.4.
2015-02-09gnu: ffmpeg: Add 'lame' input.Federico Beffa
* gnu/packages/video.scm (ffmpeg): Add 'lame' input and corresponding configure flag.
2015-02-08gnu: Add srt2vtt.David Thompson
* gnu/packages/video.scm (srt2vtt): New variable.
2015-02-02gnu: libvpx: Apply bug fixes.Mark H Weaver
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.
2015-01-24gnu: Add libdvdnav.Andreas Enge
* gnu/packages/video.scm (libdvdnav): New variable.
2015-01-24gnu: Add libdvdread.Andreas Enge
* gnu/packages/video.scm (libdvdread): New variable.
2015-01-24gnu: youtube-dl: Update to 2015.01.23.4.Andreas Enge
* gnu/packages/video.scm (youtube-dl): Update to 2015.01.23.4.
2015-01-17gnu: ffmpeg: Augment rpath of libraries.宋文武
* gnu/packages/video.scm (ffmpeg)[arguments]<phases>[add-lib-to-run-path]: Add $out/lib to the RUNPATH of libraries.
2015-01-12gnu: ffmpeg: Update to 2.5.3Jason Self
* gnu/packages/video.scm (ffmpeg): Update to version 2.5.3.
2015-01-12gnu: ffmpeg-2.2: Update to 2.2.11Jason Self
* gnu/packages/video.scm (ffmpeg-2.2): Update to version 2.2.11.
2014-12-15gnu: youtube-dl: Update to 2014.12.15.Mark H Weaver
* gnu/packages/video.scm (youtube-dl): Update to 2014.12.15.
2014-11-22gnu: youtube-dl: Update to 2014.11.21.1.Ludovic Courtès
* gnu/packages/video.scm (youtube-dl): Update to 2014.11.21.1.
2014-11-08gnu: ffmpeg-2.2: Update to 2.2.10.Jason Self
* gnu/packages/video.scm (ffmpeg-2.2): Update to version 2.2.10.
2014-11-08gnu: ffmpeg: Update to 2.4.3.Jason Self
* gnu/packages/video.scm (ffmpeg): Update to version 2.4.3.
2014-10-25gnu: ffmpeg: Add version 2.2.9 and use it for vlc.Mark H Weaver
* gnu/packages/video.scm (ffmpeg-2.2): New variable. (vlc): Use ffmpeg-2.2.
2014-10-23gnu: vlc: Update to 2.1.5.Mark H Weaver
* gnu/packages/video.scm (vlc): Update to 2.1.5.
2014-10-20gnu: ffmpeg: Update to 2.4.2.Jason Self
* gnu/packages/video.scm (ffmpeg): Update to version 2.4.2.
2014-09-08gnu: youtube-dl: Update to 2014.09.06.Ludovic Courtès
* gnu/packages/video.scm (youtube-dl): Update to 2014.09.06.
2014-08-20gnu: ffmpeg: Update to 2.3.3.Jason Self
* gnu/packages/video.scm (ffmpeg): Update to version 2.3.3.
2014-08-05gnu: ffmpeg: Update to 2.3.1.Mark H Weaver
* gnu/packages/video.scm (ffmpeg): Update to 2.3.1.
2014-08-04gnu: ffmpeg and vlc: Rely on runtime cpu detection.Mark H Weaver
* gnu/packages/video.scm (ffmpeg): Pass "--enable-runtime-cpudetect" to configure. Do not disable use of processor features that can be detected at runtime. (vlc): Rely on runtime cpu detection. Do not disable use of processor features that can be detected at runtime.
2014-08-03gnu: mplayer: Enable runtime cpu detection.Mark H Weaver
* gnu/packages/video.scm (mplayer): Pass --enable-runtime-cpudetection to configure on supported platforms, as well as a suitable --target.
2014-07-20gnu: ffmpeg: Remove --disable-vis.Jason Self
* gnu/packages/video.scm (ffmpeg): Remove --disable-vis.