summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-13 20:53:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-13 20:53:39 +0000
commitb68630cb27de7073c7a63665ae43276bfc2a9c02 (patch)
tree720ea07f9644093bb548c60860961b4378939f9e /media-sound/musepack-tools/files
parentpatch version bump (diff)
downloadgentoo-2-b68630cb27de7073c7a63665ae43276bfc2a9c02.tar.gz
gentoo-2-b68630cb27de7073c7a63665ae43276bfc2a9c02.tar.bz2
gentoo-2-b68630cb27de7073c7a63665ae43276bfc2a9c02.zip
Clean up.
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/musepack-tools/files')
-rw-r--r--media-sound/musepack-tools/files/musepack-tools-1.15v-Makefile-esd.patch15
-rw-r--r--media-sound/musepack-tools/files/musepack-tools-1.15v-Makefile.patch23
-rw-r--r--media-sound/musepack-tools/files/musepack-tools-1.15v-execstack.patch44
-rw-r--r--media-sound/musepack-tools/files/musepack-tools-1.15v-fbsd.patch13
-rw-r--r--media-sound/musepack-tools/files/musepack-tools-1.15v-gcc4.patch11
5 files changed, 0 insertions, 106 deletions
diff --git a/media-sound/musepack-tools/files/musepack-tools-1.15v-Makefile-esd.patch b/media-sound/musepack-tools/files/musepack-tools-1.15v-Makefile-esd.patch
deleted file mode 100644
index 935d28170592..000000000000
--- a/media-sound/musepack-tools/files/musepack-tools-1.15v-Makefile-esd.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.orig 2007-04-24 09:07:22.000000000 -0700
-+++ Makefile 2007-04-24 09:07:43.000000000 -0700
-@@ -310,10 +310,10 @@
-
- $(MPPDEC_TARGET): $(MPPDEC_OBJ)
- ifndef BLD_STATIC
-- $(CC) $(CFLAGS) $(MPPDEC_OBJ) -o $(MPPDEC_TARGET) $(LDADD)
-+ $(CC) $(CFLAGS) $(MPPDEC_OBJ) -o $(MPPDEC_TARGET) $(LDADD) -lesd
- # -$(STRIP) $(STRIPOPT) $(MPPDEC_TARGET)
- else
-- $(CC) -static $(CFLAGS) $(MPPDEC_OBJ) -o $(MPPDEC_TARGET)-static $(LDADD)
-+ $(CC) -static $(CFLAGS) $(MPPDEC_OBJ) -o $(MPPDEC_TARGET)-static $(LDADD) -lesd
- # -$(STRIP) $(STRIPOPT) $(MPPDEC_TARGET)-static
- endif
-
diff --git a/media-sound/musepack-tools/files/musepack-tools-1.15v-Makefile.patch b/media-sound/musepack-tools/files/musepack-tools-1.15v-Makefile.patch
deleted file mode 100644
index b6e1d16c5293..000000000000
--- a/media-sound/musepack-tools/files/musepack-tools-1.15v-Makefile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig 2005-02-07 15:56:48.000000000 +0100
-+++ Makefile 2005-02-07 23:23:20.422596896 +0100
-@@ -36,7 +36,7 @@
- # If unset Intel 386 with optimization for Pentium is selected.
-
- ifndef ARCH
--ARCH = -march=i586 -m$(TUNE)=i686
-+ARCH = #-march=i586 -m$(TUNE)=i686
- endif
-
- ifdef MINGW
-@@ -176,9 +176,9 @@
- -fno-finite-math-only -fno-unsafe-math-optimizations
- endif
-
--OPTIM_SPEED = -O2 $(FLAGS) $(UNBREAK)
-+OPTIM_SPEED = $(UNBREAK)
-
--OPTIM_SIZE = -Os $(FLAGS) $(UNBREAK)
-+OPTIM_SIZE = $(UNBREAK)
-
- # Options to generate Assembly code for inspecting
-
diff --git a/media-sound/musepack-tools/files/musepack-tools-1.15v-execstack.patch b/media-sound/musepack-tools/files/musepack-tools-1.15v-execstack.patch
deleted file mode 100644
index 075fad3efe5c..000000000000
--- a/media-sound/musepack-tools/files/musepack-tools-1.15v-execstack.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Index: sv7/cpu_feat.nas
-===================================================================
---- sv7.orig/cpu_feat.nas
-+++ sv7/cpu_feat.nas
-@@ -140,3 +140,6 @@ proc Init_FPU2
- endproc
-
- end
-+%ifidn __OUTPUT_FORMAT__,elf
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
-Index: sv7/fft4gasm.nas
-===================================================================
---- sv7.orig/fft4gasm.nas
-+++ sv7/fft4gasm.nas
-@@ -422,3 +422,6 @@ lbl5:
-
-
- ;##################################################################
-+%ifidn __OUTPUT_FORMAT__,elf
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
-Index: sv7/list_korr_asm.nas
-===================================================================
---- sv7.orig/list_korr_asm.nas
-+++ sv7/list_korr_asm.nas
-@@ -98,3 +98,6 @@ lbl2:
- fstp tword [eax+ 8] ; x
- ret
- ;
-+%ifidn __OUTPUT_FORMAT__,elf
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
-Index: sv7/synthasm.nas
-===================================================================
---- sv7.orig/synthasm.nas
-+++ sv7/synthasm.nas
-@@ -2225,3 +2225,6 @@ endproc
- ;
- ; end of synthasm.nas
- ;
-+%ifidn __OUTPUT_FORMAT__,elf
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
diff --git a/media-sound/musepack-tools/files/musepack-tools-1.15v-fbsd.patch b/media-sound/musepack-tools/files/musepack-tools-1.15v-fbsd.patch
deleted file mode 100644
index 1171b5785304..000000000000
--- a/media-sound/musepack-tools/files/musepack-tools-1.15v-fbsd.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: sv7/mppdec.h
-===================================================================
---- sv7.orig/mppdec.h
-+++ sv7/mppdec.h
-@@ -160,7 +160,7 @@
- # include <sys/time.h>
- # if defined __linux__ // the standard is that this file is stored somewhere on the hard disk
- # include <linux/soundcard.h>
--# elif defined __bsdi__
-+# elif defined __bsdi__ || __FreeBSD__ >= 5
- # include <sys/soundcard.h>
- # elif defined __FreeBSD__
- # include <machine/soundcard.h>
diff --git a/media-sound/musepack-tools/files/musepack-tools-1.15v-gcc4.patch b/media-sound/musepack-tools/files/musepack-tools-1.15v-gcc4.patch
deleted file mode 100644
index ddae02c56828..000000000000
--- a/media-sound/musepack-tools/files/musepack-tools-1.15v-gcc4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- sv7/mppenc.c~ 2005-02-10 04:44:48.944566440 +0100
-+++ sv7/mppenc.c 2005-02-10 04:45:04.464207096 +0100
-@@ -1844,7 +1844,7 @@
- }
-
-
--static void
-+void
- OverdriveReport ( void )
- {
- if ( Overflows > 0 ) { // report internal clippings