From a7cff18d287f32f2351688853dc9358cdc02271d Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 21 Jan 2024 17:17:32 +0100 Subject: [PATCH] artpaint: Update to v2.7 * Layers: added color blend modes (hue, saturation, luminosity, color) * Colors: - moved palette below sliders - added key control to palette: + left/right/up/down to choose color + page up/page down to change color set * Rectangle tool: - added "Outline width" * Ellipse tool: - added "Enable rotation" - added "Outline width" * Text tool: always use current foreground color for whole text * Airbrush tool: smoother performance * Support transparency in selections and when cut/copy/deleting * Removed red scale line from brush preview, instead use numerical size label * Many, many bug fixes and improvements * Updated documentation * Updated translations, fixed Latin American Spanish * Added Norwegian translation, thanks Johan Wagenheim --- .../{artpaint-2.6.recipe => artpaint-2.7.recipe} | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) rename haiku-apps/artpaint/{artpaint-2.6.recipe => artpaint-2.7.recipe} (75%) diff --git a/haiku-apps/artpaint/artpaint-2.6.recipe b/haiku-apps/artpaint/artpaint-2.7.recipe similarity index 75% rename from haiku-apps/artpaint/artpaint-2.6.recipe rename to haiku-apps/artpaint/artpaint-2.7.recipe index 95711435e..70ad3b84f 100644 --- a/haiku-apps/artpaint/artpaint-2.6.recipe +++ b/haiku-apps/artpaint/artpaint-2.7.recipe @@ -1,18 +1,17 @@ SUMMARY="A native painting and image editing program" DESCRIPTION="ArtPaint is a program for painting and image processing that \ -won a Be's Masters Award in 1998. Since then (and after a rather long hiatus), \ -ArtPaint development is very active again on Haiku. +won a Be's Masters Award in 1998. Since then ArtPaint has improved in leaps \ +and bounds. ArtPaint features a comprehensive set of painting tools, dozens of add-ons and \ -supports layers and custom brush settings." +supports layers, blending modes, alpha selections and custom brush settings." HOMEPAGE="https://github.com/HaikuArchives/ArtPaint" COPYRIGHT="2003 Heikki Suhonen - 2009 Karsten Heimrich - 2013-2023 HaikuArchives team" + 2013-2024 Dale Cieslak & HaikuArchives team" LICENSE="MIT" REVISION="1" SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="671b4c86ef05fa5cf9dbdf2acc58e0750a1c962773409d97635a6127ffd7da76" +CHECKSUM_SHA256="33df37b0f43429d37c7139bc30594bb41a1edc8cdfb1c7ea97d99d851f4a03e8" SOURCE_DIR="ArtPaint-$portVersion" ARCHITECTURES="all !x86_gcc2"