pkgsrc-Changes-HG archive

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

pkgsrc: krita: update to 4.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f3b84ffccb8
branches:  trunk
changeset: 306151:5f3b84ffccb8
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 11 15:15:55 2018 +0000
description:
krita: update to 4.0.1

Improvements
Windows

    Patch QSaveFile so working on images stored in synchronized folders (dropbox, google drive) is safe

Shortcuts

    Fix duplicate shortcut on Photoshop scheme
    Alphabetize shortcut to make the diffs easier to read when doing changes

UI

    Make the triangles larger on the categorized list view so they are more visible
    Disable the macro recorder and playback plugin
    Remove the docker titlebar lock and collapse buttons. BUG:385238 BUG:392235
    Set the pixel grid to show up at 2400% zoom by default. BUG:392161
    Improve the layout of the palette docker
    Disable drag and drop in the palette view: moving swatches around did not actually change the palette. BUG:392349
    Fix selecting the last used template in the new document dialog when using appimages. BUG:391973
    Fix canvas lockup when using Guides at the top of the image. BUG:391098
    Do not reset redo history when changing layer?s visibility. BUG:390581
    Fix shifting the pan position after using the popup widget rotation circle. BUG:391921
    Fix height map to normal map in wraparound mode. BUG:392191

Text

    Make it possible to edit the font size in the svg text tool. BUG:392714
    Let Text Shape have empty lines. BUG:392471
    Fix updates of undo/redo actions. BUG:392257
    Implement ?Convert text into path? function. BUG:391294
    Fix a crash in SvgTextTool when deleting hovered/selected shape. BUG:392128
    Make the text editor window application modal. BUG:392248
    Fix alignment of RTL text. BUG:392065 BUG:392064
    Fix painting parts of text outside the bounding box on the canvas. BUG:392068
    Fix rendering of the text with relative offsets. BUG:391160
    Fix crash when transforming text with Transform Tool twice. BUG:392127

Animation

    Fix handling of keyframes when saving. BUG:392233 BUG:392559
    Keep show in timeline and onion skin options when merging layers. BUG:377358
    Keep keyframe color labels when merging layers. BUG:388913
    Fix exporting out audio with video formats MKV and OGV.

File handling

    Do not load/save layer channel flags anymore (channel flags were removed from the UI in Krita 2.9). BUG:392504
    Fix saving of Transform Mask into rendered formats. BUG:392229
    Fix reporting errors when loading fails. BUG:392413
    Fix a memory leak when loading file layers
    Fix loading a krita file with a loop in the clone layers setup. BUG:384587
    Fix showing a wait cursor after loading a PNG image. BUG:392249
    Make bundle loading feedback a bit clearer regarding the bundle.

Vector bugs

    Fix crash when creating a vector selection. BUG:391292
    Fix crash when doing right-click on the gradient fill stop opacity input box of a vector BUG:392726
    Fix setting the aspect ratio of vector shapes. BUG:391911
    Fix a crash if a certain shape is not valid when writing SVG. BUG:392240
    Fix hidden stroke and fill widgets not to track current shape selection BUG:391990

Painting and brush engines

    Fix crash when creating a new spray preset. BUG:392869
    Fix rounding of the the pressure curve
    Fix painting with colorsmudge brushes on transparency masks. BUG:391268
    Fix uninitialized distance info for KisHairyPaintOp BUG:391940
    Fix rounding of intermediate pressure values
    Fix the colorsmudge brush when painting in wraparound mode. BUG:392312

Layers and masks

    Fix flattening of group layers with Inherit Alpha property set. BUG:390095
    Fix a crash when using a transformation mask on a file layer. BUG:391270
    Improve performance of the transformation mask

diffstat:

 graphics/krita/Makefile |   6 +++---
 graphics/krita/PLIST    |   4 +---
 graphics/krita/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 11 deletions(-)

diffs (57 lines):

