diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-12 23:59:19 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-12 23:59:19 +0200 |
commit | 75ab1a797d1781cadec3e52609eeba4e889a4ebb (patch) | |
tree | b768058d7c7660877e1245b9999f286d58fa1e60 /extra | |
parent | c616016c2c828f3a2ab27bf8f03f1b8fc1de64c6 (diff) | |
download | nutyx-extra-75ab1a797d1781cadec3e52609eeba4e889a4ebb.tar.gz nutyx-extra-75ab1a797d1781cadec3e52609eeba4e889a4ebb.tar.bz2 nutyx-extra-75ab1a797d1781cadec3e52609eeba4e889a4ebb.tar.xz nutyx-extra-75ab1a797d1781cadec3e52609eeba4e889a4ebb.zip |
ladspa, déplacé dans base et petites corrections
Diffstat (limited to 'extra')
-rw-r--r-- | extra/ladspa/.footprint | 14 | ||||
-rw-r--r-- | extra/ladspa/.md5sum | 1 | ||||
-rw-r--r-- | extra/ladspa/Pkgfile | 18 |
3 files changed, 0 insertions, 33 deletions
diff --git a/extra/ladspa/.footprint b/extra/ladspa/.footprint deleted file mode 100644 index df7698513..000000000 --- a/extra/ladspa/.footprint +++ /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/extra/ladspa/.md5sum b/extra/ladspa/.md5sum deleted file mode 100644 index 5e2f67c3c..000000000 --- a/extra/ladspa/.md5sum +++ /dev/null @@ -1 +0,0 @@ -671be3e1021d0722cadc7fb27054628e ladspa_sdk_1.13.tgz diff --git a/extra/ladspa/Pkgfile b/extra/ladspa/Pkgfile deleted file mode 100644 index f227b1397..000000000 --- a/extra/ladspa/Pkgfile +++ /dev/null @@ -1,18 +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 -# 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 -} |