[39870] trunk/dports/audio/speex/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Sep 9 13:33:59 PDT 2008


Revision: 39870
          http://trac.macports.org/changeset/39870
Author:   ryandesign at macports.org
Date:     2008-09-09 13:33:58 -0700 (Tue, 09 Sep 2008)
Log Message:
-----------
speex: back-port some changes from speex-devel:

 * whitespace changes and add modeline (like r39859)
 * new maintainer and new download location (like r39858)

Closes #16501.

Modified Paths:
--------------
    trunk/dports/audio/speex/Portfile

Modified: trunk/dports/audio/speex/Portfile
===================================================================
--- trunk/dports/audio/speex/Portfile	2008-09-09 19:51:51 UTC (rev 39869)
+++ trunk/dports/audio/speex/Portfile	2008-09-09 20:33:58 UTC (rev 39870)
@@ -1,25 +1,33 @@
+# -*- 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$
 
-PortSystem 1.0
-name             speex
-version          1.0.5
-categories       audio
-maintainers      nomaintainer
-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://www.speex.org/
-platforms        darwin
+PortSystem              1.0
+name                    speex
+version                 1.0.5
+categories              audio
+maintainers             gmail.com:billitch
+description             audio codec designed for speech
 
-depends_lib      port:libogg
+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.
 
-master_sites     http://downloads.us.xiph.org/releases/speex/
-checksums        md5 01d6a2de0a88a861304bf517615dea79
+homepage                http://speex.org/
+platforms               darwin
 
-configure.args   --with-ogg-dir=${prefix}
+depends_lib             port:libogg
+
+configure.args          --with-ogg-dir=${prefix}
+
+master_sites            http://downloads.xiph.org/releases/speex
+
+checksums               md5     01d6a2de0a88a861304bf517615dea79 \
+                        sha1    a8f34f80e5f84a47aee7e70088632d4958fe75fd \
+                        rmd160  6ceed29438912647ef1d2d7299822fdaaf5509f9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080909/b0409084/attachment.html 


More information about the macports-changes mailing list