freebsd-ports/graphics/kf5-kimageformats/Makefile
Tobias C. Berner 687a1ddf1d KDE: Update KDE Frameworks to 5.102
Saturday, 14 January 2023

KDE today announces the release of KDE Frameworks 5.102.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

PR:		268952
Exp-run by: antoine
2023-01-23 06:38:45 +01:00

39 lines
1.0 KiB
Makefile

PORTNAME= kimageformats
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= graphics kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library providing support for additional image formats
LIB_DEPENDS= libImath.so:math/Imath
USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
USE_KDE= archive \
ecm:build
USE_QT= core gui printsupport widgets \
buildtools:build qmake:build
CFLAGS+= -I${LOCALBASE}/include/Imath
OPTIONS_DEFINE= AVIF JXL HEIF OPENEXR
OPTIONS_DEFAULT= AVIF JXL HEIF OPENEXR
OPTIONS_SUB= yes
AVIF_LIB_DEPENDS= libavif.so:graphics/libavif
AVIF_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_libavif
JXL_LIB_DEPENDS= libjxl.so:graphics/libjxl
JXL_CMAKE_BOOL= KIMAGEFORMATS_JXL
HEIF_LIB_DEPENDS= libheif.so:graphics/libheif
HEIF_CMAKE_BOOL= KIMAGEFORMATS_HEIF
OPENEXR_LIB_DEPENDS= libOpenEXR.so:graphics/openexr
OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR
post-patch:
${REINPLACE_CMD} s,Imf::Int64,uint64_t, \
${WRKSRC}/src/imageformats/exr.cpp
.include <bsd.port.mk>