aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
AgeCommit message (Collapse)Author
2024-08-22gnu: gallery-dl: Update to 1.27.3.Artyom V. Poptsov
* gnu/packages/video.scm (gallery-dl): Update to 1.27.3. Change-Id: I469428a20c8426a75fdf5f3b5a275591d21a2b4e Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-08-20gnu: yt-dlp: Update to 2024.08.06.Danny Milosavljevic
* gnu/packages/video.scm (yt-dlp): Update to 2024.08.06. Change-Id: I451fb4a10130f4640aeaf1da3b056d0dc0ee3b28
2024-08-09gnu: Add obs-shaderfilter.Oleg Pykhalov
* gnu/packages/video.scm (obs-shaderfilter): New variable. Change-Id: I79e81135d2214f009744ee2687a5468a7891c2e7
2024-08-09gnu: Add obs-gradient-source.Oleg Pykhalov
* gnu/packages/video.scm (obs-gradient-source): New variable. Change-Id: If93e933bbd1198cccb04df2bcd304fab2875dcb5
2024-08-04gnu: Add obs-multi-rtmp.Oleg Pykhalov
* gnu/packages/video.scm (obs-multi-rtmp): New variable. Change-Id: I5e5b2cd59cd9f5e9aeb4c7b51452b0e24f10f3ca
2024-08-04gnu: Add obs-move-transition.Oleg Pykhalov
* gnu/packages/video.scm (obs-move-transition): New variable. Change-Id: I0a3ca70868e438693e23e33ef574a17c4a4dfd00
2024-08-04gnu: Add obs-source-clone.Oleg Pykhalov
* gnu/packages/video.scm (obs-source-clone): New variable. Change-Id: Id85ba2147737fe9e300911499bfd6bcdd7ce71be
2024-08-04gnu: Add obs-composite-blur.Oleg Pykhalov
* gnu/packages/video.scm (obs-composite-blur): New variable. Change-Id: Ib523640b423e80fa3e8d2657610b64ef0430f70a
2024-08-04gnu: Add obs-advanced-masks.Oleg Pykhalov
* gnu/packages/video.scm (obs-advanced-masks): New variable. Change-Id: I7f35de6c645083b522e4844da7c835fb3626c22f
2024-08-04gnu: Add obs-source-copy.Oleg Pykhalov
* gnu/packages/video.scm (obs-source-copy): New variable. Change-Id: I73fabb7061abcdad98a93f8ad7cab6ee1892ad9d
2024-07-18Merge branch 'go-team'Sharlatan Hellseher
Change-Id: I0a7d44016da964930bea2584df9104cac5b7ea36
2024-07-15gnu: smplayer: Update to 23.12.0.Attila Lendvai
* gnu/packages/video.scm (smplayer) [inputs]: Add qtdeclarative-5. Change-Id: I6b727f6fe368bd70bf9fc3d61f7c0b5efe56c3a1 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-15gnu: smplayer: Update to 22.7.0.Attila Lendvai
Change-Id: Iec24da98806b87f482b280036e61e40e9d66cb5e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-15gnu: smplayer: Update to 22.2.0.Attila Lendvai
* gnu/packages/video.scm (smplayer) [origin]: Build from the git repo. [arguments]: Remove LRELEASE kludge. Change-Id: Iff065784a2b2ef677807e4194ca04ce2ec501fef Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-15gnu: packages/golang: Set default go version to 1.21.Sharlatan Hellseher
Golang versions 1.17 (02 Aug 2022), 1.18 (01 Feb 2023), 1.19 (06 Sep 2023) and 1.20 (06 Feb 2024) are EOL <https://endoflife.date/go>. These changes set preferable default version to the minimal currently maintained one e.g. 1.21 * gnu/packages/golang.scm (go): Set default to go-1.21, add annotation for the future maintenance. Remove field <#:go> setting Golang version to go-1.18, go-1.19, 1.20 and 1.21: * gnu/packages/admin.scm * gnu/packages/configuration-management.scm * gnu/packages/databases.scm * gnu/packages/disk.scm * gnu/packages/education.scm * gnu/packages/file-systems.scm * gnu/packages/finance.scm * gnu/packages/golang-check.scm * gnu/packages/golang-crypto.scm * gnu/packages/golang-web.scm * gnu/packages/golang-xyz.scm * gnu/packages/golang.scm * gnu/packages/high-availability.scm * gnu/packages/ipfs.scm * gnu/packages/irc.scm * gnu/packages/messaging.scm * gnu/packages/networking.scm * gnu/packages/syncthing.scm * gnu/packages/textutils.scm * gnu/packages/time.scm * gnu/packages/version-control.scm * gnu/packages/video.scm Change-Id: Ieba6a5d7a18423f838d14c02ad55a2ba9c8559eb
2024-07-10gnu: yt-dlp: Update to 2024.07.09.Leo Famulari
* gnu/packages/video.scm (yt-dlp): Update to 2024.07.09. Change-Id: I0b6f52e3fe724ca4aa63aa73eb981a0ecffa8183
2024-07-05gnu: ffmpeg-normalize: Update to 1.28.2.Vinicius Monego
* gnu/packages/video.scm (ffmpeg-normalize): Update to 1.28.2. Change-Id: I2297e71645c7325d1576d17a0067a8e30f28bcd7
2024-07-03gnu: yt-dlp: Update to 2024.05.27.Leo Famulari
* gnu/packages/video.scm (yt-dlp): Update to 2024.05.27. [build-system]: Use PYPROJECT-BUILD-SYSTEM. [arguments]: Remove the custom build phase 'fix-the-data-directories', because There is no longer a setup.py file to be amended. [inputs]: Add PYTHON-REQUESTS-NEXT and PYTHON-URLLIB3-NEXT. [native-inputs]: Add PYTHON-HATCHLING. Change-Id: I0c9e609817071346ca85d1f0966cf8994b2da2c5
2024-07-03gnu: yt-dlp: Don't inherit from youtube-dl.Leo Famulari
yt-dlp has diverged from youtube-dl sufficiently that package inheritance hinders package maintenance. * gnu/packages/video.scm (yt-dlp): Don't inherit from YOUTUBE-DL. [build-system, synopsis, license]: New fields. [arguments]: Adjust accordingly. [inputs]: Add FFMPEG. Change-Id: I14c4cfb6a75ba0421c62eac778072ab3e76c72a1
2024-06-27gnu: libvpx: Patch CVE-2023-44488.Efraim Flashner
* gnu/packages/video.scm (libvpx/fixed)[source]: Add patch. * gnu/packages/patches/libvpx-CVE-2023-44488.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: Iec6fbc048a0f75ed60752601034a9da8bf23b186
2024-06-18gnu: vlc: Update to 3.0.21.Andy Tai
* gnu/packages/video.scm (vlc): Update to 3.0.21. Change-Id: Ie2f8f232b41962ffe51b236fda15b3fc0ac62570 Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-06-15gnu: gallery-dl: Update to 1.27.0.msglm
* gnu/packages/video.scm (gallery-dl): Update to 1.27.0. Change-Id: I4db3b9e65466416795f874094d04e27ef4a93d12 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-06-11gnu: jellyfin-mpv-shim: Update to 2.8.0.Ian Eure
* gnu/packages/video.scm (jellyfin-mpv-shim): Update to 2.8.0. Change-Id: Icbae4392cab029c80bd8a3ce0fa756b567743c77 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-06-11gnu: Add orfondl.Liliana Marie Prikler
* gnu/packages/video.scm (orfondl): New variable. [source]: Add snippet deleting prebuilt binary. (orf-dl): Deprecate in favor of orfondl. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I3ee3ea9e603d6e4f7d0e3b32177c55d473973e90
2024-05-29gnu: ffmpeg-jami: Enable pipewire support.Maxim Cournoyer
* gnu/packages/video.scm (ffmpeg-jami) [arguments]: Update configure flags. [inputs]: Add pipewire. * gnu/packages/patches/ffmpeg-jami-pipewiregrab-source-filter.patch: Fix includes. Change-Id: Ife3bf532496bc06144c1cbbcea50e406a58ecc7a
2024-05-15gnu: Add obs-source-record.Oleg Pykhalov
* gnu/packages/video.scm (obs-source-record): New variable. Change-Id: I23792f9cbc90f922376f880c4dda9b5e1f99f9e3
2024-05-15gnu: obs: Update to 29.1.3.Oleg Pykhalov
* gnu/packages/video.scm (obs)[version]: Update to 29.1.3. [inputs]: Add asio, nlohmann-json, websocketpp. Change-Id: Iafb14ce1a53963c9fc12dc78631b0c530d1e700a
2024-05-11gnu: mlt: Update to 7.24.0.Vinicius Monego
* gnu/packages/video.scm (mlt): Update to 7.24.0. Change-Id: If04fd8aa6db07caa3f5b2a72102b6b93c929b766
2024-05-06gnu: theorafile: Fix cross-compiling.Efraim Flashner
* gnu/packages/video.scm (theorafile)[arguments]: Use cc-for-target. Change-Id: I191bd177263e57f1193fce1d360ba161726f39b9
2024-05-06gnu: theorafile: Use test-target.Efraim Flashner
* gnu/packages/video.scm (theorafile)[arguments]: Add test-target. Remove custom 'check phase. Change-Id: Ia741bc7c202a418801672ffcf88bd7b8577c359e
2024-05-06gnu: theorafile: Update to 0.0.0-2.ea5fd6d.Efraim Flashner
* gnu/packages/video.scm (0.0.0-2.ea5fd6d): Update to 0.0.0-2.ea5fd6d. [arguments]: Remove trailing #t from phases. Change-Id: I5dc34627d3d3e264743fa65c480872da2182ada0
2024-04-23gnu: vlc: Update to 3.0.20Andy Tai
* gnu/packages/video.scm (vlc): update to 3.0.20 Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org> Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Change-Id: I7a57c739dc3a1025c8d0fba32a9a9c492fcd1778
2024-04-09Merge remote-tracking branch 'savannah/master' into mesa-updatesChristopher Baines
Change-Id: Iad185e2ced97067b3dff8fd722435a6c5e2c00e5
2024-04-03gnu: ffmpeg-jami: Apply patch adding pipewire support.Maxim Cournoyer
* gnu/packages/patches/ffmpeg-jami-pipewiregrab-source-filter.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/video.scm (ffmpeg-jami) [source]: Apply it. Change-Id: I93efcda6e688cea46d8a878b5a436422f1827ec3
2024-04-03gnu: obs-vkcapture: Update to 1.5.0.John Kehayias
The previous version failed to build after (presumably) the vulkan updates. * gnu/packages/video.scm (obs-vkcapture): Update to 1.5.0. Change-Id: I832c76aef5dff04b1c0ee0fe57304dd638e38194
2024-03-10gnu: rav1e: Mark as tunable.Efraim Flashner
* gnu/packages/video.scm (rav1e)[properties]: Mark package as tunable. Change-Id: Icaf3615ce6f1e76416543a1285af5f1fdaec3589
2024-03-08gnu: Add jellyfin-mpv-shim.Ian Eure
* gnu/packages/video.scm (jellyfin-mpv-shim): New variable. Change-Id: Ie030dee36b1c2afc796f082fdebf909cbddd59da Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-02-20gnu: rav1e: Update to 0.7.1.Efraim Flashner
* gnu/packages/video.scm (rav1e): Update to 0.7.1. [source]: Remove snippet. [arguments]: Don't install the sources. [cargo-inputs]: Add rust-libdav1d-sys-0.6, rust-profiling-1, rust-tracing-0.1, rust-tracing-chrome-0.7, rust-tracing-subscriber-0.3. Replace rust-arbitrary-0.4 with 1, rust-bitstream-io-1 with 2, rust-built-0.5 with 0.7, rust-itertools-0.10 with 0.12, rust-libfuzzer-sys-0.3 with 0.4, rust-num-derive-0.3 with 0.4, rust-serde-big-array-0.4 with 0.5, rust-toml-0.5 with 0.8. Remove rust-clap-lex-0.3, rust-dav1d-sys-0.7, rust-hawktracer-0.7, rust-rustc-version-0.4, rust-winnow-0.4. [cargo-development-inputs]: Replace rust-criterion-0.4 with 0.5. Remove rust-predicates-2, rust-predicates-core-1, rust-predicates-tree-1, rust-quickcheck-macros-1. [inputs]: Replace libgit2 with libgit2-1.7. Change-Id: I08be8cef38119067c4827b1a72824ec7e4208633
2024-02-20gnu: rav1e: Only build with nasm on some platforms.Efraim Flashner
* gnu/packages/video.scm (rav1e)[native-inputs]: Only include nasm on platforms which need it for building. Change-Id: Ib9492c5a942d2c97f0aeda48305ec3ffc032fb4b
2024-02-20gnu: dav1d: Update to 1.3.0.Efraim Flashner
* gnu/packages/video.scm (dav1d): Update to 1.3.0. [native-inputs]: Only use nasm when building for x86_64 or i686. * gnu/packages/crates-graphics.scm (rust-dav1d-sys-0.7)[arguments]: Skip the build. Change-Id: I2e3fb6d343c92e48f231bf2b77259856a47bbc51
2024-02-20gnu: libaom: Update to 3.8.0.Efraim Flashner
* gnu/packages/video.scm (libaom): Update to 3.8.0. Change-Id: I858ee22b94147564675f512346a87cd644d4238a
2024-02-16gnu: ani-cli: Update to 4.8.port19
* gnu/packages/video.scm (ani-cli): Update to 4.8. Signed-off-by: Clément Lassieur <clement@lassieur.org> Change-Id: I9746550ea989b14f7d2e3fe646daf323e09c8d4f
2024-02-14gnu: celluloid: Update to 0.26.kiasoc5
* gnu/packages/video.scm (celluloid): Update to 0.26. Change-Id: I1a39e1d615ea7cb5d96b30cd5283137472b6d946 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-02-05gnu: mbedtls-apache: Rename to mbedtls-lts.Hilton Chain
* gnu/packages/tls.scm (mbedtls-apache): Rename package to "mbedtls". Rename variable to… (mbedtls-lts): …this. (mbedtls-apache): Define as deprecated by mbedtls-lts. (mbedtls-for-hiawatha): Adjust accordingly. * doc/guix.texi: Likewise. * gnu/packages/emulators.scm (dolphin-emu,retroarch)[inputs]: Likewise. * gnu/packages/game-development.scm (godot-lts,godot)[inputs]: Likewise. * gnu/packages/hardware.scm (hueplusplus,openrgb)[inputs]: Likewise. * gnu/packages/haxe.scm (neko,haxe,hashlink)[inputs]: Likewise. * gnu/packages/irc.scm (inspircd)[inputs]: Likewise. * gnu/packages/julia-jll.scm (julia-mbedtls-jll)[arguments]<#:phases>,[inputs]: Likewise. * gnu/packages/julia.scm (julia)[arguments]<#:phases>,[inputs]: Likewise. * gnu/packages/linphone.scm (bctoolbox)[inputs]: Likewise. * gnu/packages/linux.scm (dislocker)[inputs]: Likewise. * gnu/packages/networking.scm (nng)[inputs]: Likewise. * gnu/packages/search.scm (dataparksearch)[inputs]: Likewise. * gnu/packages/video.scm (obs)[inputs]: Likewise. * gnu/packages/web.scm (hiawatha)[arguments]<#:phases>: Likewise. Change-Id: I0c58b3cd0bcf6e44e7b16a69f6d2739aa3c1545b
2024-02-01gnu: mpv-mpris: Switch to gnu-build-system.Josselin Poiret
* gnu/packages/video.scm (mpv-mpris)[build-system]: Use gnu-build-system again. [arguments]<#:phases>: Run tests. [native-inputs]: Add dbus, jq, playerctl, socat, sound-theme-freedesktop, xorg-server-for-tests, xvfb-run. Change-Id: I9de4ade633388ec42ac30019feb133ca98811ad9 Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-01-22gnu: h264bitstream: Update to 0.2.0-1.ae72f73.Oleg Pykhalov
* gnu/packages/video.scm (h264bitstream): Update to 0.2.0-1.ae72f73. Change-Id: I0aa9422f236995086275c492a2093f2acb894ab1
2024-01-21gnu: Add h264bitstream.Petr Hodina
* gnu/packages/video.scm (h264bitstream): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2024-01-18gnu: mpv: Propagate most libraries.Maxim Cournoyer
This is needed when packages lookup the mpv library via pkg-config, such as done by plasmatube. Prior to this change, the following would fail (this is what CMake's 'pkg_check_modules' does): $ guix shell --pure pkg-config mpv \ -- pkg-config --print-errors --short-errors --exists mpv Package 'wayland-client', required by 'mpv', not found * gnu/packages/video.scm (mpv) [inputs]: Move alsa-lib, ffmpeg, jack-1, libass, libbluray, libcaca, libcdio-paranoia, libdvdnav, libjpeg-turbo, libplacebo, libva, libvdpau, libx11, libxext, libxinerama, libxpresent, libxrandr, libxscrnsaver, lua-5.2, mesa, pulseaudio, shaderc, wayland, wayland-protocols, zimg and zlib to... [propagated-inputs]: ... here. Change-Id: Ia0cd4e33a8b4df4b060546c979d00be0b2b3977e
2024-01-18gnu: libdvdnav: Propagate libdvdread.Maxim Cournoyer
* gnu/packages/video.scm (libdvdnav) [inputs]: Move libdvdread to... [propagated-inputs]: ... here. Change-Id: Ifea887985f27ed1dec2c56ce2f5291862f011bed
2024-01-18gnu: libplacebo: Propagate lcms, shaderc and vulkan-loader.Maxim Cournoyer
* gnu/packages/video.scm (libplacebo) [inputs]: Move lcms, shaderc and vulkan-loader to... [propagated-inputs]: ... here. Change-Id: If426be3b4e32632bb775485e0a8c517e09ccbeaf