summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
AgeCommit message (Collapse)Author
2018-02-13gnu: libdvdnav@4: Remove variable.Efraim Flashner
* gnu/packages/video.scm (libdvdnav@4): Remove variable.
2018-02-13gnu: libdvdnav: Update to 6.0.0.Efraim Flashner
* gnu/packages/video.scm (libdvdnav): Update to 6.0.0.
2018-02-13gnu: libdvdread: Update to 6.0.0.Efraim Flashner
* gnu/packages/video.scm (libdvdread): Update to 6.0.0.
2018-02-13gnu: x265: Update to 2.6.Efraim Flashner
* gnu/packages/video.scm (x265): Update to 2.6.
2018-02-13gnu: ffmpeg: Update to 3.4.2.Efraim Flashner
* gnu/packages/video.scm (ffmpeg): Update to 3.4.2.
2018-02-13gnu: Update copyright line.Rutger Helling
* gnu/packages/video.scm: Update copyright line for commit 171c764.
2018-02-13gnu: mpv: Update to 0.28.1 [fixes CVE-2018-6360].Rutger Helling
* gnu/packages/video.scm (mpv): Update to 0.28.1.
2018-02-11gnu: youtube-dl: Update to 2018.02.08.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2018.02.08.
2018-02-08gnu: mpv: Fix CVE-2018-6360.Alex Vong
* gnu/packages/patches/mpv-CVE-2018-6360-1.patch, gnu/packages/patches/mpv-CVE-2018-6360-2.patch, gnu/packages/patches/mpv-CVE-2018-6360-3.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/video.scm (mpv)[source]: Use them. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-02-01gnu: libvpx: Update to 1.7.0.Marius Bakke
* gnu/packages/video.scm (libvpx): Update to 1.7.0. [source]: Use GIT-FETCH.
2018-02-01gnu: libvpx: Move hard-coded logic out of configure phase.Marius Bakke
* gnu/packages/video.scm (libvpx)[arguments]: Move arguments from CONFIGURE-PHASE to #:make-flags and #:configure-flags.
2018-01-31gnu: youtube-dl: Update to 2018.01.27.Rutger Helling
* gnu/packages/video.scm (youtube-dl): Update to 2018.01.27.
2018-01-31gnu: livestreamer: Deprecate in favour of streamlink.Oleg Pykhalov
* gnu/packages/video.scm (livestreamer): Redefine using ‘deprecated-package’.
2018-01-30gnu: libdvdcss: Update to 1.4.1.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libdvdcss): Update to 1.4.1.
2018-01-30gnu: libbluray: Update to 1.0.2.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libbluray): Update to 1.0.2. [arguments]: Add `refer-to-libxml2-in-.pc-file' phase.
2018-01-29gnu: simplescreenrecorder: Update to 0.3.9.Tobias Geerinckx-Rice
* gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.9. [build-system]: Switch to cmake-build-system. [inputs]: Replace qt-4 with qt. [arguments]: Build WITH_QT5. Disable non-existent test suite.
2018-01-26gnu: ffms2: Use canonical home page URI.Tobias Geerinckx-Rice
* gnu/packages/video.scm (ffms2)[home-page]: Move trailing / from here... [source]: ...to here.
2018-01-26gnu: libmatroska: Update to 1.4.8.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libmatroska): Update to 1.4.8.
2018-01-25gnu: Add streamlink.Oleg Pykhalov
* gnu/packages/video.scm (streamlink): New public variable.
2018-01-21gnu: youtube-dl: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl)[arguments]: Return #t from ‘fix-the-data-directories’ phase.
2018-01-21gnu: youtube-dl: Update to 2018.01.21.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2018.01.21. [description]: Update. ‘A few’ is simply no longer true.
2018-01-20gnu: video, xml: Fix typo.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libva)[synopsis]: Fix ‘libary’ typo. [description]: Use @dfn. * gnu/packages/xml.scm (libebml): Likewise.
2018-01-20gnu: Add Motion.Ludovic Courtès
* gnu/packages/video.scm (motion): New variable.
2018-01-19gnu: libvpx: Use HTTPS for home page.Marius Bakke
* gnu/packages/video.scm (libvpx)[home-page]: Use HTTPS.
2018-01-18gnu: youtube-dl: Update to 2018.01.18.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2018.01.18.
2018-01-13gnu: youtube-dl: Update to 2018.01.14.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2018.01.14.
2018-01-08gnu: youtube-dl: Update to 2018.01.07.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2018.01.07.
2018-01-04gnu: vlc: Enable libdvdread and libdvdcss support.Roel Janssen
* gnu/packages/video.scm (libdvdread): Compile with libdvdcss support; (vlc): Add libdvdread as input.
2018-01-04Revert "gnu: vlc: Enable libdvdread and libdvdcss support."Mark H Weaver
This reverts commit d5456444f7032e7bc9168db2b59e548672795b72. It broke 'gnome', via 'gnome-disk-utility'.
2018-01-04gnu: vlc: Enable libdvdread and libdvdcss support.Roel Janssen
* gnu/packages/video.scm (libdvdread): Compile with libdvdcss support; (vlc): Add libdvdread as input.
2018-01-02gnu: OBS Studio: Update to 20.1.3Adriano Peluso
* gnu/packages/video.scm (obs): Update to 20.1.3 Signed-off-by: Leo Famulari <leo@famulari.name>
2017-12-30gnu: youtube-dl: Update to 2017.12.31.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.12.31.
2017-12-30gnu: youtube-dl: Update to 2017.12.28.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.12.28.
2017-12-28gnu: mlt: Fix license.Efraim Flashner
mlt is built with '--enable-gpl3', so the license is gpl3. * gnu/packages/video.scm (mlt)[license]: Change license to gpl3.
2017-12-28gnu: mlt: Add ffmpeg support.Efraim Flashner
* gnu/packages/video.scm (mlt)[inputs]: Add ffmpeg.
2017-12-27gnu: mpv: Update to 0.28.0.Rutger Helling
* gnu/packages/video.scm (mpv): Update to 0.28.0. [inputs]: Change ffmpeg to ffmpeg-git, add wayland-protocols.
2017-12-27gnu: Add ffmpeg-git.Rutger Helling
* gnu/packages/video.scm (ffmpeg-git): New variable.
2017-12-23gnu: you-get: Explicitly invoke input ffmpeg.Tobias Geerinckx-Rice
The ‘ffmpeg’ input was never actually used. * gnu/packages/video.scm (you-get)[arguments]: Add ‘qualify-input-references’ phase.
2017-12-23gnu: you-get: Fix typo in synopsis.Tobias Geerinckx-Rice
* gnu/packages/video.scm (you-get)[synopsis]: Fix typo.
2017-12-23gnu: you-get: Update to 0.4.1011.Tobias Geerinckx-Rice
* gnu/packages/video.scm (you-get): Update to 0.4.1011.
2017-12-23gnu: youtube-dl: Update to 2017.12.23.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.12.23.
2017-12-16gnu: Add libvdpau-va-gl.Efraim Flashner
* gnu/packages/video.scm (libvdpau-va-gl): New variable. * gnu/packages/patches/libvdpau-va-gl-unbundle.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2017-12-14gnu: youtube-dl: Update to 2017.12.14.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.12.14.
2017-12-12gnu: Remove ffmpeg@3.3.Marius Bakke
The reason this was required was because of a regression in ffmpeg 3.4; see <https://trac.ffmpeg.org/ticket/6775>. * gnu/packages/gstreamer.scm (gst-libav)[inputs]: Change FFMPEG-3.3 to FFMPEG. * gnu/packages/video.scm (ffmpeg-3.3): Remove variable.
2017-12-12gnu: ffmpeg: Update to 3.4.1.Marius Bakke
* gnu/packages/video.scm (ffmpeg): Update to 3.4.1.
2017-12-10gnu: youtube-dl: Update to 2017.12.10.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.12.10.
2017-12-04gnu: you-get: Update to 0.4.995.Tobias Geerinckx-Rice
* gnu/packages/video.scm (you-get): Update to 0.4.995.
2017-12-03gnu: you-get: Update to 0.4.990.Rutger Helling
* gnu/packages/video.scm (you-get): Update to 0.4.990. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-12-02gnu: youtube-dl: Update to 2017.12.02.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.12.02.
2017-11-28gnu: you-get: Update to 0.4.985.Rutger Helling
* gnu/packages/video.scm (you-get): Update to 0.4.985. Signed-off-by: Leo Famulari <leo@famulari.name>