git: d0d81d2db6ec - main - graphics/kf5-kimageformats: fix pkg-plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Jun 2022 21:51:37 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0d81d2db6ecbae0253c3e0c995334216c9a21ff commit d0d81d2db6ecbae0253c3e0c995334216c9a21ff Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2022-06-30 21:50:11 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2022-06-30 21:51:19 +0000 graphics/kf5-kimageformats: fix pkg-plist The option has been renamed from LIBHEIF to HEIF and %%LIBHEIF%% in pkg-plist must therefore be chnaged to %%HEIF%%. Approved by: portmgr (implicit) --- graphics/kf5-kimageformats/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/kf5-kimageformats/pkg-plist b/graphics/kf5-kimageformats/pkg-plist index f0134abb4bd3..ba830d66e641 100644 --- a/graphics/kf5-kimageformats/pkg-plist +++ b/graphics/kf5-kimageformats/pkg-plist @@ -3,7 +3,7 @@ %%QT_PLUGINDIR%%/imageformats/kimg_eps.so %%OPENEXR%%%%QT_PLUGINDIR%%/imageformats/kimg_exr.so %%QT_PLUGINDIR%%/imageformats/kimg_hdr.so -%%LIBHEIF%%%%QT_PLUGINDIR%%/imageformats/kimg_heif.so +%%HEIF%%%%QT_PLUGINDIR%%/imageformats/kimg_heif.so %%JXL%%%%QT_PLUGINDIR%%/imageformats/kimg_jxl.so %%QT_PLUGINDIR%%/imageformats/kimg_kra.so %%QT_PLUGINDIR%%/imageformats/kimg_ora.so @@ -20,7 +20,7 @@ share/kservices5/qimageioplugins/dds.desktop share/kservices5/qimageioplugins/eps.desktop %%OPENEXR%%share/kservices5/qimageioplugins/exr.desktop share/kservices5/qimageioplugins/hdr.desktop -%%LIBHEIF%%share/kservices5/qimageioplugins/heif.desktop +%%HEIF%%share/kservices5/qimageioplugins/heif.desktop share/kservices5/qimageioplugins/jp2.desktop %%JXL%%share/kservices5/qimageioplugins/jxl.desktop share/kservices5/qimageioplugins/kra.desktop