summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2014-03-11 18:24:57 +0100
committerFrederik "Freso" S. Olesen2014-03-11 18:24:57 +0100
commit030f4abbea290e647e3ec7c67934ce2a79762386 (patch)
treeffd6dfc2d4338ce32acb161a6920018e4ff8d91d
parent614c3f21eb6f97ddacf74d47a44995918936e402 (diff)
downloadaur-030f4abbea290e647e3ec7c67934ce2a79762386.tar.gz
mopidy-git: Update dependencies.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD17
2 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75f1429f772f..9e62c3f37bd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,18 +8,18 @@ pkgbase = mopidy-git
makedepends = git
makedepends = python2
depends = python2
- depends = pyspotify-git
depends = python2-pykka
- depends = python2-distribute
- depends = gawk
+ depends = python2-setuptools
depends = gstreamer0.10-python
depends = gstreamer0.10-base-plugins
depends = gstreamer0.10-good-plugins
depends = gstreamer0.10-ugly-plugins
+ optdepends = gstreamer0.10-ffmpeg: AAC+ and WMA support.
+ optdepends = mopidy-spotify: Spotify backend
+ optdepends = mopidy-scrobbler: Last.FM scrobbler
+ optdepends = mopidy-MPRIS: MPRIS frontend
optdepends = python2-cherrypy: HTTP frontend
optdepends = python2-ws4py: HTTP frontend
- optdepends = python2-pylast: Last.fm frontend
- optdepends = python2-dbus: MPRIS frontend
provides = mopidy
conflicts = mopidy
source = git+https://github.com/mopidy/mopidy.git
diff --git a/PKGBUILD b/PKGBUILD
index 49cdf99302a2..3d4120755219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,20 +10,19 @@ arch=('any')
url="http://www.mopidy.com"
license=('APACHE')
depends=('python2'
- 'pyspotify-git'
'python2-pykka'
- 'python2-distribute'
- 'gawk'
+ 'python2-setuptools'
'gstreamer0.10-python'
'gstreamer0.10-base-plugins'
'gstreamer0.10-good-plugins'
'gstreamer0.10-ugly-plugins')
-makedepends=('git'
- 'python2')
-optdepends=('python2-cherrypy: HTTP frontend'
- 'python2-ws4py: HTTP frontend'
- 'python2-pylast: Last.fm frontend'
- 'python2-dbus: MPRIS frontend')
+makedepends=('git' 'python2')
+optdepends=('gstreamer0.10-ffmpeg: AAC+ and WMA support.'
+ 'mopidy-spotify: Spotify backend'
+ 'mopidy-scrobbler: Last.FM scrobbler'
+ 'mopidy-MPRIS: MPRIS frontend'
+ 'python2-cherrypy: HTTP frontend'
+ 'python2-ws4py: HTTP frontend')
conflicts=('mopidy')
provides=('mopidy')
source=('git+https://github.com/mopidy/mopidy.git'