pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gdk-pixbuf2-jxl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 17 18:26:05 UTC 2025

Added Files:
        pkgsrc/graphics/gdk-pixbuf2-jxl: DESCR Makefile PLIST

Log Message:
graphics/gdk-pixbuf2-jxl: import gdk-pixbuf2-jxl-0.11.1

gdk-pixbuf loader for reading JPEG XL images.  JPEG XL (.jxl) is
the next generation, general-purpose image compression codec by
the JPEG committee.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/gdk-pixbuf2-jxl/DESCR \
    pkgsrc/graphics/gdk-pixbuf2-jxl/Makefile \
    pkgsrc/graphics/gdk-pixbuf2-jxl/PLIST

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

Added files:

Index: pkgsrc/graphics/gdk-pixbuf2-jxl/DESCR
diff -u /dev/null pkgsrc/graphics/gdk-pixbuf2-jxl/DESCR:1.1
--- /dev/null   Sun Aug 17 18:26:05 2025
+++ pkgsrc/graphics/gdk-pixbuf2-jxl/DESCR       Sun Aug 17 18:26:05 2025
@@ -0,0 +1,3 @@
+gdk-pixbuf loader for reading JPEG XL images.  JPEG XL (.jxl) is
+the next generation, general-purpose image compression codec by
+the JPEG committee.
Index: pkgsrc/graphics/gdk-pixbuf2-jxl/Makefile
diff -u /dev/null pkgsrc/graphics/gdk-pixbuf2-jxl/Makefile:1.1
--- /dev/null   Sun Aug 17 18:26:05 2025
+++ pkgsrc/graphics/gdk-pixbuf2-jxl/Makefile    Sun Aug 17 18:26:05 2025
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2025/08/17 18:26:05 wiz Exp $
+
+.include "../../graphics/libjxl/Makefile.common"
+
+PKGNAME=       ${DISTNAME:S/lib/gdk-pixbuf2-/g}
+COMMENT=       JpegXL module for GdkPixbuf
+
+WRKSRC=                ${WRKDIR}/${DISTNAME}
+
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
+
+USE_CMAKE=     yes
+
+CONFIGURE_DIRS=        plugins/gdk-pixbuf
+BUILD_DIRS=    plugins/gdk-pixbuf
+
+REPLACE_BASH=  deps.sh
+
+SUBST_CLASSES+=                gpt
+SUBST_STAGE.gpt=       pre-configure
+SUBST_MESSAGE.gpt=     Fixing path to gdk-pixbuf-thumbnailer
+SUBST_FILES.gpt=       plugins/gdk-pixbuf/jxl.thumbnailer
+SUBST_SED.gpt=         -e 's,/usr,${PREFIX},g'
+
+.include "../../databases/shared-mime-info/mimedb.mk"
+.include "../../graphics/gdk-pixbuf2/loaders.mk"
+.include "../../graphics/libjxl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/gdk-pixbuf2-jxl/PLIST
diff -u /dev/null pkgsrc/graphics/gdk-pixbuf2-jxl/PLIST:1.1
--- /dev/null   Sun Aug 17 18:26:05 2025
+++ pkgsrc/graphics/gdk-pixbuf2-jxl/PLIST       Sun Aug 17 18:26:05 2025
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2025/08/17 18:26:05 wiz Exp $
+lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jxl.so
+share/thumbnailers/jxl.thumbnailer



Home | Main Index | Thread Index | Old Index