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

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:
Raghav Gururajan
2021-04-12 11:36:07 +02:00
committed by Maxim Cournoyer
parent 002869f3da
commit a67cb232d7

View File

@@ -536,7 +536,7 @@ This package provides the core library and elements.")
(define-public gst-plugins-base
(package
(name "gst-plugins-base")
(version "1.18.2")
(version "1.18.4")
(source
(origin
(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"))
(sha256
(base32
"1b05kg46azrxxvq42c71071lfsnc34pw4vynnkczdqi6g0gzn16x"))))
"08w3ivbc6n4vdds2ap6q7l8zdk9if8417nznyqidf0adm0lk5r99"))))
(build-system meson-build-system)
(propagated-inputs
`(("glib" ,glib) ;required by gstreamer-sdp-1.0.pc