Date: Monday, January 25, 2016 @ 00:10:18 Author: arojas Revision: 158781
Update to 2.0.0 Modified: cantata/trunk/PKGBUILD ----------+ PKGBUILD | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-24 22:31:48 UTC (rev 158780) +++ PKGBUILD 2016-01-24 23:10:18 UTC (rev 158781) @@ -1,36 +1,31 @@ # $Id$ -# Maintainer: Federico Cinelli <[email protected]> +# Maintainer: Antonio Rojas <[email protected]> +# Contributor: Federico Cinelli <[email protected]> # Contributor: Andrea Scarpino <[email protected]> # Contributor: Mcder3 <mcder3[at]gmail[dot]com> # Contributor: MisterFred <mister.fred[at]free[dot]fr> pkgname=cantata -pkgver=1.5.2 -pkgrel=4 +pkgver=2.0.0 +pkgrel=1 pkgdesc='Qt5 client for the music player daemon (MPD)' -arch=('i686' 'x86_64') +arch=(i686 x86_64) url='https://code.google.com/p/cantata/' -license=('GPL') -depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123' - 'taglib-extras' 'hicolor-icon-theme' 'cdparanoia' 'speex' 'media-player-info' 'udisks2') +license=(GPL) +depends=(qt5-svg libmtp libcddb libmusicbrainz5 mpg123 vlc taglib-extras cdparanoia media-player-info udisks2) optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain support') -makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'ffmpeg') +makedepends=(cmake qt5-tools ffmpeg) install=$pkgname.install -source=("${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60LV9rM3RMQk85Z1E" taglib-1.10.patch) -md5sums=('0b29d30f1b03ecac23eb608309fbeaa1' - 'af5aa1d31e78480289719b165d69f1b5') +source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2") +md5sums=('dc7a65145692c5b2cac4c2c8a7c767c5') prepare() { mkdir -p build - -# Fix taglib 1.10 detection - cd $pkgname-$pkgver - patch -p1 -i ../taglib-1.10.patch } build() { cd build - cmake ../${pkgname}-${pkgver} \ + cmake ../$pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DENABLE_HTTP_STREAM_PLAYBACK=ON \
