summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2016-10-08 22:02:43 +0200
committerKenjiTakahashi2016-10-08 22:02:43 +0200
commit42d88ff7be7bae3c52fffc7c60e0cb2386736e7b (patch)
treee5ef9d395633f408809b8502d7a479086ccd237b
parent8cb4a7b75c860f68fd6a67367f0bb0393d9d75f6 (diff)
downloadaur-42d88ff7be7bae3c52fffc7c60e0cb2386736e7b.tar.gz
Add libpulse as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13a92b449202..852a2c2d3c38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Oct 8 18:47:27 UTC 2016
+# Sat Oct 8 20:00:59 UTC 2016
pkgbase = mpd-light-pulse
pkgdesc = Flexible, powerful, server-side application for playing music. Light version without ao, ffmpeg, jack, modplug, shout, sidplay, soundcloud, wavpack, avahi, smbclient support.
pkgver = 0.19.19
@@ -20,6 +20,7 @@ pkgbase = mpd-light-pulse
depends = libmms
depends = libid3tag
depends = libmpdclient
+ depends = libpulse
depends = icu
depends = libupnp
depends = libnfs
diff --git a/PKGBUILD b/PKGBUILD
index b8ce93587b8c..15e80a3aa422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc='Flexible, powerful, server-side application for playing music. Light ve
url='http://www.musicpd.org/'
license=('GPL')
arch=('i686' 'x86_64' 'armv6h')
-depends=('audiofile' 'libmad' 'curl' 'faad2' 'sqlite' 'libmms' 'libid3tag' 'libmpdclient'
+depends=('audiofile' 'libmad' 'curl' 'faad2' 'sqlite' 'libmms' 'libid3tag' 'libmpdclient' 'libpulse'
'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'libcdio-paranoia')
makedepends=('doxygen' 'boost')
provides=("mpd=$pkgver")