wireplumber: explicitly use lua 5.4, if there are more versions installed

This commit is contained in:
Tim Biermann 2021-10-17 10:09:59 +02:00
parent c213842ade
commit f3ed5ea49e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xjzY2LXxqxE/xGqHpsg8nKRruLkCOeunFTnMzMSOUs1JA8SOz2GouODIHEDuhBxkcq5C2yFmJ6WMQF1PqAe0Qg=
SHA256 (Pkgfile) = 793d6ef3765bf8e40a419a8dffab623b5c151b3566486447e47a98bfedcd0733
RWSagIOpLGJF31hvRLdNOQjlSgpLhafI1cbcaEJi84EWZk2lfNoYhUlCGL4HtQT4T0dWOfznmeh4XoCSBFvsvZG49mMwVPHaPwM=
SHA256 (Pkgfile) = 15dff87ce7e43af0d8205659635f79977253c5defae950ad29e1a4b09a255e6f
SHA256 (.footprint) = 8febb2495f2bd7c221b6b99372493fce04af6ebd1bfcac2702d2a3de85010bf2
SHA256 (wireplumber-0.4.4.tar.bz2) = a602561930445adc5407e2496b9415dd6b41a2136bf3524aafefc18b5eaf42f4

View File

@ -5,7 +5,7 @@
name=wireplumber
version=0.4.4
release=1
release=2
source=(https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/$version/$name-$version.tar.bz2)
build() {
@ -16,6 +16,7 @@ build() {
-D b_lto=true \
-D b_pie=true \
-D system-lua=true \
-D system-lua-version=5.4 \
-D introspection=disabled \
-D tests=false
meson compile -C build