mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +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'
|
||||
pkgname=suil
|
||||
version=0.10.12
|
||||
version=0.10.22
|
||||
revision=1
|
||||
build_style=waf3
|
||||
hostmakedepends="pkg-config lv2"
|
||||
makedepends="gtk+-devel qt5-devel gtk+3-devel"
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config lv2 qt5-host-tools qt5-devel qt6-base qt6-tools"
|
||||
makedepends="gtk+-devel qt5-devel qt6-base-devel gtk+3-devel lv2"
|
||||
short_desc="Lightweight C library for loading and wrapping LV2 plugin UIs"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://drobilla.net/software/suil.html"
|
||||
homepage="https://gitlab.com/lv2/suil"
|
||||
changelog="https://gitlab.com/lv2/suil/-/raw/master/NEWS"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
checksum=daa763b231b22a1f532530d3e04c1fae48d1e1e03785e23c9ac138f207b87ecd
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-devel"
|
||||
makedepends+=" lv2"
|
||||
fi
|
||||
distfiles="https://download.drobilla.net/suil-${version}.tar.xz"
|
||||
checksum=d720969e0f44a99d5fba35c733a43ed63a16b0dab867970777efca4b25387eb7
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue