summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
AgeCommit message (Expand)Author
2020-01-25gnu: youtube-dl: Update to 2020.01.24....* gnu/packages/video.scm (youtube-dl): Update to 2020.01.24. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Amin Bandali
2020-01-20gnu: ffmpeg: Update to 4.2.2....* gnu/packages/video.scm (ffmpeg): Update to 4.2.2. Marius Bakke
2020-01-20gnu: libvpx: Update to 1.8.2....* gnu/packages/video.scm (libvpx): Update to 1.8.2. Marius Bakke
2020-01-20gnu: mpv: Update to 0.31.0....* gnu/packages/video.scm (mpv): Update to 0.31.0. Tobias Geerinckx-Rice
2020-01-20gnu: youtube-dl: Update to 2020.01.15....* gnu/packages/video.scm (youtube-dl): Update to 2020.01.15. Tobias Geerinckx-Rice
2020-01-17wip: gnu: youtube-viewer: Update to 3.7.0....* gnu/packages/video.scm (youtube-viewer): Update to 3.7.0. [inputs]: Add perl-lwp-useragent-cached, perl-term-readline-gnu, and xdg-utils. [arguments]: Patch xdg-open reference in "refer-to-inputs" phase. Eric Bavier
2020-01-17gnu: intel-vaapi-driver: Update to 2.4.0....* gnu/packages/video.scm (intel-vaapi-driver): Update to 2.4.0. Tobias Geerinckx-Rice
2020-01-16gnu: handbrake: Update to 1.3.1....* gnu/packages/video.scm (handbrake): Update to 1.3.1. Tobias Geerinckx-Rice
2020-01-09gnu: streamlink: Update to 1.3.0....* gnu/packages/video.scm (streamlink): Update to 1.3.0. [source]: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove this. Oleg Pykhalov
2020-01-02gnu: youtube-dl: Update to 2020.01.01....* gnu/packages/video.scm (youtube-dl): Update to 2020.01.01. Tobias Geerinckx-Rice
2019-12-26gnu: Add dvdbackup....* gnu/packages/video.scm (dvdbackup): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Riku Viitanen
2019-12-25gnu: xvid: Update source uri....This is a follow-up to e5f415e007dbe8544b346e30a847a6c0220b14e5. * gnu/packages/video.scm (xvid)[source]: Update source uri. Efraim Flashner
2019-12-25gnu: gaupol: Update to 1.7....* gnu/packages/video.scm (gaupol): Update to 1.7. Tobias Geerinckx-Rice
2019-12-25gnu: libdvbpsi: Update to 1.3.3....* gnu/packages/video.scm (libdvbpsi): Update to 1.3.3. Tobias Geerinckx-Rice
2019-12-25gnu: obs: Update to 24.0.4....* gnu/packages/video.scm (obs): Update to 24.0.4. Tobias Geerinckx-Rice
2019-12-25gnu: xvid: Update to 1.3.6....* gnu/packages/video.scm (xvid): Update to 1.3.6. Tobias Geerinckx-Rice
2019-12-25gnu: ffmpegthumbnailer: Update to 2.2.2....* gnu/packages/video.scm (ffmpegthumbnailer): Update to 2.2.2. Tobias Geerinckx-Rice
2019-12-25gnu: celluloid: Update to 0.18....* gnu/packages/video.scm (celluloid): Update to 0.18. Tobias Geerinckx-Rice
2019-12-23gnu: Add mpv-mpris....* gnu/packages/video.scm (mpv-mpris): New variable. Efraim Flashner
2019-12-15gnu: Add theorafile....* gnu/packages/video.scm (theorafile): New variable. Pierre Neidhardt
2019-12-11gnu: libvpx: Do not build static libraries....* gnu/packages/video.scm (libvpx)[arguments]: Add "--disable-static" to #:configure-flags. Marius Bakke
2019-12-11gnu: dav1d: Update to 0.5.2....* gnu/packages/video.scm (dav1d): Update to 0.5.2. Marius Bakke
2019-12-11gnu: frei0r-plugins: Update to 1.7.0....* gnu/packages/video.scm (frei0r-plugins): Update to 1.7.0. [native-inputs]: Remove LIBTOOL, AUTOCONF and AUTOMAKE. [arguments]: Remove 'autotools' phase. Add 'patch-Makefile' phase. Marius Bakke
2019-12-08gnu: youtube-dl: Update to 2019.11.28....* gnu/packages/video.scm (youtube-dl): Update to 2019.11.28. Julien Lepiller
2019-12-04gnu: ffmpeg: Update to 3.4.7....* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.7. Marius Bakke
2019-12-04Merge branch 'staging'Marius Bakke
2019-12-04gnu: Remove duplicate nlohmann-json-cpp package....* gnu/packages/serialization.scm (nlohmann-json-cpp): Move variable ... * gnu/packages/cpp.scm (nlohmann-json-cpp): ... here. Mark as deprecated by JSON-MODERN-CXX. * gnu/packages/jupyter.scm (xeus)[inputs]: Change NLOHMANN-JSON-CPP to JSON-MODERN-CXX. * gnu/packages/video.scm (mkvtoolnix)[inputs]: Likewise. Marius Bakke
2019-12-03gnu: handbrake: Upgrade to 1.3.0....* gnu/packages/patches/handbrake-opt-in-nvenc.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/video.scm (handbrake)[source]: Upgrade to 1.3.0. Remove patch. [native-inputs]: Remove cmake and curl. [inputs]: Add dav1d and numactl. [arguments]: Add "--disable-nvenc" to configure flags in place of patch. Adjust "bootstrap" phase in response to upstream changes. Add "patch-SHELL" and "relax-reqs" phases. Eric Bavier
2019-11-28Merge branch 'master' into stagingMarius Bakke
2019-11-28gnu: mplayer: Adjust inputs....* gnu/packages/video.scm (mplayer)[inputs]: Move yasm ... [native-inputs]: ... to here. Efraim Flashner
2019-11-28gnu: avidemux: Clean up inputs....* gnu/packages/video.scm (avidemux)[inputs]: Remove sdl. Move perl, python-wrapper, qttools, yasm ... [native-inputs]: ... to here. [arguments]: Remove references to sdl. Efraim Flashner
2019-11-28Merge branch 'master' into stagingMarius Bakke
2019-11-26gnu: youtube-dl: Update to 2019.11.22....* gnu/packages/video.scm (youtube-dl): Update to 2019.11.22. Efraim Flashner
2019-11-15Merge branch 'master' into stagingMarius Bakke
2019-11-12gnu: mlt: Update to 6.18.0....* gnu/packages/video.scm (mlt): Update to 6.18.0. Tobias Geerinckx-Rice
2019-11-09gnu: youtube-dl: Update to 2019.11.05....* gnu/packages/video.scm (youtube-dl): Update to 2019.11.05. Ludovic Courtès
2019-11-08gnu: libdvdread: Update to 6.0.2....* gnu/packages/video.scm (libdvdread): Update to 6.0.2. Tobias Geerinckx-Rice
2019-11-08gnu: libdvdnav: Update to 6.0.1....* gnu/packages/video.scm (libdvdnav): Update to 6.0.1. Tobias Geerinckx-Rice
2019-11-08gnu: libdvdnav: Don't use NAME in source URI....* gnu/packages/video.scm (libdvdnav)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2019-11-04gnu: obs: Update to 24.0.3....* gnu/packages/video.scm (obs): Update to 24.0.3. Tobias Geerinckx-Rice
2019-11-04gnu: vapoursynth: Update to 48....* gnu/packages/video.scm (vapoursynth): Update to 48. Tobias Geerinckx-Rice
2019-11-02gnu: vlc: Fix build....* gnu/packages/patches/vlc-fix-test_libvlc_slaves.patch: New file. * gnu/local.mk (dist_patch_DATA): Reference new file. * gnu/packages/video.scm (vlc): Apply patch. Nicolas Goaziou
2019-11-01gnu: x265: Update to 3.2.1....* gnu/packages/video.scm (x265): Update to 3.2.1. Tobias Geerinckx-Rice
2019-10-30Merge branch 'master' into stagingMarius Bakke
2019-10-30gnu: youtube-dl: Update to 2019.10.29....* gnu/packages/video.scm (youtube-dl): Update to 2019.10.29. Tobias Geerinckx-Rice
2019-10-29gnu: avidemux: Update to 2.7.4....* gnu/packages/video.scm (avidemux): Update to 2.7.4. [arguments]: Update bundled ffmpeg version. Tobias Geerinckx-Rice
2019-10-28gnu: x265: Update to 3.2....* gnu/packages/video.scm (x265): Update to 3.2. Tobias Geerinckx-Rice
2019-10-27gnu: mpv: Update to 0.30.0....* gnu/packages/video.scm (mpv): Update to 0.30.0. [arguments]: Remove obsolete #:configure-flags. Tobias Geerinckx-Rice
2019-10-27Merge branch 'master' into stagingMarius Bakke
2019-10-27gnu: dav1d: Update to 0.5.1....* gnu/packages/patches/dav1d-aarch64-symbol-alignment.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/video.scm (dav1d): Update to 0.5.1. [source](patches): Remove. Marius Bakke