# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           cmake 1.1
PortGroup           github 1.0

github.setup        georgmartius vid.stab 1.1.1 v
name                libvidstab
revision            0

categories          multimedia
license             GPL-2+
maintainers         nomaintainer

description         Video stabilization library
long_description    Vidstab is a video stabilization library which can be \
                    used with Ffmpeg and Transcode.

github.tarball_from archive

checksums           rmd160  870c17142e443955ddd4eefabb020df4ddd9a112 \
                    sha256  9001b6df73933555e56deac19a0f225aae152abbc0e97dc70034814a1943f3d4 \
                    size    80717

# https://github.com/georgmartius/vid.stab/pull/122
patchfiles          0001-serialize.c-fix-for-Darwin-PPC.patch

configure.args-append \
                    -DUSE_OMP=OFF
