From 9e7b5b32091492a8760fc8822d53a37526776868 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 3 Oct 2022 17:33:10 +0200 Subject: [PATCH] ArtPaint: update to v2.4 Changelog: * Overhauled the Layers window and handling: - improved layout - reduced commands to the most useful, moved to main menu - added naming layers - added transparency slider - added blending modes: Normal, Multiply. Divide, Screen, Overlay, Hard light, Soft light, Vivid light, Pin light, Hard mix, Difference, Exclusion, Color dodge, Linear dodge, Color burn, Linear burn, Darken, and Lighten * Improved Colors window - removed YIQ and YUV color modes - added CIELAB color mode - accept drag'n'dropped colors - set/show hex-value of current color - removed palette from main window * Make current tool more obvious in Tools window * Bufixes and polishing --- .../artpaint/{artpaint-2.3.1.recipe => artpaint-2.4.recipe} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename haiku-apps/artpaint/{artpaint-2.3.1.recipe => artpaint-2.4.recipe} (93%) diff --git a/haiku-apps/artpaint/artpaint-2.3.1.recipe b/haiku-apps/artpaint/artpaint-2.4.recipe similarity index 93% rename from haiku-apps/artpaint/artpaint-2.3.1.recipe rename to haiku-apps/artpaint/artpaint-2.4.recipe index 62989454e..6b0b2ad8e 100644 --- a/haiku-apps/artpaint/artpaint-2.3.1.recipe +++ b/haiku-apps/artpaint/artpaint-2.4.recipe @@ -12,7 +12,7 @@ COPYRIGHT="2003 Heikki Suhonen LICENSE="MIT" REVISION="1" SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="4e8c009eb24840fc25eb70f88dee0f40d73e45bf52ea50ec452f9682cb0086fc" +CHECKSUM_SHA256="ff3f35a72f5bf1960a1b96d22652534dedb0a3c3d9971dd504c6cfce0e1b3209" SOURCE_DIR="ArtPaint-$portVersion" ARCHITECTURES="all !x86_gcc2"