Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (383ae9881e34bc43e76971dc0cfaf7d001bb1ec5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (383ae9881e34bc43e76971dc0cfaf7d001bb1ec5)
  • Date: Thu, 15 Feb 2007 14:35:16 -0600

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

audio-plugins/ladspa/BUILD | 7 +------
audio-plugins/ladspa/DETAILS | 25 ++++++++++++-------------
audio-plugins/ladspa/HISTORY | 5 +++++
audio-plugins/ladspa/INSTALL | 3 +++
4 files changed, 21 insertions(+), 19 deletions(-)

New commits:
commit 383ae9881e34bc43e76971dc0cfaf7d001bb1ec5
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

ladspa: converted to build API 2

diff --git a/audio-plugins/ladspa/BUILD b/audio-plugins/ladspa/BUILD
index 8c66b83..27ba77d 100755
--- a/audio-plugins/ladspa/BUILD
+++ b/audio-plugins/ladspa/BUILD
@@ -1,6 +1 @@
-(
-
-cp /var/spool/sorcery/$SOURCE /usr/include/ladspa.h &&
-echo "OK...LADSPA is installed :)"
-
-) > $C_FIFO 2>&1
+true
diff --git a/audio-plugins/ladspa/DETAILS b/audio-plugins/ladspa/DETAILS
index 655f61d..12c70bf 100755
--- a/audio-plugins/ladspa/DETAILS
+++ b/audio-plugins/ladspa/DETAILS
@@ -1,17 +1,16 @@
-SPELL=ladspa
-SOURCE=$SPELL.h.txt
-VERSION=1.1
+ SPELL=ladspa
+ SOURCE=ladspa.h.txt
+ VERSION=1.1
SOURCE_URL[0]=http://www.ladspa.org/ladspa_sdk/$SOURCE
-WEB_SITE=http://www.ladspa.org
-ENTERED=20020516
-UPDATED=20021010
-LICENSE[0]=LGPL
-
SOURCE_HASH=sha512:052eacfa7c81e6608e8d65e40abb5214e7dd02a856c5e72b520e837b4b3f824c163d35166d73446522ea34ffd62fdbb78d745e83ede426ba7acc826145f4eef2
-KEYWORDS="plugins audio"
- BUILD_API=1
-SHORT="Linux Audio Developer's Simple Plugin API (LADSPA)"
+ WEB_SITE=http://www.ladspa.org
+ ENTERED=20020516
+ UPDATED=20021010
+ LICENSE[0]=LGPL
+
SOURCE_HASH=sha512:052eacfa7c81e6608e8d65e40abb5214e7dd02a856c5e72b520e837b4b3f824c163d35166d73446522ea34ffd62fdbb78d745e83ede426ba7acc826145f4eef2
+ KEYWORDS="plugins audio"
+ SHORT="Linux Audio Developer's Simple Plugin API (LADSPA)"
cat << EOF
-Many audio synthesis and recording packages are in use or in development on
Linux. These work in many different ways. LADSPA provides a standard way for
+Many audio synthesis and recording packages are in use or in development on
+Linux. These work in many different ways. LADSPA provides a standard way for
'plugin' audio processors to be used with a wide range of these packages.
EOF
-
diff --git a/audio-plugins/ladspa/HISTORY b/audio-plugins/ladspa/HISTORY
index b82afa8..fb61a15 100644
--- a/audio-plugins/ladspa/HISTORY
+++ b/audio-plugins/ladspa/HISTORY
@@ -1,3 +1,8 @@
+2007-02-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Removed BUILD_API=1, tidied up formatting.
+ * BUILD: Converted to build API 2.
+ * INSTALL: Added.
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.

diff --git a/audio-plugins/ladspa/INSTALL b/audio-plugins/ladspa/INSTALL
new file mode 100755
index 0000000..bf1c246
--- /dev/null
+++ b/audio-plugins/ladspa/INSTALL
@@ -0,0 +1,3 @@
+echo "Installing LADSPA header..." &&
+
+cp "$SOURCE_CACHE/$SOURCE" "$INSTALL_ROOT/usr/include/ladspa.h"



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (383ae9881e34bc43e76971dc0cfaf7d001bb1ec5), Juuso Alasuutari, 02/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page