diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-09-09 17:50:38 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-09-09 18:12:47 +0000 |
commit | 1383f9dd9b67d6da8369a925457df1e6aa814a74 (patch) | |
tree | dc3ddc39b306dba05caa5e45da288a0f10ee4153 | |
parent | ec14fdadaaa7e68b7bcf53da57377796282c1644 (diff) | |
download | ports-1383f9dd9b67d6da8369a925457df1e6aa814a74.tar.gz ports-1383f9dd9b67d6da8369a925457df1e6aa814a74.zip |
graphics/krita: update to 4.4.8
This is strictly a bug fix release. The most important reason for this
release is a fix for a performance regression in Krita 4.4.5. There are
a few other fixes:
* Fix a crash on exit with certain versions of Qt and PyQt
* Fix moving selection with the magnetic selection tool (BUG:433633)
* Fix crashes in the magnetic selection tool when deleting nodes (BUG:439896)
* Fix an assert when converting the image color space from Python (BUG:437980)
* Fix a crash when closing a gamut mask document (BUG:438914)
* Fix drag and drop of clone layers between images (BUG:414699)
* Fix crash when saving the image with trimming enabled (BUG:437626)
Note: due to an upstream oversight, the so-version went from 21 back to
20.
-rw-r--r-- | graphics/krita/Makefile | 7 | ||||
-rw-r--r-- | graphics/krita/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index 51db2a39a2fa..2602c444f640 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -1,6 +1,5 @@ PORTNAME= krita -DISTVERSION= 4.4.5 -PORTREVISION= 23 +DISTVERSION= 4.4.8 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} @@ -57,8 +56,8 @@ OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR CONFLICTS_INSTALL= calligra-2* -PLIST_SUB= SHLIB_VER=21.0.0 \ - SHLIB_SHVER=21 +PLIST_SUB= SHLIB_VER=20.0.0 \ + SHLIB_SHVER=20 CFLAGS+= -I${LOCALBASE}/include/Imath LDFLAGS+= -lpthread diff --git a/graphics/krita/distinfo b/graphics/krita/distinfo index fbda338207a7..7e21bf863274 100644 --- a/graphics/krita/distinfo +++ b/graphics/krita/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623342392 -SHA256 (KDE/krita/krita-4.4.5.tar.xz) = 84c53686056d8f7485658004ca454eb275e35221307362e65daaac934a5c3b78 -SIZE (KDE/krita/krita-4.4.5.tar.xz) = 174217180 +TIMESTAMP = 1631209868 +SHA256 (KDE/krita/krita-4.4.8.tar.xz) = 45112bf9d59beaf70de1e221699711a66b617a680d07e59d037d3b93ae77f450 +SIZE (KDE/krita/krita-4.4.8.tar.xz) = 172636696 |