summaryrefslogtreecommitdiffstats
path: root/abs/extra/xmms/xmms-1.2.11-fix-http-title-mpg123.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 20:54:07 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 20:54:07 (GMT)
commitfd04187c5d0776eaf7c6f2443032866e92b71a9c (patch)
tree0e731f6dd9dd2b51793340eac61e1f9b4d536b92 /abs/extra/xmms/xmms-1.2.11-fix-http-title-mpg123.patch
parentc1fa24c35885cd886807995955db6f93466303ad (diff)
downloadlinhes_pkgbuild-fd04187c5d0776eaf7c6f2443032866e92b71a9c.zip
linhes_pkgbuild-fd04187c5d0776eaf7c6f2443032866e92b71a9c.tar.gz
linhes_pkgbuild-fd04187c5d0776eaf7c6f2443032866e92b71a9c.tar.bz2
xmms 1.2.11
Diffstat (limited to 'abs/extra/xmms/xmms-1.2.11-fix-http-title-mpg123.patch')
-rw-r--r--abs/extra/xmms/xmms-1.2.11-fix-http-title-mpg123.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/extra/xmms/xmms-1.2.11-fix-http-title-mpg123.patch b/abs/extra/xmms/xmms-1.2.11-fix-http-title-mpg123.patch
new file mode 100644
index 0000000..55c06a7
--- /dev/null
+++ b/abs/extra/xmms/xmms-1.2.11-fix-http-title-mpg123.patch
@@ -0,0 +1,10 @@
+--- xmms-1.2.11/Input/mpg123/common.c~ 2007-11-18 20:37:41.000000000 +0100
++++ xmms-1.2.11/Input/mpg123/common.c 2007-11-18 20:40:10.000000000 +0100
+@@ -274,6 +274,7 @@ static gboolean read_id3v2_tag(unsigned
+ char *songname = mpg123_title;
+ mpg123_title =
+ mpg123_format_song_title(tag, mpg123_filename);
++ if (filept)
+ mpg123_ip.set_info(mpg123_title, mpg123_length,
+ mpg123_bitrate * 1000,
+ mpg123_frequency, mpg123_stereo);