diff -r a81f0948960f -r 5f3b84ffccb8 graphics/krita/Makefile
--- a/graphics/krita/Makefile   Wed Apr 11 14:03:00 2018 +0000
+++ b/graphics/krita/Makefile   Wed Apr 11 15:15:55 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2018/04/06 03:44:19 maya Exp $
+# $NetBSD: Makefile,v 1.2 2018/04/11 15:15:55 maya Exp $
 
-DISTNAME=              krita-4.0.0
+DISTNAME=              krita-4.0.1
 CATEGORIES=            misc kde
-MASTER_SITES=          ${MASTER_SITE_KDE:=krita/4.0.0/}
+MASTER_SITES=          ${MASTER_SITE_KDE:=krita/4.0.1/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.krita.org/
diff -r a81f0948960f -r 5f3b84ffccb8 graphics/krita/PLIST
--- a/graphics/krita/PLIST      Wed Apr 11 14:03:00 2018 +0000
+++ b/graphics/krita/PLIST      Wed Apr 11 15:15:55 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/04/06 03:44:19 maya Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/04/11 15:15:55 maya Exp $
 bin/krita
 lib/kritaplugins/krita_colorspaces_extensions.so
 lib/kritaplugins/krita_filtereffects.so
@@ -17,7 +17,6 @@
 lib/kritaplugins/kritaartisticcolorselector.so
 lib/kritaplugins/kritaasccdl.so
 lib/kritaplugins/kritaassistanttool.so
-lib/kritaplugins/kritabigbrother.so
 lib/kritaplugins/kritablurfilter.so
 lib/kritaplugins/kritabrushexport.so
 lib/kritaplugins/kritabrushimport.so
@@ -875,7 +874,6 @@
 share/krita/workspaces/Minimal.kws
 share/krita/workspaces/Small_Vector.kws
 share/krita/workspaces/VFX_Paint.kws
-share/kritaplugins/bigbrother.xmlgui
 share/kritaplugins/buginfo.xmlgui
 share/kritaplugins/clonesarray.xmlgui
 share/kritaplugins/colorrange.xmlgui
diff -r a81f0948960f -r 5f3b84ffccb8 graphics/krita/distinfo
--- a/graphics/krita/distinfo   Wed Apr 11 14:03:00 2018 +0000
+++ b/graphics/krita/distinfo   Wed Apr 11 15:15:55 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2018/04/06 03:44:19 maya Exp $
+$NetBSD: distinfo,v 1.2 2018/04/11 15:15:55 maya Exp $
 
-SHA1 (krita-4.0.0.tar.gz) = efb0b4132fda635d21e59995b5d4829b58ff73ab
-RMD160 (krita-4.0.0.tar.gz) = 2df4acc90e2c3ac4c92f2431ec0b4348970bd8f8
-SHA512 (krita-4.0.0.tar.gz) = 026f15c747eedf1335791a607984acbda049a63550b94fe19c99028499668ccbc723dcd66d8b4d3f981035a040121a5fd6a8f35ced911748578af5c88408eaab
-Size (krita-4.0.0.tar.gz) = 237309220 bytes
+SHA1 (krita-4.0.1.tar.gz) = 547b8fd015ce16e78bceeee86e850be27c76e85b
+RMD160 (krita-4.0.1.tar.gz) = 46c157532e049ef2f7250753872d0bd9938894f2
+SHA512 (krita-4.0.1.tar.gz) = 51ec8bfa7936a081bd62ef7020b16f534042fc50abc1218a5d40721f6b6672791700cb09d006a4975491fddc23358d5ef64322231dd7e3284f943bbabc16a980
+Size (krita-4.0.1.tar.gz) = 237493152 bytes
 SHA1 (patch-krita_data_CMakeLists.txt) = bc0a37c1a60a2e0702c4a87b70ae0abf8359cc45
 SHA1 (patch-xcftools.h) = eeeed207e9b1995999a16efbbae91ed8f6255f48



Home | Main Index | Thread Index | Old Index