clementine: rebuild

This commit is contained in:
Chaoting Liu 2015-04-21 02:54:01 +00:00
parent 7d5c492ab7
commit b0cc5df2ff

View File

@ -4,7 +4,7 @@
pkgname=clementine
_pkgname=Clementine
pkgver=1.2.3
pkgrel=4
pkgrel=5
pkgdesc="A modern music player and library organiser and a port of Amarok 1.4, with some features rewritten to take advantage of Qt4."
url="http://www.clementine-player.org/"
screenshot="http://images.clementine-player.org/screenshots/clementine-1.0-3.png"
@ -14,11 +14,15 @@ install=${pkgname}.install
depends=('gstreamer0.10-base' 'taglib' 'glew>=1.10.0' 'liblastfm' 'libgpod' 'libmtp' 'libplist'
'hicolor-icon-theme' 'qtwebkit' 'libimobiledevice' 'qjson' 'glew' 'protobuf'
'libcdio' 'qca' 'qca-ossl' 'chromaprint')
makedepends=('cmake' 'boost' 'mesa')
makedepends=('cmake' 'boost' 'mesa' 'libspotify' 'dropbox' 'libmygpo-qt')
optdepends=('gstreamer0.10-base-plugins: for more open formats'
'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries')
'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries'
'libmygpo-qt: add support for gpodder.net'
'libspotify: add support for Spotify, due to license restriction, please build it
with ccr yourself'
'dropbox: add support for Dropbox')
categories=('multimedia')
source=("https://github.com/clementine-player/${_pkgname}/archive/${pkgver}.tar.gz"
"clementine-udisks-headers.patch")