diff --git a/graphics/imlib2-jxl/Makefile b/graphics/imlib2-jxl/Makefile index dd7542932e88..65acac5eceb1 100644 --- a/graphics/imlib2-jxl/Makefile +++ b/graphics/imlib2-jxl/Makefile @@ -1,42 +1,46 @@ PORTNAME= imlib2-jxl DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 PORTREVISION= 4 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= de2b38f5f34f.patch:-p1 # libjxl 0.9 MAINTAINER= ports@FreeBSD.org COMMENT= JPEG XL loader for imlib2 WWW= https://github.com/alistair7/imlib2-jxl LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE-BSD-ab +DEPRECATED= jxl support is handled by graphics/imlib2 and it is enabled by default. +EXPIRATION_DATE= 2026-02-28 +BROKEN= pkg-static: imlib2-jxl-0.2.0_4 conflicts with imlib2-1.12.6,2 (installs files into the same place). Problematic file: /usr/local/lib/imlib2/loaders/jxl.so + LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ libjxl.so:graphics/libjxl USES= gmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= alistair7 MAKE_ENV= RELEASE_CFLAGS="${CFLAGS}" ALL_TARGET= # empty PLIST_FILES= lib/imlib2/loaders/jxl.so OPTIONS_DEFINE= LCMS2 OPTIONS_DEFAULT=LCMS2 LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 post-patch-LCMS2-off: @${REINPLACE_CMD} -e '/-DIMLIB2JXL_USE_LCMS/d' \ -e 's/`pkg-config[^`]*lcms[^`]*`//' \ ${WRKSRC}/Makefile do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.so:H} ${INSTALL_LIB} ${WRKSRC}/${PLIST_FILES:M*.so:T} \ ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.so:H} .include diff --git a/graphics/imlib2-webp/Makefile b/graphics/imlib2-webp/Makefile index ff7443ef9f6b..091186b9b246 100644 --- a/graphics/imlib2-webp/Makefile +++ b/graphics/imlib2-webp/Makefile @@ -1,25 +1,29 @@ PORTNAME= imlib2-webp PORTVERSION= 20230222 PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= eduardo@FreeBSD.org COMMENT= WebP image loader plugin for Imlib 2 WWW= https://www.hauweele.net/~gawen/imlib2-webp.html LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= webp support is handled by graphics/imlib2 and it is enabled by default. +EXPIRATION_DATE= 2026-02-28 +BROKEN= pkg-static: imlib2-webp-20230222_3 conflicts with imlib2-1.12.6,2 (installs files into the same place). Problematic file: /usr/local/lib/imlib2/loaders/webp.so + LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ libwebp.so:graphics/webp USES= gmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= gawen947 GH_TAGNAME= d7a8b758576 CONFLICTS_INSTALL= imlib2 PLIST_FILES= lib/imlib2/loaders/webp.so .include