diff options
author | Tim Biermann <tbier@posteo.de> | 2021-09-08 12:16:50 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-09-08 12:17:14 +0200 |
commit | ca9837a058cd40ad007fdca7b74c83aebd132c25 (patch) | |
tree | 8d5b7788758598eb3e65f5f7b64325bf2e15f4a9 /ladspa | |
parent | 67d7ee1f12aca924e29ea96e2b41fc732463d10e (diff) | |
download | contrib-ca9837a058cd40ad007fdca7b74c83aebd132c25.tar.gz contrib-ca9837a058cd40ad007fdca7b74c83aebd132c25.tar.xz |
ladspa: 1.15 -> 1.16; new dependency: libsndfile
Diffstat (limited to 'ladspa')
-rw-r--r-- | ladspa/.signature | 6 | ||||
-rw-r--r-- | ladspa/Pkgfile | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/ladspa/.signature b/ladspa/.signature index bb0eff3f4..0caab0bb7 100644 --- a/ladspa/.signature +++ b/ladspa/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wiSaQZnvSj9wxbdk7CPqMpVNdjmgKv/e+9PF+KDg/rRHCkO5qcGtY2FxCre+RIYQfklJQyAJxwAVBe2BHX/PAE= -SHA256 (Pkgfile) = e9886f28b0935a1fd42688dc8da3cd987e6e7f7a3927ef6a131bd9e6c66e4df0 +RWSagIOpLGJF35UOm/t5e5/WDw3Sole4soUC+NdSXrS2sX0gJWfvb0/5jInj1rOsDIBRaZjLS27J3458owYhTL7feiXK8U52PA4= +SHA256 (Pkgfile) = 48588b215a9425dd37a55d839873cf0717e4537f7c2a66904c79935650f6c950 SHA256 (.footprint) = b364563a42185fe2e2e665b5cb27f35e726b5c0a81c03eabba92785121bcf5f2 -SHA256 (ladspa_sdk_1.15.tgz) = 4229959b09d20c88c8c86f4aa76427843011705df22d9c28b38359fd1829fded +SHA256 (ladspa_sdk_1.16.tgz) = 511b237dca0f6c7b993f6be0954215c8f859d6f2a20686b25d082458d763e38b SHA256 (fix-memleak-in-plugin-scanning.patch) = 27be471df55951fa1cc53089631b167e2654436fc5b3a5773f357cb9f9e29005 diff --git a/ladspa/Pkgfile b/ladspa/Pkgfile index 0103f1cd3..9963e67b6 100644 --- a/ladspa/Pkgfile +++ b/ladspa/Pkgfile @@ -1,18 +1,16 @@ # Description: Linux Audio Developer's Simple Plugin API. # URL: http://www.ladspa.org/ # Maintainer: Tim Biermann, tbier at posteo dot de -# Packager: Danny Rawlins, crux at romster dot me -# Packager: Han Boetes, han at mijncomputer dot nl -# Depends on: +# Depends on: libsndfile name=ladspa -version=1.15 +version=1.16 release=1 -source=(https://ladspa.org/download/ladspa_sdk_$version.tgz fix-memleak-in-plugin-scanning.patch) +source=(https://ladspa.org/download/ladspa_sdk_$version.tgz + fix-memleak-in-plugin-scanning.patch) build() { cd ladspa_sdk_$version - #patch -p2 -i $SRC/ladspa-$version.patch patch -Np0 -i ../fix-memleak-in-plugin-scanning.patch export \ CFLAGS="${CFLAGS//-O?/-O3}" \ |