summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Straube2016-12-24 14:54:19 +0100
committerMichael Straube2016-12-24 14:54:19 +0100
commit3c0e1b2b38822db966d1bacd77d6a0bb3fd51024 (patch)
treeb93451129550ea12071999cda351e8f8f764e12f /PKGBUILD
parent5256d0ba5de566e1dc211c5427d632c9361bdeae (diff)
downloadaur-3c0e1b2b38822db966d1bacd77d6a0bb3fd51024.tar.gz
Add optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 595deb07518e..46541c27146e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,17 @@
pkgname=bluemindo
pkgver=1.0rc1
-pkgrel=1
+pkgrel=2
pkgdesc='Ergonomic and modern music player designed for audiophiles'
arch=('any')
url='http://bluemindo.codingteam.net'
license=('GPL3')
depends=('gst-python' 'python-dbus' 'python-beautifulsoup4' 'python-pytaglib')
+optdepends=('pulseaudio: PulseAudio support'
+ 'gst-plugins-good: PulseAudio support and good codecs'
+ 'gst-plugins-bad: additional codecs'
+ 'gst-plugins-ugly: additional codecs'
+ 'gst-libav: libav codec')
source=("https://codingteam.net/project/bluemindo/download/file/bluemindo-$pkgver.tar.gz"
"makefile.patch")
sha256sums=('e405c881feeb43f8126988403e1c1008ee5341c8faae90d5e671d9075c89fe5c'