nek0
79dbce6dfd
krita: 5.2.3 -> 5.2.6
2024-10-04 19:14:26 +02:00
Ming-Chuan
25baeb2155
krita: 5.2.2 -> 5.2.3
2024-06-29 16:27:10 -07:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
lelgenio
d4bb486c8d
krita-plugin-gmic: init at 3.2.4.1
2024-02-27 21:30:27 -03:00
lelgenio
54e0dba1d2
krita: create wrapper
...
You can tell Krita to look for plugins at an alternative
directory using KRITA_PLUGIN_PATH env variable.
Unfortunately you can only specify a single path at a time.
Some plugins necessary for krita to funciton are built
in the same derivation, this necessitates the use of `symlinkJoin`.
This patch adds a wrapper around krita that allows yout to add
more plugins than those provided by default.
Example structure of a plugin:
/nix/store/00000000000000000000000000000000-krita-plugin-example-1.2.3
└── lib
└── kritaplugins
└── krita_example.so
Once you have a plugin, you can add it to krita:
```nix
pkgs.krita.override {
plugins = pkgs.krita.plugins ++ [
your-plugin
];
}
```
2024-02-27 21:30:27 -03:00
mingchuan
9b6dcd65b3
krita: fix build with libjxl >= 0.9.0
2024-02-09 09:21:34 -08:00
Ming-Chuan
d8467ad301
krita: fix build with SIP 6.8 ( #279092 )
2024-01-06 11:46:43 +01:00
mingchuan
6369285f4e
krita: 5.2.0 -> 5.2.2
2023-12-21 01:22:30 -08:00
Fabián Heredia Montiel
5b8deaceca
Merge remote-tracking branch 'origin/master' into staging-next
...
Fixed conflict in pkgs/applications/graphics/krita/
krita: 5.1.5 -> 5.2.0
7a40fdc288
, and
treewide: use kde mirror everywhere, don't use pname in download urls
aa15f5066d
2023-12-04 17:44:17 -06:00
Sandro Jäckel
aa15f5066d
treewide: use kde mirror everywhere, don't use pname in download urls
2023-12-02 17:14:24 +01:00
nek0
7a40fdc288
krita: 5.1.5 -> 5.2.0
2023-11-30 18:02:27 +01:00
Tobias Mayer
b5cd2e5089
krita: patch for opencolorio-2.3
2023-11-04 06:01:27 +01:00
Weijia Wang
a5f65f7cad
krita: add patch for exiv2 0.28
2023-09-30 01:19:45 +02:00
Sandro Jäckel
fccf04b620
treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType
2023-09-08 14:18:26 +00:00
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