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

Antonio Rojas arojas at archlinux.org
Tue Feb 16 20:09:17 UTC 2016


    Date: Tuesday, February 16, 2016 @ 21:09:16
  Author: arojas
Revision: 259852

ffmpeg 3.0 rebuild

Modified:
  ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-16 20:09:04 UTC (rev 259851)
+++ PKGBUILD	2016-02-16 20:09:16 UTC (rev 259852)
@@ -4,7 +4,7 @@
 
 pkgname=ffmpegthumbs
 pkgver=15.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/ffmpegthumbs'
 arch=(i686 x86_64)
@@ -13,11 +13,17 @@
 depends=(kio ffmpeg)
 makedepends=(extra-cmake-modules git)
 replaces=(kdemultimedia-ffmpegthumbs)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('3e56e870a963fbc7e0c1b873628e56e7')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+	ffmpegthumbs-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126992/diff/raw/")
+md5sums=('3e56e870a963fbc7e0c1b873628e56e7'
+         '0e3a9b044e2d94be9c608ad6369e9c7f')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix build against ffmpeg 3.0
+  patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
 }
 
 build() {



More information about the arch-commits mailing list