On Thu, Jan 22, 2009 at 9:49 AM, <[email protected]> wrote: > Revision 45811 Author [email protected] Date 2009-01-22 06:48:59 > -0800 (Thu, 22 Jan 2009) > > Log Message > > Updated to 3.5.21. (#16941) > > Modified Paths > > trunk/dports/graphics/djvulibre/Portfile > > Diff > > Modified: trunk/dports/graphics/djvulibre/Portfile (45810 => 45811) > > --- trunk/dports/graphics/djvulibre/Portfile 2009-01-22 14:28:17 UTC (rev > 45810) > +++ trunk/dports/graphics/djvulibre/Portfile 2009-01-22 14:48:59 UTC (rev > 45811) > @@ -3,7 +3,7 @@ > PortSystem 1.0 > > name djvulibre > -version 3.5.19 > +version 3.5.21 > categories graphics www > platforms darwin > maintainers nomaintainer > @@ -15,21 +15,27 @@ > looks nicer on a screen and consume less client > resources than competing \ > formats. > > -homepage http://djvulibre.djvuzone.org/ > +homepage http://djvulibre.sourceforge.net/ > master_sites sourceforge:djvu > -checksums md5 0330d87ad337e408e21e1018eb511839 > +checksums md5 4c6f3eb03ffbd067b6d2fe2344b0d9ad > > depends_lib port:libiconv \ > - port:jpeg \ > + port:jpeg \ > port:tiff \ > - port:qt3 > + port:libpng \ > + port:zlib > > -configure.cflags-append "-I${prefix}/include" > - > -configure.ldflags-append "-dylib_file > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" > - > configure.args --mandir=${prefix}/share/man \ > --enable-threads \ > --enable-shared \ > --enable-xmltools \ > - --with-qt=${prefix}/lib/qt3 > + --disable-djview > + > + > +variant djview3 description {Build the (outdated) djview3 viewer. The newer > QT4-based viewer called 'djview4' is now a separate package called > 'djview'.} { > + depends_lib-append port:qt3 > + configure.args-delete --disable-djview > + configure.args-append --with-qt=${prefix}/lib/qt3 > + configure.ldflags-append "-dylib_file > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" > +} > + > > _______________________________________________ > macports-changes mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes > > Thanks been meaning to do this so that kdegraphics4 doesn't pull in X (or qt3). If you view djvu files regularly you might want to check out okular :-)
-- Fred Allen - "Television is a medium because anything well done is rare." _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
