Skip to content
Snippets Groups Projects
Commit 27123d5c authored by alice's avatar alice Committed by Bart Ribbers
Browse files

community/pipewire: trim provides= from pipewire-alsa

this doesn't do anything except allow pulseaudio-alsa to be provided
by this (the priority doesn't work or do anything)

but that is pointless, i.e. there is no need for this to conflict with
pulseaudio-alsa or for something to "depend on pulseaudio-alsa" and
get this.
parent c616398f
No related branches found
No related tags found
1 merge request!45724community/pipewire/pulseaudio: clean up -alsa "provides"
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=pipewire pkgname=pipewire
pkgver=0.3.67 pkgver=0.3.67
pkgrel=0 pkgrel=1
pkgdesc="Multimedia processing graphs" pkgdesc="Multimedia processing graphs"
url="https://pipewire.org/" url="https://pipewire.org/"
arch="all" arch="all"
...@@ -118,8 +118,6 @@ package() { ...@@ -118,8 +118,6 @@ package() {
alsa() { alsa() {
pkgdesc="ALSA support for pipewire" pkgdesc="ALSA support for pipewire"
provides="pulseaudio-alsa=$pkgver-r$pkgrel"
provider_priority=1
replaces="$pkgname" # for backward compatibility replaces="$pkgname" # for backward compatibility
amove usr/lib/alsa-lib amove usr/lib/alsa-lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment