Accepting request 621839 from home:Guillaume_G:branches:Application:Geo

- Enable KEA support

OBS-URL: https://build.opensuse.org/request/show/621839
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=69
This commit is contained in:
Martin Pluskal 2018-07-16 11:34:46 +00:00 committed by Git OBS Bridge
parent e619bec7c2
commit b0df8cec72
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 10 07:52:21 UTC 2018 - guillaume@opensuse.org
- Enable KEA support
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 6 11:20:45 UTC 2018 - bruno@ioda-net.ch Fri Jul 6 11:20:45 UTC 2018 - bruno@ioda-net.ch

View File

@ -46,6 +46,7 @@ BuildRequires: fdupes
%if %{with fgdb_support} %if %{with fgdb_support}
BuildRequires: filegdb_api-devel BuildRequires: filegdb_api-devel
%endif %endif
BuildRequires: KEALib-devel
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: geos-devel >= 3 BuildRequires: geos-devel >= 3
BuildRequires: giflib-devel BuildRequires: giflib-devel
@ -213,6 +214,7 @@ autoreconf -fi
--with-libz \ --with-libz \
--with-liblzma \ --with-liblzma \
--with-cfitsio=no \ --with-cfitsio=no \
--with-kea=yes \
--with-netcdf \ --with-netcdf \
--with-openjpeg \ --with-openjpeg \
--with-curl \ --with-curl \