MX 17 Repository: The Krita Thread

Message
Author
User avatar
Stevo
Developer
Posts: 12774
Joined: Fri Dec 15, 2006 8:07 pm

Re: MX 17 Repository: The Krita Thread

#11 Post by Stevo »

Well, it looks like Krita 4.1.3 just won't build on our base. I'm starting to suspect that it might need a newer KDE 5, instead of a newer gcc--if anyone has the Neptune OS repo URL that I could hook to a pbuilder, I could test that theory.

However, since the Krita 4.1.3 AppImage seems to work very well, I don't want to invest too much time on this.

User avatar
sunrat
Posts: 636
Joined: Mon Mar 28, 2016 9:54 pm

Re: MX 17 Repository: The Krita Thread

#12 Post by sunrat »

This is the NeptuneOS repo:

Code: Select all

deb https://download.neptuneos.com/repos/neptune5/repo-kde/ stretch main

User avatar
Stevo
Developer
Posts: 12774
Joined: Fri Dec 15, 2006 8:07 pm

Re: MX 17 Repository: The Krita Thread

#13 Post by Stevo »

I tried it with Neptune OS's newer KDE, and it still failed--so it looks like it's AppImage or Flatpak from now on if you want the shiny new versions.

User avatar
sunrat
Posts: 636
Joined: Mon Mar 28, 2016 9:54 pm

Re: MX 17 Repository: The Krita Thread

#14 Post by sunrat »

Pretty sure Neptune OS has fallen behind Sid with Plasma, Qt, and KDE Frameworks. Krita 4.1.3+dfsg-1 installs and runs fine on my siduction system. There are a lot of dependencies:

Code: Select all

apt depends krita
krita
  Depends: krita-data (>= 1:4.1.3+dfsg-1)
  Depends: kio
  Depends: libboost-system1.62.0
  Depends: libc6 (>= 2.27)
  Depends: libexiv2-14 (>= 0.25)
  Depends: libfftw3-double3 (>= 3.3.5)
  Depends: libgcc1 (>= 1:3.0)
  Depends: libgif7 (>= 5.1)
  Depends: libgsl23 (>= 2.5)
  Depends: libheif1 (>= 1.3.2)
  Depends: libilmbase23 (>= 2.2.1)
  Depends: libjpeg62-turbo (>= 1.3.1)
  Depends: libkf5archive5 (>= 4.96.0)
  Depends: libkf5completion5 (>= 4.97.0)
  Depends: libkf5configcore5 (>= 5.24.0)
  Depends: libkf5configgui5 (>= 4.97.0)
  Depends: libkf5coreaddons5 (>= 4.99.0)
  Depends: libkf5crash5 (>= 5.15.0)
  Depends: libkf5guiaddons5 (>= 4.96.0)
  Depends: libkf5i18n5 (>= 5.0.0)
  Depends: libkf5itemviews5 (>= 4.96.0)
  Depends: libkf5kiocore5 (>= 4.96.0)
  Depends: libkf5widgetsaddons5 (>= 4.96.0)
  Depends: libkf5windowsystem5 (>= 4.96.0)
  Depends: liblcms2-2 (>= 2.2+git20110628)
  Depends: libopencolorio1v5
  Depends: libopenexr23
  Depends: libpng16-16 (>= 1.6.2-1)
  Depends: libpoppler-qt5-1 (>= 0.24.5)
  Depends: libpython3.6 (>= 3.6.5)
  Depends: libqt5concurrent5 (>= 5.6.0)
  Depends: libqt5core5a (>= 5.11.0~rc1)
  Depends: libqt5dbus5 (>= 5.6.0)
  Depends: libqt5gui5 (>= 5.8.0)
  Depends: libqt5multimedia5 (>= 5.6.0~beta)
  Depends: libqt5network5 (>= 5.6.0)
  Depends: libqt5printsupport5 (>= 5.6.0)
  Depends: libqt5qml5 (>= 5.0.2)
  Depends: libqt5quick5 (>= 5.6.1)
  Depends: libqt5quickwidgets5 (>= 5.3.0)
  Depends: libqt5svg5 (>= 5.6.0~beta)
  Depends: libqt5widgets5 (>= 5.11.0~rc1)
  Depends: libqt5x11extras5 (>= 5.6.0)
  Depends: libqt5xml5 (>= 5.6.0)
  Depends: libraw19 (>= 0.19.0)
  Depends: libstdc++6 (>= 5.2)
  Depends: libtiff5 (>= 4.0.3)
  Depends: libx11-6
  Depends: libxcb1
  Depends: libxi6 (>= 2:1.2.99.4)
  Depends: zlib1g (>= 1:1.1.4)
  Recommends: python3-sip
  Recommends: python3-pyqt5
  Recommends: qml-module-qtmultimedia
  Suggests: colord
  Suggests: ffmpeg
  Suggests: krita-l10n (>= 1:4.1.3+dfsg-1)

