Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 416D763B874 for ; Tue, 18 Nov 2008 00:50:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id E7B0A63B12C; Tue, 18 Nov 2008 00:50:36 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 1BDD863B167 for ; Tue, 18 Nov 2008 00:50:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CEA00175D0; Tue, 18 Nov 2008 00:50:35 +0000 (UTC) From: OBATA Akio Subject: CVS commit: pkgsrc/graphics/GraphicsMagick To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org Message-Id: <20081118005035.CEA00175D0@cvs.netbsd.org> Date: Tue, 18 Nov 2008 00:50:35 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: obache Date: Tue Nov 18 00:50:35 UTC 2008 Modified Files: pkgsrc/graphics/GraphicsMagick: Makefile PLIST distinfo Log Message: Update GraphicsMagick to 1.3.1. 1.3.1 (November 17, 2008) ========================= Security Fixes: * None. Bug fixes: * RPM build, Fixes to successfully build binary RPMs for Red Hat Linux 4. * MSL/conjure, Fix bug with attributes becoming appended to themselves. Fix memory leaks. Feature improvements: * New --disable-openmp-slow configure option for disabling use of OpenMP for algorithms which may run slower on operating systems with crummy thread libraries. * JPEG, Allow user to specify DCT encoding method via jpeg:dct-method define. Also allow control over whether huffman encoding is used via jpeg:optimize-coding define. Performance Improvements: * OpenMP (parallel processing) improvements for these functions: - Rotate by 90 and 270 degrees (-rotate) To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 pkgsrc/graphics/GraphicsMagick/Makefile cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/GraphicsMagick/PLIST cvs rdiff -r1.12 -r1.13 pkgsrc/graphics/GraphicsMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.