[Lunar-commits] <moonbase> ladspa_sdk: set LADSPA_PATH for listplugins
Duncan Gibson
engelsman at lunar-linux.org
Sat Aug 1 12:14:35 CEST 2009
commit daa86ce2fab342aaf39dde781f62f4b86bc14517
Author: Paul Bredbury <brebs at sent.com>
Date: Sat Aug 1 12:14:35 2009 +0200
ladspa_sdk: set LADSPA_PATH for listplugins
And fix indentation in DETAILS.
Note: downloads, compiles and installs OK,
but otherwise untested by me - engelsman
---
audio/ladspa_sdk/DETAILS | 20 ++++++++++----------
audio/ladspa_sdk/profile.d/ladspa.rc | 2 ++
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/audio/ladspa_sdk/DETAILS b/audio/ladspa_sdk/DETAILS
index a43975e..b572a69 100644
--- a/audio/ladspa_sdk/DETAILS
+++ b/audio/ladspa_sdk/DETAILS
@@ -1,13 +1,13 @@
- MODULE=ladspa_sdk
- VERSION=1.13
- SOURCE=${MODULE}_${VERSION}.tgz
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE/
- SOURCE_URL=http://www.ladspa.org/download/
- SOURCE_VFY=sha1:2b69e28afb62c0d97943124f48ed82de796f83ed
- WEB_SITE=http://www.ladspa.org/
- ENTERED=20020331
- UPDATED=20090523
- SHORT="ladspa Linux Audio Developers Simple API"
+ MODULE=ladspa_sdk
+ VERSION=1.13
+ SOURCE=${MODULE}_${VERSION}.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_URL=http://www.ladspa.org/download
+ SOURCE_VFY=sha1:2b69e28afb62c0d97943124f48ed82de796f83ed
+ WEB_SITE=http://www.ladspa.org/
+ ENTERED=20020331
+ UPDATED=20090730
+ SHORT="ladspa Linux Audio Developers Simple API"
cat << EOF
LADSPA: Linux Audio Developers Simple API. Many audio synthesis and
diff --git a/audio/ladspa_sdk/profile.d/ladspa.rc b/audio/ladspa_sdk/profile.d/ladspa.rc
new file mode 100644
index 0000000..09e86ba
--- /dev/null
+++ b/audio/ladspa_sdk/profile.d/ladspa.rc
@@ -0,0 +1,2 @@
+# So "listplugins" works
+export LADSPA_PATH=/usr/lib/ladspa
More information about the Lunar-commits
mailing list