From 7f90307eaa371a111e5e56a850246473fe39e820 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Tue, 31 May 2022 23:05:33 +0200 Subject: [PATCH] suil: 0.10.10 -> 0.10.12 --- suil/.footprint | 6 +++--- suil/.signature | 8 ++++---- suil/Pkgfile | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/suil/.footprint b/suil/.footprint index a722e838b..efe9cc989 100644 --- a/suil/.footprint +++ b/suil/.footprint @@ -4,8 +4,8 @@ drwxr-xr-x root/root usr/include/suil-0/ drwxr-xr-x root/root usr/include/suil-0/suil/ -rw-r--r-- root/root usr/include/suil-0/suil/suil.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libsuil-0.so -> libsuil-0.so.0.10.10 -lrwxrwxrwx root/root usr/lib/libsuil-0.so.0 -> libsuil-0.so.0.10.10 --rwxr-xr-x root/root usr/lib/libsuil-0.so.0.10.10 +lrwxrwxrwx root/root usr/lib/libsuil-0.so -> libsuil-0.so.0.10.12 +lrwxrwxrwx root/root usr/lib/libsuil-0.so.0 -> libsuil-0.so.0.10.12 +-rwxr-xr-x root/root usr/lib/libsuil-0.so.0.10.12 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/suil-0.pc diff --git a/suil/.signature b/suil/.signature index ede362e7b..350a16bff 100644 --- a/suil/.signature +++ b/suil/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/lxmC3F6DOn4SckTWDqOAJqROtuxoS/KOwtue7rMh5TS0XIiQjliBPNgP46HMt40XEv1DBY6x+R1o25foHV3Qs= -SHA256 (Pkgfile) = 44d5332d23df34a1c67e3cce42a7549a1906b8933e45dae1221d5646091bb7d8 -SHA256 (.footprint) = a7024f40345b647de77523eeefc7a45e99e1fb3078038280695d19cdce2d978f -SHA256 (suil-0.10.10.tar.bz2) = 750f08e6b7dc941a5e694c484aab02f69af5aa90edcc9fb2ffb4fb45f1574bfb +RWSagIOpLGJF31MNL81gFVg5vp/LLd8xiivXUPvumUBJgCRmjSopTOMyUzs6hSTZABvL+0SEaP9rBUApPj64vtXGdSde03qcMwI= +SHA256 (Pkgfile) = 9134652af168f643f403724f63550d07e11ed9d25493ffec0216ebdac1c7a705 +SHA256 (.footprint) = 4c1a1cf76851c9542ffe4df43f37015c073ebf1c77544936437e303f760efa33 +SHA256 (suil-0.10.12.tar.bz2) = daa763b231b22a1f532530d3e04c1fae48d1e1e03785e23c9ac138f207b87ecd diff --git a/suil/Pkgfile b/suil/Pkgfile index 435cc8589..05a1140bb 100644 --- a/suil/Pkgfile +++ b/suil/Pkgfile @@ -1,17 +1,17 @@ # Description: Library for loading and wrapping LV2 plugin UIs. # URL: https://drobilla.net/software/suil/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: sratom python +# Depends on: sratom name=suil -version=0.10.10 +version=0.10.12 release=1 source=(https://download.drobilla.net/$name-$version.tar.bz2) build() { cd $name-$version - ./waf configure --prefix=/usr - ./waf build $MAKEFLAGS - ./waf install --destdir=$PKG + /usr/bin/python3 waf configure --prefix=/usr + /usr/bin/python3 waf build $MAKEFLAGS + /usr/bin/python3 waf install --destdir=$PKG }