pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/kf6-kimageformats



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Apr  5 00:30:09 UTC 2025

Modified Files:
        pkgsrc/graphics/kf6-kimageformats: Makefile PLIST

Log Message:
kf6-kimageformats: add avif and jxl support


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/kf6-kimageformats/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/kf6-kimageformats/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/kf6-kimageformats/Makefile
diff -u pkgsrc/graphics/kf6-kimageformats/Makefile:1.7 pkgsrc/graphics/kf6-kimageformats/Makefile:1.8
--- pkgsrc/graphics/kf6-kimageformats/Makefile:1.7      Thu Dec  5 09:43:23 2024
+++ pkgsrc/graphics/kf6-kimageformats/Makefile  Sat Apr  5 00:30:09 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2024/12/05 09:43:23 markd Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/05 00:30:09 markd Exp $
 
 DISTNAME=      kimageformats-${KF6VER}
+PKGREVISION=   1
 CATEGORIES=    graphics
 
 HOMEPAGE=      https://community.kde.org/Frameworks
@@ -15,7 +16,9 @@ USE_TOOLS+=   pkg-config
 GCC_REQD+=     6
 
 .include "../../archivers/kf6-karchive/buildlink3.mk"
+.include "../../graphics/libavif/buildlink3.mk"
 .include "../../graphics/libraw/buildlink3.mk"
+.include "../../graphics/libjxl/buildlink3.mk"
 .include "../../graphics/openexr/buildlink3.mk"
 .include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/kf6-kimageformats/PLIST
diff -u pkgsrc/graphics/kf6-kimageformats/PLIST:1.2 pkgsrc/graphics/kf6-kimageformats/PLIST:1.3
--- pkgsrc/graphics/kf6-kimageformats/PLIST:1.2 Thu Dec  5 09:43:23 2024
+++ pkgsrc/graphics/kf6-kimageformats/PLIST     Sat Apr  5 00:30:09 2025
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2024/12/05 09:43:23 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/04/05 00:30:09 markd Exp $
 qt6/plugins/imageformats/kimg_ani.so
+qt6/plugins/imageformats/kimg_avif.so
 qt6/plugins/imageformats/kimg_eps.so
 qt6/plugins/imageformats/kimg_exr.so
 qt6/plugins/imageformats/kimg_hdr.so
+qt6/plugins/imageformats/kimg_jxl.so
 qt6/plugins/imageformats/kimg_kra.so
 qt6/plugins/imageformats/kimg_ora.so
 qt6/plugins/imageformats/kimg_pcx.so



Home | Main Index | Thread Index | Old Index