Age | Commit message (Collapse) | Author |
|
* gnu/packages/video.scm (obs-wlrobs): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (obs-spectralizer)[source]: Add 'snippet' and
'modules'.
|
|
* gnu/packages/video.scm (obs-spectralizer): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (obs): Use it.
* gnu/packages/patches/obs-modules-location.patch: Patch it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This reverts commits 9085260fccd17955be6922c215f89be3e424dda3,
4ecc2a24936a1fbfe3ff5654090d41e91c2fe8f2,
094b6ac00939ef5e3f291a477fedd26621078ca8,
104151f4f45f4bc3a816e3ad42256452932e0d8d.
|
|
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/packages/patches/vlc-qt-5.15.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/video.scm (vlc)[source]: Remove patch.
|
|
|
|
* gnu/packages/video.scm (vlc): Update to 3.0.12.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/video.scm (motion): Update to 4.3.2.
[arguments]: In 'bootstrap' phase, adjust 'version.sh' file name.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2021.01.16.
|
|
* gnu/packages/video.scm (mkvtoolnix): Update to 52.0.0.
[inputs]: Add libdvdread to support dvd chapter.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (obs): Update to 26.1.2.
|
|
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2021.01.08.
|
|
* gnu/packages/video.scm (obs): Update to 26.1.1.
|
|
* gnu/packages/video.scm (youtube-viewer): Update to 3.8.1.
|
|
* gnu/packages/video.scm (dav1d): Update to 0.8.1.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2021.01.03.
|
|
* gnu/packages/video.scm (rav1e): Update to 0.3.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/video.scm (gaupol): Update to 1.9.
|
|
* gnu/packages/video.scm (you-get): Update to 0.4.1500.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2020.12.31.
|
|
|
|
* gnu/packages/video.scm (svt-av1)[supported-systems]: Remove i686-linux.
|
|
* gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
|
|
* gnu/packages/video.scm (svt-vp9): New variable.
|
|
* gnu/packages/video.scm (pitivi): New variable.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
|
|
As of 1.18, gst-transcoder is part of gst-plugins-bad.
* gnu/packages/video.scm (gst-transcoder): Move from here...
* gnu/packages/gstreamer.scm (gst-transcoder): ... to here.
Redefine in terms of gst-plugins-bad and deprecate in favor of it.
|
|
|
|
* gnu/packages/video.scm (v4l-utils): Update to 1.20.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/patches/vlc-qt-5.15.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (vlc)[source]: Use it.
|
|
|
|
* gnu/packages/video.scm (libaom): Update to 2.0.1.
|
|
* gnu/packages/video.scm (straw-viewer)[propagated-inputs]: Add youtube-dl.
|
|
* gnu/packages/video.scm (straw-viewer): Update to 0.1.2.
|
|
* gnu/packages/video.scm (youtube-viewer): Update to 3.8.0.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2020.12.14.
|
|
* gnu/packages/video.scm (obs): Update to 26.1.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/video.scm (libcaption): New variable.
|
|
* gnu/packages/video.scm (youtube-dl)[source]: Add 'snippet' to delete
pre-generated files.
[arguments]: Add 'build-generated-files' phase.
[native-inputs]: New field, to add 'zip'.
|
|
These inputs are not used by FFmpeg 2.
* gnu/packages/video.scm (ffmpeg-2.8)[inputs]: Remove dav1d, libaom,
rav1e, and srt.
|
|
* gnu/packages/video.scm (ffmpeg-4.2)[inputs]: Remove rav1e.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.11-48.
(imagemagick-next): Remove variable.
* gnu/packages/video.scm (transcode)[inputs]: Change from IMAGEMAGICK-NEXT to
IMAGEMAGICK.
|
|
* gnu/packages/video.scm (libva): Update to 2.10.0.
[source](uri): Change to new URL. Remove old mirror.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2020.12.12.
|
|
* gnu/packages/video.scm (rav1e): Update to 0.3.4.
[arguments]: In cargo-inputs replace rust-aom-sys-0.1 with 0.2,
rust-nasm-rs-0.1 with 0.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2020.12.07.
|
|
* gnu/packages/video.scm (svt-av1): Update to 0.8.6.
|
|
* gnu/packages/video.scm (streamlink): Update to 1.7.0.
|