# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
PortGroup gobject_introspection 1.0
description Farstream - Audio/Video Communications Framework
long_description The Farstream project is an effort to create a framework \
to deal with all known audio/video conferencing protocols. \
On one side it offers a generic API that makes it possible \
to write plugins for different streaming protocols, on the \
other side it offers an API for clients to use those plugins.
maintainers {devans @dbevans} openmaintainer
homepage https://www.freedesktop.org/wiki/Software/Farstream/
master_sites https://www.freedesktop.org/software/farstream/releases/${name}/
checksums rmd160 47392a6461a948d324bf896b0dab33289ed1cfbf \
sha256 2b3b9c6b4f64ace8c83e03d1da5c5a2884c1cae10b35471072b574201ab38908
depends_build port:pkgconfig
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:gstreamer1-gst-plugins-base \
depends_run port:gstreamer1-gst-plugins-bad \
port:gstreamer1-gst-plugins-good
patchfiles patch-configure.diff
configure.args --disable-silent-rules \
livecheck.url ${master_sites}
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"