# -*- 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 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0

name            gst-plugins-farsight
version         0.12.11
description     GStreamer plugins for Farsight
long_description \
                The Farsight 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      gnome
platforms       darwin
homepage        http://farsight.freedesktop.org/wiki/
master_sites    http://farsight.freedesktop.org/releases/${name}/

checksums       md5     685a3dfd6752390e336e9556b62fad9e \
                sha1    9bedd86044d4052ef98d81db61d838fbc632769a \
                rmd160  bc5e02679b3f92b4f63ec68e3010b07553dc290a

depends_build   port:pkgconfig

depends_lib     port:gst-plugins-base \
                port:gconf \
                port:jasper

configure.args  --disable-jingle-p2p \
                --disable-gsm

livecheck.type  regex
livecheck.url   ${master_sites}
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
