summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/patches/patch-af
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-03-14 18:55:54 +0000
committerwiz <wiz@pkgsrc.org>2008-03-14 18:55:54 +0000
commitd1e933c6dbac90bc1dcc577112e70a77d1447715 (patch)
tree19b971ea271d46a644f4429f6611afb7977f46d0 /audio/vorbis-tools/patches/patch-af
parentd70ee3703ade1c7da4a96005b70a6d8242b57f9e (diff)
downloadpkgsrc-d1e933c6dbac90bc1dcc577112e70a77d1447715.tar.gz
Update to 1.2.0:
vorbis-tools 1.2.0 -- 2008-02-21 * FLAC support now relies on libFLAC * Support for large files * Fixed acinclude.m4 to properly support --no switches * ogg123: added remote control support * ogg123: fixed a bug in esd when pressing CTRL + C * ogg123: fixed a type mismatch in option parsing for 64 bit systems * ogg123: configuration no longer hardcoded to /etc * oggdec: limited support for chained Ogg bitstreams * ogg123: compiles with older versions of libcurl * oggdec: support decoding of multiple files into a single one * oggenc: -k, switch for Skeleton bitstream encoding * oggenc: fixed issues with Skeleton on big endian systems * oggenc: proper 5.1 channel mapping support * oggenc: FLAC module does not confuse every Ogg file as its own * oggenc: compiles with older versions of libvorbis * ogginfo: recognizes Skeleton, Dirac, FLAC and Kate bitstreams * vcut: solved issues described in ticket #1313 * vorbiscomment: support for creation of long comments * vorbiscomment: support for multiplexed Vorbis * Several minor bug fixes
Diffstat (limited to 'audio/vorbis-tools/patches/patch-af')
-rw-r--r--audio/vorbis-tools/patches/patch-af12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/vorbis-tools/patches/patch-af b/audio/vorbis-tools/patches/patch-af
deleted file mode 100644
index 47b3b51b19e..00000000000
--- a/audio/vorbis-tools/patches/patch-af
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-af,v 1.1 2006/11/02 07:57:56 wiz Exp $
-
---- ogg123/http_transport.c.orig 2005-06-13 13:11:44.000000000 +0000
-+++ ogg123/http_transport.c
-@@ -116,7 +116,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);