[88653] trunk/dports/audio

dports at macports.org dports at macports.org
Fri Jan 6 14:22:40 PST 2012


Revision: 88653
          http://trac.macports.org/changeset/88653
Author:   dports at macports.org
Date:     2012-01-06 14:22:38 -0800 (Fri, 06 Jan 2012)
Log Message:
-----------
celt: new port, v0.11.1 (#29263)

Added Paths:
-----------
    trunk/dports/audio/celt/
    trunk/dports/audio/celt/Portfile

Added: trunk/dports/audio/celt/Portfile
===================================================================
--- trunk/dports/audio/celt/Portfile	                        (rev 0)
+++ trunk/dports/audio/celt/Portfile	2012-01-06 22:22:38 UTC (rev 88653)
@@ -0,0 +1,35 @@
+# -*- 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$
+
+PortSystem 1.0
+
+name             celt
+version          0.11.1
+categories       audio
+maintainers      maeth.com:wiking
+description      CELT - ultra-low delay audio codec
+long_description \
+    The CELT codec is a compression algorithm for audio.       \
+    Like MP3, Vorbis, and AAC it is suitable for transmitting  \
+    music with high quality. Unlike these formats CELT imposes \
+    very little delay on the signal, even less than is typical \
+    for speech centric formats like Speex, GSM, or G.729.
+homepage         http://www.celt-codec.org/
+platforms        darwin
+license			 BSD
+
+depends_lib      port:libogg
+
+master_sites     http://downloads.xiph.org/releases/celt
+checksums        rmd160  d159b87520c525ed3f54a8965a0f5bf5355f452b \
+                 sha256  01c2579fba8b283c9068cb704a70a6e654aa74ced064c091cafffbe6fb1d4cbf
+
+configure.args   --mandir=${prefix}/share/man
+
+build.env        ${configure.env}
+
+destroot.destdir prefix=${destroot}${prefix}
+
+livecheck.type   regex
+livecheck.url    http://www.celt-codec.org/downloads/
+livecheck.regex  "${name}-\(\[0-9.\]*\)${extract.suffix}"


Property changes on: trunk/dports/audio/celt/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120106/9c0ff694/attachment.html>


More information about the macports-changes mailing list