summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
Commit message (Collapse)AuthorAge
* guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.Hartmut Goebel2021-07-02
| | | | | | | | | | | | | | | | | | | | | | 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.
* gnu: obs: Update to 27.0.1Andrew Tropin2021-07-01
| | | | | | | | | * 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>
* gnu: libass: Update to 0.15.1.Tobias Geerinckx-Rice2021-06-29
| | | | * gnu/packages/video.scm (libass): Update to 0.15.1.
* gnu: youtube-dl-gui: Update to 4.0.Raghav Gururajan2021-06-26
| | | | | | | | 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.
* gnu: vlc: Update to 3.0.16.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/video.scm (vlc): Update to 3.0.16.
* gnu: mlt: Don't hardcode gcc value.Efraim Flashner2021-06-21
| | | | | * gnu/packages/video.scm (mlt)[arguments]: Adjust make-flags to use cc-for-target, cxx-for-target.
* gnu: Add shotcut.Vinicius Monego2021-06-21
| | | | | | * gnu/packages/video.scm (shotcut): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: mlt: Add optional dependencies.Vinicius Monego2021-06-21
| | | | | | | * 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>
* gnu: mlt: Update to 6.26.1.Vinicius Monego2021-06-21
| | | | | | * gnu/packages/video.scm (mlt): Update to 6.26.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: mlt: Update license.Vinicius Monego2021-06-21
| | | | | | * gnu/packages/video.scm (mlt)[license]: Change from gpl3 to lgpl2.1+. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: libaom: Omit static library.Tobias Geerinckx-Rice2021-06-19
| | | | | * gnu/packages/video.scm (libaom)[arguments]: Add a 'delete-static-libraries phase to do so.
* gnu: libaom: Update to 3.1.1.Tobias Geerinckx-Rice2021-06-19
| | | | * gnu/packages/video.scm (libaom): Update to 3.1.1.
* gnu: liba52: Note the type of stream.Tobias Geerinckx-Rice2021-06-17
| | | | * gnu/packages/video.scm (liba52)[synopsis, description]: A is for audio.
* gnu: ffmpeg: Build with the latest SRT.Marius Bakke2021-06-16
| | | | * gnu/packages/video.scm (ffmpeg)[inputs]: Change from SRT-1.4.1 to SRT.
* gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | 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.
* gnu: svt-hevc: Update upstream hash.Tobias Geerinckx-Rice2021-06-12
| | | | | | | 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.
* gnu: libmediainfo: Fix usage of libcurl and libtinyxml2.Michael Rohleder2021-06-12
| | | | | | | | | | | | * 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>
* gnu: youtube-dl: Update to 2021.06.06.Xinglu Chen2021-06-07
| | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.06.06. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: vlc: Update to 3.0.14.Solene Rapenne via Guix-patches via2021-06-06
| | | | | | * gnu/packages/video.scm (vlc): Update to 3.0.14. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: libvpx: Update to 1.10.0.Maxim Cournoyer2021-06-06
| | | | * gnu/packages/video.scm (libvpx): Update to 1.10.0.
* gnu: libopenshot: Use ffmpeg-4.3.Maxim Cournoyer2021-06-06
| | | | | * gnu/packages/video.scm (libopenshot) [propagated-inputs]{ffmpeg}: Downgrade to ffmpeg 4.3 to fix build.
* gnu: Add ffmpeg-4.3.Maxim Cournoyer2021-06-06
| | | | * gnu/packages/video.scm (ffmpeg-4.3): New variable.
* gnu: ffmpeg: Update to 4.4.Maxim Cournoyer2021-06-06
| | | | * gnu/packages/video.scm (ffmpeg): Update to 4.4.
* gnu: rav1e: Update to 0.4.1.Maxim Cournoyer2021-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: openshot: Use free font.Leo Prikler2021-06-03
| | | | | * gnu/packages/video.scm (openshot)[inputs]: Use font-dejavu. [patch-font-location]: Adjust accordingly.
* gnu: vapoursynth: Update to 53.Tobias Geerinckx-Rice2021-05-30
| | | | * gnu/packages/video.scm (vapoursynth): Update to 53.
* gnu: vapoursynth: Make python a regular input.Tobias Geerinckx-Rice2021-05-30
| | | | | | | | | 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.
* gnu: vapoursynth: Wrap with own PYTHONPATH.Tobias Geerinckx-Rice2021-05-30
| | | | | | | | 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.
* gnu: svt-hevc: Update to 1.5.1.Tobias Geerinckx-Rice2021-05-29
| | | | * gnu/packages/video.scm (svt-hevc): Update to 1.5.1.
* gnu: dav1d: Update to 0.9.0.Leo Famulari2021-05-20
| | | | * gnu/packages/video.scm (dav1d): Update to 0.9.0.
* gnu: libaom: Update to 3.1.0.Leo Famulari2021-05-20
| | | | * gnu/packages/video.scm (libaom): Update to 3.1.0.
* gnu: youtube-dl: Update to 2021.05.16.Tobias Geerinckx-Rice2021-05-18
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.05.16.
* gnu: mediainfo: Update to 21.03.Michael Rohleder2021-05-14
| | | | | | * gnu/packages/video.scm (mediainfo): Update to 21.03. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libmediainfo: Update to 21.03.Michael Rohleder2021-05-14
| | | | | | * gnu/packages/video.scm (libmediainfo): Update to 21.03. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: svt-av1: Update to 0.8.7.Tobias Geerinckx-Rice2021-05-13
| | | | * gnu/packages/video.scm (svt-av1): Update to 0.8.7.
* gnu: youtube-dl: Update to 2021.04.26.Tobias Geerinckx-Rice2021-04-27
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.04.26.
* gnu: libdvdcss: Update to 1.4.3.Tobias Geerinckx-Rice2021-04-21
| | | | * gnu/packages/video.scm (libdvdcss): Update to 1.4.3.
* gnu: youtube-dl: Update to 2021.04.17.Tobias Geerinckx-Rice2021-04-19
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.04.17.
* gnu: youtube-dl: Update to 2021.04.07.Tobias Geerinckx-Rice2021-04-07
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.04.07.
* gnu: mpv: Update to 0.33.1.Tobias Geerinckx-Rice2021-04-07
| | | | * gnu/packages/video.scm (mpv): Update to 0.33.1.
* gnu: youtube-dl: Update to 2021.04.01.Tobias Geerinckx-Rice2021-04-01
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.04.01.
* gnu: youtube-dl: Update to 2021.03.31.Tobias Geerinckx-Rice2021-03-31
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.03.31.
* gnu: avidemux: Update to 2.7.8.Tobias Geerinckx-Rice2021-03-30
| | | | | * gnu/packages/video.scm (avidemux): Update to 2.7.8. [arguments]: Adjust to updated bundled ffmpeg-4.2.4.
* gnu: Use 'gtk-doc/stable' in native-inputs of selected packages.Mark H Weaver2021-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/calendar.scm (libical), gnu/packages/check.scm (umockdev), gnu/packages/fontutils.scm (libraqm), gnu/packages/freedesktop.scm (appstream, farstream, libglib-testing) (udisks, libfprint, libportal), gnu/packages/geo.scm (memphis, osm-gps-map), gnu/packages/glib.scm (template-glib), gnu/packages/gnome.scm (gupnp-igd, libcloudproviders, libgrss, seed) (gtx, dee, zeitgeist, phodav, gssdp, gupnp, gupnp-dlna, gupnp-av, rygel) (libnma, gdl, libnotify, vte-ng, dconf, libxklavier, libsoup, colord) (geoclue, geocode-glib, amtk, grilo, gvfs, gusb, network-manager) (network-manager-applet, gfbgraph, libunique, cheese, libhandy) (gnome-latex, libgda), gnu/packages/gstreamer.scm (orc), gnu/packages/gtk.scm (at-spi2-core, goocanvas), gnu/packages/language.scm (nimf), gnu/packages/networking.scm (libnice), gnu/packages/video.scm (schroedinger), gnu/packages/virtualization.scm (libosinfo), gnu/packages/webkit.scm (wpewebkit, webkitgtk), gnu/packages/xml.scm (libxmlb)[native-inputs]: Replace 'gtk-doc' with 'gtk-doc/stable'.
* gnu: SVT-HEVC: Update to 1.5.0.Leo Famulari2021-03-26
| | | | | * gnu/packages/video.scm (svt-hevc): Update to 1.5.0. [license]: Specify the license.
* gnu: SVT-AV1: Update URLs.Leo Famulari2021-03-26
| | | | * gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
* gnu: libaom: Update to 3.0.0.Leo Famulari2021-03-26
| | | | * gnu/packages/video.scm (libaom): Update to 3.0.0.
* gnu: youtube-dl: Update to 2021.03.25.Tobias Geerinckx-Rice2021-03-25
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.03.25.
* gnu: celluloid: Update to 0.21.Tobias Geerinckx-Rice2021-03-23
| | | | * gnu/packages/video.scm (celluloid): Update to 0.21.
* gnu: youtube-dl: Update to 2021.03.14.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.03.14.