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

Antonio Rojas arojas at archlinux.org
Mon Feb 15 23:29:10 UTC 2016


    Date: Tuesday, February 16, 2016 @ 00:29:09
  Author: arojas
Revision: 259362

ffmpeg 3.0 rebuild

Modified:
  amarok/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-15 23:22:58 UTC (rev 259361)
+++ PKGBUILD	2016-02-15 23:29:09 UTC (rev 259362)
@@ -5,7 +5,7 @@
 
 pkgname=amarok
 pkgver=2.8.0
-pkgrel=7
+pkgrel=8
 pkgdesc="The powerful music player for KDE"
 arch=("i686" "x86_64")
 url="http://amarok.kde.org/"
@@ -23,9 +23,10 @@
             "gst-libav: MP3 codecs")
 install="${pkgname}.install"
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
-        taglib_version_detect.patch)
+        taglib_version_detect.patch amarok-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126682/diff/raw/")
 sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937'
-          '8b2752a0fe78621bdb9ccdb763919ea265b52b06')
+          '8b2752a0fe78621bdb9ccdb763919ea265b52b06'
+          '819cb060cd9c63b576cc433f835cb4c175b07fd0')
 
 prepare() {
   mkdir build
@@ -32,6 +33,8 @@
 
   cd ${pkgname}-${pkgver}
   patch -Np1 -i ../taglib_version_detect.patch
+# Fix build against ffmpeg 3.0
+  patch -p1 -i ../amarok-ffmpeg3.patch
 }
 
 build() {



More information about the arch-commits mailing list