lilv: update to 0.24.26.

This commit is contained in:
oreo639 2025-03-17 19:22:26 -07:00 committed by oreo639
parent 99f68c0b8b
commit f7a9821a30

View file

@ -1,22 +1,22 @@
# Template file for 'lilv'
pkgname=lilv
version=0.24.12
revision=4
build_style=waf3
configure_args="--dyn-manifest"
version=0.24.26
revision=1
build_style=meson
hostmakedepends="pkg-config"
makedepends="python3-devel serd-devel sord-devel sratom-devel libsndfile-devel
lv2"
zix-devel lv2"
short_desc="Simple yet powerful C API for using LV2 plugins"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="http://drobilla.net/software/lilv/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
checksum=26a37790890c9c1f838203b47f5b2320334fe92c02a4d26ebbe2669dbd769061
homepage="https://gitlab.com/lv2/lilv"
changelog="https://gitlab.com/lv2/lilv/-/raw/main/NEWS"
distfiles="https://download.drobilla.net/lilv-${version}.tar.xz"
checksum=22feed30bc0f952384a25c2f6f4b04e6d43836408798ed65a8a934c055d5d8ac
post_install() {
vlicense COPYING
rm -rf "$DESTDIR"/usr/etc
rm -r ${DESTDIR}/etc/bash_completion.d
}
liblilv_package() {
@ -31,7 +31,7 @@ lilv-bash-completion_package() {
depends="bash-completion lilv"
short_desc+=" - Bash completion for Lilv"
pkg_install() {
vcompletion utils/lilv.bash_completion bash
vcompletion tools/lilv.bash_completion bash
}
}