wireplumber: disabled introspection because it can lead to build failures, adjusted dependency to opt/lua

This commit is contained in:
Tim Biermann 2021-10-16 15:20:20 +02:00
parent 6f6bbff79a
commit 18838672dd
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yJ/QhaE/a3AyEhiPBO9RUWZxhlaVV6c4yBT47c918xtTPEivwRvcQHX1SYM3hxGiyyf+gUVh4EZJK4yxz/N2w8=
SHA256 (Pkgfile) = ece5802dd73f3078fa6b577f8032d15a590207cfa750e3a01434bcced1cc2bb7
RWSagIOpLGJF3xjzY2LXxqxE/xGqHpsg8nKRruLkCOeunFTnMzMSOUs1JA8SOz2GouODIHEDuhBxkcq5C2yFmJ6WMQF1PqAe0Qg=
SHA256 (Pkgfile) = 793d6ef3765bf8e40a419a8dffab623b5c151b3566486447e47a98bfedcd0733
SHA256 (.footprint) = 8febb2495f2bd7c221b6b99372493fce04af6ebd1bfcac2702d2a3de85010bf2
SHA256 (wireplumber-0.4.4.tar.bz2) = a602561930445adc5407e2496b9415dd6b41a2136bf3524aafefc18b5eaf42f4

View File

@ -1,7 +1,7 @@
# Description: Session / policy manager implementation for PipeWire
# Description: Session/policy manager implementation for PipeWire
# URL: https://gitlab.freedesktop.org/pipewire/wireplumber
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: cpptoml lua53 pipewire util-linux
# Depends on: cpptoml lua pipewire util-linux
name=wireplumber
version=0.4.4
@ -15,7 +15,9 @@ build() {
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
-D system-lua=true
-D system-lua=true \
-D introspection=disabled \
-D tests=false
meson compile -C build
DESTDIR=$PKG meson install -C build
}