From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/cantata/PKGBUILD | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 community/cantata/PKGBUILD (limited to 'community/cantata/PKGBUILD') diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD deleted file mode 100644 index fda9f5a38..000000000 --- a/community/cantata/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# $Id: PKGBUILD 94869 2013-08-01 06:54:42Z bpiotrowski $ -# Maintainer: Federico Cinelli -# Contributor: Andrea Scarpino -# Contributor: Mcder3 -# Contributor: MisterFred - -pkgname=cantata -pkgver=1.0.3 -pkgdesc="A KDE client for the music player daemon (MPD)" -pkgrel=2 -arch=('i686' 'x86_64') -url="http://kde-apps.org/content/show.php/Cantata?content=147733" -license=('GPL') -depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 'libmusicbrainz5') -makedepends=('cmake' 'automoc4') -install="$pkgname.install" -source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2") -md5sums=('fd942d25127a7936efaf1fe887d66189') - -prepare() { - cd "$srcdir/$pkgname-$pkgver" - sed -i 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/192000/' replaygain/ffmpeginput.cpp -} - -build() { - cd "$srcdir/$pkgname-$pkgver" - mkdir build - - cmake . \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DENABLE_PHONON=ON - - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" PREFIX="/usr" install -} -- cgit v1.2.3-54-g00ecf