* [PATCH] Update libvorbis to 1.3.4
@ 2014-07-15 17:06 Jason Self
2014-07-15 20:49 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Jason Self @ 2014-07-15 17:06 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1.1: Type: text/plain, Size: 39 bytes --]
This patch updates libvorbis to 1.3.4.
[-- Attachment #1.2: 0001-gnu-packages-xiph.scm-libvorbis-Update-to-version-1..patch --]
[-- Type: application/octet-stream, Size: 1186 bytes --]
From 6d6e33c94848e9fca62ad579bbefc0861122ae61 Mon Sep 17 00:00:00 2001
From: Jason Self <j@jxself.org>
Date: Tue, 15 Jul 2014 10:03:10 -0700
Subject: [PATCH 1/1] * gnu/packages/xiph.scm (libvorbis): Update to version
1.3.4.
Signed-off-by: Jason Self <j@jxself.org>
---
gnu/packages/xiph.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 03cf0e4..39d2301 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -72,14 +72,14 @@ periodic timestamps for seeking.")
(define libvorbis
(package
(name "libvorbis")
- (version "1.3.3")
+ (version "1.3.4")
(source (origin
(method url-fetch)
(uri (string-append "http://downloads.xiph.org/releases/vorbis/libvorbis-"
version ".tar.xz"))
(sha256
(base32
- "1gby6hapz9njx4l9g0pndyk4q83z5fgrgc30mfwfgx7bllspsk43"))))
+ "0wpk87jnhngcl3nc5i39flkycx1sjzilx8jjx4zc4p8r55ylj19g"))))
(build-system gnu-build-system)
(propagated-inputs `(("libogg" ,libogg)))
(arguments `(#:configure-flags '("LDFLAGS=-lm")
--
1.7.9.5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-15 20:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-15 17:06 [PATCH] Update libvorbis to 1.3.4 Jason Self
2014-07-15 20:49 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.