main/sxmo-common-audio: remove (MR 4242)

drop in favor of sxmo-utils and subpackages

[ci:skip-build] already built successfully in CI
This commit is contained in:
Willow Barraco 2023-07-09 20:03:33 +02:00 committed by Clayton Craft
parent 92554e9bb5
commit 39d38a6314
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -1,28 +0,0 @@
# Maintainer: Anjandev Momi <anjan@momi.ca>
pkgname=sxmo-common-audio
pkgver=1.0.0
pkgrel=0
pkgdesc="SXMO/SWMO audio backends"
url="http://sr.ht/~mil/Sxmo"
arch="noarch !armhf"
license="MIT"
subpackages="$pkgname-pipewire $pkgname-pulse"
options="!check" # has no tests
package() {
mkdir -p "$pkgdir"
}
pipewire() {
provides="sxmo-common-audio"
provider_priority="20"
depends="pipewire-pulse pipewire wireplumber"
mkdir -p "$subpkgdir"
}
pulse() {
provides="sxmo-common-audio"
provider_priority="10"
depends="pulseaudio pulseaudio-alsa !pipewire-pulse !sxmo-common-bluetooth !pipewire-alsa"
mkdir -p "$subpkgdir"
}