Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 794B1A5864 for ; Mon, 12 Oct 2015 16:01:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BE93114A11E; Mon, 12 Oct 2015 16:01:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0BB5014A11C for ; Mon, 12 Oct 2015 16:01:19 +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 YaCZZn5BeAv3 for ; Mon, 12 Oct 2015 16:01:18 +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 71F1314A114 for ; Mon, 12 Oct 2015 16:01:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6C9BA98; Mon, 12 Oct 2015 16:01:18 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 12 Oct 2015 16:01:18 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/enblend-enfuse To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20151012160118.6C9BA98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Mon Oct 12 16:01:18 UTC 2015 Modified Files: pkgsrc/graphics/enblend-enfuse: Makefile distinfo Removed Files: pkgsrc/graphics/enblend-enfuse/patches: patch-aa Log Message: Changes 4.1.4: ** New Commandline Options - The introduction of additional blend color spaces in the Development Branch requires a new option to select them. Here, in the Stable Branch, the new option `--blend-colorspace' just duplicates the functionality of `--ciecam' and `--no-ciecam'. The Stable Branch does *not* provide the additional blend colorspaces of the Development Branch. The following equivalences hold --ciecam <=> --blend-colorspace=ciecam --no-ciecam <=> --blend-colorspace=identity Both options `--ciecam' and `--no-ciecam' are deprecated in 4.2 and will be withdrawn in 4.3. Thus, users should prefer `--blend-colorspace'. ** Bug Fixes - [Enblend and Enfuse] Fix the nesting-depth counter for response files. This bug prohibited to load more than 20 images in a single response file. - [Enblend and Enfuse] Allow grayscale images to bring their own (grayscale) profiles. Previously grayscale images with ICC profiles were rejected. - [Enblend] Fix a possible domain error followed by a division-by-zero in the seam-line optimizer. - [Enblend and Enfuse] Avoid an undeserved warning about incompatible colorspaces if they only disagree on their meta-data (e.g. profile creation date/time). - [Enblend] Fix a bug in the Dijkstra Optimizer which could lead to undefined behavior in the placement of the (optimized) seam line. - [Enblend] Fix a non-dereferencable vector iterator which led to a segfault. - [Enblend] Avoid a division-by-zero in the Annealing Optimizer. - [Enblend] Fix a bug (1356551) in the seam-line vectorization code that was there since 2004. The fix changes the position of almost any coarse-mask seam line vertex by one pixel. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/enblend-enfuse/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/enblend-enfuse/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/graphics/enblend-enfuse/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.