summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYannick Le Guen2015-06-09 19:37:35 +0200
committerYannick Le Guen2015-06-09 19:37:35 +0200
commit59689b833e4f6dc2d2b4ce53486f8da9d3b9405b (patch)
tree6240fb00ea875d3cb51cc1a57285645fb35008c9
parent7c749901ea47b68d4a268cb642383ab4641f5268 (diff)
downloadaur-59689b833e4f6dc2d2b4ce53486f8da9d3b9405b.tar.gz
Added gstreamer optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--gmusicbrowser.install2
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e73ca761a154..c26eb92e6e16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gmusicbrowser
pkgdesc = A customizable open-source jukebox for large collections
pkgver = 1.1.14
- pkgrel = 2
+ pkgrel = 3
url = http://gmusicbrowser.org
install = gmusicbrowser.install
arch = any
@@ -13,6 +13,7 @@ pkgbase = gmusicbrowser
optdepends = mpg321: mp3 support for the ALSA backend
optdepends = vorbis-tools: vorbis support for the ALSA backend
optdepends = mplayer: enables the mplayer backend
+ optdepends = gstreamer: enables the gstreamer backend
optdepends = perl-glib-object-introspection: enables the gstreamer backend
optdepends = gst-plugins-base: vorbis support for the gstreamer backend
optdepends = gst-plugins-good: flac support for the gstreamer backend
diff --git a/PKGBUILD b/PKGBUILD
index 58a5339f5f1c..f354b266f068 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gmusicbrowser
pkgver=1.1.14
-pkgrel=2
+pkgrel=3
pkgdesc="A customizable open-source jukebox for large collections"
arch=('any')
url="http://gmusicbrowser.org"
@@ -15,6 +15,7 @@ optdepends=('alsa-utils: enables the ALSA backend'
'mpg321: mp3 support for the ALSA backend'
'vorbis-tools: vorbis support for the ALSA backend'
'mplayer: enables the mplayer backend'
+ 'gstreamer: enables the gstreamer backend'
'perl-glib-object-introspection: enables the gstreamer backend'
'gst-plugins-base: vorbis support for the gstreamer backend'
'gst-plugins-good: flac support for the gstreamer backend'
diff --git a/gmusicbrowser.install b/gmusicbrowser.install
index 607a0f0a451d..2035fe0b05c9 100644
--- a/gmusicbrowser.install
+++ b/gmusicbrowser.install
@@ -2,7 +2,7 @@ post_install() {
cat << _EOF
==> In order to play your music with gmusicbrowser, you need to install:
-- perl-glib-object-introspection + gstreamer plugins or
+- gstreamer, perl-glib-object-introspection + gstreamer plugins or
- mpg321/vorbis-tools/flac123/alsa-utils or
- mplayer
(look at optdepends for details)