From 19c2ecf0880a33f7b6ba43abd9c602b7a5d6bf04 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Sat, 22 Feb 2020 15:06:37 +0100 Subject: community/alsa-plugins: add install_if rule to -pulse --- community/alsa-plugins/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/alsa-plugins/APKBUILD b/community/alsa-plugins/APKBUILD index 1d394bfec09..ce976d1508a 100644 --- a/community/alsa-plugins/APKBUILD +++ b/community/alsa-plugins/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Taner Tas pkgname=alsa-plugins pkgver=1.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="Advanced Linux Sound Architecture (ALSA) plugins" url="https://www.alsa-project.org" arch="all" @@ -60,6 +60,7 @@ lavrate() { pulse() { pkgdesc="Pulseaudio support plugins for alsa-only applications" + install_if="alsa-lib pulseaudio" _mv_lib *pulse.so _mv_conf *pulseaudio* mv "$subpkgdir"/etc/alsa/conf.d/99-pulseaudio-default.conf.example \ -- cgit v1.2.3