From ebfbe6aa4a09806147654dd9e8d512cd68921e0d Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 9 Jan 2014 03:58:56 +0000 Subject: Thu Jan 9 03:54:24 UTC 2014 --- community/cantata/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'community/cantata') diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD index a787619fd..c7b699bc6 100644 --- a/community/cantata/PKGBUILD +++ b/community/cantata/PKGBUILD @@ -1,23 +1,24 @@ -# $Id: PKGBUILD 101406 2013-11-24 23:10:10Z cinelli $ +# $Id: PKGBUILD 103640 2014-01-08 16:42:15Z bgyorgy $ # Maintainer: Federico Cinelli # Contributor: Andrea Scarpino # Contributor: Mcder3 # Contributor: MisterFred pkgname=cantata -pkgver=1.1.3 +pkgver=1.2.2 pkgdesc="A KDE client for the music player daemon (MPD)" -pkgrel=2 +pkgrel=1 arch=('i686' 'x86_64') url="http://kde-apps.org/content/show.php/Cantata?content=147733" license=('GPL') -depends=('kdebase-runtime' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123' 'taglib-extras') +depends=('kdebase-runtime' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123' 'qjson' 'taglib-extras') optdepends=('perl-uri: dynamic playlist' 'mpd: playback') makedepends=('cmake' 'automoc4') install="$pkgname.install" source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2") -md5sums=('22691c1ba9e0f94200f6cdb849be726a') +sha1sums=('89d84736ba4a43be7dc892af6fcbad5957075e19') + build() { cd "$srcdir/$pkgname-$pkgver" mkdir build @@ -25,7 +26,7 @@ build() { cmake . \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ - -DENABLE_PHONON=ON + -DENABLE_HTTP_STREAM_PLAYBACK=ON make } -- cgit v1.2.3-54-g00ecf