pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/krita



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Mar  6 17:28:13 UTC 2021

Modified Files:
        pkgsrc/graphics/krita: Makefile PLIST distinfo

Log Message:
krita: Update to 4.4.2. Builds with latest boost.

Release notes:
https://krita.org/en/item/krita-4-4-2-released/


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/graphics/krita/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/krita/PLIST \
    pkgsrc/graphics/krita/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/krita/Makefile
diff -u pkgsrc/graphics/krita/Makefile:1.63 pkgsrc/graphics/krita/Makefile:1.64
--- pkgsrc/graphics/krita/Makefile:1.63 Sun Feb  7 06:30:28 2021
+++ pkgsrc/graphics/krita/Makefile      Sat Mar  6 17:28:13 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2021/02/07 06:30:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.64 2021/03/06 17:28:13 nia Exp $
 
-DISTNAME=              krita-4.4.1
-PKGREVISION=           5
-CATEGORIES=            graphics misc kde
+DISTNAME=              krita-4.4.2
+CATEGORIES=            graphics kde
 MASTER_SITES=          ${MASTER_SITE_KDE:=krita/${PKGVERSION_NOREV}/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
@@ -12,8 +11,10 @@ LICENSE=             gnu-gpl-v2 AND gnu-lgpl-v2.1
 
 #BUILD_DEPENDS+=       automoc4>=0.9.87:../../devel/automoc4
 
-USE_TOOLS+=            msgfmt pkg-config perl gmake
-USE_LANGUAGES=         c c++14 # as of 4.3.0 boost 1.75 geometry requires c++14
+USE_TOOLS+=            msgfmt pkg-config perl
+# Uses targets with spaces in the names
+USE_TOOLS+=            gmake
+USE_LANGUAGES=         c c++
 USE_CMAKE=             yes
 CMAKE_ARG_PATH=                ..
 CONFIGURE_DIRS=                _KDE_build

Index: pkgsrc/graphics/krita/PLIST
diff -u pkgsrc/graphics/krita/PLIST:1.8 pkgsrc/graphics/krita/PLIST:1.9
--- pkgsrc/graphics/krita/PLIST:1.8     Mon Nov 30 15:43:03 2020
+++ pkgsrc/graphics/krita/PLIST Sat Mar  6 17:28:13 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/11/30 15:43:03 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/03/06 17:28:13 nia Exp $
 bin/krita
 bin/krita_version
 lib/kritaplugins/krita_colorspaces_extensions.so
@@ -51,6 +51,7 @@ lib/kritaplugins/kritagamutmask.so
 lib/kritaplugins/kritagaussianhighpassfilter.so
 lib/kritaplugins/kritagifexport.so
 lib/kritaplugins/kritagifimport.so
+lib/kritaplugins/kritagradientgenerator.so
 lib/kritaplugins/kritagradientmap.so
 lib/kritaplugins/kritagriddocker.so
 lib/kritaplugins/kritagridpaintop.so
@@ -358,6 +359,7 @@ share/krita/bundles/Krita_3_Default_Reso
 share/krita/bundles/Krita_4_Default_Resources.bundle
 share/krita/bundles/Krita_Artists_SeExpr_examples.bundle
 share/krita/bundles/README
+share/krita/bundles/RGBA_brushes.bundle
 share/krita/defaultpresets/colorsmudge.kpp
 share/krita/defaultpresets/complex.kpp
 share/krita/defaultpresets/curvebrush.kpp
Index: pkgsrc/graphics/krita/distinfo
diff -u pkgsrc/graphics/krita/distinfo:1.8 pkgsrc/graphics/krita/distinfo:1.9
--- pkgsrc/graphics/krita/distinfo:1.8  Mon Nov 30 15:43:03 2020
+++ pkgsrc/graphics/krita/distinfo      Sat Mar  6 17:28:13 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2020/11/30 15:43:03 ryoon Exp $
+$NetBSD: distinfo,v 1.9 2021/03/06 17:28:13 nia Exp $
 
-SHA1 (krita-4.4.1.tar.gz) = bd2dff26b063ab87ea9f3f091538e5a3fa6a2b11
-RMD160 (krita-4.4.1.tar.gz) = f99bb97c3f1e628b703830a2874032e67b9155cc
-SHA512 (krita-4.4.1.tar.gz) = 4256135604cb592e60ac82ff43adfc259f7063c96d0b219351e4ed8e6a1d8a27cd6e8ce4d9ef6e18ce8b37f2e93f40a4ed5e9ef28661adef6d16a766a40537dd
-Size (krita-4.4.1.tar.gz) = 252707738 bytes
+SHA1 (krita-4.4.2.tar.gz) = 8a17fc4beaec5ccee4a7f262b3db9bc69407a238
+RMD160 (krita-4.4.2.tar.gz) = 406da1c836462ab60b5e5ab244e2526fc22864d1
+SHA512 (krita-4.4.2.tar.gz) = 62fe7d719d119099a10277e03b2cf48cefebe30daa664867dad989b812e58959abf34169b06aa5b8e9430aa92378b847f42ecfc38e0f8f20b3d8060f983eaac2
+Size (krita-4.4.2.tar.gz) = 254870385 bytes
 SHA1 (patch-krita_data_CMakeLists.txt) = bc0a37c1a60a2e0702c4a87b70ae0abf8359cc45
 SHA1 (patch-xcftools.h) = eeeed207e9b1995999a16efbbae91ed8f6255f48



Home | Main Index | Thread Index | Old Index