geo/gdal: drop graphics/jasper support
Jpeg2000 support in gdal is better handled via graphics/openjp2, the jasper driver is planned for removal upstream in gdal 3.5, and is in the way of a graphics/jasper update that sthen@ is working on.
This commit is contained in:
parent
a06ec84d53
commit
3a25bee309
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.103 2022/01/10 07:52:52 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.104 2022/02/15 11:02:46 landry Exp $
|
||||
|
||||
COMMENT-main = translator library for geospatial data formats
|
||||
COMMENT-python =python bindings and utilities for GDAL
|
||||
@ -7,6 +7,7 @@ V = 3.4.1
|
||||
DISTNAME = gdal-${V}
|
||||
DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \
|
||||
gdalautotest-${V}${EXTRACT_SUFX}
|
||||
REVISION = 0
|
||||
|
||||
FULLPKGNAME-main = ${DISTNAME}
|
||||
FULLPKGPATH-main = geo/gdal,-main
|
||||
@ -50,14 +51,13 @@ LIB_DEPENDS-main = databases/sqlite3 \
|
||||
graphics/giflib \
|
||||
graphics/libwebp \
|
||||
graphics/jpeg \
|
||||
graphics/jasper \
|
||||
graphics/openjp2 \
|
||||
devel/pcre2 \
|
||||
devel/proj>=6.0 \
|
||||
devel/geotiff>=1.5.0
|
||||
|
||||
WANTLIB-main = c charset crypto curl expat freexl geos geos_c geotiff \
|
||||
gif hdf5 hdf5_hl iconv jasper jpeg json-c lzma lz4 m \
|
||||
gif hdf5 hdf5_hl iconv jpeg json-c lzma lz4 m \
|
||||
netcdf nghttp2 openjp2 pcre2-8 png pq proj pthread qhull \
|
||||
minizip rttopo spatialite sqlite3 ssl tiff xml2 webp z zstd \
|
||||
${COMPILER_LIBCXX}
|
||||
@ -98,6 +98,7 @@ CONFIGURE_ARGS =--without-cfitsio \
|
||||
--without-sde \
|
||||
--without-exr \
|
||||
--without-libgrass \
|
||||
--without-jasper \
|
||||
--without-perl \
|
||||
--with-hide-internal-symbols \
|
||||
--with-pg \
|
||||
@ -114,7 +115,6 @@ CONFIGURE_ARGS =--without-cfitsio \
|
||||
--with-jpeg=${LOCALBASE} \
|
||||
--with-zstd=${LOCALBASE} \
|
||||
--with-libjson-c=${LOCALBASE} \
|
||||
--with-jasper=${LOCALBASE} \
|
||||
--with-hdf5=${LOCALBASE} \
|
||||
--with-netcdf=${LOCALBASE}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user