Commit Graph

81 Commits

Author SHA1 Message Date
Weijia Wang
c6800f3ea4 krita: migrate to opencolorio 2023-07-06 12:59:52 +03:00
Artturin
6b2a05e190 treewide: manual fixups for
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
github-actions[bot]
bc833a50cc
Merge master into staging-next 2023-02-05 00:02:31 +00:00
Christoph Cullmann
ba7e76bbf6 krita: enable JPEG XL 2023-02-04 22:44:02 +01:00
Vladimír Čunát
29be15b7f6
krita: 5.1.4 -> 5.1.5
https://krita.org/en/item/krita-5-1-5-released/
This fixes build after libraw update
(the announcement doesn't mention that).
2023-02-04 15:56:01 +01:00
wackbyte
4d6bbf1620 krita: 5.1.3 -> 5.1.4 2022-12-22 16:05:17 -05:00
mingchuan
e71f343311 krita: 5.1.1 -> 5.1.3 2022-11-07 21:03:38 -08:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
mingchuan
8ec52e7f3a krita: 5.1.0 -> 5.1.1 2022-09-14 08:34:52 -07:00
mingchuan
69ccd66a73 krita: 5.0.8 -> 5.1.0 2022-08-30 21:00:27 -07:00
nek0
b25f38ac4e krita: 5.0.6 -> 5.0.8
fix saving bug
2022-06-12 17:41:32 +02:00
nek0
c602569c9d maintainers: add nek0 2022-06-12 17:41:32 +02:00
nek0
872695d02b krita: fix double wrapping 2022-06-12 13:54:46 +02:00
mingchuan
0c77eaeba4 krita: Fix python plugins, add missing dependencies
Builtin python plugins (e.g. ten brushes) was not working because krita
cannot find sip during build. (Upstream changed how this works in recent
versions)

libmypaint is for MyPaint brush engine introduced in
krita 5. Builtin mypaint brushes won't work without this dependency.

libwebp is for exporting to WebP format.
2022-06-04 09:31:05 +08:00
mingchuan
36a116742d krita: 5.0.2 -> 5.0.6 2022-05-23 19:13:00 +08:00
wackbyte
bbf10ee6a8 krita: 5.0.0 -> 5.0.2 2022-01-16 09:56:26 +01:00
Ilan Joselevich
2f2dc9dd62 krita-beta: alias to krita 2021-12-23 19:43:37 +02:00
Ilan Joselevich
c3b03050eb krita: 4.4.8 -> 5.0.0 2021-12-23 17:10:49 +02:00
Ryan Burns
2175b157ac treewide: refactor isi686 && isx86_64 -> isx86 2021-11-20 17:50:41 -08:00
Skye
61e4607143 krita-beta: 5.0.0-beta1 -> 5.0.0-beta2 2021-10-16 21:27:29 -04:00
Skye Jensen
cd78f8e761
krita: 4.4.7 -> 4.4.8; krita-beta: init at 5.0.0-beta1 (#139476) 2021-10-12 01:39:38 +02:00
R. RyanTM
a39a7d9591
krita: 4.4.5 -> 4.4.7 (#133093) 2021-08-08 09:42:20 +02:00
Anderson Torres
f5b9a25cdd
Merge pull request #123378 from eduardosm/sip_6
python3Packages.sip: 5.5.0 -> 6.1.1;
pythonPackages.pyqt5: 5.15.2 -> 5.15.4;
python3Packages.pyqt-builder: 1.6.0 -> 1.10.1
2021-06-27 01:41:19 -03:00
Eduardo Sánchez Muñoz
7079b4c050 krita: fix PyQt5 SIP path 2021-06-27 00:25:13 +02:00
Maxwell Beck
de8a4f1741
opencolorio: Replace with 2.x
All applications besides Blender have been pinned to 1.x
2021-06-23 19:43:44 -05:00
R. RyanTM
c3967b6406 krita: 4.4.3 -> 4.4.5 2021-06-16 08:49:36 +00:00
Vladimír Čunát
7cefeafb11
Merge #122934: krita: add breeze-icons 2021-05-19 09:17:58 +02:00
Evils
df2eb33f06 krita: add breeze-icons
otherwise there are no icons available
2021-05-14 02:56:30 +02:00
Eduardo Sánchez Muñoz
08a26e4579 pythonPackages.sip: rename to sip_4
sip 4 is the old and unmaintained version
2021-05-10 20:41:38 +02:00
Eduardo Sánchez Muñoz
571a0de422 krita: fix license
Source code's readme says

> Krita as a whole is licensed under the GNU Public License, Version 3. Individual files may have a different, but compatible license.
2021-04-26 14:13:57 +02:00
Eduardo Sánchez Muñoz
111261cab9 krita: 4.4.2 -> 4.4.3 2021-04-26 11:34:44 +02:00
talyz
923adfe5ca
krita: 4.4.1 -> 4.4.2
We can re-enable parallel building, since the bug causing intermittent
build issues is now fixed. See
https://bugs.kde.org/show_bug.cgi?id=431226 for more information.

Closes #35359.
2021-01-23 10:59:37 +01:00
R. RyanTM
97637b479d krita: 4.4.0 -> 4.4.1 2020-11-03 10:39:48 -08:00
nek0
a14611b941 krita: 4.3.0 -> 4.4.0 2020-10-25 10:47:43 +01:00
R. RyanTM
2603a6d8be krita: 4.2.9 -> 4.3.0 2020-07-07 11:40:28 -07:00
R. RyanTM
d2be85f9f1 krita: 4.2.7.1 -> 4.2.9 2020-05-09 08:53:31 +02:00
worldofpeace
786946a952
Merge pull request #83782 from mkg20001/krita-fix
krita: disable parallel building #35359
2020-04-17 09:42:19 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maciej Krüger
321bc323a2
krita: disable parallel building #35359 2020-03-30 16:55:20 +02:00
Dmitry Kalinkin
66dde827fb
krita: set -Wno-deprecated-copy for gcc
This reduces the build log length to fix the build on the Hydra.
2020-01-11 15:15:12 -05:00
Will Dietz
ce36382b28
krita: 4.2.6 -> 4.2.7.1 2019-10-07 18:33:19 -05:00
Will Dietz
dc25f13c5a
krita: 4.2.5 -> 4.2.6, gz -> xz
https://krita.org/en/item/krita-4-2-6-released/
2019-09-13 22:00:13 -05:00
R. RyanTM
8aa218bf82 krita: 4.2.2 -> 4.2.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/krita/versions
2019-08-04 10:10:53 -07:00
Will Dietz
b837620e98 krita: 4.2.1 -> 4.2.2
https://krita.org/en/item/krita-4-2-2-released/
2019-07-10 10:50:08 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Will Dietz
af940c1f87 krita: 4.2.0 -> 4.2.1
https://cgit.kde.org/krita.git/log/?h=v4.2.1
2019-06-07 17:50:21 +03:00
derped
929aac2239 krita: 4.1.8 -> 4.2.0
abbradar: removed quazip paths because new quazip just works.

Closes #62212.
2019-06-01 17:31:50 +03:00
derped
7af3d2198f krita: fixed missing python path 2019-05-28 20:31:36 +02:00