# -*- 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 # $Id: Portfile 132346 2015-01-29 15:46:53Z devans@macports.org $ PortSystem 1.0 PortGroup gobject_introspection 1.0 name farstream version 0.2.7 license LGPL-2.1+ 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 openmaintainer categories comms platforms darwin homepage http://www.freedesktop.org/wiki/Software/Farstream/ master_sites http://freedesktop.org/software/farstream/releases/${name}/ checksums rmd160 6cd25f72f26cacda0690c0f9c12d96da5b066e7b \ sha256 dad0ed43cf94e71df558c23825abe57db59d1ee8d970ffaec5e2dbc2e7acbf7d depends_build port:pkgconfig \ port:gtk-doc depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:libnice \ port:gstreamer1-gst-plugins-base \ port:gupnp-igd depends_run port:gstreamer1-gst-plugins-bad \ port:gstreamer1-gst-plugins-good patchfiles patch-configure.diff gobject_introspection yes configure.args --disable-silent-rules \ --disable-valgrind \ livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"