summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2016-12-24 14:54:19 +0100
committerMichael Straube2016-12-24 14:54:19 +0100
commit3c0e1b2b38822db966d1bacd77d6a0bb3fd51024 (patch)
treeb93451129550ea12071999cda351e8f8f764e12f
parent5256d0ba5de566e1dc211c5427d632c9361bdeae (diff)
downloadaur-3c0e1b2b38822db966d1bacd77d6a0bb3fd51024.tar.gz
Add optdepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dde8d3225add..10c891a2f1b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bluemindo
pkgdesc = Ergonomic and modern music player designed for audiophiles
pkgver = 1.0rc1
- pkgrel = 1
+ pkgrel = 2
url = http://bluemindo.codingteam.net
arch = any
license = GPL3
@@ -9,6 +9,11 @@ pkgbase = bluemindo
depends = python-dbus
depends = python-beautifulsoup4
depends = python-pytaglib
+ optdepends = pulseaudio: PulseAudio support
+ optdepends = gst-plugins-good: PulseAudio support and good codecs
+ optdepends = gst-plugins-bad: additional codecs
+ optdepends = gst-plugins-ugly: additional codecs
+ optdepends = gst-libav: libav codec
source = https://codingteam.net/project/bluemindo/download/file/bluemindo-1.0rc1.tar.gz
source = makefile.patch
sha256sums = e405c881feeb43f8126988403e1c1008ee5341c8faae90d5e671d9075c89fe5c
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'