> > wms.download and wms.request are internal from scripts/r.in.wms/ > > missing: > mpeg_encode or ppmtompeg for r.out.mpeg
There are several mpeg encoders with a binary called mpeg_encode around. Which one is the one we need, specifically? Is ppmtompeg the one that comes with the NetPBM tools? > > some of the above are optional > (d.polar will work without xgraph, r.in.wms will work without xml2) > > curl & wget are either/or > gardump & gpstrans are either/or and probably UNIX,Linux specific, > respectively > GpsDrive is not ported to MS Windows so d.out.gpsdrive deps are low priority > > All the C system() calls need to be searched too I guess. > > > >> BTW, the use of "ldd" by v.in.wfs is entirely bogus: >> >> # xerces support compiled in? >> OGRINFO=`which ogrinfo` >> if [ -z "`ldd $OGRINFO | grep xerces`" ] ; then >> g.message -e "OGR needs to be compiled with xerces-c support" >> exit 1 >> fi >> >> This needs to be changed to something which will work on other >> platforms. Does "gdalinfo --formats" suffice? As far as the Win binaries are concerned: why not just ship them with Xerces support in GDAL? > > >> Also, we don't really need all three of lynx, wget and curl; any one >> of those would suffice. > > IIRC lynx is used to strip off HTML tags, ie to convert .html to .txt. > > r.in.wms (wms.download) checks for wget. If it can't find it it then looks for > curl. (Apparently curl comes with MacOSX but wget doesn't) That's correct (at least for Mac OS 10.4 as far as I can tell). Both are tiny little things, though, so how much harm would it do to pack them both? > So we wouldn't want to supply both. > > > Hamish > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > -- Benjamin Ducke, M.A. Archäoinformatik (Archaeoinformation Science) Institut für Ur- und Frühgeschichte (Inst. of Prehistoric and Historic Archaeology) Christian-Albrechts-Universität zu Kiel Johanna-Mestorf-Straße 2-6 D 24098 Kiel Germany Tel.: ++49 (0)431 880-3378 / -3379 Fax : ++49 (0)431 880-7300 www.uni-kiel.de/ufg _______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

