# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 65271 2010-03-24 23:26:43Z ryandesign@macports.org $

PortSystem          1.0

name                gavl
version             1.1.1
categories          multimedia
maintainers         nomaintainer
description         Gavl (Gmerlin Audio Video Library) is a low level library, upon which \
                    multimedia APIs can be built.
long_description    Gavl (Gmerlin Audio Video Library) is a low level library, upon which \
                    multimedia APIs can be built. Gavl handles all the details of audio and \
                    video formats like colorspaces, samplerates, multichannel configurations etc. \
                    It provides standardized definitions for those formats as well as container \
                    structures for carrying audio samples or video images inside an application. \
                    \
                    In addition, it handles the sometimes ugly task of  converting between all \
                    these formats and provides some elementary operations (copying, scaling, \
                    alpha blending, etc).
homepage            http://gmerlin.sourceforge.net/gavl_frame.html
platforms           darwin
master_sites        sourceforge:gmerlin

depends_build       port:doxygen \
                    port:pkgconfig

checksums           md5     dc37718ab20ed6728eb9e10d5bb3ad17 \
                    sha1    bf899d4ec80af43caaf5be22018873fce69b6f4d \
                    rmd160  112cd70a368651da52beddd207063860d038db47

livecheck.distname  ${name}
