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

Antonio Rojas arojas at archlinux.org
Mon Feb 15 23:52:21 UTC 2016


    Date: Tuesday, February 16, 2016 @ 00:52:20
  Author: arojas
Revision: 161720

ffmpeg 3.0 rebuild

Modified:
  cantata/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-15 22:53:09 UTC (rev 161719)
+++ PKGBUILD	2016-02-15 23:52:20 UTC (rev 161720)
@@ -7,7 +7,7 @@
 
 pkgname=cantata
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Qt5 client for the music player daemon (MPD)'
 arch=(i686 x86_64)
 url='https://code.google.com/p/cantata/'
@@ -21,6 +21,9 @@
 
 prepare() {
   mkdir -p build
+
+# Fix build against ffmpeg 3.0
+  sed -e '/audioconvert.h/d' -i $pkgname-$pkgver/replaygain/ffmpeginput.cpp
 }
 
 build() {



More information about the arch-commits mailing list