3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

1302 commits

Author SHA1 Message Date
Mario Rodas 00761213cd
Merge pull request #90977 from artemist/lepton
lepton: 1.2.1 → git-2019-08-20
2020-06-21 12:51:13 -05:00
Artemis Tosini b48a4514ca
lepton: 1.2.1 → 2019-08-20 2020-06-21 17:31:59 +00:00
Robert Helgesson 7395b11cd4
jhead: 3.03 -> 3.04 2020-06-19 22:02:25 +02:00
R. RyanTM 02bbd55229 wkhtmltopdf: 0.12.5 -> 0.12.6 2020-06-17 12:02:50 -07:00
R. RyanTM 83f56d4ccb gmic: 2.9.0 -> 2.9.1 2020-06-16 01:35:17 +00:00
Jörg Thalheim 9dcda45b9b
Merge pull request #89755 from wamserma/luxcorerender-py36
luxcorerender: dependency: python35 -> python36
2020-06-15 23:05:39 +01:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Markus S. Wamser f87b23a966 luxcorerender: dependency: python35 -> python36 2020-06-07 20:38:06 +02:00
Markus S. Wamser c964291f30 yafaray-core: relax python dependency 2020-06-07 15:56:15 +02:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Soares Chen 30d9df50ec zbar: use libintl on darwin 2020-06-02 13:54:16 +02:00
R. RyanTM 4129f3cfed yafaray-core: 3.4.1 -> 3.4.4 2020-05-27 13:44:32 -07:00
zowoq 1d38f9fddc transfig: use patch file extension 2020-05-26 14:51:12 +10:00
Jan Tojnar aa364b90d4
Merge pull request #75237 from r-ryantm/auto-update/gmic
gmic: 2.7.5 -> 2.8.0
2020-05-26 02:43:58 +02:00
Jan Tojnar 46a135217e
gmic: 2.7.5 -> 2.9.0
* https://discuss.pixls.us/t/release-of-gmic-2-8/14644
* https://discuss.pixls.us/t/release-of-gmic-2-9/16755
2020-05-25 16:11:30 +02:00
R. RyanTM cd0e9dd523 imgurbash2: 3.1 -> 3.2 2020-05-24 21:33:02 +00:00
Michael Raskin 80ab05ee4d
Merge pull request #88527 from KoviRobi/zbar-0.23.1-update
zbar: 0.23 -> 0.23.1
2020-05-23 09:05:35 +00:00
Mario Rodas f5d2e7a131
Merge pull request #88176 from Flakebi/spirv-cross
spirv-cross: 2020-04-03 -> 2020-05-19
2020-05-23 00:47:25 -05:00
Kovacsics Robert d48ec14f48 zbar: 0.23 -> 0.23.1
This allows decoding binary QR codes, e.g as in
https://wiki.archlinux.org/index.php/Paperkey
2020-05-23 03:43:40 +01:00
R. RyanTM 4daff6a343 oxipng: 2.3.0 -> 3.0.0 2020-05-19 21:17:21 +00:00
Sebastian Neubauer 1d44425519 spirv-cross: 2020-04-03 -> 2020-05-19 2020-05-19 16:07:11 +02:00
ccellado f889cf482d vips 0.8.2 2020-05-10 21:46:05 +02:00
Maximilian Bosch fd0a039410
wdisplays: 2020-03-15 -> 1.0
https://github.com/cyclopsian/wdisplays/releases/tag/1.0
2020-05-10 01:35:29 +02:00
Jörg Thalheim 887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Jörg Thalheim 3c4096f18b
Merge pull request #86808 from doronbehar/rename-opencv 2020-05-05 20:19:50 +01:00
Doron Behar 4cd1b7a7c7 pfstools: use opencv2 explicitly 2020-05-05 13:08:01 +03:00
R. RyanTM b278f47c98 scrot: 1.2 -> 1.3 2020-05-04 16:47:36 +05:30
Konrad Borowski 25180cd2d5 pgf: update homepage link to use HTTPS 2020-04-24 19:44:59 -07:00
worldofpeace b4d5dd861b
Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv
Use qt5's mkDerivation in packages that otherwise crash
2020-04-22 13:39:46 -04:00
Martin Milata adae9f1260 rocket: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Timo Kaufmann 379f7595d2
Merge pull request #79454 from Flakebi/spirv-cross
spirv-cross: init at 2020-01-16
2020-04-21 23:44:41 +00:00
Sirio Balmelli 3a7dca9950
mscgen: clean up build
1. Remove freetype dependency:
    - was not being used by build
    - trying to enable freetype gives nontrivial error
      'gdoTextWidth: Problem doing text layout (GDFONTPATH=)'

2. Correctly link manpages by specifying 'outputs'.

3. Separate nativeBuildInputs from buildInputs

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-20 15:27:28 +02:00
Sirio Balmelli 410fc69c7c
mscgen: add pkg-config build-time dependency
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-20 00:01:30 +02:00
Anders Kaseorg 4fdc455543
mesa-demos: init at 8.4.0 (#74310)
* mesa-demos: init at 8.4.0

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

* Update pkgs/tools/graphics/mesa-demos/default.nix

Co-Authored-By: Doron Behar <doron.behar@gmail.com>
2020-04-17 14:00:48 -05:00
R. RyanTM fa5ee6e501 gifski: 0.10.2 -> 0.10.4 2020-04-16 17:21:49 +00:00
R. RyanTM 8e00de9366 cfdg: 3.2_2 -> 3.3 2020-04-15 16:51:30 +00:00
Maximilian Bosch 6b5186c2ca
wdisplays: 2020-01-12 -> 2020-03-15
ba331ca...0faafdc
2020-04-13 12:03:37 +02:00
Michael Weiss c26ffbf023
maim: 5.5.3 -> 5.6.3 2020-04-12 17:12:02 +02:00
Benjamin Hipple 622423781b
Merge pull request #84795 from r-ryantm/auto-update/yafaray-core
yafaray-core: 3.3.0 -> 3.4.1
2020-04-10 15:21:58 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM fe72fe28d7 yafaray-core: 3.3.0 -> 3.4.1 2020-04-09 10:03:01 +00:00
Milan 0880c9fe9d
viu: 0.2.1 -> 1.0 (#84746) 2020-04-08 23:24:57 +02:00
Flakebi 9acb7daac2 spirv-cross: init at 2020-04-03 2020-04-06 10:12:49 +02:00
R. RyanTM f29fd4ddf3 asymptote: 2.63 -> 2.65 2020-04-05 09:32:56 +00:00
Rouven Czerwinski fbf575fb25 glxinfo: add eglinfo binary
XWayland master did not work correctly for OpenGL, during the bug
discussion upstream asked for the output of eglinfo. Add eglinfo to the
glxinfo package.
2020-04-02 16:25:40 +02:00
Dmitry Kalinkin b31f8d9b05
Merge pull request #82815 from veprbl/pr/gnuplot_qt_darwin_fix
gnuplot_qt: fix on darwin
2020-04-01 16:25:38 -04:00
Benjamin Hipple 698ec44e74 treewide: remove torch and related packages
See #71888 for details.
2020-03-27 22:32:35 -04:00
Dmitry Kalinkin c0f2b7e289
gnuplot_qt: fix on darwin 2020-03-17 19:30:23 -04:00
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
Robin Gloster 5f2b92e3ec
treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
Robin Gloster ab0cfd9e03
treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00