Search Criteria
Package Details: krita-git 4.3.0.prealpha.3252.ga899f2f428-2
Git Clone URL: | https://aur.archlinux.org/krita-git.git (read-only, click to copy) |
---|---|
Package Base: | krita-git |
Description: | A full-featured free digital painting studio. Git version. |
Upstream URL: | https://krita.org |
Keywords: | qt5 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | sl1pkn07 |
Maintainer: | AlfredoRamos |
Last Packager: | AlfredoRamos |
Votes: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-11 13:38 |
Last Updated: | 2020-07-27 15:05 |
Dependencies (37)
- boost-libs (boost171, boost-libs-git)
- curl (curl-git, curl-minimal-git)
- exiv2
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- giflib
- gsl
- hicolor-icon-theme (hicolor-icon-theme-git)
- karchive (karchive-git)
- kcompletion (kcompletion-git)
- kcrash (kcrash-git)
- kguiaddons (kguiaddons-git)
- ki18n (ki18n-git)
- kitemmodels (kitemmodels-git)
- kitemviews (kitemviews-git)
- libraw (libraw-git, libraw16, libraw19)
- openexr
- qt5-multimedia (qt5-multimedia-git)
- qt5-svg (qt5-svg-git)
- quazip
- boost (boost-git) (make)
- eigen (eigen-git) (make)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git) (make)
- kdoctools (kdoctools-git) (make)
- libheif (libheif-git) (make)
- opencolorio (opencolorio-git, opencolorio1) (make)
- poppler-qt5 (poppler-qt5-cairo, poppler-qt5-git, poppler-qt5-lcd, poppler-qt-lcd) (make)
- python-pyqt5 (make)
- python-sip (python-sip4) (make)
- sip (sip4-sip-provides) (make)
- vc (make)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-amd-full-git) (optional) – to save animations
- krita-plugin-gmic (krita-plugin-gmic-git) (optional) – G'MIC plugin
- libheif (libheif-git) (optional) – HEIF filter
- opencolorio (opencolorio-git, opencolorio1) (optional) – for the LUT docker
- poppler-qt5 (poppler-qt5-cairo, poppler-qt5-git, poppler-qt5-lcd, poppler-qt-lcd) (optional) – PDF filter
- python-pyqt5 (optional) – for the Python plugins
Required by (1)
- krita-plugin-gmic-git (requires krita)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
AlfredoRamos commented on 2020-10-17 14:09
@pkr It will use the number of cores (simultaneous jobs) you have specified in
MAKEFLAGS
.See Makepkg: Improving compile times.
pkr commented on 2020-10-17 11:38
Is this build running on one core? Because it takes ages to build. Any chance to crank up the cores used for building?
AlfredoRamos commented on 2020-07-27 15:06
@vladafirefly Thanks for the report.
The patch for PyQt5 with SIP5 is no longer needed since it was fixed upstream KDE/krita@c3cba34.
vladafirefly commented on 2020-07-27 12:02
The package stopped building for me. Here's the output:
==> Starting prepare()... patching file cmake/modules/FindPyQt5.py Hunk #1 succeeded at 2 with fuzz 2. Hunk #2 FAILED at 41. 1 out of 2 hunks FAILED -- saving rejects to file cmake/modules/FindPyQt5.py.rej ==> ERROR: A failure occurred in prepare(). Aborting... error making: krita-git
AlfredoRamos commented on 2020-05-03 21:49
Package adopted.
It uses the same patch from the package of
krita
[Extra] to fix the build for PyQt5 and SIP 5.Werzi2001 commented on 2019-05-18 17:10
Does this build not support the python scripter? I can't find the option in the settings to enable it.
C0rn3j commented on 2018-12-12 10:13
Why is this tagged out of date? "4.0.0.prealpha.891.g1cfb64ab4b-1 is the current git version" makes no sense, as this package builds current 4.2.0 just fine.
Teteros commented on 2017-04-18 01:59
You need to add python-pyqt5 to makedepends, as well as:
-DPYQT_SIP_DIR_OVERRIDE=/usr/share/sip/PyQt5
to cmake options.
eg:
CXXFLAGS=' -std=c++11' cmake ../krita \
[...]
-DBUILD_TESTING=OFF \
-DPYQT_SIP_DIR_OVERRIDE=/usr/share/sip/PyQt5
Needed since commit https://github.com/KDE/krita/commit/71631f90dc3b7636d29fd607c85c13cfe1987208
Autodetection of the path seems to not work so the cmake env var is needed for now, which is weird because the tests in src/krita/cmake/modules/FindPyQt5.py (and FindSIP.py)
output the right path.
laichiaheng commented on 2017-04-11 07:23
[ 55%] Generating krita/sipkritapart0.cpp
sip: Unable to find file "QtCore/QtCoremod.sip"
make[2]: *** [plugins/extensions/pykrita/sip/CMakeFiles/python_module_PyKrita_krita.dir/build.make:64: plugins/extensions/pykrita/sip/krita/sipkritapart0.cpp] Error 1
make[2]: *** Deleting file 'plugins/extensions/pykrita/sip/krita/sipkritapart0.cpp'
make[1]: *** [CMakeFiles/Makefile2:25820: plugins/extensions/pykrita/sip/CMakeFiles/python_module_PyKrita_krita.dir/all] Error 2
make: *** [Makefile:139: all] Error 2
==> 錯誤: build() 遭遇失敗。
正在中止...
haawda commented on 2017-03-07 20:46
Ask upstream.