Archived
1
0
Fork 0

gnu: gstreamer: Update to 1.6.1.

* gnu/packages/gstreamer.scm (gstreamer): Update to 1.6.1.
  [arguments]: Remove #:make-flags.
This commit is contained in:
宋文武 2015-11-03 21:58:28 +08:00
parent c56ab21b2a
commit 31e021f876

View file

@ -83,7 +83,7 @@ arrays of data.")
(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 @@ arrays of data.")
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"))))