🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
pkgname: 'vid-stab'
pkgver: '1.1.1'
pkgrel: '2'
pkgdesc: 'Video stabilization library'
url: 'http://public.hronopik.de/vid.stab'
arch: x86_64
depends: []
makedepends:
- cmake
- git
source: []
sha256sums: []
build: |
git clone https://github.com/georgmartius/vid.stab.git
cd vid.stab
mkdir build
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=${PKGDIR} install
package: |
true