mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gst-libav: Update to 1.26.3.
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.26.3.
(cherry picked from commit 2c9e1edfe4
)
This commit is contained in:
parent
d2287b6682
commit
8b38c804c9
1 changed files with 2 additions and 2 deletions
|
@ -1016,7 +1016,7 @@ think twice about shipping them.")
|
||||||
(define-public gst-libav
|
(define-public gst-libav
|
||||||
(package
|
(package
|
||||||
(name "gst-libav")
|
(name "gst-libav")
|
||||||
(version "1.24.9")
|
(version "1.26.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1025,7 +1025,7 @@ think twice about shipping them.")
|
||||||
"https://gstreamer.freedesktop.org/src/" name "/"
|
"https://gstreamer.freedesktop.org/src/" name "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0v253lbic7abc9vpb690f80arql10193ljqkzgs03vh8wnd2ws1j"))))
|
(base32 "0kbjs8z545maj3j2qzgpg41v3yr53q1c852v80zbmf5rld87xnis"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs (list perl pkg-config python-wrapper ruby))
|
(native-inputs (list perl pkg-config python-wrapper ruby))
|
||||||
(inputs (list ffmpeg))
|
(inputs (list ffmpeg))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue