[arch-commits] Commit in vid.stab/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Jun 3 09:22:19 UTC 2018


    Date: Sunday, June 3, 2018 @ 09:22:18
  Author: alucryd
Revision: 325602

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 09:22:08 UTC (rev 325601)
+++ PKGBUILD	2018-06-03 09:22:18 UTC (rev 325602)
@@ -1,43 +0,0 @@
-# $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:

Copied: vid.stab/repos/extra-x86_64/PKGBUILD (from rev 325601, vid.stab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 09:22:18 UTC (rev 325602)
@@ -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=2
+pkgdesc='Video stabilization library'
+arch=('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