From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-bk0-x234.google.com ([2a00:1450:4008:c01::234]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1UlvuQ-0000iM-DB for ptxdist@pengutronix.de; Mon, 10 Jun 2013 08:48:58 +0200 Received: by mail-bk0-f52.google.com with SMTP id d7so2679378bkh.39 for ; Sun, 09 Jun 2013 23:48:48 -0700 (PDT) Received: from [127.0.0.1] (fritzc.com. [78.47.220.26]) by mx.google.com with ESMTPSA id fz10sm2978931bkc.9.2013.06.09.23.48.45 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sun, 09 Jun 2013 23:48:46 -0700 (PDT) From: Christoph Fritz Date: Mon, 10 Jun 2013 08:48:44 +0200 Message-ID: <1370846924.5457.2.camel@mars> Mime-Version: 1.0 Subject: [ptxdist] [PATCH] [libvorbis] Update to version 1.3.3 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Christoph Fritz --- rules/libvorbis.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/libvorbis.make b/rules/libvorbis.make index 812003e..b3a6c69 100644 --- a/rules/libvorbis.make +++ b/rules/libvorbis.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBVORBIS) += libvorbis # # Paths and names # -LIBVORBIS_VERSION := 1.2.3 -LIBVORBIS_MD5 := 5aa77f55c0e0aab8eb8ed982335daac8 +LIBVORBIS_VERSION := 1.3.3 +LIBVORBIS_MD5 := 6b1a36f0d72332fae5130688e65efe1f LIBVORBIS := libvorbis-$(LIBVORBIS_VERSION) LIBVORBIS_SUFFIX := tar.gz LIBVORBIS_URL := http://downloads.xiph.org/releases/vorbis/$(LIBVORBIS).$(LIBVORBIS_SUFFIX) @@ -45,6 +45,7 @@ LIBVORBIS_ENV := $(CROSS_ENV) LIBVORBIS_AUTOCONF := \ $(CROSS_AUTOCONF_USR) \ --disable-docs \ + --disable-examples \ --disable-oggtest # ---------------------------------------------------------------------------- -- 1.7.10.4 -- ptxdist mailing list ptxdist@pengutronix.de