Accepting request 437886 from Application:Geo:Staging
1 OBS-URL: https://build.opensuse.org/request/show/437886 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=37
This commit is contained in:
parent
dd184d1a6b
commit
a92765dc24
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 29 20:31:47 UTC 2016 - bruno@ioda-net.ch
|
||||||
|
|
||||||
|
- Due to build failure on non x86 arch, and advise from upstream
|
||||||
|
comment out the usage of obsolete jasper.
|
||||||
|
We have openjpeg2 anyway.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 28 07:14:22 UTC 2016 - bruno@ioda-net.ch
|
Fri Oct 28 07:14:22 UTC 2016 - bruno@ioda-net.ch
|
||||||
|
|
||||||
|
@ -48,7 +48,9 @@ BuildRequires: giflib-devel
|
|||||||
BuildRequires: lapack-devel
|
BuildRequires: lapack-devel
|
||||||
BuildRequires: libexpat-devel >= 1.95.0
|
BuildRequires: libexpat-devel >= 1.95.0
|
||||||
BuildRequires: libgeotiff-devel >= 1.2.1
|
BuildRequires: libgeotiff-devel >= 1.2.1
|
||||||
BuildRequires: libjasper-devel
|
# No more please we have openjpeg2
|
||||||
|
# BuildRequires: libjasper-devel
|
||||||
|
# Using jasper create build error on arm, powerpc, s390
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libproj-devel
|
BuildRequires: libproj-devel
|
||||||
@ -197,7 +199,7 @@ autoreconf -fi
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--with-geos \
|
--with-geos \
|
||||||
--with-expat \
|
--with-expat \
|
||||||
--with-jasper \
|
--without-jasper \
|
||||||
--with-png \
|
--with-png \
|
||||||
--with-gif \
|
--with-gif \
|
||||||
--with-jpeg \
|
--with-jpeg \
|
||||||
|
Loading…
Reference in New Issue
Block a user