FS#48215 - [mopidy] 2.0 switched to gstreamer >1.0

Attached to Project: Community Packages
Opened by Florian Jacob (fjacob) - Tuesday, 16 February 2016, 20:11 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 16 February 2016, 23:31 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

mopidy 2.0 switched to gstreamer >1.0, so the dependencies need to be updated.
See https://github.com/mopidy/mopidy/blob/master/docs/installation/source.rst, search for “Arch Linux”.

I installed gstreamer, gst-python2, gst-plugins-good, gst-plugins-ugly and additionally gst-plugins-bad to get opus support, then everything worked as expected.

Proposal:

depends=('python2'
'python2-pykka>=1.1'
'python2-setuptools'
'python2-requests'
'gstreamer'
'gst-python2'
'gst-plugins-good'
'gst-plugins-ugly'
'python2-tornado>=2.3')
optdepends=('gst-plugins-bad: additional codecs'
'mopidy-spotify: Spotify backend'
'mopidy-scrobbler: Last.FM scrobbler'
'mopidy-mopify: Web client with Spotify-inspired interface'
'mopidy-soundcloud: Soundcloud backend')


Steps to reproduce:
Install & start mopidy without gstreamer >1.0 installed
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Tuesday, 16 February 2016, 23:31 GMT
Reason for closing:  Fixed
Comment by Trygve Aaberge (trygveaa) - Tuesday, 16 February 2016, 22:56 GMT
The required GStreamer dependencies are documented at https://docs.mopidy.com/en/latest/installation/source/ (other dependencies are stated in the setup.py file).

To quote it, they are "gst-python2 gst-plugins-good gst-plugins-ugly".

Loading...