summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-06-12 19:19:23 +0200
committerfanch <fanchyannmaria at orange dot fr>2010-06-12 19:19:23 +0200
commit7d607e5fda9f21eff8fa7f4959fffb965791db2a (patch)
tree2d0dab58e57cd53f8885cca69eb8be7ad38108ff
parentcebd4b4601dcc29ec72816ebd2b656387a7cdafe (diff)
downloadnutyx-pakxe-7d607e5fda9f21eff8fa7f4959fffb965791db2a.tar.gz
nutyx-pakxe-7d607e5fda9f21eff8fa7f4959fffb965791db2a.tar.bz2
nutyx-pakxe-7d607e5fda9f21eff8fa7f4959fffb965791db2a.tar.xz
nutyx-pakxe-7d607e5fda9f21eff8fa7f4959fffb965791db2a.zip
ajout de ladspa#1.13-1
-rw-r--r--extra/ladspa/.footprint14
-rw-r--r--extra/ladspa/.md5sum1
-rw-r--r--extra/ladspa/Pkgfile18
3 files changed, 33 insertions, 0 deletions
diff --git a/extra/ladspa/.footprint b/extra/ladspa/.footprint
new file mode 100644
index 000000000..df7698513
--- /dev/null
+++ b/extra/ladspa/.footprint
@@ -0,0 +1,14 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/analyseplugin
+-rwxr-xr-x root/root usr/bin/applyplugin
+-rwxr-xr-x root/root usr/bin/listplugins
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/ladspa.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/ladspa/
+-rwxr-xr-x root/root usr/lib/ladspa/amp.so
+-rwxr-xr-x root/root usr/lib/ladspa/delay.so
+-rwxr-xr-x root/root usr/lib/ladspa/filter.so
+-rwxr-xr-x root/root usr/lib/ladspa/noise.so
+-rwxr-xr-x root/root usr/lib/ladspa/sine.so
diff --git a/extra/ladspa/.md5sum b/extra/ladspa/.md5sum
new file mode 100644
index 000000000..5e2f67c3c
--- /dev/null
+++ b/extra/ladspa/.md5sum
@@ -0,0 +1 @@
+671be3e1021d0722cadc7fb27054628e ladspa_sdk_1.13.tgz
diff --git a/extra/ladspa/Pkgfile b/extra/ladspa/Pkgfile
new file mode 100644
index 000000000..f227b1397
--- /dev/null
+++ b/extra/ladspa/Pkgfile
@@ -0,0 +1,18 @@
+
+# Description: simple plugin API pour les audio dévéloppeur de linux
+# URL:http://www.ladspa.org/
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: gcc
+
+name=ladspa
+version=1.13
+release=1
+source=(http://www.ladspa.org/download/ladspa_sdk_$version.tgz)
+build() {
+ cd $SRC/ladspa_sdk/src
+ make
+ make INSTALL_PLUGINS_DIR=$PKG/usr/lib/ladspa/ \
+ INSTALL_INCLUDE_DIR=$PKG/usr/include/ \
+ INSTALL_BINARY_DIR=$PKG/usr/bin/ install
+}