pipewire-32: fix build issues on systems that have contrib/jack installed
This commit is contained in:
parent
2f1e753e1d
commit
6f1327c72c
pipewire-32
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||
RWSwxGo/zH7eXTyqCgk70+Nw2L6lagiqlCYgJUIjhCSPvhBP6laMPssCSFb/8sn+Mg6GfzYUPgp1VlHyTDBtxvNf3S9CapVI9AI=
|
||||
SHA256 (Pkgfile) = d7e0cba166926da8731441457b49b68c1ca6097bc834e59a0249fcfe56b6c250
|
||||
RWSwxGo/zH7eXV9OEjtooaE0p0L8pGfVgTFnbkg6f/BBob5AScpqdcVRG/Zj+ewCAjA/0wu46RfR4wKIFkScqPYUVC/llAShJQk=
|
||||
SHA256 (Pkgfile) = 597cb52b3634392171832ace6f5fcb247a84ba1f368e8de5f5d9269406e05313
|
||||
SHA256 (.footprint) = cbc649e73b7dfb49a099be65b781d47e4981afd5c5f6f11d1c5858643bfc8000
|
||||
SHA256 (pipewire-0.3.40.tar.gz) = a2c8176d757a2ac6db445c61a50802ff1c26f49f5a28174f5eb0278609a887cf
|
||||
|
@ -13,7 +13,9 @@ build() {
|
||||
prt-get isinst alsa-lib-32 && PKGMK_PW+=' -D alsa=enabled -D pipewire-alsa=enabled'
|
||||
prt-get isinst avahi-32 && PKGMK_PW+=' -D avahi=enabled'
|
||||
prt-get isinst dbus-32 && PKGMK_PW+=' -D dbus=enabled'
|
||||
prt-get isinst jack-32 && PKGMK_PW+=' -D jack=enabled -D pipewire-jack=enabled'
|
||||
## there is no jack-32 port, turn it off if jack is installed to prevent build errors
|
||||
#prt-get isinst jack-32 && PKGMK_PW+=' -D jack=enabled'
|
||||
prt-get isinst jack && PKGMK_PW+=' -D jack=disabled'
|
||||
prt-get isinst libsdl2-32 && PKGMK_PW+=' -D sdl2=enabled'
|
||||
prt-get isinst libsndfile-32 && PKGMK_PW+=' -D sndfile=enabled'
|
||||
prt-get isinst pulseaudio-32 && PKGMK_PW+=' -D libpulse=enabled'
|
||||
|
Loading…
x
Reference in New Issue
Block a user