[arch-commits] Commit in kdemultimedia-ffmpegthumbs/repos (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jun 13 19:06:05 UTC 2013


    Date: Thursday, June 13, 2013 @ 21:06:05
  Author: andrea
Revision: 188375

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 188374, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
  kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/
  kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 188374, 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 188374, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-06-13 19:06:05 UTC (rev 188375)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.10.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=('0e5adc0c92b6c6da042d8322144113c9ec8f6793')
+
+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 188374, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-06-13 19:06:05 UTC (rev 188375)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.10.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=('0e5adc0c92b6c6da042d8322144113c9ec8f6793')
+
+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