[oe-commits] org.oe.dev vorbis-tools 1.0.1 remove deprecated curl option. fixes #1835

mickeyl commit openembedded-commits at lists.openembedded.org
Wed Jan 31 07:17:24 UTC 2007


vorbis-tools 1.0.1 remove deprecated curl option. fixes #1835

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: aa1a3c4c728e38c5c73cba22714ba8689ad91c80
ViewMTN: http://monotone.openembedded.org/revision.psp?id=aa1a3c4c728e38c5c73cba22714ba8689ad91c80
Files:
1
packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch
packages/vorbis-tools/vorbis-tools_1.0.1.bb
Diffs:

#
# mt diff -r348b7ebed0d73e275ede64e856fc9aed4c0e644e -raa1a3c4c728e38c5c73cba22714ba8689ad91c80
#
# 
# 
# add_file "packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch"
#  content [676f6bf6c9086108d596a1482de472f863a99870]
# 
# patch "packages/vorbis-tools/vorbis-tools_1.0.1.bb"
#  from [3ca32d3eaa09adce154b47f4ab0cadd658a9b0e6]
#    to [45780337f407274231ea9956e04e3d1938c434d8]
# 
============================================================
--- packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch	676f6bf6c9086108d596a1482de472f863a99870
+++ packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch	676f6bf6c9086108d596a1482de472f863a99870
@@ -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);
============================================================
--- packages/vorbis-tools/vorbis-tools_1.0.1.bb	3ca32d3eaa09adce154b47f4ab0cadd658a9b0e6
+++ packages/vorbis-tools/vorbis-tools_1.0.1.bb	45780337f407274231ea9956e04e3d1938c434d8
@@ -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
 






More information about the Openembedded-commits mailing list