# -*- 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 55395 2009-08-10 07:43:35Z ryandesign@macports.org $

PortSystem              1.0
name                    speex
version                 1.0.5
revision                1
categories              audio
maintainers             billitch
description             audio codec designed for speech

long_description        Speex is an Open Source/Free Software \
                        patent-free audio compression format \
                        designed for speech. The Speex Project \
                        aims to lower the barrier of entry for \
                        voice applications by providing a free \
                        alternative to expensive proprietary \
                        speech codecs.  Moreover, Speex is \
                        well-adapted to Internet applications \
                        and provides useful features that are \
                        not present in most other codecs.

homepage                http://speex.org/
platforms               darwin

depends_lib             port:libogg

patchfiles              patch-speex.m4.diff

configure.args          --with-ogg-dir=${prefix}

master_sites            http://downloads.xiph.org/releases/speex

checksums               md5     01d6a2de0a88a861304bf517615dea79 \
                        sha1    a8f34f80e5f84a47aee7e70088632d4958fe75fd \
                        rmd160  6ceed29438912647ef1d2d7299822fdaaf5509f9

use_parallel_build      yes
