Ticket #16501: patch-speex-Portfile-cleanup.diff

File patch-speex-Portfile-cleanup.diff, 2.4 KB (added by billitch@…, 16 years ago)
  • dports/audio/speex/Portfile

     
     1# -*- 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
    12# $Id$
    23
    3 PortSystem 1.0
    4 name             speex
    5 version          1.0.5
    6 categories       audio
    7 maintainers      nomaintainer
    8 description      audio codec designed for speech
    9 long_description \
    10     Speex is an Open Source/Free Software patent-free audio \
    11     compression format designed for speech. The Speex Project \
    12     aims to lower the barrier of entry for voice applications \
    13     by providing a free alternative to expensive proprietary \
    14     speech codecs.  Moreover, Speex is well-adapted to \
    15     Internet applications and provides useful features that \
    16     are not present in most other codecs.
    17 homepage         http://www.speex.org/
    18 platforms        darwin
     4PortSystem              1.0
     5name                    speex
     6version                 1.0.5
     7categories              audio
     8maintainers             gmail.com:billitch
     9description             audio codec designed for speech
    1910
    20 depends_lib      port:libogg
     11long_description        Speex is an Open Source/Free Software \
     12                        patent-free audio compression format \
     13                        designed for speech. The Speex Project \
     14                        aims to lower the barrier of entry for \
     15                        voice applications by providing a free \
     16                        alternative to expensive proprietary \
     17                        speech codecs.  Moreover, Speex is \
     18                        well-adapted to Internet applications \
     19                        and provides useful features that are \
     20                        not present in most other codecs.
    2121
    22 master_sites     http://downloads.us.xiph.org/releases/speex/
    23 checksums        md5 01d6a2de0a88a861304bf517615dea79
     22homepage                http://speex.org/
     23platforms               darwin
    2424
    25 configure.args   --with-ogg-dir=${prefix}
     25depends_lib             port:libogg
     26
     27master_sites            http://downloads.xiph.org/releases/speex
     28
     29checksums               md5     01d6a2de0a88a861304bf517615dea79 \
     30                        sha1    a8f34f80e5f84a47aee7e70088632d4958fe75fd \
     31                        rmd160  6ceed29438912647ef1d2d7299822fdaaf5509f9