aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vorbis-tools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vorbis-tools')
-rw-r--r--recipes/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch12
-rw-r--r--recipes/vorbis-tools/vorbis-tools_1.2.0.bb (renamed from recipes/vorbis-tools/vorbis-tools_1.1.1.bb)6
2 files changed, 4 insertions, 14 deletions
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 5c52ef1b0d..0000000000
--- 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
index 01fc248dd1..7a231f8a4c 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