Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id C0D6363B882 for ; Sat, 18 Aug 2012 01:34:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9261714A230; Sat, 18 Aug 2012 01:34:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3849E14A224 for ; Sat, 18 Aug 2012 01:34:56 +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 wbSUZmTZsZX1 for ; Sat, 18 Aug 2012 01:34:55 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6BE9214A20B for ; Sat, 18 Aug 2012 01:34:55 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 55A06175DD; Sat, 18 Aug 2012 01:34:55 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 18 Aug 2012 01:34:55 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/graphics/libwebp To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20120818013455.55A06175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Sat Aug 18 01:34:55 UTC 2012 Modified Files: pkgsrc/graphics/libwebp: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Update to 0.2.0 * Add BUILDLINK_ABI_DEPENDS to buildlink3.mk Changelog: - 8/3/12: version 0.2.0 * Add support for ARGB -> YUVA conversion for lossless decoder New functions: WebPINewYUVA, WebPIDecGetYUVA * Add stats for lossless and alpha encoding * Security related hardening: allocation and size checks * Add PAM output support to dwebp - 7/19/12: version 0.1.99 * This is a pre-release of 0.2.0, not an rc to allow for further incompatible changes based on user feedback. * Alpha channel encode/decode support. * Lossless encoder/decoder. * Add TIFF input support to cwebp. Incompatible changes: * The encode ABI has been modified to support alpha encoding. * Deprecated function WebPINew() has been removed. * Decode function signatures have changed to consistently use size_t over int/uint32_t. * decode_vp8.h is no longer installed system-wide. * cwebp will encode the alpha channel if present. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/graphics/libwebp/DESCR \ pkgsrc/graphics/libwebp/PLIST pkgsrc/graphics/libwebp/buildlink3.mk \ pkgsrc/graphics/libwebp/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/libwebp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.