Hi, this is an update for chafa to 1.14.2.
Some testing done on amd64. No issues found. I will test on i386 within the next few days and report back. portcheck, 'make port-lib-depends-check' and 'make test' are happy. Changes listed here [1]. Highlights are a new JPEG-XL loader and fix building on 32 bit which was reportedly broken in 1.14.1. Comments? Thanks! [1] https://github.com/hpjansson/chafa/blob/master/NEWS Index: Makefile =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/graphics/chafa/Makefile,v retrieving revision 1.13 diff -u -p -u -p -r1.13 Makefile --- Makefile 24 Jan 2024 15:33:30 -0000 1.13 +++ Makefile 28 Jul 2024 12:21:39 -0000 @@ -1,5 +1,5 @@ COMMENT = character art facsimile generator -DISTNAME = chafa-1.14.0 +DISTNAME = chafa-1.14.2 SHARED_LIBS += chafa 4.0 # 9.0 @@ -12,12 +12,13 @@ MAINTAINER = Florian Viehweger <openbsd # LGPLv3+ PERMIT_PACKAGE = Yes -WANTLIB += X11 Xau Xdmcp Xext Xrender aom avif c cairo cairo-gobject -WANTLIB += dav1d expat ffi fontconfig freetype gdk_pixbuf-2.0 -WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 harfbuzz iconv -WANTLIB += intl jpeg lzma m pango-1.0 pangocairo-1.0 pangoft2-1.0 -WANTLIB += pcre2-8 pixman-1 png pthread rsvg-2 sharpyuv tiff webp -WANTLIB += webpdemux xcb xcb-render xcb-shm xml2 z zstd +WANTLIB += ${COMPILER_LIBCXX} X11 Xau Xdmcp Xext Xrender brotlicommon +WANTLIB += brotlicommon brotlidec brotlienc aom avif c cairo cairo-gobject +WANTLIB += dav1d expat ffi fontconfig freetype gdk_pixbuf-2.0 gio-2.0 +WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 harfbuzz hwy iconv intl jpeg +WANTLIB += jxl jxl_cms jxl_threads lcms2 lzma m pango-1.0 pangocairo-1.0 +WANTLIB += pcre2-8 pixman-1 png pthread rsvg-2 sharpyuv tiff webp webpdemux +WANTLIB += xcb xcb-render xcb-shm xml2 z zstd SITES = https://hpjansson.org/chafa/releases/ EXTRACT_SUFX = .tar.xz @@ -26,6 +27,7 @@ COMPILER = base-clang ports-gcc LIB_DEPENDS = devel/glib2 \ graphics/libavif \ + graphics/libjxl \ graphics/libwebp \ x11/gnome/librsvg Index: distinfo =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/graphics/chafa/distinfo,v retrieving revision 1.9 diff -u -p -u -p -r1.9 distinfo --- distinfo 24 Jan 2024 15:33:30 -0000 1.9 +++ distinfo 28 Jul 2024 12:21:39 -0000 @@ -1,2 +1,2 @@ -SHA256 (chafa-1.14.0.tar.xz) = Zw5VwotezUyBh72X8ImHYnEqSA7I6kOdrkpINrF44IQ= -SIZE (chafa-1.14.0.tar.xz) = 988028 +SHA256 (chafa-1.14.2.tar.xz) = iijTCAdOJVl+Ib8oB0dGGsaVrnFfLzJ+sODwQ1ln+LM= +SIZE (chafa-1.14.2.tar.xz) = 992440 -- greetings, Florian Viehweger
