Age | Commit message (Expand) | Author |
2024-09-28 | gnu: iso-codes: Rename to iso-codes/pinned....* gnu/packages/iso-codes.scm (iso-codes): Rename to…
(iso-codes/pinned): … this.
* doc/build.scm,
gnu/installer.scm,
gnu/packages/fcitx.scm,
gnu/packages/fcitx5.scm,
gnu/packages/gnome.scm,
gnu/packages/gstreamer.scm,
gnu/packages/gtk.scm,
gnu/packages/ibus.scm,
gnu/packages/kde-frameworks.scm,
gnu/packages/kde-plasma.scm,
gnu/packages/mate.scm,
gnu/packages/photo.scm,
gnu/packages/video.scm: Adjust accordingly.
Change-Id: Ia98fee15a27009583fee822cf411512727b1aa27
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Roman Scherer |
2024-09-08 | gnu: ani-cli: Update to 4.9....* gnu/packages/video.scm (ani-cli): Update to 4.9.
Change-Id: Ic99f9fbfce6dd5b9eccbb749c89ab70688808332
| Tobias Geerinckx-Rice |
2024-09-08 | gnu: aegisub: Update source URL....* gnu/packages/video.scm (aegisub)[source]: Update URL.
Change-Id: I12751191eecfb797d98353c07802a56d92c074ee
| Tobias Geerinckx-Rice |
2024-09-14 | gnu: Add syncplay....* gnu/packages/video.scm (syncplay): New variable.
Change-Id: I72cdfa3db2b4b7ef6c3ef0b8585d138c272046a7
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| aurtzy |
2024-09-12 | gnu: Add ytcc....* gnu/packages/video.scm (ytcc): New variable.
Change-Id: Iaf4fd7343b02c52a358093ae81aaafbae1eea9bf
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Sisiutl |
2024-09-09 | gnu: gallery-dl: Update to 1.27.4....* gnu/packages/video.scm (gallery-dl): Update to 1.27.4.
Change-Id: If56710918cf1606442a5b083c1995a7e9f3c2963
Signed-off-by: jgart <jgart@dismail.de>
| Artyom V. Poptsov |
2024-09-08 | gnu: mpv: Move libsixel to propagated-inputs....Mpv adds this library to the Requires.private field of the pkg-config
file.
* gnu/packages/video.scm (mpv)[inputs]: Move libsixel ...
[propagated-inputs]: ... to here.
Change-Id: If4ad493f41812d9e56e22e2cbd69eb70465b511e
| Efraim Flashner |
2024-09-07 | gnu: Add ffmpeg-7....* gnu/packages/video.scm (ffmpeg-7): New variable.
(ffmpeg): Inherit above.
Change-Id: I39fdec3e380c8cf7feed74d5caa960fb33f0ffae
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Zheng Junjie |
2024-09-07 | gnu: obs: Update to 30.1.2....* gnu/packages/video.scm (obs): Update to 30.1.2.
[arguments]: Add "-DENABLE_QSV11=OFF" to configure-flags. Add MESA
to LD_LIBRARY_PATH for 'obs'.
[inputs]: Add libdatachannel, qrcodegen-cpp and vulkan-headers.
Replace ffmpeg-4 with ffmpeg, Qt 5 with Qt 6.
Change-Id: Id74c52512eb18727b0c8c8a0a7ed4c892a5e76c2
Signed-off-by: Andrew Tropin <andrew@trop.in>
| 宋文武 |
2024-09-05 | gnu: mpv: Add LIBSIXEL input....* gnu/packages/video.scm (mpv)[inputs]: Add LIBSIXEL.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: I1765929ec37d6cd73d829b998c7a1a6edb87fb75
| Mathieu Laparie |
2024-09-05 | gnu: libplacebo: Update to 7.349.0....* gnu/packages/video.scm (libplacebo): Update to 7.349.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: Iacbde8cbd6e2008655f70fc009290cddb942f548
| Mathieu Laparie |
2024-09-04 | gnu: ffmpeg-{5,4,3}: Fix build on i686 with binutils 2.41....Fixes <https://issues.guix.gnu.org/72917>.
* gnu/packages/video.scm (ffmpeg-5): Replace 'bypass-openal-check
string substitution with one that matches on this and earlier
versions of ffmpeg.
(ffmpeg-4): Inherit package arguments from ffmpeg-5.
Reported-by: Dariqq <dariqq@posteo.net>
Change-Id: Ie5b51a174be45b511757dece369563975e498bac
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| André Batista |
2024-09-03 | gnu: openshot: Update to 3.2.1....* gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.3.
* gnu/packages/video.scm (libpenshot): Update to 0.3.3.
(openshot): Update to 3.2.1.
Change-Id: I1688395a1181ce258a59e15ce63e2dda535af7f1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Tai |
2024-09-02 | gnu: ffmpeg-normalize: Update to 1.28.3....* gnu/packages/video.scm (ffmpeg-normalize): Update to 1.28.3.
Change-Id: If0ba63ee0477900f7c135872706ebf7c77160e1e
| Vinicius Monego |
2024-08-31 | gnu: ffmpeg: Fix build on i686 with binutils 2.41....* gnu/packages/video.scm (ffmpeg): Add 'bypass-openal-check phase
which breaks configure phase on i686. Unconditionally set openal
configure check to true.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: Iddba489690a42a5e9f9a40f9a238c658ddac6e20
| André Batista |
2024-08-31 | gnu: yt-dlp: Add certificates....* gnu/packages/video.scm (yt-dlp)[native-inputs]: Add nss-certs-for-test.
Change-Id: I767d7f6fa5ee038cb58c69abfc5f79a681dda308
| Ricardo Wurmus |
2024-08-31 | gnu: aegisub: Fix build....* gnu/packages/patches/aegisub-boost81.patch: New patch.
* gnu/packages/video.scm (aegisub)[source]: Add it.
* gnu/local.mk (dist_patch_DATA): Register patch.
Change-Id: I0249944bf1bd9fc5a303c44c92b0b4c3e01da14b
| 宋文武 |
2024-08-31 | gnu: ffmpeg-for-stepmania: Fix build....* gnu/packages/video.scm (ffmpeg-for-stepmania)[source]: Add ffmpeg-4-binutils-2.41.patch.
Change-Id: I872e4a48d0ce97b77a3a04507d828854605676ce
| 宋文武 |
2024-08-31 | gnu: tslib: Update to 1.23....* gnu/packages/video.scm (tslib): Update to 1.23.
[source]: Download using release tarball.
[native-inputs]: Remove autoconf, automake, libtool.
Change-Id: Ib3d33cb33eba39f8c273b8737b39b54f6c8f7819
| Efraim Flashner |
2024-08-31 | gnu: ffmpeg: Fix builds....* gnu/packages/patches/ffmpeg-remove-compressed_ten_bit_format.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/video.scm (ffmpeg-4): Use it.
(ffmpeg-3.4, ffmpeg-2.8): Use ffmpeg-4-binutils-2.41.patch.
Change-Id: Idaf1d80f33530ba6d8c3c60b284dc08e522ec220
| Josselin Poiret |
2024-08-31 | gnu: libbdplus: Update to 0.2.0....* gnu/packages/video.scm (libbdplus): Update to 0.2.0.
Change-Id: Ic357c71649b8f07ddb37b0860f30d9ef247529d5
| Efraim Flashner |
2024-08-31 | gnu: ffmpeg: add svt-av1 support...* gnu/packages/video.scm (ffmpeg): Add support for svt-av1
[inputs]: Add svt-av1
[arguments] (configure-flags): Add "--enable-libsvtav1"
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Idb0166e943a4c69a56b68964fd6f3439b16f1903
| Andy Tai |
2024-08-31 | gnu: ffmpeg-4: Fix build with binutils ≥ 2.41....* gnu/packages/patches/ffmpeg-4-binutils-2.41.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/video.scm (ffmpeg-4): Use it.
Change-Id: I07ec3525edb220d85e086e145b9561ea3d084b6c
| Josselin Poiret |
2024-08-31 | gnu: libvpx: Ungraft....* gnu/packages/video.scm (libvpx)[replacement]: Remove.
[source](patches): Add “libvpx-CVE-2023-5217.patch”.
(libvpx/fixed): Remove.
Change-Id: I6de247a0fe7e8e09772513386cd0696bebe34afd
| Ludovic Courtès |
2024-08-31 | gnu: video: Add 'bash' input for 'wrap-program'....It is required for cross-compilation.
* gnu/packages/video.scm
(pipe-viewer)[inputs]: Add 'bash-minimal'.
(vlc): Remove trailing #t.
(youtube-viewer)[inputs]: Likewise.
(openshot)[inputs]: Likewise.
(gaupol)[inputs]: Likewise.
(get-iplayer)[inputs]: Likewise.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I572eddc1084e1397b06d1fa264ec575c8c9b5340
| Maxime Devos |
2024-08-31 | gnu: ffmpeg-3.4: Import the correct set of modules....* gnu/packages/video.scm (ffmpeg-3.4) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.
Change-Id: I190d9fb3bc372e87ac7eec4c0b05fd3d0b4f5b12
| Maxim Cournoyer |
2024-08-31 | build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private
%default-modules variable of (guix build-systems gnu) to discover which
modules to include when extending the used modules via the #:modules argument.
The renaming was automated via the command:
$ git grep -l %gnu-build-system-modules
| xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i
* guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to...
(%default-gnu-imported-modules): ... this.
(%default-modules): Rename to...
(%default-gnu-modules): ... this. Export.
(dist-package, gnu-build, gnu-cross-build): Adjust accordingly.
Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
| Maxim Cournoyer |
2024-08-18 | gnu: mpv: Update to 0.38.0....* gnu/packages/video.scm (mpv): Update to 0.38.0.
Change-Id: I7804e5d63c1fddc97e54634ea6a5185bf0ecc020
| Tobias Geerinckx-Rice |
2024-08-18 | gnu: libplacebo: Update to 6.338.2....* gnu/packages/video.scm (libplacebo): Update to 6.338.2.
Change-Id: I89a4c9ae22e871ac4b2b4a29b9d65ed76a76e2e7
| Tobias Geerinckx-Rice |
2024-08-22 | gnu: gallery-dl: Update to 1.27.3....* gnu/packages/video.scm (gallery-dl): Update to 1.27.3.
Change-Id: I469428a20c8426a75fdf5f3b5a275591d21a2b4e
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Artyom V. Poptsov |
2024-08-20 | gnu: yt-dlp: Update to 2024.08.06....* gnu/packages/video.scm (yt-dlp): Update to 2024.08.06.
Change-Id: I451fb4a10130f4640aeaf1da3b056d0dc0ee3b28
| Danny Milosavljevic |
2024-08-09 | gnu: Add obs-shaderfilter....* gnu/packages/video.scm (obs-shaderfilter): New variable.
Change-Id: I79e81135d2214f009744ee2687a5468a7891c2e7
| Oleg Pykhalov |
2024-08-09 | gnu: Add obs-gradient-source....* gnu/packages/video.scm (obs-gradient-source): New variable.
Change-Id: If93e933bbd1198cccb04df2bcd304fab2875dcb5
| Oleg Pykhalov |
2024-08-04 | gnu: Add obs-multi-rtmp....* gnu/packages/video.scm (obs-multi-rtmp): New variable.
Change-Id: I5e5b2cd59cd9f5e9aeb4c7b51452b0e24f10f3ca
| Oleg Pykhalov |
2024-08-04 | gnu: Add obs-move-transition....* gnu/packages/video.scm (obs-move-transition): New variable.
Change-Id: I0a3ca70868e438693e23e33ef574a17c4a4dfd00
| Oleg Pykhalov |
2024-08-04 | gnu: Add obs-source-clone....* gnu/packages/video.scm (obs-source-clone): New variable.
Change-Id: Id85ba2147737fe9e300911499bfd6bcdd7ce71be
| Oleg Pykhalov |
2024-08-04 | gnu: Add obs-composite-blur....* gnu/packages/video.scm (obs-composite-blur): New variable.
Change-Id: Ib523640b423e80fa3e8d2657610b64ef0430f70a
| Oleg Pykhalov |
2024-08-04 | gnu: Add obs-advanced-masks....* gnu/packages/video.scm (obs-advanced-masks): New variable.
Change-Id: I7f35de6c645083b522e4844da7c835fb3626c22f
| Oleg Pykhalov |
2024-08-04 | gnu: Add obs-source-copy....* gnu/packages/video.scm (obs-source-copy): New variable.
Change-Id: I73fabb7061abcdad98a93f8ad7cab6ee1892ad9d
| Oleg Pykhalov |
2024-07-18 | Merge branch 'go-team'...Change-Id: I0a7d44016da964930bea2584df9104cac5b7ea36
| Sharlatan Hellseher |
2024-07-15 | gnu: smplayer: Update to 23.12.0....* gnu/packages/video.scm (smplayer) [inputs]: Add qtdeclarative-5.
Change-Id: I6b727f6fe368bd70bf9fc3d61f7c0b5efe56c3a1
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Attila Lendvai |
2024-07-15 | gnu: smplayer: Update to 22.7.0....Change-Id: Iec24da98806b87f482b280036e61e40e9d66cb5e
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Attila Lendvai |
2024-07-15 | gnu: smplayer: Update to 22.2.0....* 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>
| Attila Lendvai |
2024-07-15 | gnu: packages/golang: Set default go version to 1.21....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
| Sharlatan Hellseher |
2024-07-10 | gnu: yt-dlp: Update to 2024.07.09....* gnu/packages/video.scm (yt-dlp): Update to 2024.07.09.
Change-Id: I0b6f52e3fe724ca4aa63aa73eb981a0ecffa8183
| Leo Famulari |
2024-07-05 | gnu: ffmpeg-normalize: Update to 1.28.2....* gnu/packages/video.scm (ffmpeg-normalize): Update to 1.28.2.
Change-Id: I2297e71645c7325d1576d17a0067a8e30f28bcd7
| Vinicius Monego |
2024-07-03 | gnu: yt-dlp: Update to 2024.05.27....* 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
| Leo Famulari |
2024-07-03 | gnu: yt-dlp: Don't inherit from youtube-dl....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
| Leo Famulari |
2024-06-27 | gnu: libvpx: Patch CVE-2023-44488....* 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
| Efraim Flashner |
2024-06-18 | gnu: vlc: Update to 3.0.21....* gnu/packages/video.scm (vlc): Update to 3.0.21.
Change-Id: Ie2f8f232b41962ffe51b236fda15b3fc0ac62570
Signed-off-by: Andreas Enge <andreas@enge.fr>
| Andy Tai |