all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jason Self" <jason@bluehome.net>
To: guix-devel@gnu.org
Subject: [PATCH] Update libvorbis to 1.3.4
Date: Tue, 15 Jul 2014 10:06:49 -0700 (PDT)	[thread overview]
Message-ID: <1405444007.2232@bluehome.net> (raw)


[-- 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 --]

             reply	other threads:[~2014-07-15 17:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-15 17:06 Jason Self [this message]
2014-07-15 20:49 ` [PATCH] Update libvorbis to 1.3.4 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1405444007.2232@bluehome.net \
    --to=jason@bluehome.net \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.