Skip to content

Commit

Permalink
Pull in required Pipewire dependencies for Archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
alimirjamali committed Jan 23, 2025
1 parent 115d86d commit 4b95ff1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions archlinux/PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ makedepends=(
automake
autoconf
libtool
'pulseaudio<=17.0+r43+g3e2bb8a1e'
'libpulse<=17.0+r43+g3e2bb8a1e'
'pipewire>=1:0.3.53-2'
xorg-server-devel
xorg-util-macros
Expand Down Expand Up @@ -102,8 +102,8 @@ package_qubes-vm-pulseaudio() {
package_pipewire-qubes () {

pkgdesc='PipeWire support for Qubes VM. This replaces the legacy PulseAudio module.'
depends=('pipewire>=1:0.3.53-2')
replaces=('qubes-vm-pulseaudio')
depends=('pipewire>=1:0.3.53-2' 'pipewire-pulse' 'wireplumber')
replaces=('qubes-vm-pulseaudio' 'pulseaudio')
install=archlinux/PKGBUILD-pipewire-qubes.install

cd "${_pkgnvr}"
Expand Down

0 comments on commit 4b95ff1

Please sign in to comment.