Date: Thursday, October 9, 2014 @ 13:12:04
  Author: spupykin
Revision: 120440

archrelease: copy trunk to community-i686, community-x86_64

Added:
  vid.stab/repos/community-i686/
  vid.stab/repos/community-i686/PKGBUILD
    (from rev 120439, vid.stab/trunk/PKGBUILD)
  vid.stab/repos/community-x86_64/
  vid.stab/repos/community-x86_64/PKGBUILD
    (from rev 120439, vid.stab/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: vid.stab/repos/community-i686/PKGBUILD (from rev 120439, 
vid.stab/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-10-09 11:12:04 UTC (rev 120440)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: EVorster <[email protected]>
+
+pkgname=vid.stab
+pkgver=0.98b
+pkgrel=2
+pkgdesc="Video stabilize library for fmpeg, mlt or transcode"
+arch=('i686' 'x86_64')
+url="http://public.hronopik.de/vid.stab";
+license=('GPL')
+depends=()
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/georgmartius/vid.stab/archive/release-$pkgver.tar.gz";)
+md5sums=('299b2f4ccd1b94c274f6d94ed4f1c5b8')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  rm -rf build
+  mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}

Copied: vid.stab/repos/community-x86_64/PKGBUILD (from rev 120439, 
vid.stab/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-09 11:12:04 UTC (rev 120440)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: EVorster <[email protected]>
+
+pkgname=vid.stab
+pkgver=0.98b
+pkgrel=2
+pkgdesc="Video stabilize library for fmpeg, mlt or transcode"
+arch=('i686' 'x86_64')
+url="http://public.hronopik.de/vid.stab";
+license=('GPL')
+depends=()
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/georgmartius/vid.stab/archive/release-$pkgver.tar.gz";)
+md5sums=('299b2f4ccd1b94c274f6d94ed4f1c5b8')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  rm -rf build
+  mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}

Reply via email to