gnu: gst-plugins-base: Update to 1.18.4.
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.18.4. Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
002869f3da
commit
a67cb232d7
1 changed files with 2 additions and 2 deletions
|
@ -536,7 +536,7 @@ This package provides the core library and elements.")
|
||||||
(define-public gst-plugins-base
|
(define-public gst-plugins-base
|
||||||
(package
|
(package
|
||||||
(name "gst-plugins-base")
|
(name "gst-plugins-base")
|
||||||
(version "1.18.2")
|
(version "1.18.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -545,7 +545,7 @@ This package provides the core library and elements.")
|
||||||
(patches (search-patches "gst-plugins-base-fix-id3v2-invalid-read.patch"))
|
(patches (search-patches "gst-plugins-base-fix-id3v2-invalid-read.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b05kg46azrxxvq42c71071lfsnc34pw4vynnkczdqi6g0gzn16x"))))
|
"08w3ivbc6n4vdds2ap6q7l8zdk9if8417nznyqidf0adm0lk5r99"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("glib" ,glib) ;required by gstreamer-sdp-1.0.pc
|
`(("glib" ,glib) ;required by gstreamer-sdp-1.0.pc
|
||||||
|
|
Reference in a new issue