Skip to content
Snippets Groups Projects
Commit 31e021f8 authored by Sou Bunnbu (宋文武)'s avatar Sou Bunnbu (宋文武)
Browse files

gnu: gstreamer: Update to 1.6.1.

* gnu/packages/gstreamer.scm (gstreamer): Update to 1.6.1.
  [arguments]: Remove #:make-flags.
parent c56ab21b
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ (define-public orc ...@@ -83,7 +83,7 @@ (define-public orc
(define-public gstreamer (define-public gstreamer
(package (package
(name "gstreamer") (name "gstreamer")
(version "1.4.5") (version "1.6.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -91,12 +91,11 @@ (define-public gstreamer ...@@ -91,12 +91,11 @@ (define-public gstreamer
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1bmhbhak6i5wmmb6w86jyyv8lax4gdq983la4lk4a0krz6kim020")))) "172w1bpnkn6mm1wi37n03apdbb6cdkykhzjf1vfxchcd7hhkyflp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (arguments
`(#:make-flags '("CC=gcc") ; for g-ir-scanner. `(#:configure-flags
#:configure-flags
(list (string-append "--with-html-dir=" (list (string-append "--with-html-dir="
(assoc-ref %outputs "doc") (assoc-ref %outputs "doc")
"/share/gtk-doc/html")))) "/share/gtk-doc/html"))))
......
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