From 8609feed026d6e0ff8a5677837ccaa0e6d72cac3 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Tue, 11 Jul 2023 17:56:29 +0200 Subject: [PATCH] ArtPaint: New release 2.6 Changes since v2.5: * Instead of a context menu to choose a tool, use the current tool to draw with the background color. * New misc. setting: show brush size around mouse pointer * Added translation, rotation and scaling of selections * Added undo/redo to layer rename, alpha, blend mode, visibility, delete, merge * Use zlib to compress image data for each layer, resulting in massively smaller project files, esp. with many rather empty layers. * Brushes: - moved brush configuration into stored Brushes window - added current brush preview to status bar - removed Brush tool (use Freehand instead) - switch brushes in stored Brushes window with cursor keys * Blur tool: - added "Use current brush" option * Eraser Tool: - added "Use current brush" option - added "Pressure" slider to control opacity of erasure * Fill tool (gradient): - a more intuitive usage - show line from start to end point - added modes: radial, square, cone * Freehand tool: - added "Use current brush" option - added "Pressure" slider to control opacity * Straight line tool: - added "Use current brush" option - add "Pressure" slider for opacity control * Transparency tool: - added "Use current brush" option - use slider instead of alpha from current color - changed "Speed" to "Pressure" - made "Pressure" a percentage of the way to the chosen value * Wave add-on: - Add X and Y spinners for position * Many bug fixes and improvements * Updated documentation * Updated translations --- .../artpaint/{artpaint-2.5.recipe => artpaint-2.6.recipe} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename haiku-apps/artpaint/{artpaint-2.5.recipe => artpaint-2.6.recipe} (87%) diff --git a/haiku-apps/artpaint/artpaint-2.5.recipe b/haiku-apps/artpaint/artpaint-2.6.recipe similarity index 87% rename from haiku-apps/artpaint/artpaint-2.5.recipe rename to haiku-apps/artpaint/artpaint-2.6.recipe index 7cca12e28..95711435e 100644 --- a/haiku-apps/artpaint/artpaint-2.5.recipe +++ b/haiku-apps/artpaint/artpaint-2.6.recipe @@ -10,9 +10,9 @@ COPYRIGHT="2003 Heikki Suhonen 2009 Karsten Heimrich 2013-2023 HaikuArchives team" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="764e071278cc73e2daefb1227172df97a37033396c553092fb098bf4a22b16b4" +CHECKSUM_SHA256="671b4c86ef05fa5cf9dbdf2acc58e0750a1c962773409d97635a6127ffd7da76" SOURCE_DIR="ArtPaint-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -24,11 +24,13 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix + lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel cmd:find + devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" makefile_engine