From b0df8cec72e264321b145cd6666d18a98d244e994077837f03658a165554bf94 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 16 Jul 2018 11:34:46 +0000 Subject: [PATCH] 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 --- gdal.changes | 5 +++++ gdal.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gdal.changes b/gdal.changes index bc1d84a..85044cb 100644 --- a/gdal.changes +++ b/gdal.changes @@ -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 diff --git a/gdal.spec b/gdal.spec index 41d55c3..6009b91 100644 --- a/gdal.spec +++ b/gdal.spec @@ -46,6 +46,7 @@ BuildRequires: fdupes %if %{with fgdb_support} BuildRequires: filegdb_api-devel %endif +BuildRequires: KEALib-devel BuildRequires: gcc-c++ BuildRequires: geos-devel >= 3 BuildRequires: giflib-devel @@ -213,6 +214,7 @@ autoreconf -fi --with-libz \ --with-liblzma \ --with-cfitsio=no \ + --with-kea=yes \ --with-netcdf \ --with-openjpeg \ --with-curl \