[arch-commits] Commit in vid.stab/repos (4 files)

Maxime Gauduin alucryd at archlinux.org
Mon Nov 2 09:39:37 UTC 2015


    Date: Monday, November 2, 2015 @ 10:39:37
  Author: alucryd
Revision: 249983

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

Added:
  vid.stab/repos/extra-i686/PKGBUILD
    (from rev 249982, vid.stab/trunk/PKGBUILD)
  vid.stab/repos/extra-x86_64/PKGBUILD
    (from rev 249982, vid.stab/trunk/PKGBUILD)
Deleted:
  vid.stab/repos/extra-i686/PKGBUILD
  vid.stab/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   86 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   28 ---------------
 extra-x86_64/PKGBUILD |   28 ---------------
 3 files changed, 86 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-11-02 09:36:10 UTC (rev 249982)
+++ extra-i686/PKGBUILD	2015-11-02 09:39:37 UTC (rev 249983)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: EVorster <evorster at gmail.com>
-
-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/extra-i686/PKGBUILD (from rev 249982, vid.stab/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-11-02 09:39:37 UTC (rev 249983)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Contributor: EVorster <evorster at gmail.com>
+
+pkgname=vid.stab
+pkgver=1.1
+pkgrel=1
+pkgdesc='Video stabilization library'
+arch=('i686' 'x86_64')
+url='http://public.hronopik.de/vid.stab'
+license=('GPL')
+depends=('gcc-libs' 'glibc')
+makedepends=('cmake' 'git')
+provides=('libvidstab.so')
+_hash='2d82492533bf5004bc2c4f8213a1b622c45f6a44'
+source=("vid.stab-${pkgver}::git+https://github.com/georgmartius/vid.stab.git#commit=${_hash}")
+sha256sums=('SKIP')
+
+prepare() {
+  cd vid.stab-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd vid.stab-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd vid.stab-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-11-02 09:36:10 UTC (rev 249982)
+++ extra-x86_64/PKGBUILD	2015-11-02 09:39:37 UTC (rev 249983)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: EVorster <evorster at gmail.com>
-
-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/extra-x86_64/PKGBUILD (from rev 249982, vid.stab/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-11-02 09:39:37 UTC (rev 249983)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Contributor: EVorster <evorster at gmail.com>
+
+pkgname=vid.stab
+pkgver=1.1
+pkgrel=1
+pkgdesc='Video stabilization library'
+arch=('i686' 'x86_64')
+url='http://public.hronopik.de/vid.stab'
+license=('GPL')
+depends=('gcc-libs' 'glibc')
+makedepends=('cmake' 'git')
+provides=('libvidstab.so')
+_hash='2d82492533bf5004bc2c4f8213a1b622c45f6a44'
+source=("vid.stab-${pkgver}::git+https://github.com/georgmartius/vid.stab.git#commit=${_hash}")
+sha256sums=('SKIP')
+
+prepare() {
+  cd vid.stab-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd vid.stab-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd vid.stab-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list