diff options
author | psykose <alice@ayaya.dev> | 2022-12-06 21:08:44 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-12-06 22:08:45 +0100 |
commit | 3d3c5d17a79a615cd5935455cb31fee4efbe21a3 (patch) | |
tree | 11c38db74aa2dde7d01eab6e3dd68c858423c2c3 | |
parent | 0eb4738e560ebac30862a910b35fe89d2d5e98a4 (diff) | |
download | aports-3d3c5d17a79a615cd5935455cb31fee4efbe21a3.tar.gz aports-3d3c5d17a79a615cd5935455cb31fee4efbe21a3.tar.bz2 aports-3d3c5d17a79a615cd5935455cb31fee4efbe21a3.tar.xz |
community/pulseaudio: depend on alsa-utils in -openrc
the init script requires the alsa init.d which uses these utils when the
alsa/udev pulse modules are in use
-rw-r--r-- | community/pulseaudio/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pulseaudio/APKBUILD b/community/pulseaudio/APKBUILD index 7ad748161c..0441df0548 100644 --- a/community/pulseaudio/APKBUILD +++ b/community/pulseaudio/APKBUILD @@ -6,7 +6,7 @@ # Maintainer: pkgname=pulseaudio pkgver=16.1 -pkgrel=6 +pkgrel=7 pkgdesc="featureful, general-purpose sound server" provider_priority=10 url="https://www.freedesktop.org/wiki/Software/PulseAudio/" @@ -46,7 +46,7 @@ makedepends=" gstreamer-dev gst-plugins-base-dev " -depends_openrc="alsa-utils-openrc" +depends_openrc="alsa-utils alsa-utils-openrc" subpackages=" $pkgname-dev $pkgname-doc |