# -*- 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 54997 2009-08-05 21:29:14Z devans@macports.org $

PortSystem 1.0

name            farsight2
version         0.0.14
revision        1
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     fbfa45661b7949abf9bf92c2531ac392 \
                sha1    2f8b382747efb467cdb9acd833bb88fe9bf02dc8 \
                rmd160  5f8816831fb6790c3185479cca43713fd552d4cd

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.check regex
livecheck.url   ${master_sites}
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
