From 75ab1a797d1781cadec3e52609eeba4e889a4ebb Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 12 Jun 2010 23:59:19 +0200 Subject: ladspa, déplacé dans base et petites corrections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/ladspa/.footprint | 14 ++++++++++++++ base/ladspa/.md5sum | 1 + base/ladspa/Pkgfile | 17 +++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 base/ladspa/.footprint create mode 100644 base/ladspa/.md5sum create mode 100644 base/ladspa/Pkgfile (limited to 'base') diff --git a/base/ladspa/.footprint b/base/ladspa/.footprint new file mode 100644 index 000000000..df7698513 --- /dev/null +++ b/base/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/base/ladspa/.md5sum b/base/ladspa/.md5sum new file mode 100644 index 000000000..5e2f67c3c --- /dev/null +++ b/base/ladspa/.md5sum @@ -0,0 +1 @@ +671be3e1021d0722cadc7fb27054628e ladspa_sdk_1.13.tgz diff --git a/base/ladspa/Pkgfile b/base/ladspa/Pkgfile new file mode 100644 index 000000000..1a9b6c81d --- /dev/null +++ b/base/ladspa/Pkgfile @@ -0,0 +1,17 @@ +# 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 +} -- cgit v1.2.3-70-g09d2