Skip to content
Snippets Groups Projects
Commit 2af4937e authored by Jason Self's avatar Jason Self Committed by Ludovic Courtès
Browse files

gnu: libvorbis: Update to 1.3.4.


* gnu/packages/xiph.scm (libvorbis): Update to version 1.3.4.

Signed-off-by: default avatarJason Self <j@jxself.org>
Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 399fdcf7
No related branches found
No related tags found
No related merge requests found
...@@ -72,14 +72,14 @@ (define libogg ...@@ -72,14 +72,14 @@ (define libogg
(define libvorbis (define libvorbis
(package (package
(name "libvorbis") (name "libvorbis")
(version "1.3.3") (version "1.3.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://downloads.xiph.org/releases/vorbis/libvorbis-" (uri (string-append "http://downloads.xiph.org/releases/vorbis/libvorbis-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1gby6hapz9njx4l9g0pndyk4q83z5fgrgc30mfwfgx7bllspsk43")))) "0wpk87jnhngcl3nc5i39flkycx1sjzilx8jjx4zc4p8r55ylj19g"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs `(("libogg" ,libogg))) (propagated-inputs `(("libogg" ,libogg)))
(arguments `(#:configure-flags '("LDFLAGS=-lm") (arguments `(#:configure-flags '("LDFLAGS=-lm")
......
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