Received: by mail.netbsd.org (Postfix, from userid 605) id E1D5084DBA; Mon, 30 Oct 2017 08:29:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D19584D8A for ; Mon, 30 Oct 2017 08:29:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id roBrWw0mYfS8 for ; Mon, 30 Oct 2017 08:29:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F079984D23 for ; Mon, 30 Oct 2017 08:29:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1054FBDE; Mon, 30 Oct 2017 08:29:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509352147137490" MIME-Version: 1.0 Date: Mon, 30 Oct 2017 08:29:07 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/libimagequant To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171030082907.C1054FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1509352147137490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 30 08:29:07 UTC 2017 Modified Files: pkgsrc/graphics/libimagequant: Makefile distinfo Log Message: libimagequant: updated to 2.11.0 version 2.11 - new liq_image_set_background() for high-quality remapping of GIF frames - new liq_image_set_importance_map() for controlling which parts of the image get more palette colors To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/libimagequant/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/libimagequant/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509352147137490 Content-Disposition: inline Content-Length: 1873 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.6 pkgsrc/graphics/libimagequant/Makefile:1.7 --- pkgsrc/graphics/libimagequant/Makefile:1.6 Tue Aug 15 05:39:13 2017 +++ pkgsrc/graphics/libimagequant/Makefile Mon Oct 30 08:29:07 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2017/08/15 05:39:13 adam Exp $ +# $NetBSD: Makefile,v 1.7 2017/10/30 08:29:07 adam Exp $ -DISTNAME= libimagequant-2.10.2 +DISTNAME= libimagequant-2.11.0 CATEGORIES= graphics MASTER_SITES+= ${MASTER_SITE_GITHUB:=ImageOptim/} Index: pkgsrc/graphics/libimagequant/distinfo diff -u pkgsrc/graphics/libimagequant/distinfo:1.7 pkgsrc/graphics/libimagequant/distinfo:1.8 --- pkgsrc/graphics/libimagequant/distinfo:1.7 Tue Aug 15 05:39:13 2017 +++ pkgsrc/graphics/libimagequant/distinfo Mon Oct 30 08:29:07 2017 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2017/08/15 05:39:13 adam Exp $ +$NetBSD: distinfo,v 1.8 2017/10/30 08:29:07 adam Exp $ -SHA1 (libimagequant-2.10.2.tar.gz) = b7d3565cc22d84ed4f32a7df5c2e358201894ea1 -RMD160 (libimagequant-2.10.2.tar.gz) = 443ae5e672deba83d9383b2e8b4bb1394f826b03 -SHA512 (libimagequant-2.10.2.tar.gz) = c7d3ccd38456748bab07ca8d855c7b963ca5bbedff26af72a7da80892683bc31b902544274042010076b0a119bd256988a828d36fe1e786f31743948b324dbc9 -Size (libimagequant-2.10.2.tar.gz) = 71172 bytes +SHA1 (libimagequant-2.11.0.tar.gz) = eedd20a06b6c22af72f9de4a9d53efd354a93da5 +RMD160 (libimagequant-2.11.0.tar.gz) = a1275493240323e4ad995043761679d95b86dabb +SHA512 (libimagequant-2.11.0.tar.gz) = 9a3c20ebdead89b8d78604a07b7e22e8d6d7537d5641d0f4e7d8749f20d31200dad0cb71f0bf3c9008a5f46dad08d85e72c1e5d41c0f773d1938840044a01726 +Size (libimagequant-2.11.0.tar.gz) = 74295 bytes SHA1 (patch-Makefile) = de68691e7c72ada2dd71624e1b11c47a91e8234a SHA1 (patch-configure) = 747b121b901dff19374999c543ea7cb361c25428 --_----------=_1509352147137490--