diff options
author | root <root@rshg054.dnsready.net> | 2013-08-02 01:31:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-02 01:31:32 -0700 |
commit | f7cd2a0a073da2373cd3f3c8e31515dd0b83b645 (patch) | |
tree | e28c5c379825afaf02a927a8f1d1b1fcb94c2362 /community/cantata | |
parent | 70ec180b1cca6eda5576597c2bfff9171f7815bf (diff) |
Fri Aug 2 01:30:56 PDT 2013
Diffstat (limited to 'community/cantata')
-rw-r--r-- | community/cantata/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
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 <cinelli@aur.archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Mcder3 <mcder3[at]gmail[dot]com> @@ -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 |