1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2 # Contributor: Sergej Pupykin <arch+pub@sergej.pp.ru>
3 # Contributor: EVorster <evorster@gmail.com>
8 pkgdesc='Video stabilization library'
10 url='http://public.hronopik.de/vid.stab'
12 depends=('gcc-libs' 'glibc')
13 makedepends=('cmake' 'git')
14 provides=('libvidstab.so')
15 _hash='2d82492533bf5004bc2c4f8213a1b622c45f6a44'
16 source=("vid.stab-${pkgver}::git+https://github.com/georgmartius/vid.stab.git#commit=${_hash}")
22 if [[ -d build ]]; then
29 cd vid.stab-${pkgver}/build
32 -DCMAKE_INSTALL_PREFIX='/usr'
37 cd vid.stab-${pkgver}/build
39 make DESTDIR="${pkgdir}" install