diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-26 21:09:39 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-26 21:09:39 +0100 |
commit | 831e96fcca13e5f57dabe7257a7fe855ade118f6 (patch) | |
tree | d1a7d4974d87371b6faf9ca3652abe7dcd41bfd0 | |
parent | 983af06fded2af61e452fefcd5784628360d7716 (diff) | |
download | nutyx-pakxe-831e96fcca13e5f57dabe7257a7fe855ade118f6.tar.gz nutyx-pakxe-831e96fcca13e5f57dabe7257a7fe855ade118f6.tar.bz2 nutyx-pakxe-831e96fcca13e5f57dabe7257a7fe855ade118f6.tar.xz nutyx-pakxe-831e96fcca13e5f57dabe7257a7fe855ade118f6.zip |
ladspa, déplacé dans ouvert
-rw-r--r-- | base/ladspa/.footprint.i686 | 14 | ||||
-rw-r--r-- | base/ladspa/.footprint.x86_64 | 14 | ||||
-rw-r--r-- | base/ladspa/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/ladspa/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/ladspa/Pkgfile | 17 |
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 -} |