summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent7c749901ea47b68d4a268cb642383ab4641f5268 (diff)
downloadaur-59689b833e4f6dc2d2b4ce53486f8da9d3b9405b.tar.gz
Added gstreamer optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'