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

Andrea Scarpino andrea at archlinux.org
Wed Nov 21 19:53:04 UTC 2012


    Date: Wednesday, November 21, 2012 @ 14:53:04
  Author: andrea
Revision: 171838

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/
  kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD
    (from rev 171837, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
  kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/
  kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 171837, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 171837, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2012-11-21 19:53:04 UTC (rev 171838)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.9.80
+pkgrel=1
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz")
+sha1sums=('1da7ccdcdd9980aaa2adf338496de52469582fb4')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD (from rev 171837, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2012-11-21 19:53:04 UTC (rev 171838)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.9.80
+pkgrel=1
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz")
+sha1sums=('1da7ccdcdd9980aaa2adf338496de52469582fb4')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../mplayerthumbs-${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