From b0d474ba3d90c00577b25e6a83447d66b060d19a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 2 May 2024 00:18:30 +0200 Subject: [PATCH] main/postmarketos-base-ui: add pipewire and wireplumber (MR 5091) These are increasingly needed for camera and screen sharing/recording tasks. To make the development easier and future-proof, install them by default. They can now be removed from the audio subpackage Fixes #2785 --- main/postmarketos-base-ui/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-base-ui/APKBUILD b/main/postmarketos-base-ui/APKBUILD index 6b6941275..ad798de9d 100644 --- a/main/postmarketos-base-ui/APKBUILD +++ b/main/postmarketos-base-ui/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Clayton Craft pkgname=postmarketos-base-ui pkgver=21 -pkgrel=0 +pkgrel=1 pkgdesc="Meta package for minimal postmarketOS UI base" url="https://postmarketos.org" arch="noarch" @@ -12,12 +12,14 @@ depends=" font-dejavu haveged nftables + pipewire postmarketos-artwork-icons postmarketos-base shadow tzdata util-linux wireless-regdb + wireplumber " subpackages=" $pkgname-audio-pipewire:_audio_pipewire @@ -229,7 +231,7 @@ iwd() { _audio_pipewire() { pkgdesc="Use pipewire as the audio backend. (but may not work with all devices)" - depends="pipewire pipewire-alsa pipewire-pulse wireplumber" + depends="pipewire-alsa pipewire-pulse" provides="postmarketos-base-ui-audio=$pkgver-r$pkgrel" provider_priority=90