[46141] trunk/dports/multimedia

devans at macports.org devans at macports.org
Thu Jan 29 22:23:07 PST 2009


Revision: 46141
          http://trac.macports.org/changeset/46141
Author:   devans at macports.org
Date:     2009-01-29 22:23:06 -0800 (Thu, 29 Jan 2009)
Log Message:
-----------
new port: Dirac, an open source state-of-the-art video codec using wavelets, motion compensation and arithmetic coding.

Added Paths:
-----------
    trunk/dports/multimedia/dirac/
    trunk/dports/multimedia/dirac/Portfile
    trunk/dports/multimedia/dirac/files/
    trunk/dports/multimedia/dirac/files/patch-doc-Makefile.in.diff

Added: trunk/dports/multimedia/dirac/Portfile
===================================================================
--- trunk/dports/multimedia/dirac/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/dirac/Portfile	2009-01-30 06:23:06 UTC (rev 46141)
@@ -0,0 +1,43 @@
+# -*- 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            dirac
+version         1.0.0
+categories      multimedia
+maintainers     devans
+platforms       darwin
+homepage        http://diracvideo.org/
+master_sites    sourceforge \
+                http://diracvideo.org/download/dirac-research
+
+description \
+    Dirac is a general-purpose video codec aimed at resolutions from \
+    QCIF (176x144) to HDTV (1920x1080) progressive or interlaced.
+
+long_description \
+    Dirac is a general-purpose video codec aimed at resolutions from \
+    QCIF (176x144) to HDTV (1920x1080) progressive or interlaced. It uses \
+    wavelets, motion compensation and arithmetic coding and aims to be \
+    competitive with other state of the art codecs.
+
+universal_variant  no
+
+checksums       md5     017b8d7d54caf9400ef72dcaee34a9d6 \
+                sha1    5e7106947fdc99a3cc24e8f7c5b9496244870d55 \
+                rmd160  bcdcbde268cf4e28ee1c9b47ca70f823a55affb7
+
+patchfiles      patch-doc-Makefile.in.diff
+
+depends_build   port:doxygen \
+                port:graphviz \
+                port:texlive
+
+depends_lib     port:cppunit
+
+test.run        yes
+
+livecheck.check regex
+livecheck.url   http://diracvideo.org/download/dirac-research/
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/multimedia/dirac/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/multimedia/dirac/files/patch-doc-Makefile.in.diff
===================================================================
--- trunk/dports/multimedia/dirac/files/patch-doc-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/multimedia/dirac/files/patch-doc-Makefile.in.diff	2009-01-30 06:23:06 UTC (rev 46141)
@@ -0,0 +1,11 @@
+--- doc/Makefile.in.orig	2009-01-29 17:49:32.000000000 -0800
++++ doc/Makefile.in	2009-01-29 17:49:47.000000000 -0800
+@@ -391,7 +391,7 @@
+ 	doxygen $(srcdir)/dirac_api.doxygen
+ 
+ install-data-hook:
+-	cp -dR html/* $(DESTDIR)$(htmldir)
++	cp -R html/* $(DESTDIR)$(htmldir)
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090129/66d76f99/attachment-0001.html>


More information about the macports-changes mailing list