# -*- 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 59009 2009-10-08 15:04:08Z devans@macports.org $

PortSystem 1.0

name            farsight2
version         0.0.16
description     Farsight - Audio/Video Communications Framework
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      comms
platforms       darwin
homepage        http://farsight.freedesktop.org/wiki/
master_sites    http://farsight.freedesktop.org/releases/${name}/

checksums       md5     ca6261e19cfcfe8a6e5e51b8c2f5ad16 \
                sha1    dd25428cb38cc54169db6e8022ed49bc7d609d5b \
                rmd160  20b7e7f81365aac8147a331a6c49baaadf6f46a9

depends_build   port:pkgconfig \
                port:gtk-doc \
                port:python25

depends_lib     port:gst-plugins-base \
                port:gst-plugins-farsight \
                port:libnice

configure.python ${prefix}/bin/python2.5

configure.args  --disable-gupnp \
                --disable-python \
                --disable-shave

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