main/postmarketos-ui-phosh: add !pipewire-pulse (MR 2890)
Prevent apk from pulling in pipewire-pulse instead of pulseaudio, as this leads to various audio issues with Phosh in postmarketOS (volume buttons not working, no sound in various applications). Pipewire will be a great replacement for pulseaudio, but let's rather enable it intentionally for Phosh once we fixed everything that's currently breaking with it. Without this patch it may get installed when installing or upgrading other packages (not entirely sure how it gets triggered yet, but I have seen it myself multiple times and we've gotten reports about it). [ci:skip-build] already built successfully in CI
This commit is contained in:
parent
295f2c5c33
commit
b70a36190b
1 changed files with 3 additions and 1 deletions
|
@ -2,12 +2,14 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-phosh
|
||||
pkgver=15
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="(Wayland) Mobile UI developed for the Librem 5"
|
||||
url="https://puri.sm"
|
||||
arch="noarch !armhf"
|
||||
license="GPL-3.0-or-later"
|
||||
# !pipewire-pulse: prevent audio breakage, see pma#1386
|
||||
depends="
|
||||
!pipewire-pulse
|
||||
bluez
|
||||
dnsmasq
|
||||
gnome-keyring
|
||||
|
|
Loading…
Reference in a new issue