mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/ladspa: upgrade to 1.15
This commit is contained in:
parent
1446e1874e
commit
2b825ada86
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user