pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/tremor-tools Don't use CURLOPT_MUTE any longer.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc5a411b4d67
branches:  trunk
changeset: 522306:dc5a411b4d67
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 06 19:52:55 2006 +0000

description:
Don't use CURLOPT_MUTE any longer.

diffstat:

 audio/tremor-tools/distinfo         |   3 ++-
 audio/tremor-tools/patches/patch-ah |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r bfb2905e42ab -r dc5a411b4d67 audio/tremor-tools/distinfo
--- a/audio/tremor-tools/distinfo       Wed Dec 06 19:51:52 2006 +0000
+++ b/audio/tremor-tools/distinfo       Wed Dec 06 19:52:55 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/11/02 19:02:53 joerg Exp $
+$NetBSD: distinfo,v 1.4 2006/12/06 19:52:55 joerg Exp $
 
 SHA1 (vorbis-tools-1.0.tar.gz) = 5c2508786cf6a2a270c697d3debe66ee83df376d
 RMD160 (vorbis-tools-1.0.tar.gz) = 2f3874699be904fdf64c6edf09e21ccb8f0eee28
@@ -10,3 +10,4 @@
 SHA1 (patch-ae) = 37b3128b58fd6dcaf303930c64ac7bf6df9fa043
 SHA1 (patch-af) = 4bdf3edbd80ffdeacdc260fe172468ec2b0b3efb
 SHA1 (patch-ag) = 729ca84168ee781335429840ee54a2b894b82f54
+SHA1 (patch-ah) = d865a74020d7c1ee6e24c6394f4a1336773fa87a
diff -r bfb2905e42ab -r dc5a411b4d67 audio/tremor-tools/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/tremor-tools/patches/patch-ah       Wed Dec 06 19:52:55 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 2006/12/06 19:52:55 joerg Exp $
+
+--- ogg123/http_transport.c.orig       2006-12-06 19:46:55.000000000 +0000
++++ ogg123/http_transport.c
+@@ -112,7 +112,6 @@ 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_ERRORBUFFER, private->error);
+   curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
+   curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);



Home | Main Index | Thread Index | Old Index