[arch-commits] Commit in kdemultimedia-ffmpegthumbs/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri Jul 25 15:05:14 UTC 2014
Date: Friday, July 25, 2014 @ 17:05:13
Author: svenstaro
Revision: 218076
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdemultimedia-ffmpegthumbs/repos/kde-unstable-i686/
kdemultimedia-ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD
(from rev 218075, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/
kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218075, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: kdemultimedia-ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 218075, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2014-07-25 15:05:13 UTC (rev 218076)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz")
+sha1sums=('cef0ded4b234b75da66b0d7ff3d95bb61baabfb2')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../ffmpegthumbs-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD (from rev 218075, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2014-07-25 15:05:13 UTC (rev 218076)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz")
+sha1sums=('cef0ded4b234b75da66b0d7ff3d95bb61baabfb2')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../ffmpegthumbs-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list