summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-06-27 14:36:15 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-06-27 14:36:15 +0000
commita594eee2b25c0472c2d51af79490cb0692028e0d (patch)
treee197de83e025b26ae13b46ea9e95a0546a2b2081 /media-libs/ladspa-sdk/files
parentremove old (diff)
downloadgentoo-2-a594eee2b25c0472c2d51af79490cb0692028e0d.tar.gz
gentoo-2-a594eee2b25c0472c2d51af79490cb0692028e0d.tar.bz2
gentoo-2-a594eee2b25c0472c2d51af79490cb0692028e0d.zip
remove old
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/ladspa-sdk/files')
-rw-r--r--media-libs/ladspa-sdk/files/ladspa-sdk-1.12-fbsd.patch31
-rw-r--r--media-libs/ladspa-sdk/files/ladspa-sdk-1.12-gcc4.patch18
-rw-r--r--media-libs/ladspa-sdk/files/ladspa-sdk-1.12-test.patch29
3 files changed, 0 insertions, 78 deletions
diff --git a/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-fbsd.patch b/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-fbsd.patch
deleted file mode 100644
index 8bab0f6efb69..000000000000
--- a/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-fbsd.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -ur ladspa_sdk.orig/src/applyplugin.c ladspa_sdk/src/applyplugin.c
---- ladspa_sdk.orig/src/applyplugin.c 2002-05-18 14:01:36 -0300
-+++ ladspa_sdk/src/applyplugin.c 2006-10-31 18:25:23 -0300
-@@ -6,7 +6,11 @@
- /*****************************************************************************/
-
- #include <dlfcn.h>
-+#ifdef __FreeBSD__
-+#include <machine/endian.h>
-+#else
- #include <endian.h>
-+#endif
- #include <errno.h>
- #include <math.h>
- #include <stdlib.h>
-diff -ur ladspa_sdk.orig/src/makefile ladspa_sdk/src/makefile
---- ladspa_sdk.orig/src/makefile 2006-10-31 18:23:47 -0300
-+++ ladspa_sdk/src/makefile 2006-10-31 18:24:51 -0300
-@@ -15,7 +15,12 @@
- #
-
- INCLUDES = -I.
-+# FreeBSD doesn't need -ldl
-+ifeq ($(shell uname -s), FreeBSD)
-+LIBRARIES = -lm
-+else
- LIBRARIES = -ldl -lm
-+endif
- CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC
- CXXFLAGS = $(CFLAGS)
- PLUGINS = ../plugins/amp.so \
diff --git a/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-gcc4.patch b/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-gcc4.patch
deleted file mode 100644
index fa21be8ef9e8..000000000000
--- a/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-gcc4.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- ladspa_sdk/src/plugins/sine.cpp.orig 2002-07-06 17:23:17.000000000
-0000
-+++ ladspa_sdk/src/plugins/sine.cpp 2005-11-25 11:15:11.691087784 +0000
-@@ -59,6 +59,15 @@
-
- /*****************************************************************************/
-
-+LADSPA_Handle instantiateSineOscillator(const LADSPA_Descriptor *, unsigned long SampleRate);
-+void connectPortToSineOscillator(LADSPA_Handle Instance, unsigned long Port, LADSPA_Data * DataLocation);
-+void activateSineOscillator(void * pvHandle);
-+void runSineOscillator_FreqAudio_AmpAudio(LADSPA_Handle Instance, unsigned long SampleCount);
-+void runSineOscillator_FreqAudio_AmpCtrl(LADSPA_Handle Instance, unsigned long SampleCount);
-+void runSineOscillator_FreqCtrl_AmpAudio(LADSPA_Handle Instance, unsigned long SampleCount);
-+void runSineOscillator_FreqCtrl_AmpCtrl(LADSPA_Handle Instance, unsigned long SampleCount);
-+void cleanupSineOscillator(void *pvHandle);
-+
- class SineOscillator {
- private:
diff --git a/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-test.patch b/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-test.patch
deleted file mode 100644
index a1e547ebad3a..000000000000
--- a/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-test.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -ur ladspa_sdk_orig/src/makefile ladspa_sdk/src/makefile
---- ladspa_sdk_orig/src/makefile 2004-08-15 23:32:53.516055360 +0200
-+++ ladspa_sdk/src/makefile 2004-08-15 23:35:21.579546288 +0200
-@@ -48,6 +48,7 @@
- #
-
- test: /tmp/test.wav ../snd/noise.wav always
-+ifeq ($(shell which play), /usr/bin/play)
- @echo ---------------------------------------------
- @echo First listen to the white noise input signal:
- @echo ---------------------------------------------
-@@ -57,6 +58,7 @@
- @echo -------------------------
- @echo Should be a noise band around 6000Hz, repeated quietly after 1s.
- play /tmp/test.wav
-+endif
-
- install: targets
- mkdir -p $(INSTALL_PLUGINS_DIR) \
-@@ -74,7 +74,7 @@
- echo ; ../bin/analyseplugin -l ../plugins/sine.so ; echo
- ../bin/analyseplugin ../plugins/amp.so
- ../bin/analyseplugin ../plugins/noise.so
-- time ../bin/applyplugin -s 1 \
-+ ../bin/applyplugin -s 1 \
- ../snd/noise.wav /tmp/test.wav \
- ../plugins/filter.so lpf 500 \
- ../plugins/filter.so lpf 500 \
-