# -*- 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 name libav version 12.1 categories multimedia platforms darwin license LGPL-2.1+ maintainers nomaintainer description Library for dealing with multimedia formats long_description Libav provides cross-platform tools and libraries to \ convert, manipulate and stream a wide range of multimedia \ formats and protocols. homepage https://libav.org/ master_sites https://libav.org/releases/ checksums rmd160 c4a7df82a75eca5355403c9a2976754a893fdc29 \ sha256 f08d48bfd26097402d61f831e77effd53d0838fdeccb02ea85ec3c5d2a4527e1 depends_lib port:zlib \ port:xorg-libX11 \ port:bzip2 configure.args --disable-debug variant gpl2 description {Enable GPL code, license will be GPL-2+} { configure.args-append --enable-gpl license GPL-2+ } variant nonfree description {enable nonfree code, libraries and binaries will not be redistributable} { configure.args-append --enable-nonfree license Restrictive } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"