From 5a40fa894c4ad0111420ee6dd51a4a9247ea64f2 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 31 Jan 2007 07:16:14 +0000 Subject: vorbis-tools 1.0.1 remove deprecated curl option. fixes #1835 --- .../vorbis-tools-1.0.1/remove-deprecated-curl-option.patch | 13 +++++++++++++ packages/vorbis-tools/vorbis-tools_1.0.1.bb | 11 ++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch (limited to 'packages/vorbis-tools') diff --git a/packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch b/packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch new file mode 100644 index 0000000000..6261ac175c --- /dev/null +++ b/packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch @@ -0,0 +1,13 @@ +Index: vorbis-tools-1.0.1/ogg123/http_transport.c +=================================================================== +--- vorbis-tools-1.0.1.orig/ogg123/http_transport.c ++++ vorbis-tools-1.0.1/ogg123/http_transport.c +@@ -113,7 +113,7 @@ void set_curl_opts (http_private_t *priv + 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/packages/vorbis-tools/vorbis-tools_1.0.1.bb b/packages/vorbis-tools/vorbis-tools_1.0.1.bb index 7b8a75dd3b..9991156dcd 100644 --- a/packages/vorbis-tools/vorbis-tools_1.0.1.bb +++ b/packages/vorbis-tools/vorbis-tools_1.0.1.bb @@ -1,13 +1,14 @@ -LICENSE = "GPL" -DEPENDS = "libogg libvorbis libao curl" -DESCRIPTION = " vorbis-tools contains oggenc (an encoder), ogg123 (a playback tool), \ +DESCRIPTION = "vorbis-tools contains oggenc (an encoder), ogg123 (a playback tool), \ ogginfo (displays ogg information), vcut (ogg file splitter), and \ vorbiscomment (ogg comment editor)." - +LICENSE = "GPL" +DEPENDS = "libogg libvorbis libao curl" SECTION = "console/multimedia" +PR = "r1" SRC_URI = "http://www.vorbis.com/files/${PV}/unix/vorbis-tools-${PV}.tar.gz \ - file://m4.patch;patch=1" + file://m4.patch;patch=1 \ + file://remove-deprecated-curl-option.patch;patch=1" inherit autotools -- cgit v1.2.3