Package gdal: Information

  • Default inline alert: Version in the repository: 3.8.4-alt1

Source package: gdal
Version: 3.0.4-alt1.7.E2K.1
Build time:  Jun 11, 2022, 12:47 PM
Report package bug
License: MIT
Summary: The Geospatial Data Abstraction Library (GDAL)
Description: 
The Geospatial Data Abstraction Library (GDAL) is a unifying
C/C++ API for accessing raster geospatial data, and currently
includes formats like GeoTIFF, Erdas Imagine, Arc/Info
Binary, CEOS, DTED, GXF, and SDTS. It is intended to provide
efficient access, suitable for use in viewer applications,
and also attempts to preserve coordinate systems and metadata.
Python, C, and C++ interfaces are available.

List of rpms provided by this srpm:
gdal (e2kv6, e2kv5, e2kv4, e2k)
gdal-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
gdal-doc (noarch)
gdal-scripts (e2kv6, e2kv5, e2kv4, e2k)
libgdal (e2kv6, e2kv5, e2kv4, e2k)
libgdal-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
libgdal-devel (e2kv6, e2kv5, e2kv4, e2k)
python3-module-gdal (e2kv6, e2kv5, e2kv4, e2k)
python3-module-gdal-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

Maintainer: ALT QA Team


    1. libsqlite3-devel
    2. python3-devel
    3. python3-module-genshi
    4. python3-module-setuptools
    5. perl-Encode
    6. doxygen
    7. python3-module-xlwt
    8. perl-devel
    9. libnetcdf-devel
    10. libgeos-devel
    11. libnumpy-py3-devel
    12. libgif-devel
    13. postgresql-devel
    14. gcc-c++
    15. libpng-devel
    16. libcfitsio-devel
    17. libproj-devel
    18. swig
    19. libhdf5-devel
    20. libcurl-devel
    21. libMySQL-devel
    22. libjasper-devel
    23. libjpeg-devel
    24. rpm-build-python3
    25. libunixODBC-devel
    26. libexpat-devel
    27. chrpath
    28. libxerces-c-devel

Last changed


May 31, 2022 Andrew Savchenko 3.0.4-alt1.7.E2K.1
- Make Fortran support optional (triggered by perl module).
Oct. 15, 2021 Ivan A. Melnikov 3.0.4-alt1.7
- build with setuptools again to fix the package update
Oct. 14, 2021 Ivan A. Melnikov 3.0.4-alt1.6
- fix FTBFS:
  + fix build with gcc11
  + avoid using python3-module-setuptools: it breaks build
    since setuptools 58+ dropped use_2to3 support.