From owner-dev-commits-ports-all@freebsd.org Wed Jul 21 18:15:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BD0FC6699CD; Wed, 21 Jul 2021 18:15:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GVNzM0z77z4SDR; Wed, 21 Jul 2021 18:15:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC42C22D53; Wed, 21 Jul 2021 18:15:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16LIFACA045336; Wed, 21 Jul 2021 18:15:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16LIFAUq045335; Wed, 21 Jul 2021 18:15:10 GMT (envelope-from git) Date: Wed, 21 Jul 2021 18:15:10 GMT Message-Id: <202107211815.16LIFAUq045335@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f155b46a5fba - main - graphics/gdal: Add HEIF option MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f155b46a5fbae9311c769aaaad5fa1ee88ef37ca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2021 18:15:12 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f155b46a5fbae9311c769aaaad5fa1ee88ef37ca commit f155b46a5fbae9311c769aaaad5fa1ee88ef37ca Author: Po-Chuan Hsieh AuthorDate: 2021-07-21 17:53:49 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-21 18:12:12 +0000 graphics/gdal: Add HEIF option PR: 256984 Requested by: Philipp Ost --- 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