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
This commit is contained in:
Humdinger
2024-01-21 17:17:32 +01:00
parent 181e309cb9
commit a7cff18d28

View File

@@ -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"