lv2: build with waf3
This commit is contained in:
parent
715011fc56
commit
9ff72e7a48
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'lv2'
|
# Template file for 'lv2'
|
||||||
pkgname=lv2
|
pkgname=lv2
|
||||||
version=1.16.0
|
version=1.16.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=waf
|
build_style=waf3
|
||||||
hostmakedepends="python3"
|
|
||||||
makedepends="libsndfile-devel gtk+-devel"
|
makedepends="libsndfile-devel gtk+-devel"
|
||||||
short_desc="Plugin standard for audio systems"
|
short_desc="Plugin standard for audio systems"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -11,7 +10,7 @@ license="ISC"
|
||||||
homepage="http://lv2plug.in"
|
homepage="http://lv2plug.in"
|
||||||
distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
|
distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=dec3727d7bd34a413a344a820678848e7f657b5c6019a0571c61df76d7bdf1de
|
checksum=dec3727d7bd34a413a344a820678848e7f657b5c6019a0571c61df76d7bdf1de
|
||||||
python_version=2 #unverified
|
python_version=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue