summary refs log tree commit diff
path: root/pkgs/applications/audio/vorbis-tools
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-04-24 18:05:21 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-04-24 18:05:21 +0000
commit01cdfd58fca110d2783e36f573a438fe8997f8f9 (patch)
tree34c5f8c324906a6f396a8d17d504ff51f06895a7 /pkgs/applications/audio/vorbis-tools
parent626f6546022656c3cb9fca0810ac54648d430c2c (diff)
downloadnixpkgs-01cdfd58fca110d2783e36f573a438fe8997f8f9.tar
nixpkgs-01cdfd58fca110d2783e36f573a438fe8997f8f9.tar.gz
nixpkgs-01cdfd58fca110d2783e36f573a438fe8997f8f9.tar.bz2
nixpkgs-01cdfd58fca110d2783e36f573a438fe8997f8f9.tar.lz
nixpkgs-01cdfd58fca110d2783e36f573a438fe8997f8f9.tar.xz
nixpkgs-01cdfd58fca110d2783e36f573a438fe8997f8f9.tar.zst
nixpkgs-01cdfd58fca110d2783e36f573a438fe8997f8f9.zip
Removing a vorbis tools patch not used anymore.
I can't say if it is required, though. As vorbistools built, I took it out.


svn path=/nixpkgs/trunk/; revision=26953
Diffstat (limited to 'pkgs/applications/audio/vorbis-tools')
-rw-r--r--pkgs/applications/audio/vorbis-tools/ogg123-curlopt-mute.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/applications/audio/vorbis-tools/ogg123-curlopt-mute.patch b/pkgs/applications/audio/vorbis-tools/ogg123-curlopt-mute.patch
deleted file mode 100644
index 6437909411e..00000000000
--- a/pkgs/applications/audio/vorbis-tools/ogg123-curlopt-mute.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- vorbis-tools-1.1.1/ogg123/http_transport.c	2005-06-13 15:11:44.000000000 +0200
-+++ vorbis-tools-1.1.1/ogg123/http_transport.c	2008-02-12 18:38:41.000000000 +0100
-@@ -116,7 +116,9 @@ void set_curl_opts (http_private_t *priv
-   if (inputOpts.ProxyTunnel)
-     curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel);
-   */
-+#ifdef CURLOPT_MUTE
-   curl_easy_setopt(handle, CURLOPT_MUTE, 1);
-+#endif
-   curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
-   curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
-   curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);
-