[70169] trunk/dports/graphics/enblend/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jul 31 03:13:33 PDT 2010


Revision: 70169
          http://trac.macports.org/changeset/70169
Author:   ryandesign at macports.org
Date:     2010-07-31 03:13:32 -0700 (Sat, 31 Jul 2010)
Log Message:
-----------
enblend: update to 4.0; see #25744

Modified Paths:
--------------
    trunk/dports/graphics/enblend/Portfile

Modified: trunk/dports/graphics/enblend/Portfile
===================================================================
--- trunk/dports/graphics/enblend/Portfile	2010-07-31 10:06:19 UTC (rev 70168)
+++ trunk/dports/graphics/enblend/Portfile	2010-07-31 10:13:32 UTC (rev 70169)
@@ -3,9 +3,9 @@
 PortSystem 1.0
 
 name            enblend
-version         3.2
+version         4.0
 categories      graphics
-maintainers     nomaintainer
+maintainers     gmail.com:hvdwolf
 description     a tool to composite images
 long_description    Enblend is a tool to composite overlapping images \
                 with invisible (or very difficult to see) seams. Enfuse is a \
@@ -14,31 +14,34 @@
 platforms       darwin
 master_sites    sourceforge:${name}
 distname        enblend-enfuse-${version}
-checksums       md5 9b6ebaf672f5103c633a53c9723d99c3 \
-                sha1 e44226ec6759dd3e6dcf46bb34848b64536ad495 \
-                rmd160 7a9b0037b821ac287327477d52665372d0850dbb
+worksrcdir      ${distname}-753b534c819d
+checksums       md5     2e7c950061e0085fd75d94576130250f \
+                sha1    34c3a5ce11c6ef0ef520d8a15a3cb6a94a567033 \
+                rmd160  9e531b5bf6f7258ef8778c01b456979e0bc04338
 
 depends_lib     port:boost \
                 port:lcms \
                 port:libpng \
                 port:libxmi \
                 port:mesa \
-                port:openexr
+                port:openexr \
+                port:freefont-ttf
 
 configure.args  --mandir=${prefix}/share/man \
-                --enable-image-cache=yes
+                --enable-image-cache=yes \
+                --enable-split-doc=no
 
 post-destroot {
     xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} AUTHORS ChangeLog COPYING \
-        NEWS README TODO VIGRA_LICENSE \
+        NEWS README VIGRA_LICENSE \
         ${destroot}${prefix}/share/doc/${name}
 }
 
 platform macosx {
     depends_lib-delete port:mesa
     depends_lib-append port:glew
-    configure.args-append --with-apple-opengl-framework
+    configure.args-append --with-apple-opengl-framework --with-glew
 }
 
 livecheck.regex   {(?i)<title>enblend-enfuse enblend-enfuse-(.*) released.*</title>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100731/b84a8e53/attachment.html>


More information about the macports-changes mailing list