1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-18 23:43:33 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View File

@@ -0,0 +1 @@
MD5 d6f93194a60a2d9e8985e3939777c1c6 XMMS-mp3cue-0.94.tar.gz 38962

View File

@@ -0,0 +1 @@
MD5 d6f93194a60a2d9e8985e3939777c1c6 XMMS-mp3cue-0.94.tar.gz 38962

View File

@@ -0,0 +1,11 @@
--- XMMS-mp3cue-0.94-orig/Makefile.in 2004-07-04 00:19:10.587636128 +0200
+++ XMMS-mp3cue-0.94/Makefile.in 2004-07-04 00:19:36.036767272 +0200
@@ -4,7 +4,7 @@
INSTALL = @INSTALL@
LIBS = @LIBS@
CFLAGS = -O -Wall @CFLAGS@ @DEFS@ -DVERSION=\"@VERSION@\"
-CPPFLAGS = -O -Wall @CFLAGS@ @DEFS@ -DVERSION=\"@VERSION@\"
+CPPFLAGS = -O -Wall -fPIC @CFLAGS@ @DEFS@ -DVERSION=\"@VERSION@\"
LDFLAGS = @LDFLAGS@ $(LIBS) -shared
PREFIX = @prefix@
INSTALLPATH = @libdir@

View File

@@ -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--);