Commit Graph

1669 Commits

Author SHA1 Message Date
Artturin
27ee8262e7 argyllcms: delete gcc5 patch 2021-09-22 22:33:48 +03:00
davidak
79ef3ad9d9
Merge pull request #138953 from Artturin/argyllupdate
argyllcms: 2.2.0 -> 2.2.1
2021-09-22 21:30:00 +02:00
Felix Buehler
3ef5a889f5 jbig2enc: switch to fetchFromGitHub 2021-09-22 17:54:09 +02:00
Artturin
bcd383fdee argyllcms: 2.2.0 -> 2.2.1 2021-09-22 18:00:23 +03:00
R. RyanTM
88e3f20774 svgbob: 0.5.4 -> 0.6.2 2021-09-22 07:08:30 +00:00
figsoda
e10b10af39 sic-image-cli: init at 0.19.0 2021-09-20 21:15:29 -04:00
R. RyanTM
9574e57471 resvg: 0.17.0 -> 0.18.0 2021-09-15 21:10:57 +00:00
Bobby Rong
905bd57905
Merge pull request #137965 from r-ryantm/auto-update/xcolor
xcolor: 0.5.0 -> 0.5.1
2021-09-15 14:26:21 +08:00
R. RyanTM
5545104ce3 xcolor: 0.5.0 -> 0.5.1 2021-09-15 05:07:21 +00:00
R. RyanTM
f4abc73689 resvg: 0.16.0 -> 0.17.0 2021-09-14 07:59:59 +00:00
Michal Sojka
7f22c1851f
gnuplot: Allow compiling with libcaca (#137523)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12 16:00:55 +02:00
figsoda
3dde4fd38b textplots: init at 0.8.0 2021-09-11 16:55:35 -04:00
figsoda
2972c7a670 texture-synthesis: init at 0.8.2 2021-09-08 21:13:18 -04:00
polykernel
ca20a96b5f treewide: concatStrings (intersperse ...) -> concatStringsSep ...
Update all usage of lib.concatStrings (lib.intersperse ...) to
lib.concatStringsSep. This produces the same result as per https://github.com/NixOS/nixpkgs/pull/135843,
however it yields a performance benefit on Nix versions that
support the builtins.concatStringsSep primop.
2021-08-28 11:57:59 -04:00
Domen Kožar
a19c858868
Merge pull request #135725 from reckenrode/waifu2x-darwin
waifu2x-converter-cpp: Add support for Darwin
2021-08-28 09:06:29 +02:00
Maximilian Bosch
3da886bf41
treewide: remove ma27 from the maintainer-list of a few packages
These are all packages that I stopped using and hence just create noise
in my inbox for each change affecting them and let's face it, while I
still enjoy contributing to nixpkgs, it doesn't really make sense to be
listed there if I can't do much anyways.

Each of these packages can be taken over by someone or removed if
people think that's reasonable.

Of course, if other maintainers face issues, I can answer some questions
if needed & possible.
2021-08-27 22:28:49 +02:00
Randy Eckenrode
bf27bf0909
waifu2x-converter-cpp: Enable build on Darwin 2021-08-25 20:14:13 -04:00
Randy Eckenrode
4f5bc22ad7
waifu2x-converter-cpp: Remove obsolete patch
Upstream sets PNG to true since v5.3, so this is a no-op.
2021-08-25 20:01:24 -04:00
Sandro
d2241035cf
Merge pull request #135491 from r-ryantm/auto-update/astc-encoder
astc-encoder: 3.1 -> 3.2
2021-08-25 23:28:27 +02:00
Sandro
4ddab9238e
Merge pull request #135197 from r-ryantm/auto-update/lsix
lsix: 1.7.4 -> 1.8
2021-08-25 13:54:52 +02:00
R. RyanTM
0a0775808c resvg: 0.15.0 -> 0.16.0 2021-08-24 13:05:34 +00:00
R. RyanTM
2cdea81182 astc-encoder: 3.1 -> 3.2 2021-08-24 00:51:19 +00:00
Sandro
a5b5e8794e
Merge pull request #135309 from KoviRobi/nip2-set-VIPSHOME
nip2: Fix location of builtins by setting VIPSHOME
2021-08-22 18:48:45 +02:00
Kovacsics Robert
0317f61692 nip2: Use nativeBuildInputs as needed
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-22 17:16:40 +01:00
Sandro
57808962cf
Merge pull request #135308 from KoviRobi/vips-optional-deps 2021-08-22 18:10:20 +02:00
Robert Kovacsics
aae58e15fe nip2: Fix location of builtins by setting VIPSHOME
The program `nip2` didn't really work without this, as it didn't know
where to find the bundled scripts.  Though VIPSHOME should really be
called NIP2HOME. I suppose I should open an issue upstream to also
consider `datarootdir` from autotools?
2021-08-22 16:20:57 +01:00
Robert Kovacsics
58cff03579 vips: Add optional dependencies; update to python3
The new optional dependencies increase closure size from 388.92 MiB to
414.0 MiB, a negligible change. I didn't think there was any reason to
add `withLibjpeg ? true` flags (or `enableLibjpeg`).

The optional dependencies are sorted in the order of
https://github.com/libvips/libvips/blob/master/README.md
and I have used `nix log` on the build to check they are all picked up
in configure.

The python3 support was in for ages
(https://github.com/libvips/libvips/issues/202), the remaining python3
support in tools/vipsprofile landed in
https://github.com/libvips/libvips/pull/1262 so I upgraded it to
python3. I wasn't sure if I should use a specific version, or just leave
it as python3.

I have tested vipsprofile with
```
./vips-pycairo-bin/bin/vips gaussblur ~/2021-04-30-092143_3286x1080_scrot.png x.tif 5 --vips-profile
./vips-pycairo-bin/bin/vipsprofile
```
where ~/2021-04-30-092143_3286x1080_scrot.png is just a random image
(screenshot) I had lying around. It seems to have generated an SVG file,
I don't know how to interpret it.
2021-08-22 16:16:55 +01:00
R. RyanTM
3e353567f8 lsix: 1.7.4 -> 1.8 2021-08-22 06:05:48 +00:00
R. RyanTM
556a8fd85b vips: 8.11.2 -> 8.11.3 2021-08-21 21:59:51 +00:00
Sandro
c7b8e844e2
Merge pull request #135059 from r-ryantm/auto-update/agi
agi: 2.1.0-dev-20210809 -> 2.1.0-dev-20210820
2021-08-21 20:48:32 +02:00
R. RyanTM
e48b328729 agi: 2.1.0-dev-20210809 -> 2.1.0-dev-20210820 2021-08-21 10:21:49 +00:00
Bart Bakker
2f2c1a900b
xcolor: unstable -> 0.5.0 (#134937)
* xcolor: unstable -> 0.5.0

Also create a desktop item so xcolor shows up in application launchers.

* xcolor: cleanup install phase

Use available utility functions for installing man pages and desktop items. Also
cleanup redundant icon copy lines.
2021-08-20 21:48:01 +02:00
Mario Rodas
8c93c80a8d
Merge pull request #134224 from marsam/update-svgbob
svgbob: 0.5.3 -> 0.5.4
2021-08-18 21:45:19 -05:00
Ben Siraphob
095ed86024
Merge pull request #134524 from r-ryantm/auto-update/resvg
resvg: 0.14.0 -> 0.15.0
2021-08-17 17:47:59 -05:00
R. RyanTM
90783821ed resvg: 0.14.0 -> 0.15.0 2021-08-17 19:36:42 +00:00
Sandro
6fe53b4077
Merge pull request #134321 from fgaz/pikchr/2021-07-22 2021-08-16 15:39:46 +02:00
Francesco Gazzetta
8f37a4a310 pikchr: unstable-2021-04-07 -> unstable-2021-07-22 2021-08-16 15:14:44 +02:00
Robert Scott
d1b51a9d4e
Merge pull request #134040 from r-ryantm/auto-update/vips
vips: 8.10.6 -> 8.11.2
2021-08-15 23:36:04 +01:00
Robert Hensing
a201246bac treewide: runCommandNoCC -> runCommand in generated code
This has been synonymous for ~5y.

Note that many of these runCommand bindings are unused, but that's
ok for generated code.
2021-08-15 17:36:41 +02:00
Mario Rodas
9fca395561 svgbob: 0.5.3 -> 0.5.4 2021-08-15 10:21:51 -05:00
R. RyanTM
b2e12b58e0 vips: 8.10.6 -> 8.11.2 2021-08-14 14:43:39 +00:00
Felix Buehler
63c0bce359 tools/graphics: replace name with pname&version 2021-08-12 20:41:54 +02:00
Artturi
62ca1cc769
Merge pull request #133358 from r-ryantm/auto-update/agi
agi: 2.1.0-dev-20210804 -> 2.1.0-dev-20210809
2021-08-11 21:29:56 +03:00
R. RyanTM
6b4ff62090 agi: 2.1.0-dev-20210804 -> 2.1.0-dev-20210809 2021-08-10 10:53:49 +00:00
Artturi
c5077d5da2
Merge pull request #133188 from Artturin/argyllupdate
argyllcms: 2.1.2 -> 2.2.0
2021-08-09 03:51:08 +03:00
Artturin
9e9a7327d1 argyllcms: 2.1.2 -> 2.2.0 2021-08-08 23:59:53 +03:00
R. RyanTM
0ded71cf29 agi: 2.1.0-dev-20210729 -> 2.1.0-dev-20210804 2021-08-05 03:00:59 +00:00
R. RyanTM
75a0d73524 agi: 2.1.0-dev-20210726 -> 2.1.0-dev-20210729 2021-07-30 05:11:28 +00:00
Sandro
f374e8c8dc
Merge pull request #131299 from expipiplus1/vulkan-182 2021-07-29 11:58:56 +00:00
Frederik Rietdijk
8dcfe523f7
Merge pull request #131719 from FRidh/python2-to-3
Python: further migrate packages from 2 to 3
2021-07-29 10:49:00 +02:00