Commit Graph

1717 Commits

Author SHA1 Message Date
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
Kira Bruneau
f70fdcd91b goverlay: 0.6.2 → 0.6.3 2021-09-13 20:07:49 -04:00
Kira Bruneau
7489323bce goverlay: 0.6 → 0.6.2 2021-09-13 18:52:15 -04: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
Sebastian Neubauer
90d2d02be6 spirv-cross: 2021-01-15 -> MoltenVK-1.1.5 2021-08-30 17:31:19 +02: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
github-actions[bot]
4fc7a31edb
Merge master into staging-next 2021-07-29 00:01:33 +00:00
Martin Weinelt
973e09d942
Merge pull request #126687 from risicle/ris-exif-CVE-2021-27815
exif: add patches for CVE-2021-27815
2021-07-29 00:09:14 +02:00
github-actions[bot]
86197a8023
Merge master into staging-next 2021-07-28 06:01:04 +00:00
R. RyanTM
e9f8d68fe7 agi: 1.1.0-dev-20210521 -> 2.1.0-dev-20210726 2021-07-28 01:50:03 +00:00
Frederik Rietdijk
1079157175 appleseed: use python3 2021-07-27 20:37:04 +02:00
github-actions[bot]
a37fbac53b
Merge master into staging-next 2021-07-25 00:01:35 +00:00
Sandro
94948c2261
Merge pull request #131359 from kira-bruneau/goverlay
goverlay: 0.5.1 → 0.6
2021-07-24 21:59:42 +00:00
Sandro
5e5949e4fe
Merge pull request #131150 from r-ryantm/auto-update/astc-encoder
astc-encoder: 3.0 -> 3.1
2021-07-24 21:58:19 +00:00
Kira Bruneau
6e557e45c1 goverlay: 0.5.1 → 0.6 2021-07-24 11:40:45 -04:00
Ana Hobden
34cf1e9e17 graphviz: 2.47.2 -> 2.47.3
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-07-24 15:09:45 +02:00
Joe Hermaszewski
51b73b6320
vulkan: 1.2.176 -> 1.2.182
Updates
- vulkan-headers
- vulkan-loader
- vulkan-validation-layers
- vulkan-extension-layer
- vulkan-tools
- vulkan-tools-lunarg

