suil: 0.10.10 -> 0.10.12

This commit is contained in:
Tim Biermann 2022-05-31 23:05:33 +02:00
parent 5fe46382e6
commit 7f90307eaa
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}