1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gst-libav: Update to 1.28.1.

* gnu/packages/gstreamer.scm (gst-libav): Update to 1.28.1.

Change-Id: I5cea2d41f6ebdabe942b764e9db4c5fe96ded520
This commit is contained in:
Maxim Cournoyer
2026-02-26 21:58:16 +09:00
parent afd42897fa
commit 6235f7884f

View File

@@ -1015,7 +1015,7 @@ think twice about shipping them.")
(define-public gst-libav
(package
(name "gst-libav")
(version "1.26.3")
(version "1.28.1")
(source
(origin
(method url-fetch)
@@ -1024,7 +1024,7 @@ think twice about shipping them.")
"https://gstreamer.freedesktop.org/src/" name "/"
name "-" version ".tar.xz"))
(sha256
(base32 "0kbjs8z545maj3j2qzgpg41v3yr53q1c852v80zbmf5rld87xnis"))))
(base32 "16zfxw6h865sqi71j47lllr3y7jlnwsrwmfxvjnxh3wdlfn1madz"))))
(build-system meson-build-system)
(native-inputs (list perl pkg-config python-wrapper ruby))
(inputs (list ffmpeg))