[arch-commits] Commit in kdemultimedia-ffmpegthumbs/repos (4 files)
Andrea Scarpino
andrea at archlinux.org
Tue Oct 2 19:49:29 UTC 2012
Date: Tuesday, October 2, 2012 @ 15:49:29
Author: andrea
Revision: 167639
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdemultimedia-ffmpegthumbs/repos/testing-i686/
kdemultimedia-ffmpegthumbs/repos/testing-i686/PKGBUILD
(from rev 167638, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
kdemultimedia-ffmpegthumbs/repos/testing-x86_64/
kdemultimedia-ffmpegthumbs/repos/testing-x86_64/PKGBUILD
(from rev 167638, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
Copied: kdemultimedia-ffmpegthumbs/repos/testing-i686/PKGBUILD (from rev 167638, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-10-02 19:49:29 UTC (rev 167639)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.9.2
+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/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz")
+sha1sums=('a0083c2cda9c194663676b70beb6d23dba0d4f1d')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../ffmpegthumbs-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdemultimedia-ffmpegthumbs/repos/testing-x86_64/PKGBUILD (from rev 167638, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-02 19:49:29 UTC (rev 167639)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.9.2
+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/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz")
+sha1sums=('a0083c2cda9c194663676b70beb6d23dba0d4f1d')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../ffmpegthumbs-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list