[46142] trunk/dports/multimedia

devans at macports.org devans at macports.org
Thu Jan 29 22:26:17 PST 2009


Revision: 46142
          http://trac.macports.org/changeset/46142
Author:   devans at macports.org
Date:     2009-01-29 22:26:17 -0800 (Thu, 29 Jan 2009)
Log Message:
-----------
new port: Schroedinger, a high-speed implementation in C of the Dirac codec.

Added Paths:
-----------
    trunk/dports/multimedia/schroedinger/
    trunk/dports/multimedia/schroedinger/Portfile

Added: trunk/dports/multimedia/schroedinger/Portfile
===================================================================
--- trunk/dports/multimedia/schroedinger/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/schroedinger/Portfile	2009-01-30 06:26:17 UTC (rev 46142)
@@ -0,0 +1,36 @@
+# -*- 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            schroedinger
+version         1.0.5
+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     55596c41572c5efcf4b2cae9c68c2152 \
+                sha1    a2ee0dabfc75b0c53c0c9acf8c6f60d91d279c26 \
+                rmd160  a957c8322182b2780a35b6b085b430523332518b
+
+depends_build   port:pkgconfig
+
+depends_lib     port:liboil \
+                port:gstreamer \
+                port:gst-plugins-base
+
+livecheck.check regex
+livecheck.url   ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/multimedia/schroedinger/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/20090129/a879e33f/attachment.html>


More information about the macports-changes mailing list