Commit Graph

1204 Commits

Author SHA1 Message Date
Benjamin Hipple
aa86eb9261 svgbob: upgrade cargo fetcher and cargoSha256 2020-03-08 23:06:26 -04:00
R. RyanTM
450f8fa9b2 dpic: 2019.11.30 -> 2020.03.01 2020-03-06 08:21:15 +00:00
Lancelot SIX
7399c59c41
Merge pull request #81743 from r-ryantm/auto-update/asymptote
asymptote: 2.62 -> 2.63
2020-03-04 20:43:13 +01:00
R. RyanTM
efd0ee0d3c asymptote: 2.62 -> 2.63 2020-03-04 17:46:41 +00:00
Jan Tojnar
9d0fac46fd
Merge pull request #81664 from jtojnar/vips-cleanup
vips: general clean-ups
2020-03-04 08:26:18 +01:00
Jan Tojnar
3aa9d99a0a
vips: split into multiple outputs 2020-03-04 01:32:41 +01:00
Jan Tojnar
658b4914f3
vips: propagate glib
The .pc file has gobject-2.0 in Requires
2020-03-04 01:28:09 +01:00
Jan Tojnar
1829f233dc
vips: do not run configure twice 2020-03-04 01:27:23 +01:00
Jan Tojnar
9806a7638b
vips: clean up 2020-03-04 01:23:43 +01:00
Jan Tojnar
1459b34afa
netpbm: fix wrappers 2020-03-03 22:30:52 +01:00
Jan Tojnar
f27031f48f
Merge pull request #81063 from NixOS/netpbm
netpbm: 10.82.01 → 10.89.1
2020-03-02 19:26:25 +01:00
Jan Tojnar
7566c09a0c
netpbm: Remove "CVE" patch
The CVE was patched upstream long ago.

http://cve.circl.lu/cve/CVE-2005-2471

-dPARANOIDSAFER seems not to be supported any more.

https://phabricator.wikimedia.org/T136402#2338482
https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=79a06b45e784e6839b2b2129cd2620ea606254e1
2020-03-01 16:14:38 +01:00
Jan Tojnar
43ea7f1c0a
netpbm: Hardcode rgb.txt path
We did that in the past with rgbpaths.patch in the past but it was eventually removed. This fixes the regression.
2020-03-01 15:40:29 +01:00
Jan Tojnar
44f69611ad
netpbm: re-enable parallel building
It was disabled in abd3c246a4 but it no longer seems to fail.
2020-03-01 15:27:41 +01:00
Jan Tojnar
256f7172ac
netpbm: more clean ups
* Append to config.mk instead of substituting
* Remove unused path substitution (rgbpaths.patch was deleted in f6c28984f2)
* -lz in LDFLAGS does not seem to be necessary
* Touching the file (introduced in 4dd9507b83) does not seem to be necessary.
2020-03-01 15:27:35 +01:00
Jan Tojnar
9555834399
netpbm: split into multiple outputs 2020-03-01 15:13:03 +01:00
Jan Tojnar
90180905a2
netpbm: Fix tiff support
The build script check whether JPEGLIB and ZLIB are not set to NONE.
We did not set the latter as pkg-config handles zlib requirement
for libpng dependency and the comment in config.mk only talks about
zlib being needed for libpng.

Since libtiff only needs libz for static linking, we turn TIFFLIB_NEEDS_ZLIB
off instead of pointlessly setting ZLIB value.

