summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2007-01-20 07:34:40 +0000
committerHarald van Dijk <truedfx@gentoo.org>2007-01-20 07:34:40 +0000
commitdd64a0d741c977ab6510bd9791ac17adb32b73c7 (patch)
treef65721439d0540a64fd79b5dfce231d0426eacf3 /media-sound/sexypsf/files
parentClean up old unused files (diff)
downloadgentoo-2-dd64a0d741c977ab6510bd9791ac17adb32b73c7.tar.gz
gentoo-2-dd64a0d741c977ab6510bd9791ac17adb32b73c7.tar.bz2
gentoo-2-dd64a0d741c977ab6510bd9791ac17adb32b73c7.zip
Clean up old unused files
(Portage version: 2.1.2) (Signed Manifest commit)
Diffstat (limited to 'media-sound/sexypsf/files')
-rw-r--r--media-sound/sexypsf/files/sexypsf-0.4.5-gentoo.patch53
-rw-r--r--media-sound/sexypsf/files/sexypsf-0.4.6-gentoo.patch54
-rw-r--r--media-sound/sexypsf/files/sexypsf-0.4.6-xmms.patch12
3 files changed, 0 insertions, 119 deletions
diff --git a/media-sound/sexypsf/files/sexypsf-0.4.5-gentoo.patch b/media-sound/sexypsf/files/sexypsf-0.4.5-gentoo.patch
deleted file mode 100644
index 9cd6052352c9..000000000000
--- a/media-sound/sexypsf/files/sexypsf-0.4.5-gentoo.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-diff -Naur sexypsf.vanilla/Linux/Makefile sexypsf/Linux/Makefile
---- sexypsf.vanilla/Linux/Makefile 2004-02-07 10:29:54.000000000 -0800
-+++ sexypsf/Linux/Makefile 2004-03-30 17:17:29.000000000 -0800
-@@ -8,8 +8,7 @@
- RM = rm -f
- STRIP = strip
-
--OPTIMIZE = -O2 -fomit-frame-pointer -finline-functions -ffast-math
--FLAGS = -g -D__LINUX__ -DPSS_STYLE=1
-+FLAGS = -g -D__LINUX__ -DPSS_STYLE=1 -fPIC
- #-DTIMEO
- LIBS = -lz
-
-@@ -20,7 +19,7 @@
-
- OBJS+= LnxMain.o
-
--CFLAGS = -Wall -Winline ${OPTIMIZE} -I. -I.. -I/usr/include/g++ ${FLAGS}
-+CFLAGS+= -Wall -Winline -I. -I.. -I/usr/include/g++ ${FLAGS}
- CFLAGS+= $(shell gtk-config --cflags)
- #CFLAGS+= $(shell pkg-config gtk+-2.0 --cflags)
-
-diff -Naur sexypsf.vanilla/xmms/Makefile sexypsf/xmms/Makefile
---- sexypsf.vanilla/xmms/Makefile 2003-09-20 13:12:30.000000000 -0700
-+++ sexypsf/xmms/Makefile 2004-03-30 17:17:38.000000000 -0800
-@@ -11,8 +11,7 @@
- RM = rm -f
- #LD = ld -shared
- LIBS = -lz -shared $(shell gtk-config --libs)
--OPTIMIZE = -O2 -finline-functions -ffast-math
--FLAGS = -DPSS_STYLE=1
-+FLAGS = -DPSS_STYLE=1 -fPIC
-
- OBJS = ../PsxBios.o ../PsxCounters.o ../PsxDma.o \
- ../Spu.o ../PsxHw.o ../PsxMem.o ../Misc.o \
-@@ -22,7 +21,7 @@
- OBJS+= xmms.o
-
- ifeq (${CPU}, ix86)
-- OPTIMIZE += -fomit-frame-pointer -mcpu=i686 -fno-exceptions
-+# OPTIMIZE += -fomit-frame-pointer -mcpu=i686 -fno-exceptions
- endif
-
- ifeq (${CPU}, ppc)
-@@ -33,7 +32,7 @@
- FLAGS+=-DMSB_FIRST
- endif
-
--CFLAGS = -Wall ${OPTIMIZE} -I. -I.. -I/usr/include/g++ ${FLAGS}
-+CFLAGS+= -Wall -I. -I.. -I/usr/include/g++ ${FLAGS}
- CFLAGS+= $(shell gtk-config --cflags)
-
- #ifdef LD
diff --git a/media-sound/sexypsf/files/sexypsf-0.4.6-gentoo.patch b/media-sound/sexypsf/files/sexypsf-0.4.6-gentoo.patch
deleted file mode 100644
index 3be76d5935b3..000000000000
--- a/media-sound/sexypsf/files/sexypsf-0.4.6-gentoo.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-diff -Naur sexypsf.orig/Linux/Makefile sexypsf/Linux/Makefile
---- sexypsf.orig/Linux/Makefile 2004-09-01 22:18:44.000000000 -0700
-+++ sexypsf/Linux/Makefile 2004-10-07 16:42:22.932199622 -0700
-@@ -8,8 +8,7 @@
- RM = rm -f
- STRIP = strip
-
--OPTIMIZE = -O2 -fomit-frame-pointer -finline-functions -ffast-math
--FLAGS = -g -D__LINUX__ -DPSS_STYLE=1
-+FLAGS = -g -D__LINUX__ -DPSS_STYLE=1 -fPIC
- #-DTIMEO
- LIBS = -lz
-
-@@ -20,7 +19,7 @@
-
- OBJS+= LnxMain.o
-
--CFLAGS = -Wall -Winline ${OPTIMIZE} -I. -I.. ${FLAGS}
-+CFLAGS = -Wall -Winline -I. -I.. ${FLAGS}
- #CFLAGS+= $(shell pkg-config gtk+-2.0 --cflags)
-
- sexypsf: ${OBJS}
-diff -Naur sexypsf.orig/xmms/Makefile sexypsf/xmms/Makefile
---- sexypsf.orig/xmms/Makefile 2004-09-01 13:43:13.000000000 -0700
-+++ sexypsf/xmms/Makefile 2004-10-07 16:43:08.155808251 -0700
-@@ -12,7 +12,6 @@
- RM = rm -f
- #LD = ld -shared
- LIBS = -lz -shared $(shell gtk-config --libs)
--OPTIMIZE = -O2 -finline-functions -ffast-math
--FLAGS = -DPSS_STYLE=1 -DSPSFVERSION="\"${VERSION}\""
-+FLAGS = -DPSS_STYLE=1 -DSPSFVERSION="\"${VERSION}\"" -fPIC
-
- OBJS = ../PsxBios.o ../PsxCounters.o ../PsxDma.o \
-@@ -22,10 +21,6 @@
-
- OBJS+= xmms.o
-
--ifeq (${CPU}, ix86)
-- OPTIMIZE += -fomit-frame-pointer -mcpu=i686 -fno-exceptions
--endif
--
- ifeq (${CPU}, ppc)
- FLAGS+=-DMSB_FIRST
- endif
-@@ -34,7 +29,7 @@
- FLAGS+=-DMSB_FIRST
- endif
-
--CFLAGS = -Wall ${OPTIMIZE} -I. -I.. -I/usr/include/g++ ${FLAGS}
-+CFLAGS = -Wall -I. -I.. -I/usr/include/g++ ${FLAGS}
- CFLAGS+= $(shell gtk-config --cflags)
-
- #ifdef LD
diff --git a/media-sound/sexypsf/files/sexypsf-0.4.6-xmms.patch b/media-sound/sexypsf/files/sexypsf-0.4.6-xmms.patch
deleted file mode 100644
index dbafadf01742..000000000000
--- a/media-sound/sexypsf/files/sexypsf-0.4.6-xmms.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur sexypsf.orig/xmms/xmms.c sexypsf/xmms/xmms.c
---- sexypsf.orig/xmms/xmms.c 2004-09-01 22:36:11.000000000 -0700
-+++ sexypsf/xmms/xmms.c 2004-10-07 16:47:33.549594720 -0700
-@@ -101,7 +101,7 @@
- }
-
- static pthread_t dethread;
--void sexyd_update(char *Buffer, int count)
-+void sexyd_update(unsigned char *Buffer, long count)
- {
- if(count)
- sexy_ip.add_vis_pcm(sexy_ip.output->written_time(), FMT_S16_NE, 2, count/4, Buffer);