[oe-commits] Holger Hans Peter Freyther : vorbis-tools: Upgrade to 1.2.0

git version control git at git.openembedded.org
Tue Mar 2 09:06:32 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 8f81a0fcffb7012e16fd160f56a69b0fcddde6bb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8f81a0fcffb7012e16fd160f56a69b0fcddde6bb

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Sun Feb 28 21:51:12 2010 +0100

vorbis-tools: Upgrade to 1.2.0

---

 conf/checksums.ini                                 |    4 ----
 .../remove-deprecated-curl-option.patch            |   12 ------------
 ...vorbis-tools_1.1.1.bb => vorbis-tools_1.2.0.bb} |    6 ++++--
 3 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 25aaeb4..9a090a4 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -27926,10 +27926,6 @@ sha256=08d588ce0731d0c0e55a1cac35acf019e1b735d0f75f16962adfeb4fefd69441
 md5=80d3ae3bbae2a488d433d86b8fd64777
 sha256=4f1f6ba6410e5f2aeb473d0a09caaa528cc926866735ab66e05cdff9c5093a37
 
-[http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.1.1.tar.gz]
-md5=47845fd76f5f2354a3619c4097575487
-sha256=617b4aa69e600c215b34fa3fd5764bc1d9d205d9d7d9fe7812bde7ec956fcaad
-
 [http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-0.3.2.tar.gz]
 md5=aaccdffc5656095a45dfe87c5bf612cb
 sha256=55702637d377d73e6f323462779aeb02f5049d71c7ea4e3bbe564566d9a8d488
diff --git a/recipes/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch b/recipes/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch
deleted file mode 100644
index 5c52ef1..0000000
--- a/recipes/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN vorbis-tools-1.1.1.orig/ogg123/http_transport.c vorbis-tools-1.1.1/ogg123/http_transport.c
---- vorbis-tools-1.1.1.orig/ogg123/http_transport.c	2005-06-13 15:11:44.000000000 +0200
-+++ vorbis-tools-1.1.1/ogg123/http_transport.c	2007-12-19 10:40:19.000000000 +0100
-@@ -116,7 +116,7 @@
-   if (inputOpts.ProxyTunnel)
-     curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel);
-   */
--  curl_easy_setopt(handle, CURLOPT_MUTE, 1);
-+  /* curl_easy_setopt(handle, CURLOPT_MUTE, 1); */
-   curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
-   curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
-   curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);
diff --git a/recipes/vorbis-tools/vorbis-tools_1.1.1.bb b/recipes/vorbis-tools/vorbis-tools_1.2.0.bb
similarity index 81%
rename from recipes/vorbis-tools/vorbis-tools_1.1.1.bb
rename to recipes/vorbis-tools/vorbis-tools_1.2.0.bb
index 01fc248..7a231f8 100644
--- a/recipes/vorbis-tools/vorbis-tools_1.1.1.bb
+++ b/recipes/vorbis-tools/vorbis-tools_1.2.0.bb
@@ -5,8 +5,10 @@ LICENSE = "GPL"
 DEPENDS = "libogg libvorbis libao curl"
 SECTION = "console/multimedia"
 
-SRC_URI = "http://downloads.xiph.org/releases/vorbis/vorbis-tools-${PV}.tar.gz \
-           file://remove-deprecated-curl-option.patch;patch=1"
+SRC_URI = "http://downloads.xiph.org/releases/vorbis/vorbis-tools-${PV}.tar.gz;name=src"
+
+SRC_URI[src.md5sum] = "df976d24e51ef3d87cd462edf747bf9a"
+SRC_URI[src.sha256sum] = "dbe753ce0ae0797f25117720bb2ba0d848388d3f47af8db31ebc35552c3de07b"
 
 inherit autotools
 





More information about the Openembedded-commits mailing list