Also adds some additional asserts for version matching to these packages
2021-07-24 11:35:21 +08:00
Kira Bruneau
ddd5302e6c
vulkan-tools-lunarg: 1.2.162.0 → 1.2.176.0 2021-07-24 10:49:12 +08:00
Kira Bruneau
073b8ce738
vulkan-tools: 1.2.162.0 → 1.2.176.0 2021-07-24 10:49:11 +08:00
Kira Bruneau
7f02a73cdd
vulkan-extension-layer: 2020-11-20 → 1.2.176.0 2021-07-24 10:49:11 +08:00
github-actions[bot]
3bc17773a5
Merge staging-next into staging 2021-07-23 12:02:01 +00:00
R. RyanTM
216a9ca75d astc-encoder: 3.0 -> 3.1 2021-07-23 00:49:33 +00:00
Felix Buehler
b32235fe67 pdfread: remove
the sources are not there any more. The parent project
(http://pdfread.sourceforge.net/) has not been updated since 2007.
2021-07-22 17:48:51 +02:00
github-actions[bot]
2e00ed4420
Merge staging-next into staging 2021-07-22 06:01:44 +00:00
Sandro
7b7b77e1ae
Merge pull request #130875 from r-ryantm/auto-update/gmic
gmic: 2.9.7 -> 2.9.8
2021-07-22 03:14:25 +02:00
R. RyanTM
cca25fe1e0 gmic: 2.9.7 -> 2.9.8 2021-07-20 21:59:12 +00:00
github-actions[bot]
23c6d36ba0
Merge staging-next into staging 2021-07-20 18:01:42 +00:00
Sandro
01db77414a
ditaa: convert to pname + version; cleanup (#130758)
Co-authored-by: Leo <github@ca.em0lar.de>
2021-07-20 18:27:58 +02:00
Sandro
c14c908a90
Merge pull request #130526 from kidonng/lsix 2021-07-20 16:45:20 +02:00
github-actions[bot]
0e13cd9f49
Merge staging-next into staging 2021-07-20 12:02:50 +00:00
Felix Buehler
5df11293fe ditaa: deprecate phases 2021-07-20 12:15:36 +02:00
Ben Siraphob
4ce8c34049 treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
Kid
174d8c0d3f lsix: init at 1.7.4 2021-07-20 01:10:48 +00:00
Felix Buehler
cdf1b40b54 facedetect: deprecate phases 2021-07-17 22:17:18 +02:00
Sandro
f64bb073ef
Merge pull request #130196 from Stunkymonkey/inherit-version 2021-07-17 20:41:50 +02:00
Vladyslav M
e41504a21d
oxipng: 4.0.3 -> 5.0.0 2021-07-17 00:19:00 +03:00
Felix Buehler
1e9baed56b various: cleanup of 'inherit version;' 2021-07-16 00:17:12 +02:00
Mario Rodas
8bd9288cc5 svgbob: 0.4.2 -> 0.5.3 2021-07-15 04:20:00 +00:00
Sandro Jäckel
388a4ef423
treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-* 2021-07-14 03:35:21 +02:00
Ilan Joselevich
93a66b3d52 mangohud: 0.6.4 -> 0.6.5 2021-07-09 17:27:56 +03:00
fortuneteller2k
64f20381dc xcolor: fix build 2021-07-07 15:41:34 +08:00
github-actions[bot]
d39be47e17
Merge master into staging-next 2021-07-03 18:01:07 +00:00
R. RyanTM
16304106ec gifsicle: 1.92 -> 1.93 2021-07-03 09:56:07 +00:00
github-actions[bot]
77a94d88ad
Merge master into staging-next 2021-07-03 06:01:13 +00:00
Mustafa Çalışkan
bb9d2cbb74 adriconf: init at 2.4.1 2021-07-01 17:05:19 +03:00
github-actions[bot]
9ae4f4c991
Merge master into staging-next 2021-07-01 06:01:03 +00:00
Jan Tojnar
0d1186ebfd
Merge pull request #128718 from jtojnar/ploticus
ploticus: Use gd from Nixpkgs instead of the vendored one
2021-07-01 07:01:38 +02:00
github-actions[bot]
7f05df0a91
Merge master into staging-next 2021-06-30 06:04:18 +00:00
Jan Tojnar
b236fe3d52
ploticus: Use gd from Nixpkgs instead of the vendored one
The gd version shipped with ploticus only contains a single font
that does not support anything but ASCII.

In order for the package to be able to render Unicode texts,
we need freetype support:

http://ploticus.sourceforge.net/doc/fonts.html
2021-06-30 05:55:57 +02:00
Jan Tojnar
fbc4b41e69
ploticus: 2.41 → 2.42
65f1e8e048 bumped the version but forgot to update the tarball URL.

Unfortunately, this version does not seem to ship makefiles.
2021-06-30 05:55:57 +02:00
Jan Tojnar
eea3344e91
ploticus: Modernize
- Split pname & version.
- Format the expression.
- Do not use custom builder, the generic one is good enough.
- Install the man pages to datadir instead of $out, where they would be moved anyway.
  – Allowing us to drop the postFixup.
- Use patch instead of wrapper for pointing to prefabs. This is what Debian does and it will also apply to the pl binary, not just the ploticus alias.
  - Since the wrapping is no longer necessary, let’s create the alias using a symlink.
2021-06-30 05:55:57 +02:00
Sandro
95faf149e0
Merge pull request #123474 from dotlambda/yaxg-ffmpeg
yaxg: use ffmpeg instead of ffmpeg_3
2021-06-30 02:09:02 +02:00
github-actions[bot]
c04f4806d3
Merge staging-next into staging 2021-06-27 18:05:17 +00:00
Sandro
ad18cf9e5a
Merge pull request #128317 from kira-bruneau/mangohud
mangohud: 0.6.3 → 0.6.4
2021-06-27 18:03:12 +02:00
Kira Bruneau
4a9f048d89 mangohud: 0.6.3 → 0.6.4 2021-06-27 10:28:10 -04:00
github-actions[bot]
947012b992
Merge staging-next into staging 2021-06-26 00:09:11 +00:00
Robert Schütz
d6234c2165 Merge branch 'master' into staging-next 2021-06-26 00:33:58 +02:00
Dmitry Kalinkin
9959bb87e8
Merge pull request #127522 from rytone/ocio2
blender: Switch to OpenColorIO 2.x
2021-06-25 10:39:43 -04:00