diff options
author | 2004-08-15 22:44:38 +0000 | |
---|---|---|
committer | 2004-08-15 22:44:38 +0000 | |
commit | e6da462d7bc2c7e2e05454d2068bfbda21f57f82 (patch) | |
tree | 6e0d2c44e53b67134fb5c82c40c59efef98994d0 /media-libs/ladspa-sdk/files | |
parent | Initial import. (Manifest recommit) (diff) | |
download | gentoo-2-e6da462d7bc2c7e2e05454d2068bfbda21f57f82.tar.gz gentoo-2-e6da462d7bc2c7e2e05454d2068bfbda21f57f82.tar.bz2 gentoo-2-e6da462d7bc2c7e2e05454d2068bfbda21f57f82.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-r2 | 1 | ||||
-rw-r--r-- | media-libs/ladspa-sdk/files/ladspa-sdk-1.12-test.patch | 29 |
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 \ + |