community/ladspa: upgrade to 1.15

This commit is contained in:
Leo 2019-05-09 02:56:57 -03:00 committed by Natanael Copa
parent 1446e1874e
commit 2b825ada86

View File

@ -1,16 +1,13 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
# Maintainer:
pkgname=ladspa
pkgver=1.13
pkgrel=2
pkgver=1.15
pkgrel=0
pkgdesc="Linux Audio Developer's Simple Plug-in API, examples and tools"
url="http://www.ladspa.org/"
arch="all"
options="!check" # Currently fails on armhf and aarch64.
license="LGPL-2.0"
depends=""
makedepends=""
install=""
license="LGPL-2.0-or-later"
subpackages="$pkgname-dev"
source="https://github.com/OpenMandrivaAssociation/ladspa/raw/master/ladspa_sdk_1.13.tgz
fallback-ladspa-path.patch
@ -24,17 +21,14 @@ prepare() {
}
build() {
cd "$builddir"
make targets
}
check() {
cd "$builddir"
make test
}
package() {
cd "$builddir"
make INSTALL_PLUGINS_DIR="$pkgdir/usr/lib/ladspa/" \
INSTALL_INCLUDE_DIR="$pkgdir/usr/include/" \
INSTALL_BINARY_DIR="$pkgdir/usr/bin/" install