Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
37c2ac83
There was an error fetching the commit references. Please try again later.
Verified
Commit
37c2ac83
authored
1 year ago
by
sunpoet
Browse files
Options
Downloads
Patches
Plain Diff
graphics/gdal: Add JXL option
parent
f5dd8b12
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
graphics/gdal/Makefile
+3
-1
3 additions, 1 deletion
graphics/gdal/Makefile
with
3 additions
and
1 deletion
graphics/gdal/Makefile
+
3
−
1
View file @
37c2ac83
...
...
@@ -111,7 +111,7 @@ HEADER_FILES= alg/gdalwarpkernel_opencl.h \
port/cpl_vsil_curl_priv.h
\
port/cpl_worker_thread_pool.h
OPTIONS_DEFINE
=
AEC ARMADILLO BRUNSLI CFITSIO CRYPTOPP CURL DEFLATE ECW EXPAT EXR FREEXL GEOS GTA HDF5 HEIF KML LERC LIBXML2 LZ4 MYSQL NETCDF ODBC OPENJPEG PCRE PCRE2 PGSQL RASTERLITE2 SFCGAL SPATIALITE SQLITE TILEDB WEBP XERCES ZSTD
OPTIONS_DEFINE
=
AEC ARMADILLO BRUNSLI CFITSIO CRYPTOPP CURL DEFLATE ECW EXPAT EXR FREEXL GEOS GTA HDF5 HEIF
JXL
KML LERC LIBXML2 LZ4 MYSQL NETCDF ODBC OPENJPEG PCRE PCRE2 PGSQL RASTERLITE2 SFCGAL SPATIALITE SQLITE TILEDB WEBP XERCES ZSTD
OPTIONS_RADIO
=
PDF
OPTIONS_RADIO_PDF
=
PODOFO POPPLER
OPTIONS_DEFAULT
=
AEC CURL DEFLATE EXPAT FREEXL GEOS LERC LIBXML2 LZ4 OPENJPEG PCRE2 PGSQL POPPLER WEBP ZSTD
\
...
...
@@ -162,6 +162,8 @@ HDF5_CMAKE_BOOL= GDAL_USE_HDF5
HDF5_LIB_DEPENDS
=
libhdf5.so:science/hdf5
HEIF_CMAKE_BOOL
=
GDAL_USE_HEIF
HEIF_LIB_DEPENDS
=
libheif.so:graphics/libheif
JXL_CMAKE_BOOL
=
GDAL_USE_JXL GDAL_USE_JXL_THREADS
JXL_LIB_DEPENDS
=
libjxl.so:graphics/libjxl
KML_CMAKE_BOOL
=
GDAL_USE_LIBKML
KML_LIB_DEPENDS
=
libkmlbase.so:science/libkml
\
liburiparser.so:net/uriparser
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment