# -*- 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.2 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 9ab6f9a2dd260753c70ca8df717adb28072a70f3 \ sha256 96db34d48a9e3aa13736a48744b56dfb76731ac9bb5193c716de8534c9fd709d \ size 131556 configure.args-append \ -DUSE_OMP=OFF variant openmp description "Enable OpenMP" { compiler.openmp_version 3.5 configure.args-replace \ -DUSE_OMP=OFF -DUSE_OMP=ON }