forked from ports/contrib
wireplumber: some minor changes
This commit is contained in:
parent
6267a2c841
commit
2ae3f17002
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3y5P/sNXN+vbENn9dcLD0A9NL2sGI3NZrjSyvyPcsbr5k9gllVYbfX+p6qOSjca/M7zpDht08SbVla96Pqw1cQ8=
|
||||
SHA256 (Pkgfile) = 1e2c5106450d55a386bc4fa2c507154b5c7e30f2e0c31d4eacb0d624d10f6748
|
||||
RWSagIOpLGJF38nujNP0VMGAtAe2eH1Qt1QEnhDzp8TJWeMi643xZdOFodmKAMBIK7P1zPE0OfyFYhGgM8tCdDkI2K/T6jXNLQY=
|
||||
SHA256 (Pkgfile) = 5d229d15aee690a1f15c41d0f9407d9c305082b3ec29910268ac8a4e1fff8996
|
||||
SHA256 (.footprint) = d0414a00ade2e3d1622461d88309e8ae480c1f5f3fd1d030a72e1fd840a5abc7
|
||||
SHA256 (wireplumber-0.4.11.tar.bz2) = 39951cb45f83be4bc522bd5e1022aaa3469a68cf5bac3ad8d7a0b1e50a2b2452
|
||||
|
@ -9,6 +9,7 @@ release=2
|
||||
source=(https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/$version/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
_lua_version=$(prt-get info lua | awk '/Version/ { print $2}')
|
||||
meson setup $name-$version build \
|
||||
-D prefix=/usr \
|
||||
--buildtype=plain \
|
||||
@ -16,10 +17,11 @@ build() {
|
||||
-D b_lto=true \
|
||||
-D b_pie=true \
|
||||
-D system-lua=true \
|
||||
-D system-lua-version=5.4 \
|
||||
-D system-lua-version=${_lua_version::3} \
|
||||
-D introspection=disabled \
|
||||
-D doc=disabled \
|
||||
-D tests=false
|
||||
-D elogind=disabled \
|
||||
-D systemd=disabled
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user