Update optional dependency for GStreamer

The new versions use GStreamer 1.0, which in turn uses the `gi` version of
Python-GObject, which is called `python2-gobject` on Arch.
This commit is contained in:
Adrian Sampson 2016-07-27 10:41:02 -07:00
parent e8bc58ea8c
commit 17d2f53670

View File

@ -15,7 +15,7 @@ depends=('python2-munkres' 'mutagen'
makedepends=('git') makedepends=('git')
optdepends=('python2-pyacoustid: acoustic fingerprinting' optdepends=('python2-pyacoustid: acoustic fingerprinting'
'python2-flask: web interface' 'python2-flask: web interface'
'gstreamer0.10-python: BPD audio player plugin' 'python2-gobject: BPD audio player plugin'
'python2-pylast: lastgenre plugin') 'python2-pylast: lastgenre plugin')
provides=('beets') provides=('beets')
conflicts=('beets') conflicts=('beets')