Date: Thu, 9 Sep 2021 18:13:15 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1383f9dd9b67 - main - graphics/krita: update to 4.4.8 Message-ID: <202109091813.189IDFDI037162@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=1383f9dd9b67d6da8369a925457df1e6aa814a74 commit 1383f9dd9b67d6da8369a925457df1e6aa814a74 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2021-09-09 17:50:38 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-09-09 18:12:47 +0000 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. --- graphics/krita/Makefile | 7 +++---- 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) = 172636696home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109091813.189IDFDI037162>
