mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
suil: update to 0.10.22.
This commit is contained in:
parent
f7a9821a30
commit
78bf2785da
1 changed files with 7 additions and 12 deletions
|
@ -1,22 +1,17 @@
|
||||||
# Template file for 'suil'
|
# Template file for 'suil'
|
||||||
pkgname=suil
|
pkgname=suil
|
||||||
version=0.10.12
|
version=0.10.22
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf3
|
build_style=meson
|
||||||
hostmakedepends="pkg-config lv2"
|
hostmakedepends="pkg-config lv2 qt5-host-tools qt5-devel qt6-base qt6-tools"
|
||||||
makedepends="gtk+-devel qt5-devel gtk+3-devel"
|
makedepends="gtk+-devel qt5-devel qt6-base-devel gtk+3-devel lv2"
|
||||||
short_desc="Lightweight C library for loading and wrapping LV2 plugin UIs"
|
short_desc="Lightweight C library for loading and wrapping LV2 plugin UIs"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://drobilla.net/software/suil.html"
|
homepage="https://gitlab.com/lv2/suil"
|
||||||
changelog="https://gitlab.com/lv2/suil/-/raw/master/NEWS"
|
changelog="https://gitlab.com/lv2/suil/-/raw/master/NEWS"
|
||||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
distfiles="https://download.drobilla.net/suil-${version}.tar.xz"
|
||||||
checksum=daa763b231b22a1f532530d3e04c1fae48d1e1e03785e23c9ac138f207b87ecd
|
checksum=d720969e0f44a99d5fba35c733a43ed63a16b0dab867970777efca4b25387eb7
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" qt5-host-tools qt5-devel"
|
|
||||||
makedepends+=" lv2"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue