# -*- 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 66054 2010-04-05 12:56:11Z rmsfisher@macports.org $

PortSystem      1.0

name            schroedinger
version         1.0.9
categories      multimedia
maintainers     devans
platforms       darwin
homepage        http://diracvideo.org/
master_sites    http://diracvideo.org/download/${name}

description \
    Schroedinger is a high-speed implementation in C of the Dirac codec.

long_description \
    Schroedinger is a high-speed implementation in C of the Dirac codec. \
    The Schroedinger software is available under any of the GPLv2, MIT or \
    MPL licences. Libraries may also be used under LGPL.

universal_variant  no

checksums           md5     d67ec48b7c506db8c8b49156bf409e60 \
                    sha1    b4121e10cc474c97676e03ae49c5a91c11956ba0 \
                    rmd160  bf3abf83909a6d9f074c00a45ca65fcd124c07c8

depends_build   port:pkgconfig

depends_lib     port:orc

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