Received: by mail.netbsd.org (Postfix, from userid 605) id 1E82A84EDA; Thu, 27 Apr 2023 06:06:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B86684ED9 for ; Thu, 27 Apr 2023 06:06:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id A8aCPTM245wl for ; Thu, 27 Apr 2023 06:06:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B8A9484D9B for ; Thu, 27 Apr 2023 06:06:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B5662FA87; Thu, 27 Apr 2023 06:06:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682575579172330" MIME-Version: 1.0 Date: Thu, 27 Apr 2023 06:06:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/libimagequant To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230427060619.B5662FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682575579172330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 27 06:06:19 UTC 2023 Modified Files: pkgsrc/graphics/libimagequant: Makefile distinfo Log Message: libimagequant: update to 2.18.0. version 2.18 ------------ - improved handling of images with very few pixels with very diverse colors - added more perceptually-weighed color selection - dropped problematic omp_set_nested() - fixed a rare memory leak To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/libimagequant/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/libimagequant/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682575579172330 Content-Disposition: inline Content-Length: 1805 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libimagequant/Makefile diff -u pkgsrc/graphics/libimagequant/Makefile:1.26 pkgsrc/graphics/libimagequant/Makefile:1.27 --- pkgsrc/graphics/libimagequant/Makefile:1.26 Mon Oct 31 10:22:18 2022 +++ pkgsrc/graphics/libimagequant/Makefile Thu Apr 27 06:06:19 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2022/10/31 10:22:18 adam Exp $ +# $NetBSD: Makefile,v 1.27 2023/04/27 06:06:19 wiz Exp $ -DISTNAME= libimagequant-2.17.0 +DISTNAME= libimagequant-2.18.0 CATEGORIES= graphics MASTER_SITES+= ${MASTER_SITE_GITHUB:=ImageOptim/} GITHUB_TAG= ${PKGVERSION_NOREV} Index: pkgsrc/graphics/libimagequant/distinfo diff -u pkgsrc/graphics/libimagequant/distinfo:1.29 pkgsrc/graphics/libimagequant/distinfo:1.30 --- pkgsrc/graphics/libimagequant/distinfo:1.29 Mon Oct 31 10:22:18 2022 +++ pkgsrc/graphics/libimagequant/distinfo Thu Apr 27 06:06:19 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.29 2022/10/31 10:22:18 adam Exp $ +$NetBSD: distinfo,v 1.30 2023/04/27 06:06:19 wiz Exp $ -BLAKE2s (libimagequant-2.17.0.tar.gz) = ec6ea589a9e229ea04c6aad5a663766170c75e289baf2cb6028f72aa658df0bc -SHA512 (libimagequant-2.17.0.tar.gz) = 12b111f8293c0e37bd75481457b6c96b547a1e3bc1d33bc7a6bbbde6ada284d835c7f5958ef41af7a5a8d3e6fb2d1aa2f641b7d6f2fe2782202f3c760792f394 -Size (libimagequant-2.17.0.tar.gz) = 99343 bytes +BLAKE2s (libimagequant-2.18.0.tar.gz) = 17a3a23927f5fc2e05401a5cb21430c026d040a2b6182a8d1696573d804af96b +SHA512 (libimagequant-2.18.0.tar.gz) = ff2d4c2b901108525f403567ed2cc81dcda6e3600c58661de6324abb191ec04d954987e23b9c4d0e02cbec64ab905d717e3a0e1aecc6e1399ecc6126e889a356 +Size (libimagequant-2.18.0.tar.gz) = 382092 bytes SHA1 (patch-Makefile) = 979f07975806619b8bff6a7868c948903f8697db SHA1 (patch-configure) = 89e4a07015ba59e6688eeee35e30289d24ac5307 --_----------=_1682575579172330--