[arch-commits] Commit in kdemultimedia-ffmpegthumbs/repos (4 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sat Mar 8 08:47:59 UTC 2014
Date: Saturday, March 8, 2014 @ 09:47:59
Author: andrea
Revision: 207285
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 207284, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/
kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207284, 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 207284, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2014-03-08 08:47:59 UTC (rev 207285)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.12.80
+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=('7a111e7c5ee604701623f8774ded41f214d24a55')
+
+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 207284, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2014-03-08 08:47:59 UTC (rev 207285)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.12.80
+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=('7a111e7c5ee604701623f8774ded41f214d24a55')
+
+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