diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-06 19:52:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-06 19:52:55 +0000 |
commit | 2da2eb9488746c33808151f431f22bf451f92230 (patch) | |
tree | a94f32cb04f1b5ed733f34d561bf9c08721d35ea /audio | |
parent | 701c071598cbb535244fb0be860358ae3d4932ce (diff) | |
download | pkgsrc-2da2eb9488746c33808151f431f22bf451f92230.tar.gz |
Don't use CURLOPT_MUTE any longer.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tremor-tools/distinfo | 3 | ||||
-rw-r--r-- | audio/tremor-tools/patches/patch-ah | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/tremor-tools/distinfo b/audio/tremor-tools/distinfo index 770e0155efc..81bf4e47854 100644 --- a/audio/tremor-tools/distinfo +++ b/audio/tremor-tools/distinfo @@ -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-ad) = 81beeaa3f8ae918fa30df26f06c92a45914ccb99 SHA1 (patch-ae) = 37b3128b58fd6dcaf303930c64ac7bf6df9fa043 SHA1 (patch-af) = 4bdf3edbd80ffdeacdc260fe172468ec2b0b3efb SHA1 (patch-ag) = 729ca84168ee781335429840ee54a2b894b82f54 +SHA1 (patch-ah) = d865a74020d7c1ee6e24c6394f4a1336773fa87a diff --git a/audio/tremor-tools/patches/patch-ah b/audio/tremor-tools/patches/patch-ah new file mode 100644 index 00000000000..a53e0a02fcc --- /dev/null +++ b/audio/tremor-tools/patches/patch-ah @@ -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); |