mopidy: update to 1.0.8.
This commit is contained in:
parent
f626c6e6f0
commit
970ee7ba4e
1 changed files with 10 additions and 10 deletions
|
@ -1,25 +1,25 @@
|
||||||
# Template file for 'mopidy'
|
# Template file for 'mopidy'
|
||||||
pkgname=mopidy
|
pkgname=mopidy
|
||||||
version=1.0.7
|
version=1.0.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
wrksrc="Mopidy-$version"
|
||||||
short_desc="Music server for MPD, Spotify, SoundClound and others"
|
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
|
||||||
license="Apache-2.0"
|
|
||||||
homepage="http://www.mopidy.com"
|
|
||||||
distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
|
|
||||||
checksum=85f1d7ca176dd28f1880db56d26b1a4ff6dcd53e3da0918026fbaa50916ec678
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
build_style=python-module
|
||||||
pycompile_module=mopidy
|
pycompile_module=mopidy
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="gst-python gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1 python-tornado python-pykka python-setuptools"
|
depends="gst-python gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1 python-tornado python-pykka python-setuptools"
|
||||||
wrksrc="Mopidy-$version"
|
|
||||||
|
|
||||||
conf_files="/etc/mopidy.conf"
|
conf_files="/etc/mopidy.conf"
|
||||||
system_accounts="mopidy"
|
system_accounts="mopidy"
|
||||||
mopidy_homedir="/var/lib/mopidy/"
|
mopidy_homedir="/var/lib/mopidy/"
|
||||||
mopidy_groups="audio"
|
mopidy_groups="audio"
|
||||||
make_dirs="/var/lib/mopidy 0755 mopidy mopidy"
|
make_dirs="/var/lib/mopidy 0755 mopidy mopidy"
|
||||||
|
short_desc="Music server for MPD, Spotify, SoundClound and others"
|
||||||
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="http://www.mopidy.com"
|
||||||
|
distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
|
||||||
|
checksum=e7ccc2efd626320d6117e7143af2fd681dcae2e8623902bc3922c3dd7271b863
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf $FILESDIR/mopidy.conf
|
vconf $FILESDIR/mopidy.conf
|
||||||
|
|
Loading…
Reference in a new issue