git: f155b46a5fba - main - graphics/gdal: Add HEIF option
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 21 18:15:12 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f155b46a5fbae9311c769aaaad5fa1ee88ef37ca
commit f155b46a5fbae9311c769aaaad5fa1ee88ef37ca
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-21 17:53:49 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-21 18:12:12 +0000
graphics/gdal: Add HEIF option
PR: 256984
Requested by: Philipp Ost <bsd at philippost.de>
---
graphics/gdal/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index b91572a9b9b4..5249cab7f04a 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -32,6 +32,7 @@ CHARLS_DESC= JPEG-Lossless support via charls
CRYPTOPP_DESC= Cryptopp support
DODS_DESC= DODS/OPeNDAP support
EXR_DESC= EXR support via OpenEXR library
+HEIF_DESC= HEIF support via libheif library
PCRE_DESC= Regular expression support for SQLite
TILEDB_DESC= TileDB support
@@ -117,6 +118,8 @@ GTA_CONFIGURE_WITH= gta
GTA_LIB_DEPENDS= libgta.so:devel/libgta
HDF5_CONFIGURE_WITH= hdf5
HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5
+HEIF_CONFIGURE_WITH= heif
+HEIF_LIB_DEPENDS= libheif.so:graphics/libheif
JASPER_CONFIGURE_WITH= jasper
JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper
KML_CONFIGURE_WITH= libkml
More information about the dev-commits-ports-all
mailing list