summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank van de Pol <fvdpol@gentoo.org>2004-08-15 22:44:38 +0000
committerFrank van de Pol <fvdpol@gentoo.org>2004-08-15 22:44:38 +0000
commit7053c822324d1903bfec663f454824a8fd75c800 (patch)
tree282eaea34ba287a07d3218e39352fb2aaea4f83f /media-libs/ladspa-sdk/files
parentInitial import. (diff)
downloadhistorical-7053c822324d1903bfec663f454824a8fd75c800.tar.gz
historical-7053c822324d1903bfec663f454824a8fd75c800.tar.bz2
historical-7053c822324d1903bfec663f454824a8fd75c800.zip
Patched to make the maketest work. Closes bug #60159.
Diffstat (limited to 'media-libs/ladspa-sdk/files')
-rw-r--r--media-libs/ladspa-sdk/files/digest-ladspa-sdk-1.12-r21
-rw-r--r--media-libs/ladspa-sdk/files/ladspa-sdk-1.12-test.patch29
2 files changed, 30 insertions, 0 deletions
diff --git a/media-libs/ladspa-sdk/files/digest-ladspa-sdk-1.12-r2 b/media-libs/ladspa-sdk/files/digest-ladspa-sdk-1.12-r2
new file mode 100644
index 000000000000..7ee5f9b8c87b
--- /dev/null
+++ b/media-libs/ladspa-sdk/files/digest-ladspa-sdk-1.12-r2
@@ -0,0 +1 @@
+MD5 dbd63dd701d80b152943073c84565c14 ladspa_sdk_1.12.tgz 71165
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
new file mode 100644
index 000000000000..a1e547ebad3a
--- /dev/null
+++ b/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-test.patch
@@ -0,0 +1,29 @@
+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 \
+