Changes between Initial Version and Version 1 of Ticket #68212


Ignore:
Timestamp:
Sep 21, 2023, 11:48:41 AM (12 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The gdal port declares a dependency on the giflib port and it uses the configure argument -DGDAL_USE_GIF=ON so I think the intention was that gdal should have gif support. But at configure time it has this somewhat conflicting output:

-- Found GIF: /opt/local/lib/libgif.dylib (found version "4.2.3") 
-- The following OPTIONAL packages have been found:
 * GIF
   GIF compression library (external)
-- The following features have been disabled:
 * gdal_GIF, Graphics Interchange Format

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68212

    • Property Status changed from new to assigned
    • Property Cc nilason added
    • Property Summary changed from GDAL not built with GIF support? to gdal @3.7.2: not built with GIF support?
    • Property Owner set to Veence
    • Property Port gdal added
  • Ticket #68212 – Description

    initial v1  
    11On Windows, GDAL 3.7.2 gives this
    22
     3{{{
    34gdalinfo --formats | grep GIF
    45  GIF -raster- (rwv): Graphics Interchange Format (.gif)
    56  BIGGIF -raster- (rov): Graphics Interchange Format (.gif)
     7}}}
    68
    79but on macOS version 3.7.2 the gif format is not listed.   I install gdal via
    810
     11{{{
    912sudo port install gdal +hdf5 +netcdf +openjpeg
     13}}}
    1014
    11 and this is the first time I notice lack of GIT support.  Is this an omission, policy change, or a new variant I must add (e.g., +gif)?
     15and this is the first time I notice lack of GIF support.  Is this an omission, policy change, or a new variant I must add (e.g., +gif)?
    1216
    1317I notice my gdalinfo says this
    1418
     19{{{
    1520gdalinfo --version
    1621GDAL 3.7.2, released 2023/09/05 (debug build)
     22}}}
    1723
    1824MacOS Ventura (13.5.2)