aboutsummaryrefslogtreecommitdiffstats
path: root/community/ladspa/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ladspa/APKBUILD')
-rw-r--r--community/ladspa/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/community/ladspa/APKBUILD b/community/ladspa/APKBUILD
index 49091d0bb69..7f26fcab350 100644
--- a/community/ladspa/APKBUILD
+++ b/community/ladspa/APKBUILD
@@ -1,14 +1,15 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=ladspa
-pkgver=1.15
+pkgver=1.17
pkgrel=0
pkgdesc="Linux Audio Developer's Simple Plug-in API, examples and tools"
url="https://www.ladspa.org"
arch="all"
license="LGPL-2.0-or-later"
+makedepends="libsndfile-dev"
subpackages="$pkgname-dev"
-source="https://www.ladspa.org/download/ladspa_sdk_$pkgver.tgz
+source="ladspa-$pkgver-2.tgz::https://ladspa.org/download/ladspa_sdk_$pkgver.tgz
fix-memleak-in-plugin-scanning.patch"
builddir="$srcdir/ladspa_sdk_$pkgver/src"
@@ -26,5 +27,7 @@ package() {
INSTALL_BINARY_DIR="$pkgdir/usr/bin/" install
}
-sha512sums="a521622e23d988284244003e4ccfc3b42f6ddc7944cb00e7949b87e09d7f39a0cbb64b6d8b5a5af0a5ccf7179f88815416a88f02d3912957167e54b74accfc65 ladspa_sdk_1.15.tgz
-1a96b24a47c2c82f7c2f66e2ee711f0ecbed9b03260562b72ced1bd4c8f0e518d15fc7c15951b95b1999e3dae1723b855fd3431a9795279f8a88ad68900e48e7 fix-memleak-in-plugin-scanning.patch"
+sha512sums="
+c096e70d245c50ffad379f2c9aab2735c205dfe7c27b5710cad6e43b39f8accc7b8bd2cd7ebbea2c399ad76018b3d4c701ed271de552d098b12ab218a58f0497 ladspa-1.17-2.tgz
+1a96b24a47c2c82f7c2f66e2ee711f0ecbed9b03260562b72ced1bd4c8f0e518d15fc7c15951b95b1999e3dae1723b855fd3431a9795279f8a88ad68900e48e7 fix-memleak-in-plugin-scanning.patch
+"