[arch-commits] Commit in cantata/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Jul 14 19:56:25 UTC 2013


    Date: Sunday, July 14, 2013 @ 21:56:25
  Author: bpiotrowski
Revision: 94133

upgpkg: cantata 1.0.3-2

- rebuild against ffmpeg 2.0

Modified:
  cantata/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-14 19:43:20 UTC (rev 94132)
+++ PKGBUILD	2013-07-14 19:56:25 UTC (rev 94133)
@@ -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 @@
 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




More information about the arch-commits mailing list