mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: gst-libav: Update to 1.22.1.
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.22.1. [arguments]: Use meson-0.63.
This commit is contained in:
parent
981ce89ec0
commit
96896e504b
1 changed files with 3 additions and 2 deletions
|
@ -1003,7 +1003,7 @@ (define-public gst-plugins-ugly
|
|||
(define-public gst-libav
|
||||
(package
|
||||
(name "gst-libav")
|
||||
(version "1.20.3")
|
||||
(version "1.22.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1012,8 +1012,9 @@ (define-public gst-libav
|
|||
"https://gstreamer.freedesktop.org/src/" name "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1zkxybdzdkn07wwmj0rrgxyvbry472dggjv2chdsmpzwc02x3v9z"))))
|
||||
(base32 "1yxmc3jchqyw0gcc5193640xf70s2dl55nzqh6jbghrsvhjyhn69"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments (list #:meson meson-0.63))
|
||||
(native-inputs
|
||||
(list perl pkg-config python-wrapper ruby))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue