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

Antonio Rojas arojas at archlinux.org
Wed Feb 24 20:58:00 UTC 2016


    Date: Wednesday, February 24, 2016 @ 21:58:00
  Author: arojas
Revision: 260233

Build with ffmpeg 2.8, patch doesn't work

Modified:
  ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-24 20:30:00 UTC (rev 260232)
+++ PKGBUILD	2016-02-24 20:58:00 UTC (rev 260233)
@@ -4,19 +4,17 @@
 
 pkgname=ffmpegthumbs
 pkgver=15.12.2
-pkgrel=2
+pkgrel=3
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/ffmpegthumbs'
 arch=(i686 x86_64)
 license=(GPL LGPL FDL)
 groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg)
+depends=(kio ffmpeg2.8)
 makedepends=(extra-cmake-modules git)
 replaces=(kdemultimedia-ffmpegthumbs)
-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')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('3e56e870a963fbc7e0c1b873628e56e7')
 
 prepare() {
   mkdir -p build
@@ -23,11 +21,12 @@
 
   cd $pkgname-$pkgver
 # Fix build against ffmpeg 3.0
-  patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
+# patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
 }
 
 build() {
   cd build
+  export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig"
   cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DBUILD_TESTING=OFF \



More information about the arch-commits mailing list