From f7cd2a0a073da2373cd3f3c8e31515dd0b83b645 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Aug 2013 01:31:32 -0700 Subject: Fri Aug 2 01:30:56 PDT 2013 --- community/cantata/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'community/cantata/PKGBUILD') diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD index 3c6d8ba46..fda9f5a38 100644 --- a/community/cantata/PKGBUILD +++ b/community/cantata/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92187 2013-06-02 15:36:24Z bpiotrowski $ +# $Id: PKGBUILD 94869 2013-08-01 06:54:42Z bpiotrowski $ # Maintainer: Federico Cinelli # Contributor: Andrea Scarpino # Contributor: Mcder3 @@ -7,7 +7,7 @@ pkgname=cantata pkgver=1.0.3 pkgdesc="A KDE client for the music player daemon (MPD)" -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://kde-apps.org/content/show.php/Cantata?content=147733" license=('GPL') @@ -17,6 +17,11 @@ 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 -- cgit v1.2.3-54-g00ecf