Closes: https://github.com/NixOS/nixpkgs/issues/75156
2020-03-01 15:13:03 +01:00
Jan Tojnar
aa1aefd06a
netpbm: 10.82.01 → 10.89.1
https://sourceforge.net/p/netpbm/code/3735/tree//advanced/doc/HISTORY
2020-03-01 15:13:03 +01:00
Jan Tojnar
6b4d057b66
netpbm: add pre/post phase hooks 2020-03-01 15:13:02 +01:00
Jan Tojnar
8ea075bcb9
netpbm: Clean up
* Format with nixpkgs-fmt
* Move build tools to nativeBuildInputs
* Clarify license
2020-03-01 15:13:02 +01:00
Jan Tojnar
b19ce7cfe9
netpbm: add updateScript 2020-03-01 15:13:02 +01:00
Benjamin Hipple
c580dfc0ce
viu: upgrade cargo fetcher and cargoSha256 (#81240)
Infra upgrade as part of #79975; no functional change expected.
2020-02-29 12:49:19 +01:00
Michael Weiss
18938fb2a5
wallutils: 5.8.3 -> 5.9.0 2020-02-28 21:13:17 +01:00
Mario Rodas
35536325f9
Merge pull request #81236 from bhipple/u/rust-cargo-svgcleaner
svgcleaner: upgrade cargo fetcher and cargoSha256
2020-02-28 05:24:23 -05:00
Vladyslav M
24714485eb
Merge pull request #81237 from bhipple/u/rust-cargo-oxipng
oxipng: upgrade cargo fetcher and cargoSha256
2020-02-28 10:45:16 +02:00
Benjamin Hipple
07f35e7aee shotgun: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-27 22:31:56 -05:00
Benjamin Hipple
26d5e7edff oxipng: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-27 22:04:51 -05:00
Benjamin Hipple
a49d7187ae svgcleaner: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-27 21:58:56 -05:00
Aaron Andersen
987d6c216f
Merge pull request #77710 from emilazy/add-imageworsener
imageworsener: init at 1.3.3
2020-02-24 07:00:51 -05:00
Andreas Rammhold
8e08f7515a
netpbm: fix typo on substituteInPlace parameters
It seems like originally `-dSAFER` should have been replaced with
`-dPARANOIDSAFER` instead of `-DSAFER` (capital D vs lower case d).

This was pointed out in #75153. This might now finally (properly?) fix
CVE-2005-2471.
2020-02-22 14:28:32 +01:00
Benjamin Hipple
eb8ae2166e gifski: 0.9.1 -> 0.10.2 2020-02-21 18:59:26 -05:00
Mario Rodas
310b108efa
lepton: enable on darwin 2020-02-14 04:20:00 -05:00
Sirio Balmelli
c91aade77f
mscgen: enable on darwin (#79996)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-17 10:48:11 -05:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Benjamin Saunders
ad1934b465 vulkan-tools: 1.1.114.0 -> 1.2.131.1 2020-02-11 19:11:32 +01:00
Maximilian Bosch
513482763b
wdisplays: 2019-10-26 -> 2020-01-12 2020-02-09 20:30:34 +01:00
R. RyanTM
d06536ffed vips: 8.9.0 -> 8.9.1 2020-02-06 23:19:42 +00:00
Ryan Mulligan
752639c2bf
Merge pull request #78544 from r-ryantm/auto-update/vips
vips: 8.8.4 -> 8.9.0
2020-01-27 12:33:12 -08:00
Michael Raskin
4eba7020b9 cfdg: 3.0.9 -> 3.2_2, fix build 2020-01-27 00:19:52 +01:00
R. RyanTM
61a6a60bf2 vips: 8.8.4 -> 8.9.0 2020-01-26 13:27:17 +00:00
R. RyanTM
2176d2fc8d argyllcms: 2.1.1 -> 2.1.2 2020-01-22 01:01:11 -08:00
Peter Simons
6cc43ee38c
Merge pull request #78069 from r-ryantm/auto-update/asymptote
asymptote: 2.61 -> 2.62
2020-01-20 10:15:44 +01:00
R. RyanTM
68ee1de5d2 asymptote: 2.61 -> 2.62 2020-01-20 03:07:05 +00:00
Maximilian Bosch
e89c6aeabc
grim: 1.2.0 -> 1.3.0
https://github.com/emersion/grim/releases/tag/v1.3.0
2020-01-16 13:13:40 +01:00
Emily
9fb77128ee imageworsener: init at 1.3.3 2020-01-15 00:28:00 +00:00
Niklas Hambüchen
b0649e2ed9
Merge pull request #77187 from r-ryantm/auto-update/pstoedit
pstoedit: 3.74 -> 3.75
2020-01-12 04:24:06 +01:00
Will Dietz
cf104600ab
gnuplot: 5.2.7 -> 5.2.8
http://www.gnuplot.info/ReleaseNotes_5_2_8.html
2020-01-07 16:16:29 -06:00
R. RyanTM
671d8686b0 pstoedit: 3.74 -> 3.75 2020-01-06 23:23:43 -08:00
Maximilian Bosch
254d6e5cbf
nifskope: fix aarch64 build
https://hydra.nixos.org/build/109694386
2020-01-06 18:16:14 +01:00
Robin Gloster
6ca6ac796b
treewide: configureFlags is a flat list 2019-12-31 01:37:49 +01:00