[19810] trunk/dports/graphics/poppler/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 30 13:09:27 PDT 2006


Revision: 19810
          http://trac.macosforge.org/projects/macports/changeset/19810
Author:   yves at macports.org
Date:     2006-09-30 13:09:26 -0700 (Sat, 30 Sep 2006)

Log Message:
-----------
New version 0.5.4, add xpdf headers and fix jpeg support

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

Modified: trunk/dports/graphics/poppler/Portfile
===================================================================
--- trunk/dports/graphics/poppler/Portfile	2006-09-30 19:49:45 UTC (rev 19809)
+++ trunk/dports/graphics/poppler/Portfile	2006-09-30 20:09:26 UTC (rev 19810)
@@ -1,26 +1,24 @@
 # $Id: Portfile,v 1.6 2006/07/15 16:07:52 rhwood Exp $
 PortSystem 1.0
 name		poppler	
-version		0.5.3
+version		0.5.4
 description	Poppler is a PDF rendering library based on the xpdf-3.0 code base.
 long_description        ${description}
-maintainers	darwinports at opendarwin.org
+maintainers	yves at macports.org
 categories	graphics
 platforms	darwin 
 homepage	http://${name}.freedesktop.org/
 master_sites    ${homepage}
-checksums	md5 d06207536555f5711e7bc61711c1b8a0 \
-		sha1 e197f5cf56f0676b5ca313577dd6456a393c46ec \
-		rmd160 3456de23955fc4001842c76d32deba308bd7f968
-depends_lib	lib:libcairo:cairo lib:gtk.2:gtk2
-configure.args  --mandir=${prefix}/share/man
-configure.env	CPPFLAGS="-I${prefix}/include -L${prefix}/lib"
+checksums	md5 053fdfd70533ecce1a06353fa945f061
+depends_lib	port:cairo port:gtk2 port:poppler-data
 
-#platform darwin 8 {
-#	configure.env-append	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
-#}
-
-pre-configure {
+post-patch {
 	reinplace "s|-flat_namespace -undefined suppress||g" \
-		${worksrcpath}/configure 
+		${worksrcpath}/configure
+    reinplace "s|\$includedir|${prefix}/include|g" \
+		${worksrcpath}/configure
 }
+
+configure.args  --enable-xpdf-headers --enable-zlib --mandir=${prefix}/share/man
+configure.env	CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060930/1fc56f7d/attachment.html


More information about the macports-changes mailing list