Package: xmms2-plugin-curl
Version: 0.2DrJekyll-4
Followup-For: Bug #427261

libcurl3 is back in unstable, and if I force xmms2-plugin-curl to use
it (with attached patch), xmms2 plays files from http just fine for
me.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xmms2-plugin-curl depends on:
ii  libc6                      2.5-10        GNU C Library: Shared libraries
ii  libcurl3                   7.16.2-6      Multi-protocol file transfer libra
ii  libglib2.0-0               2.12.12-1     The GLib library of C routines
ii  libkrb53                   1.6.dfsg.1-5  MIT Kerberos runtime libraries
ii  xmms2-core                 0.2DrJekyll-4 XMMS2 - core package

xmms2-plugin-curl recommends no packages.

-- no debconf information
diff --recursive -u xmms2-0.2DrJekyll/src/plugins/curl/curl_http.c xmms2-0.2DrJekyll.lio/src/plugins/curl/curl_http.c
--- xmms2-0.2DrJekyll/src/plugins/curl/curl_http.c	2007-05-20 17:55:40.000000000 +0200
+++ xmms2-0.2DrJekyll.lio/src/plugins/curl/curl_http.c	2007-07-08 17:47:03.301870079 +0200
@@ -216,7 +216,7 @@
 	/* check for broken version of curl here */
 	version = curl_version_info (CURLVERSION_NOW);
 	XMMS_DBG ("Using version %s of libcurl", version->version);
-	if (version->version_num == 0x071001 || version->version_num == 0x071002) {
+	if (version->version_num == 0x071001) {
 		xmms_log_info ("**********************************************");
 		xmms_log_info ("Your version of libcurl is incompatible with");
 		xmms_log_info ("XMMS2 and you will not be able to stream shout/ice-cast");

Reply via email to