summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-02-12 11:47:42 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-02-12 11:47:42 +0000
commit33517fbb7c341b647ae528583a71c0d81b89ee4b (patch)
treed0cee050a1cd292eba2b277d37cf5200f6cf610f /media-plugins/xmms-mp3cue/files
parentAdded Plastik theme to close bug #29122. Stable on x86 (Manifest recommit) (diff)
downloadgentoo-2-33517fbb7c341b647ae528583a71c0d81b89ee4b.tar.gz
gentoo-2-33517fbb7c341b647ae528583a71c0d81b89ee4b.tar.bz2
gentoo-2-33517fbb7c341b647ae528583a71c0d81b89ee4b.zip
adds cue file support to XMMS. Cue files store information (Artist, Title, Time) describing smaller tracks within a large audio file. Ebuild submitted by Alexandre Veyrenc <veyrenc@wanadoo.fr> in bug #33143.
Diffstat (limited to 'media-plugins/xmms-mp3cue/files')
-rw-r--r--media-plugins/xmms-mp3cue/files/digest-xmms-mp3cue-0.941
-rw-r--r--media-plugins/xmms-mp3cue/files/xmms-mp3cue-0.94-import-cue-bug.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/media-plugins/xmms-mp3cue/files/digest-xmms-mp3cue-0.94 b/media-plugins/xmms-mp3cue/files/digest-xmms-mp3cue-0.94
new file mode 100644
index 000000000000..cce5b1f1259c
--- /dev/null
+++ b/media-plugins/xmms-mp3cue/files/digest-xmms-mp3cue-0.94
@@ -0,0 +1 @@
+MD5 d6f93194a60a2d9e8985e3939777c1c6 XMMS-mp3cue-0.94.tar.gz 38962
diff --git a/media-plugins/xmms-mp3cue/files/xmms-mp3cue-0.94-import-cue-bug.patch b/media-plugins/xmms-mp3cue/files/xmms-mp3cue-0.94-import-cue-bug.patch
new file mode 100644
index 000000000000..e7baeb1efeca
--- /dev/null
+++ b/media-plugins/xmms-mp3cue/files/xmms-mp3cue-0.94-import-cue-bug.patch
@@ -0,0 +1,11 @@
+--- cuesheet.c.orig 2003-10-22 10:23:00.000000000 +0200
++++ cuesheet.c 2004-01-27 14:33:23.000000000 +0100
+@@ -99,6 +99,8 @@
+ {
+ gchar *cue_name, *temp;
+
++ if (o_fname==NULL) return NULL;
++
+ //find the extension
+ for(temp = o_fname+strlen(o_fname)-1; *temp != '.' && temp != o_fname; temp--);
+