User avatar
Stevo
Developer
Posts: 12774
Joined: Fri Dec 15, 2006 8:07 pm

Re: MX 17 Repository: The Krita Thread

#15 Post by Stevo »

Yes, I was able to build 4.1.2 on our platform with just a few extra backports (vc-dev and libheif-dev (>= 1.2.0), but the new code they added to 4.1.3 causes a build failure. I am able to build it on a vanilla Buster platform, so I'm now suspecting it needs a newer compiler. I'd try one of our newer clang compilers, such as clang-6.0 in the test repo, but I found a project where Debian tries to recompile every package with clang, and Krita is one of the ones that fails.

User avatar
Stevo
Developer
Posts: 12774
Joined: Fri Dec 15, 2006 8:07 pm

Re: MX 17 Repository: The Krita Thread

#16 Post by Stevo »

I tried the new 4.1.5 release, and a build failure now happens even earlier. It built successfully on a Debian testing base, though.

64-bit users can use the AppImage if they want the latest version, though: https://download.kde.org/stable/krita/

User avatar
Stevo
Developer
Posts: 12774
Joined: Fri Dec 15, 2006 8:07 pm

Re: MX 17 Repository: The Krita Thread

#17 Post by Stevo »

Krita bugfix release 4.1.7 is now in the test repo!

Image

Changes include:
The most important fix is a weird one: it might help your wifi connection. The problem is that we started building a widget that would show you the news feed from krita.org. The widget isn’t active, and doesn’t make any kind of network connection… But Qt’s network manager class still checks your wifi settings all the time. See these bugs: https://bugreports.qt.io/browse/QTBUG-46015 and https://bugreports.qt.io/browse/QTBUG-40332.

Apart from that, we’ve worked around a bug in Qt 5.12 that would cause an instant crash when using a tablet. Our own builds do not use that version of Qt, so the Windows builds, macOS build and the Linux appimage are fine, but users of rolling Linux releases like Arch would suffer from this issue.

And there are more bug fixes, of course:

Fix showing wrongly that there is no audio support in the animation timeline audio menu
Disable the disk-based animation cache rendering backend on Windows: this would give problems with animations bigger than about 150 frames. (BUG 401326)
Don’t hang when trying to load recent files thumbnails for files in a location that’s no longer accessible. (BUG:401939)
Make it possible to use the LUT docker when Angle is enabled on Windows. We have also updated the OpenColorIO library to the latest release.
Remember whether anti-aliasing was enabled in selection tools (BUG:401730)
Add a shortcut to activate the text tool (BUG:401655)
Make the toolbars movable again
Make Select by Color Range check the entire image (BUG:346138)
Enable HiDPI support by default: the problems with the canvas scaling have been solved.
Allow krita to import more than file at a time when started from a file manager (BUG:401476)
Fix using the scrollwheel in comboboxes on Linux (BUG:399379) Patch by Mykola Krachkovsky.
Fix the calculation of Average Desaturation (BUG:400493)
Do not crash when exporting Compositions (BUG:400627)
Make the move tool show the correct cursor in all modes
Let the move tool move invisible layers
Fix a crash in the artistic color selector(BUG:399860)

User avatar
Stevo
Developer
Posts: 12774
Joined: Fri Dec 15, 2006 8:07 pm

Re: MX 17 Repository: The Krita Thread

#18 Post by Stevo »

Updated to 4.1.7.101 in the test repo, though I'm not exactly sure what that fixes over over 4.1.7.

User avatar
Stevo
Developer
Posts: 12774
Joined: Fri Dec 15, 2006 8:07 pm

Re: MX 17 Repository: The Krita Thread

#19 Post by Stevo »

The latest bugfix 4.1.8 release is now in our test repo, though they don't have any release notes out yet. As usual, it won't pull in anything extra (non-krita) outside of the standard Debian or MX main repos, though it's in testing.

Please let us know how it install and runs here if you try it out.

User avatar
asqwerth
Developer
Posts: 7210
Joined: Sun May 27, 2007 5:37 am

Re: MX 17 Repository: The Krita Thread

#20 Post by asqwerth »

Appears to work, but my usage of graphic applications is so rudimentary I can't give it a proper run out.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

Locked

Return to “Package Requests/Status - MX 17/18”