suil: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:53 +02:00
parent ce84ac4afa
commit e52199ae42
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 37 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
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
lrwxrwxrwx root/root usr/lib/libsuil-0.so.0 -> libsuil-0.so.0.10.18
-rwxr-xr-x root/root usr/lib/libsuil-0.so.0.10.18
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/suil-0.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32iDKpJfzW/+6ysOwWcHO2+wm8QqrSZi3gzGGEnLMmQZgMSfS2s6bYWx/O4vUlo3W9XpuEvahEJPp8L3L2u3lgY=
SHA256 (Pkgfile) = 8743170f843721e12b6b61461afde7e64d64f7446caf6d593c8008c2241cf120
SHA256 (.footprint) = 9a89bf01018f6c514961449c57e8c7c6e5c673a43a6b5672020d2a47c0456512
SHA256 (suil-0.10.18.tar.xz) = 84ada094fbe17ad3e765379002f3a0c7149b43b020235e4d7fa41432f206f85f

View File

@ -1,21 +0,0 @@
# Description: Library for loading and wrapping LV2 plugin UIs.
# URL: https://drobilla.net/software/suil/
# Maintainer: unmaintained
# Depends on: sratom
name=suil
version=0.10.18
release=1
source=(https://download.drobilla.net/$name-$version.tar.xz)
build() {
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
meson compile -C build
DESTDIR=$PKG meson install -C build
}