head 1.2; access; symbols pkgsrc-2023Q4:1.1.0.20 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.18 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.16 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.14 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.12 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.10 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.8 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.6 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.4 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.2 pkgsrc-2021Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2024.03.14.20.02.58; author markd; state dead; branches; next 1.1; commitid epcTAFyRw8a0ja2F; 1.1 date 2021.07.13.11.28.28; author markd; state Exp; branches; next ; commitid isRs5qallmKKPO0D; desc @@ 1.2 log @krita: update to 5.2.2 5.2.2 - 7 December 2023 We bring you another 5.2 series bug fix release with Krita 5.2.2! 5.2.1 - 2 November 2023 This is a bugfix release for the stable Krita 5.2.0 release. 5.2 - 11 October 2023 After a year of hard work, Krita 5.2 is finally here, bringing a variety of new features, ranging from fundamental changes in text and animation-audio handling to various smaller items like transforming all selected layers! 5.1.0 - 18 August 2022 Highlights * Even more operations can handle multiple selected layers. * We've improved support for the WebP, Photoshop layered TIFF and Photoshop files, and there's new support for the JPEG-XL file format. * We're now using XSIMD instead of VC, improving painting performance, especially on Android where vectorization now is used for the first time. * The fill tools have been extended with continuous fill and a new Enclose and fill tool. * For Windows, we're using a newer version of Angle to improve compatibility with video drivers and improve performance. * You can now configure touch controls in canvas input settings, like "Tap to Undo". 5.0 - 23 December 2021 This is a huge release, with a lot of new features and improvements. Some highlights: * The way Krita handles things like brushes, gradients and palettes, as well as tagging, has been completely revamped. The new system is much faster, uses much less memory and is much more dependable! * Gradients have been improved: they are much more smoothed and can handle wider gamuts. * The smudge brush engine has been completely rewritten, and we’ve got a new brush engine, based on MyPaint * The Animation system has been overhauled, with both user interface improvements and new features, such as clone frames and animated transform masks * Krita now has a built-in storyboard editor! * There’s a recorder to create a video out of your painting sessions And much, much more! @ text @$NetBSD: patch-plugins_impex_raw_CMakeLists.txt,v 1.1 2021/07/13 11:28:28 markd Exp $ openexr3 fix --- plugins/impex/raw/CMakeLists.txt.orig 2021-03-22 10:06:59.000000000 +0000 +++ plugins/impex/raw/CMakeLists.txt @@@@ -1,6 +1,6 @@@@ add_subdirectory(tests) -if(OPENEXR_FOUND) +if(OpenEXR_FOUND) include_directories(${OPENEXR_INCLUDE_DIRS}) endif() include_directories(${LibRaw_INCLUDE_DIR}) @ 1.1 log @krita: patches for openexr3 @ text @d1 1 a1 1 $NetBSD$ @