[MacPorts] #22223: Support BigTIFF format in GDAL
#22223: Support BigTIFF format in GDAL ------------------------------+--------------------------------------------- Reporter: adam@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: gdal @1.6.2_0 ------------------------------+--------------------------------------------- When built with internal libtiff or with libtiff >= 4.0, GDAL supports reading and writing BigTIFF files as described here: http://www.gdal.org/frmt_gtiff.html GDAL in macports is currently 1.6.2 and the internal libtiff has been at version 4 since GDAL 1.5.0. The current libtiff in macports is 3.9.1 so the easiest way to support BigTIFF is to compile GDAL with the --with- libtiff=internal and --with-geotiff=internal options. -- Ticket URL: <http://trac.macports.org/ticket/22223> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22223: Support BigTIFF format in GDAL ------------------------------+--------------------------------------------- Reporter: adam@… | Owner: seanasy@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: gdal ------------------------------+--------------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => seanasy@… * type: defect => enhancement * port: gdal @1.6.2_0 => gdal -- Ticket URL: <http://trac.macports.org/ticket/22223#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22223: Support BigTIFF format in GDAL ------------------------------+--------------------------------------------- Reporter: adam@… | Owner: seanasy@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: gdal ------------------------------+--------------------------------------------- Comment(by seanasy@…): If libtiff was updated, would that solve the problem as well? I prefer that solution if only to keep a system's number of installed tiff libraries down. But I could be convinced... -- Ticket URL: <http://trac.macports.org/ticket/22223#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22223: Support BigTIFF format in GDAL ------------------------------+--------------------------------------------- Reporter: adam@… | Owner: seanasy@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: gdal ------------------------------+--------------------------------------------- Comment(by katzlbt@…): I have verified that this works by creating a variant for my 1.7.0b1 version of this Port: variant bigtiff description {Enable bigtiff support.} { configure.args-delete --with-libtiff=${prefix} --with- geotiff=${prefix} configure.args-append --with-libtiff=internal --with- geotiff=internal } gdal 1.7.0 is about 100x faster in manipulating huge tiff images it is due any time now. -- Ticket URL: <http://trac.macports.org/ticket/22223#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22223: Support BigTIFF format in GDAL ------------------------------+--------------------------------------------- Reporter: adam@… | Owner: seanasy@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: gdal ------------------------------+--------------------------------------------- Comment(by jmr@…): The tiff port is not going to be updated to 4.x until there is a stable release. It's currently still in beta. -- Ticket URL: <https://trac.macports.org/ticket/22223#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22223: Support BigTIFF format in GDAL ------------------------------+--------------------------------------------- Reporter: adam@… | Owner: seanasy@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: gdal ------------------------------+--------------------------------------------- Comment(by katzlbt@…): Why wait if a variant adds BigTIFF support now? I am patching my Portfile with every release. {{{ # BIGTIFF SUPPORT variant bigtiff description {Enable bigtiff support.} { configure.args-delete --with-libtiff=${prefix} --with- geotiff=${prefix} configure.args-append --with-libtiff=internal --with- geotiff=internal } }}} -- Ticket URL: <https://trac.macports.org/ticket/22223#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22223: Support BigTIFF format in GDAL --------------------------+-------------------------------- Reporter: adam@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gdal | --------------------------+-------------------------------- Changes (by mf2k@…): * owner: seanasy@… => macports-tickets@… * version: 1.8.1 => Comment: This port is no longer maintained. See #44038. -- Ticket URL: <https://trac.macports.org/ticket/22223#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#22223: Support BigTIFF format in GDAL --------------------------+-------------------------------- Reporter: adam@… | Owner: macports-tickets@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: gdal | --------------------------+-------------------------------- Changes (by vince@…): * status: new => closed * resolution: => fixed Comment: I suppose this was fixed long ago: {{{ Air > port installed | grep tiff libgeotiff @1.4.0_2 (active) tiff @4.0.3_4 (active) }}} -- Ticket URL: <https://trac.macports.org/ticket/22223#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts