aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-07-04 16:36:13 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-07-05 01:45:44 -0300
commitf64319e512b5d17d0a06d63a843dd6ea87ae4765 (patch)
tree04906eefaff890766fb74471fd2d2a293c98ff05
parent5f49e6de92eb3d6f30751310ecddec157efa7d7f (diff)
downloadaports-f64319e512b5d17d0a06d63a843dd6ea87ae4765.tar.bz2
aports-f64319e512b5d17d0a06d63a843dd6ea87ae4765.tar.xz
community/audacious-plugins: add PulseAudio support
-rw-r--r--community/audacious-plugins/APKBUILD14
1 files changed, 3 insertions, 11 deletions
diff --git a/community/audacious-plugins/APKBUILD b/community/audacious-plugins/APKBUILD
index 26c18c8b0f..41efafab62 100644
--- a/community/audacious-plugins/APKBUILD
+++ b/community/audacious-plugins/APKBUILD
@@ -2,41 +2,34 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=audacious-plugins
pkgver=3.10.1
-pkgrel=2
+pkgrel=3
pkgdesc="A playlist-oriented media player with multiple interfaces (plugins)"
url="https://audacious-media-player.org/"
arch="all !s390x"
license="ISC"
depends="audacious"
install_if="audacious=$pkgver"
-_want_ffmpeg="ffmpeg-dev"
makedepends="
libmowgli-dev
libguess-dev
dbus-glib-dev
audacious-dev>=${pkgver%.*}
libxml2-dev
-
mpg123-dev
-
libcdio-dev
libcdio-paranoia-dev
libcddb-dev
-
libxcomposite-dev
libsamplerate-dev
libcue-dev
libmms-dev
libsndfile-dev
-
libnotify-dev
-
libogg-dev
libvorbis-dev
-
- $_want_ffmpeg
-
+ ffmpeg-dev
alsa-lib-dev
+ pulseaudio-dev
faad2-dev
neon-dev
curl-dev
@@ -44,7 +37,6 @@ makedepends="
lame-dev
flac-dev
sdl-dev
-
automake
autoconf
"