summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
AgeCommit message (Expand)Author
2021-07-20gnu: pipe-viewer: Correct references to youtube-dl program....* gnu/packages/videos.scm (pipe-viewer)[phases](patch-source): Modify. Raghav Gururajan
2021-07-15gnu: ffmpeg: Enable vaapi....* gnu/packages/video.scm (ffmpeg)[arguments]: Add --enable-vaapi to configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name> Jack Hill
2021-07-06gnu: shotcut: Update to 21.06.29....* gnu/packages/video.scm (shotcut): Update to 21.06.29. [arguments]{#:phases}: Don't return #t. [inputs]: Use MLT 7. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego
2021-07-06gnu: Add MLT 7....* gnu/packages/video.scm (mlt): New variable. (mlt-6): Inherit from above. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego
2021-07-06gnu: mlt: Rename to mlt-6....* gnu/packages/video.scm (mlt): Rename to mlt-6. [build-system]: Use cmake-build-system. [arguments]: Remove #:make-flags. Adjust 'override-LDFLAGS phase. {#:configure-flags}: Remove --enable-gpl3 and --enable-gpl. Set "GTK2_GDKCONFIG_INCLUDE_DIR" and "GTK2_GLIBCONFIG_INCLUDE_DIR". (shotcut): Use mlt-6. * gnu/packages/animation.scm (synfig): Use mlt-6. * gnu/packages/kde.scm (kdenlive): Use mlt-6. This change is to add MLT 7 which will be done in the next commit. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego
2021-07-04gnu: straw-viewer: Deprecate package....Upstream has replaced straw-viewer with pipe-viewer. Reference https://github.com/trizen/straw-viewer/commit/dc2dfe82 * gnu/packages/video.scm (straw-viewer): Deprecate in favour of pipe-viewer. Raghav Gururajan
2021-07-04gnu: Add pipe-viewer....* gnu/packages/video.scm (pipe-viewer): New variable. Raghav Gururajan
2021-07-02guix: qt-build-system, qt-utils: Unify wrapping of qt-programs....Unify (guix qt-build-system wrap-all-programs) and (guix qt-utils wrap-qt-program), so both behave the same. The functions now reside in qt-utils to make them easily available for packages not using the qt-build-system. * guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs): Move from here ... * guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs): ... to here. Base the later on (wrap-qt-program*): New function, carved out from old wrap-all-programs. (wrap-qt-program): Base on wrap-qt-program*, change arguments in an incompatible way. * gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}: Adjust to new interface of wrap-qt-program. * gnu/packages/finance.scm (electron-cash): Likewise. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/password-utils.scm (qtpass): Likewise. * gnu/packages/video.scm (openshot): Likewise. * gnu/packages/web-browsers.scm (kristall): Likewise. Hartmut Goebel
2021-07-01gnu: obs: Update to 27.0.1...* gnu/packages/video.scm (obs): Update to 27.0.1. [inputs]: Add glib, pipewire, wayland, wayland-protocol. Some plugins now comes as submodules, so recursive? added. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Andrew Tropin
2021-06-29gnu: libass: Update to 0.15.1....* gnu/packages/video.scm (libass): Update to 0.15.1. Tobias Geerinckx-Rice
2021-06-26gnu: youtube-dl-gui: Update to 4.0....This new version requires gettext and twodict. * gnu/packages/video.scm (youtube-dl-gui)[version]: Update to 4.0. [native-inputs]: Add gettext-minimal. [inputs]: Add python2-twodict. Raghav Gururajan
2021-06-25gnu: vlc: Update to 3.0.16....* gnu/packages/video.scm (vlc): Update to 3.0.16. Tobias Geerinckx-Rice
2021-06-21gnu: mlt: Don't hardcode gcc value....* gnu/packages/video.scm (mlt)[arguments]: Adjust make-flags to use cc-for-target, cxx-for-target. Efraim Flashner
2021-06-21gnu: Add shotcut....* gnu/packages/video.scm (shotcut): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-06-21gnu: mlt: Add optional dependencies....* gnu/packages/video.scm (mlt)[inputs]: Add alsa-plugins:pulseaudio, libebur128, rtaudio, sdl2, sdl2-image, sox, vidstab. Remove sdl. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-06-21gnu: mlt: Update to 6.26.1....* gnu/packages/video.scm (mlt): Update to 6.26.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-06-21gnu: mlt: Update license....* gnu/packages/video.scm (mlt)[license]: Change from gpl3 to lgpl2.1+. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-06-19gnu: libaom: Omit static library....* gnu/packages/video.scm (libaom)[arguments]: Add a 'delete-static-libraries phase to do so. Tobias Geerinckx-Rice
2021-06-19gnu: libaom: Update to 3.1.1....* gnu/packages/video.scm (libaom): Update to 3.1.1. Tobias Geerinckx-Rice
2021-06-17gnu: liba52: Note the type of stream....* gnu/packages/video.scm (liba52)[synopsis, description]: A is for audio. Tobias Geerinckx-Rice
2021-06-16gnu: ffmpeg: Build with the latest SRT....* gnu/packages/video.scm (ffmpeg)[inputs]: Change from SRT-1.4.1 to SRT. Marius Bakke
2021-06-14gnu: Rename qtbase to qtbase-5....This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer
2021-06-12gnu: svt-hevc: Update upstream hash....The v1.5.1 was moved in place (meditate on that) but the change is harmless. See <http://issues.guix.gnu.org/48966>. * gnu/packages/video.scm (svt-hevc)[source]: Adjust hash accordingly. Tobias Geerinckx-Rice
2021-06-12gnu: libmediainfo: Fix usage of libcurl and libtinyxml2....* gnu/packages/video.scm (libmediainfo): Fix usage of libcurl and libtinyxml2. [arguments]: Add configure-flags. [native-inputs]: Move zlib, tinyxml2, curl, libzen to ... [propagated-inputs]: ... Here. (mediainfo): [native-inputs]: Remove zlib, libzen. Move libmediainfo to ... [inputs]: ... Here. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder
2021-06-07gnu: youtube-dl: Update to 2021.06.06....* gnu/packages/video.scm (youtube-dl): Update to 2021.06.06. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Xinglu Chen
2021-06-06gnu: vlc: Update to 3.0.14....* gnu/packages/video.scm (vlc): Update to 3.0.14. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Solene Rapenne via Guix-patches via
2021-06-06gnu: libvpx: Update to 1.10.0....* gnu/packages/video.scm (libvpx): Update to 1.10.0. Maxim Cournoyer
2021-06-06gnu: libopenshot: Use ffmpeg-4.3....* gnu/packages/video.scm (libopenshot) [propagated-inputs]{ffmpeg}: Downgrade to ffmpeg 4.3 to fix build. Maxim Cournoyer
2021-06-06gnu: Add ffmpeg-4.3....* gnu/packages/video.scm (ffmpeg-4.3): New variable. Maxim Cournoyer
2021-06-06gnu: ffmpeg: Update to 4.4....* gnu/packages/video.scm (ffmpeg): Update to 4.4. Maxim Cournoyer
2021-06-06gnu: rav1e: Update to 0.4.1....* gnu/packages/video.scm (rav1e): Update to 0.4.1. [source]: Fix indentation. [cargo-inputs]{rust-arbitrary}: Update to 0.4. {rust-av-metrics}: New input. {rust-bitstream-io}: Update to 1. {rust-cfg-if}: Update to 1. {rust-console}: Update to 0.14. {rust-crossbeam}: New input. {rust-itertools}: Update to 0.10. {rust-libfuzzer-sys}: New input. {rust-noop-proc-macro}: Update to 0.3. {rust-paste}: Update to 1. {rust-rand}: Update to 0.8. {rust-rand-chacha}: Update to 0.3. {rust-regex}: New input. {rust-rustc-version}: Update to 0.3. {rust-signal-hook}: Update to 0.3. {rust-v-frame, rust-wasm-bindgen}: New inputs. {rust-cc: Move to... [cargo-development-inputs]: ... here. {rust-rand}: Update to 0.8. {rust-rand-chacha}: Update to 0.3. {rust-semver}: Update to 0.11. [inputs]{nasm}: Move to... [native-inputs]: ... here. This was spotted by 'guix lint'. [synopsis]: Focus on facts, toning down marketing. [description]: Expound. Maxim Cournoyer
2021-06-03gnu: openshot: Use free font....* gnu/packages/video.scm (openshot)[inputs]: Use font-dejavu. [patch-font-location]: Adjust accordingly. Leo Prikler
2021-05-30gnu: vapoursynth: Update to 53....* gnu/packages/video.scm (vapoursynth): Update to 53. Tobias Geerinckx-Rice
2021-05-30gnu: vapoursynth: Make python a regular input....This follows up on c00b1760f605255719a525e52c268b222a1f5184, although meson-build-system's lack of cross-compilation makes it theoretical. * gnu/packages/video.scm (vapoursynth)[native-inputs]: Move python from here… [inputs]: …to here. Tobias Geerinckx-Rice
2021-05-30gnu: vapoursynth: Wrap with own PYTHONPATH....This fixes, e.g., ‘vspipe -v’ in a pure environment. * gnu/packages/video.scm (vapoursynth)[arguments]: Add a 'wrap phase. Reported by maddo of #guix. Tobias Geerinckx-Rice
2021-05-29gnu: svt-hevc: Update to 1.5.1....* gnu/packages/video.scm (svt-hevc): Update to 1.5.1. Tobias Geerinckx-Rice
2021-05-20gnu: dav1d: Update to 0.9.0....* gnu/packages/video.scm (dav1d): Update to 0.9.0. Leo Famulari
2021-05-20gnu: libaom: Update to 3.1.0....* gnu/packages/video.scm (libaom): Update to 3.1.0. Leo Famulari
2021-05-18gnu: youtube-dl: Update to 2021.05.16....* gnu/packages/video.scm (youtube-dl): Update to 2021.05.16. Tobias Geerinckx-Rice
2021-05-14gnu: mediainfo: Update to 21.03....* gnu/packages/video.scm (mediainfo): Update to 21.03. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder
2021-05-14gnu: libmediainfo: Update to 21.03....* gnu/packages/video.scm (libmediainfo): Update to 21.03. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder
2021-05-13gnu: svt-av1: Update to 0.8.7....* gnu/packages/video.scm (svt-av1): Update to 0.8.7. Tobias Geerinckx-Rice
2021-04-27gnu: youtube-dl: Update to 2021.04.26....* gnu/packages/video.scm (youtube-dl): Update to 2021.04.26. Tobias Geerinckx-Rice
2021-04-21gnu: libdvdcss: Update to 1.4.3....* gnu/packages/video.scm (libdvdcss): Update to 1.4.3. Tobias Geerinckx-Rice
2021-04-19gnu: youtube-dl: Update to 2021.04.17....* gnu/packages/video.scm (youtube-dl): Update to 2021.04.17. Tobias Geerinckx-Rice
2021-04-07gnu: youtube-dl: Update to 2021.04.07....* gnu/packages/video.scm (youtube-dl): Update to 2021.04.07. Tobias Geerinckx-Rice
2021-04-07gnu: mpv: Update to 0.33.1....* gnu/packages/video.scm (mpv): Update to 0.33.1. Tobias Geerinckx-Rice
2021-04-01gnu: youtube-dl: Update to 2021.04.01....* gnu/packages/video.scm (youtube-dl): Update to 2021.04.01. Tobias Geerinckx-Rice
2021-03-31gnu: youtube-dl: Update to 2021.03.31....* gnu/packages/video.scm (youtube-dl): Update to 2021.03.31. Tobias Geerinckx-Rice
2021-03-30gnu: avidemux: Update to 2.7.8....* gnu/packages/video.scm (avidemux): Update to 2.7.8. [arguments]: Adjust to updated bundled ffmpeg-4.2.4. Tobias Geerinckx-Rice