summaryrefslogtreecommitdiffstats
path: root/base/ladspa
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-26 21:09:39 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-26 21:09:39 +0100
commit831e96fcca13e5f57dabe7257a7fe855ade118f6 (patch)
treed1a7d4974d87371b6faf9ca3652abe7dcd41bfd0 /base/ladspa
parent983af06fded2af61e452fefcd5784628360d7716 (diff)
downloadnutyx-extra-831e96fcca13e5f57dabe7257a7fe855ade118f6.tar.gz
nutyx-extra-831e96fcca13e5f57dabe7257a7fe855ade118f6.tar.bz2
nutyx-extra-831e96fcca13e5f57dabe7257a7fe855ade118f6.tar.xz
nutyx-extra-831e96fcca13e5f57dabe7257a7fe855ade118f6.zip
ladspa, déplacé dans ouvert
Diffstat (limited to 'base/ladspa')
-rw-r--r--base/ladspa/.footprint.i68614
-rw-r--r--base/ladspa/.footprint.x86_6414
-rw-r--r--base/ladspa/.md5sum.i6861
-rw-r--r--base/ladspa/.md5sum.x86_641
-rw-r--r--base/ladspa/Pkgfile17
5 files changed, 0 insertions, 47 deletions
diff --git a/base/ladspa/.footprint.i686 b/base/ladspa/.footprint.i686
deleted file mode 100644
index df7698513..000000000
--- a/base/ladspa/.footprint.i686
+++ /dev/null
@@ -1,14 +0,0 @@
-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/base/ladspa/.footprint.x86_64 b/base/ladspa/.footprint.x86_64
deleted file mode 100644
index df7698513..000000000
--- a/base/ladspa/.footprint.x86_64
+++ /dev/null
@@ -1,14 +0,0 @@
-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/base/ladspa/.md5sum.i686 b/base/ladspa/.md5sum.i686
deleted file mode 100644
index 5e2f67c3c..000000000
--- a/base/ladspa/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-671be3e1021d0722cadc7fb27054628e ladspa_sdk_1.13.tgz
diff --git a/base/ladspa/.md5sum.x86_64 b/base/ladspa/.md5sum.x86_64
deleted file mode 100644
index 5e2f67c3c..000000000
--- a/base/ladspa/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-671be3e1021d0722cadc7fb27054628e ladspa_sdk_1.13.tgz
diff --git a/base/ladspa/Pkgfile b/base/ladspa/Pkgfile
deleted file mode 100644
index 1a9b6c81d..000000000
--- a/base/ladspa/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: simple plugin API pour les audio dévéloppeur de linux
-# URL:http://www.ladspa.org/
-# Maintainer: NuTyX core team
-# Packager: fanch
-
-name=ladspa
-version=1.13
-release=1
-source=(http://www.ladspa.org/download/ladspa_sdk_$version.tgz)
-build() {
- cd $SRC/ladspa_sdk/src
- make
- mkdir -p $PKG/usr/{bin,include,lib/ladspa}
- make INSTALL_PLUGINS_DIR=$PKG/usr/lib/ladspa/ \
- INSTALL_INCLUDE_DIR=$PKG/usr/include/ \
- INSTALL_BINARY_DIR=$PKG/usr/bin/ install
-}