[56247] trunk/dports/graphics/enblend
jmr at macports.org
jmr at macports.org
Tue Aug 25 11:22:22 PDT 2009
Revision: 56247
http://trac.macports.org/changeset/56247
Author: jmr at macports.org
Date: 2009-08-25 11:22:18 -0700 (Tue, 25 Aug 2009)
Log Message:
-----------
enblend: update to 3.2, use OpenGL.framework on OS X (#18851)
Modified Paths:
--------------
trunk/dports/graphics/enblend/Portfile
Removed Paths:
-------------
trunk/dports/graphics/enblend/files/
Modified: trunk/dports/graphics/enblend/Portfile
===================================================================
--- trunk/dports/graphics/enblend/Portfile 2009-08-25 17:53:31 UTC (rev 56246)
+++ trunk/dports/graphics/enblend/Portfile 2009-08-25 18:22:18 UTC (rev 56247)
@@ -3,36 +3,42 @@
PortSystem 1.0
name enblend
-version 3.0
-revision 1
+version 3.2
categories graphics
maintainers nomaintainer
description a tool to composite images
long_description Enblend is a tool to composite overlapping images \
- with invisible (or very difficult to see) seams.
+ with invisible (or very difficult to see) seams. Enfuse is a \
+ tool for automatic exposure and contrast blending.
homepage http://enblend.sourceforge.net/
platforms darwin
master_sites sourceforge:${name}
-checksums md5 f80a12ff91a6122c5ea0d102443929da \
- sha1 98f001a4eddb3fd1f9ab7def00d8655d4fb726ea \
- rmd160 fceaece3b39b1b8f93f34efa5273a18fc2da356d
+distname enblend-enfuse-${version}
+checksums md5 9b6ebaf672f5103c633a53c9723d99c3 \
+ sha1 e44226ec6759dd3e6dcf46bb34848b64536ad495 \
+ rmd160 7a9b0037b821ac287327477d52665372d0850dbb
-depends_lib port:tiff \
- port:boost \
+depends_lib port:boost \
port:lcms \
- port:glew \
- port:libxmi
+ port:libpng \
+ port:libxmi \
+ port:mesa \
+ port:openexr
-configure.args --mandir=${prefix}/share/man
+configure.args --mandir=${prefix}/share/man \
+ --enable-image-cache=yes
-patchfiles patch-src_gpu.cc.diff \
- patch-src_anneal.h.diff
-
post-destroot {
xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} AUTHORS ChangeLog COPYING \
- INSTALL NEWS README TODO VIGRA_LICENSE \
+ NEWS README TODO VIGRA_LICENSE \
${destroot}${prefix}/share/doc/${name}
}
-livecheck.version ${name}-${version}
+platform macosx {
+ depends_lib-delete port:mesa
+ depends_lib-append port:glew
+ configure.args-append --with-apple-opengl-framework
+}
+
+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/20090825/4a99089d/attachment.html>
More information about the macports-changes
mailing list