diff options
author | root <root@rshg054.dnsready.net> | 2011-12-28 23:14:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-28 23:14:43 +0000 |
commit | 5cd3c62bce23c2b25c28b22da71f664b48703ad2 (patch) | |
tree | aee847e5a2d7426a3e42bf6972f4af3f17864261 /community/clementine/PKGBUILD | |
parent | b3288f94e625603d6b5b23740b721287e75eead7 (diff) |
Wed Dec 28 23:14:43 UTC 2011
Diffstat (limited to 'community/clementine/PKGBUILD')
-rw-r--r-- | community/clementine/PKGBUILD | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/community/clementine/PKGBUILD b/community/clementine/PKGBUILD index 9c55871e2..cfb7bf0cb 100644 --- a/community/clementine/PKGBUILD +++ b/community/clementine/PKGBUILD @@ -1,31 +1,30 @@ -# $Id: PKGBUILD 55879 2011-09-24 16:48:26Z stephane $ +# $Id: PKGBUILD 61276 2011-12-28 00:29:21Z stephane $ #Maintainer: Stéphane Gaudreault <stephane@archlinux.org> -#Contributor: BlackEagle < ike DOT devolder AT gmail DOT com > +#Contributor: BlackEagle <ike.devolder@gmail.com> #Contributor: Dany Martineau <dany.luc.martineau@gmail.com> pkgname=clementine -pkgver=0.7.1 -pkgrel=7 +pkgver=1.0.0 +pkgrel=1 pkgdesc="A music player and library organizer" url="http://www.clementine-player.org/" license=('GPL') arch=('i686' 'x86_64') -depends=('gstreamer0.10' 'taglib' 'glew' 'liblastfm' 'libgpod' 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt' 'libimobiledevice') +depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' + 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt' 'libimobiledevice' + 'qjson' 'libcdio' 'protobuf') makedepends=('cmake' 'boost') 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') -source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz - clementine-0.7.1-fix-devicekit.patch) -sha1sums=('8b2025b8876f9f3fe33ef5001e0621f3a5d0f142' - 'd595e2746949363680e0d64fe2fb97b524c8d27c') +source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) +sha1sums=('ba49c686ea5759e33d6b89179965503fd369cf30') install=clementine.install build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i ../clementine-0.7.1-fix-devicekit.patch - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DSTATIC_SQLITE=0 -DENABLE_GIO=OFF + cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release make } |