From 5cd3c62bce23c2b25c28b22da71f664b48703ad2 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 28 Dec 2011 23:14:43 +0000 Subject: Wed Dec 28 23:14:43 UTC 2011 --- community/clementine/PKGBUILD | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'community/clementine') 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 -#Contributor: BlackEagle < ike DOT devolder AT gmail DOT com > +#Contributor: BlackEagle #Contributor: Dany Martineau 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 } -- cgit v1.2.3-54-g00ecf