[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Sun Aug 30 22:16:18 UTC 2015


    Date: Monday, August 31, 2015 @ 00:16:18
  Author: arojas
Revision: 245101

Add KF5 version of ffmpegthumbs, needed for dolphin 15.08

Added:
  ffmpegthumbs/
  ffmpegthumbs/trunk/
  ffmpegthumbs/trunk/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

Added: ffmpegthumbs/trunk/PKGBUILD
===================================================================
--- ffmpegthumbs/trunk/PKGBUILD	                        (rev 0)
+++ ffmpegthumbs/trunk/PKGBUILD	2015-08-30 22:16:18 UTC (rev 245101)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ffmpegthumbs
+pkgver=15.08.0
+pkgrel=1
+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)
+makedepends=(extra-cmake-modules git)
+source=("git://git.kde.org/ffmpegthumbs#commit=c06602ff")
+sha1sums=('SKIP')
+
+pkgver() { 
+  cd $pkgname
+  printf "15.08_r%s_%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


Property changes on: ffmpegthumbs/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list