pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/chafa
Module Name: pkgsrc
Committed By: ktnb
Date: Mon Nov 10 02:43:14 UTC 2025
Modified Files:
pkgsrc/graphics/chafa: Makefile distinfo
Log Message:
chafa: update to 1.18.0
Added:
- New options: `--files=FNAME` and `--files0=FNAME`. These allow
reading lists of input files from a file or standard input. Paths
can be separated by newlines or a zero byte (`--files0`). These
options can be specified multiple times.
- New option: `--link=[auto|on|off]`. When used with `--label`,
this controls whether each label should be an `OSC 8`-style
hyperlink to its input file.
- Multiple files can now be decoded in parallel.
- ConHost support was removed due to incompleteness and lack of
interest.
- Added support for CoreGraphics loaders on MacOS.
- Added support for HEIF files on all platforms.
- Improved detection of ghostty inside tmux.
- Added support for GNU/Hurd console.
Bugs Fixed:
- Don't leave stdin in non-blocking mode.
- Use glibtoolize when libtoolize is unavailable (@saitoha).
- GNU/Hurd: Don't stall if pipe is closed on remote end.
- _mm_empty() not always called immediately after MMX use.
- FP division by zero possible in sixel palette generation.
- Don't wait for response if probing is unsupported.
- Wrong exit code returned on some failures.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/chafa/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/chafa/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/chafa/Makefile
diff -u pkgsrc/graphics/chafa/Makefile:1.13 pkgsrc/graphics/chafa/Makefile:1.14
--- pkgsrc/graphics/chafa/Makefile:1.13 Thu Oct 23 20:37:24 2025
+++ pkgsrc/graphics/chafa/Makefile Mon Nov 10 02:43:14 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2025/10/23 20:37:24 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/11/10 02:43:14 ktnb Exp $
-DISTNAME= chafa-1.16.2
-PKGREVISION= 2
+DISTNAME= chafa-1.18.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=hpjansson/}
GITHUB_TAG= ${PKGVERSION_NOREV}
@@ -22,9 +21,10 @@ pre-configure:
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/libheif/buildlink3.mk"
.include "../../graphics/librsvg/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/libwebp/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/chafa/distinfo
diff -u pkgsrc/graphics/chafa/distinfo:1.5 pkgsrc/graphics/chafa/distinfo:1.6
--- pkgsrc/graphics/chafa/distinfo:1.5 Mon Jul 7 12:40:14 2025
+++ pkgsrc/graphics/chafa/distinfo Mon Nov 10 02:43:14 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/07/07 12:40:14 ktnb Exp $
+$NetBSD: distinfo,v 1.6 2025/11/10 02:43:14 ktnb Exp $
-BLAKE2s (chafa-1.16.2.tar.gz) = 867295d1b8903b0f7b4af2d53be49bfc15937c36e3888fb72125898ec1af9ce0
-SHA512 (chafa-1.16.2.tar.gz) = e1b55c08ce3c9ea7ee38dfed5c5a96e19f29a87b612f86986d0b16f28af8267b97166800fbd0428078f272da3a303d54b51a4451fece7be6127289f4966c1739
-Size (chafa-1.16.2.tar.gz) = 1921340 bytes
+BLAKE2s (chafa-1.18.0.tar.gz) = 8f69cc3c59c6e12fee95e0af1ce9c0c3d3b95e5222a70ea2aacaddac53ea8265
+SHA512 (chafa-1.18.0.tar.gz) = 1fb74757551f7eb3ba3486af5df2e7bd5c87945f2d62dd06777db0f5cffe12d377f83ef5794081b5b5d0e9b1ebc5e945fbcb98c42e860157db4bb69c0bcc84b3
+Size (chafa-1.18.0.tar.gz) = 1937303 bytes
Home |
Main Index |
Thread Index |
Old Index