Skip to content
Snippets Groups Projects
Commit 70e863e5 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: gst-plugins-base: Update to 1.8.0.

* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.8.0.
[home-page]: Use https.
parent ab0a5620
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ (define-public gstreamer ...@@ -145,7 +145,7 @@ (define-public gstreamer
(define-public gst-plugins-base (define-public gst-plugins-base
(package (package
(name "gst-plugins-base") (name "gst-plugins-base")
(version "1.6.3") (version "1.8.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -153,7 +153,7 @@ (define-public gst-plugins-base ...@@ -153,7 +153,7 @@ (define-public gst-plugins-base
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0xbskifk95rw7jd85sqjrmqh2kys1bpi0inrxyapx1x4vf7ly5dn")))) "08hmg7fp519wim1fm04r7f2q2020ssdninawqsbrqjsvs70srh5b"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(propagated-inputs (propagated-inputs
...@@ -187,7 +187,7 @@ (define-public gst-plugins-base ...@@ -187,7 +187,7 @@ (define-public gst-plugins-base
(lambda _ (lambda _
(substitute* "tests/check/libs/pbutils.c" (substitute* "tests/check/libs/pbutils.c"
(("/bin/sh") (which "sh")))))))) (("/bin/sh") (which "sh"))))))))
(home-page "http://gstreamer.freedesktop.org/") (home-page "https://gstreamer.freedesktop.org/")
(synopsis (synopsis
"Plugins for the GStreamer multimedia library") "Plugins for the GStreamer multimedia library")
(description "This package provides an essential exemplary set of plug-ins (description "This package provides an essential exemplary set of plug-ins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment