Commit graph

2126 commits

Author SHA1 Message Date
Gabriel Ebner 69d139befc gimp: add heif support 2018-07-01 14:21:36 +02:00
Gabriel Ebner e683432895 imagemagick7: add heif support 2018-07-01 14:21:36 +02:00
Meghea Iulian c9f9ec6f18 avocode: 3.0.0 -> 3.1.1 (#42808) 2018-06-30 13:56:33 +02:00
Vladimír Čunát 2059bf9e39
Merge older staging with added firefox-related updates 2018-06-29 21:06:39 +02:00
Matthew Bauer 5716f37cad
Merge pull request #42635 from TimPut/darktable-opencl
darktable: add opencl support
2018-06-28 22:27:14 -04:00
Matthew Bauer dc5eb16de7
Merge pull request #42535 from leenaars/krop
krop: init -> 0.5.0
2018-06-28 22:23:18 -04:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
R. RyanTM 2579942661 feh: 2.26.3 -> 2.26.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/feh/versions.

These checks were done:

- built on NixOS
- /nix/store/81pgn9ww37hp996d45xrm9wbl6z8wfc3-feh-2.26.4/bin/feh passed the binary check.
- /nix/store/81pgn9ww37hp996d45xrm9wbl6z8wfc3-feh-2.26.4/bin/.feh-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.26.4 with grep in /nix/store/81pgn9ww37hp996d45xrm9wbl6z8wfc3-feh-2.26.4
- directory tree listing: https://gist.github.com/13a57ff84731135ece55fe0c99093a7d
- du listing: https://gist.github.com/dda79019b9ca9069b6dd9dbb773bf602
2018-06-27 21:43:57 -07:00
tim put 36e15996c4 darktable: add opencl support 2018-06-26 19:01:46 -06:00
Michiel Leenaars 6056c06721 krop: init -> 0.5.0 2018-06-25 17:07:24 +02:00
adisbladis f799f12fb2
Merge pull request #42494 from r-ryantm/auto-update/imagemagick
imagemagick7: 7.0.7-35 -> 7.0.8-2
2018-06-25 16:19:56 +08:00
R. RyanTM 298014d4e3 imagemagick7: 7.0.7-35 -> 7.0.8-2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/imagemagick/versions.

These checks were done:

- built on NixOS
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/animate passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/compare passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/composite passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/conjure passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/convert passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/display passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/identify passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/import passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/magick-script passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/mogrify passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/montage passed the binary check.
- Warning: no invocation of /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/stream had a zero exit code or showed the expected version
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/magick passed the binary check.
- 12 of 13 passed binary check by having a zero exit code.
- 0 of 13 passed binary check by having the new version present in output.
- found 7.0.8-2 with grep in /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2
- directory tree listing: https://gist.github.com/de6e213f2639e6aea0a5c353ee83f68b
- du listing: https://gist.github.com/936da3ad90cfeb17b4597d3a305dbffb
2018-06-23 21:54:57 -07:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Ryan Mulligan 0d5eb901ad treewide: http -> https 2018-06-23 04:34:55 -07:00
Frederik Rietdijk bb79a46357 freecad: fix build 2018-06-23 11:02:41 +02:00
Matthew Justin Bauer 912e60f929
inkscape: add perl to nativeBuildInputs
This should fix the issue in Linux sandbox.
2018-06-19 15:43:36 -04:00
Matthew Bauer 1f8f89d309 inkscape: work around ARGMAX limit
This uses strictDeps to get our args passed to the linker low enough
to enable building inkscape. With strictDeps we need to correctly use
nativeBuildInputs to avoid an issue.
2018-06-18 18:42:21 -04:00
symphorien b30d52905e tesseract: make tessdata a fix output derivation (#41227)
the full tessdata is nearly a GB, so sparing a copy each time we need to
rebuild tesseract without updating tessdata is worth it.
2018-06-19 00:03:48 +02:00
Ingolf Wagner 29d8149fe9 pencil : fix udev dependency (#42147) 2018-06-18 22:27:07 +02:00
Gabriel Ebner 26db7273f4 mozjpeg: 3.2 -> 3.3.1 2018-06-18 10:09:51 +02:00
Vladimír Čunát 31530c185e
Merge a subset of staging (security)
In particular, this contains Firefox-related and libgcrypt updates.
Other larger rebuilds would apparently need lots of time to catch up
on Hydra, due to nontrivial rebuilds in other branches than staging.
2018-06-15 08:48:02 +02:00
Meghea Iulian e2bc05edc6 avocode: 2.26.4 -> 3.0.0 (#41947) 2018-06-13 23:32:21 +02:00
R. RyanTM 46f0320009 darktable: 2.4.3 -> 2.4.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/darktable/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-rs-identify had a zero exit code or showed the expected version
- /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-cltest passed the binary check.
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-cli had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-generate-cache had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-cmstest had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-chart had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-rs-identify-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-cltest-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-cli-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-generate-cache-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-cmstest-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-chart-wrapped had a zero exit code or showed the expected version
- 1 of 14 passed binary check by having a zero exit code.
- 0 of 14 passed binary check by having the new version present in output.
- found 2.4.4 with grep in /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4
- directory tree listing: https://gist.github.com/5bf935d4e34e2708e7c6c17628c7ee7b
- du listing: https://gist.github.com/b5ad3482552e5573dfaea42499dc0fb2
2018-06-08 10:44:43 -07:00
Patrick Hilhorst 0415710a5d treewide: removed name from a few pythonpackages defining pname and version 2018-06-07 18:06:25 +02:00
Jan Tojnar 2a49af0213
mypaint: fix impurities
Closes: https://github.com/NixOS/nixpkgs/issues/41552
2018-06-06 12:18:30 +02:00
xeji 003dd8588b
Merge pull request #41409 from ruuda/imagemagick-fftw
imagemagick: depend on fftw for fft feature
2018-06-03 18:58:44 +02:00
xeji e4ad5639c0
Merge pull request #41139 from Moredread/freecad-0.17
freecad: 0.16.6712 -> 0.17
2018-06-03 18:29:43 +02:00
Ruud van Asseldonk 122f66a513 imagemagick: set license metadata 2018-06-03 12:09:02 +02:00
Ruud van Asseldonk 33a51d78a2 imagemagick: depend on fftw for fft feature 2018-06-03 12:05:17 +02:00
Matthew Bauer 95f9171531 Revert "inkscape: fix on Darwin"
This reverts commit a276d5160c.
2018-05-31 12:34:15 -04:00
Matthew Bauer 012a3a3f9b Revert "inkscape: typo"
This reverts commit 0a8c91a931.
2018-05-31 12:34:15 -04:00
Matthew Bauer 9e04546809 Revert "inkscape: Fix build on NixOS"
This reverts commit 6c748ae749.
2018-05-31 12:34:15 -04:00
Matthew Bauer 4a58ed6059 Revert "inkscape: don't patch share/filters"
This reverts commit 38364c0b07.
2018-05-31 12:34:15 -04:00
Matthew Bauer 63c0885502 Revert "inkscape: fix on darwin again"
This reverts commit 047c9372ab.
2018-05-31 12:34:15 -04:00
Matthew Bauer e8b7d73653 Revert "inkscape: disable parallelBuilding"
This reverts commit 05a6e94f34.
2018-05-31 12:34:15 -04:00
André-Patrick Bubel 95998480e6
freecad: 0.16.6712 -> 0.17 2018-05-30 16:51:54 +02:00
Michael Raskin 11bf5db639 inkscape: fix build 2018-05-29 15:44:06 +02:00
Jan Tojnar 75e3729032
dia: update url 2018-05-29 10:56:24 +02:00
Meghea Iulian c1d72c6af1 avocode: 2.26.1 -> 2.26.4 (#41131) 2018-05-28 20:26:37 +02:00
Ryan Mulligan af9d10a91b treewide: fix derivation names 2018-05-28 05:59:57 -07:00
Frederik Rietdijk b22cc53db1 Merge staging into master 2018-05-27 17:44:08 +02:00
R. RyanTM 8cd4015b69 imagemagick7: 7.0.7-32 -> 7.0.7-35
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/imagemagick/versions.

These checks were done:

- built on NixOS
- /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35/bin/animate passed the binary check.
- /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35/bin/compare passed the binary check.
- /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35/bin/composite passed the binary check.
- /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35/bin/conjure passed the binary check.
- /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35/bin/convert passed the binary check.
- /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35/bin/display passed the binary check.
- /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35/bin/identify passed the binary check.
- /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35/bin/import passed the binary check.
- /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35/bin/magick-script passed the binary check.
- /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35/bin/mogrify passed the binary check.
- /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35/bin/montage passed the binary check.
- Warning: no invocation of /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35/bin/stream had a zero exit code or showed the expected version
- /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35/bin/magick passed the binary check.
- 12 of 13 passed binary check by having a zero exit code.
- 0 of 13 passed binary check by having the new version present in output.
- found 7.0.7-35 with grep in /nix/store/7wx9r73c0r0d9cccqjn5rfy1i9fkazx7-imagemagick-7.0.7-35
- directory tree listing: https://gist.github.com/416a1bac07dc41a682c21f3ef7014908
- du listing: https://gist.github.com/e9a89e0789ef0f799410b18f783e01fc
2018-05-26 14:26:23 -07:00
Matthew Justin Bauer 98f2f08b4b
Merge pull request #41009 from matthewbauer/normalize-names
Add versions to packages missing it
2018-05-25 16:32:48 -05:00
Matthew Bauer ee8fa757f3 gimp: cleanup plugin name
All gimp plugins are now prefixed with "gimp-plugin-" to make them
more clear.
2018-05-25 15:48:31 -05:00
John Ericson db4d77779c Merge remote-tracking branch 'upstream/master' into staging 2018-05-21 20:21:48 -04:00
R. RyanTM 910ac0ff47 krita: 4.0.2 -> 4.0.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/krita/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/603q26b9pswma12ypz68l39jqyrxbvvy-krita-4.0.3/bin/krita had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 4.0.3 with grep in /nix/store/603q26b9pswma12ypz68l39jqyrxbvvy-krita-4.0.3
- directory tree listing: https://gist.github.com/23ba1bbd1767e4a61fafcd9646d63898
- du listing: https://gist.github.com/4eed85b1634be0fb42b59cdc55799267
2018-05-21 09:01:06 +00:00
Pascal Wittmann ec84272d7e
Merge pull request #40862 from r-ryantm/auto-update/feh
feh: 2.26.1 -> 2.26.3
2018-05-21 10:46:44 +02:00
R. RyanTM 4558ba5b79 feh: 2.26.1 -> 2.26.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/feh/versions.

These checks were done:

- built on NixOS
- /nix/store/s9li7cqcph7bvkplpnq8b32gqvn7hm41-feh-2.26.3/bin/feh passed the binary check.
- /nix/store/s9li7cqcph7bvkplpnq8b32gqvn7hm41-feh-2.26.3/bin/.feh-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.26.3 with grep in /nix/store/s9li7cqcph7bvkplpnq8b32gqvn7hm41-feh-2.26.3
- directory tree listing: https://gist.github.com/8a7c95c1c856e51ed0f4fab74284bffe
- du listing: https://gist.github.com/6e5a4734d20a27553f39cb1b99cb0ac9
2018-05-20 19:56:07 -07:00
Jan Tojnar d6a68d4b2d
gimp: 2.10.0 → 2.10.2 2018-05-21 00:50:33 +02:00
John Ericson 5ccb99e372 Merge remote-tracking branch 'upstream/master' into staging 2018-05-18 17:48:37 -04:00
Matthew Justin Bauer 18e1aea5c5
Merge pull request #40717 from hedning/fix-inkscape-build
inkscape: disable parallelBuilding to avoid non-deterministic failure
2018-05-18 15:53:13 -05:00
R. RyanTM e80957d516 imagemagick7: 7.0.7-29 -> 7.0.7-32 (#40669)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/imagemagick/versions.

These checks were done:

- built on NixOS
- /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32/bin/animate passed the binary check.
- /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32/bin/compare passed the binary check.
- /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32/bin/composite passed the binary check.
- /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32/bin/conjure passed the binary check.
- /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32/bin/convert passed the binary check.
- /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32/bin/display passed the binary check.
- /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32/bin/identify passed the binary check.
- /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32/bin/import passed the binary check.
- /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32/bin/magick-script passed the binary check.
- /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32/bin/mogrify passed the binary check.
- /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32/bin/montage passed the binary check.
- Warning: no invocation of /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32/bin/stream had a zero exit code or showed the expected version
- /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32/bin/magick passed the binary check.
- 12 of 13 passed binary check by having a zero exit code.
- 0 of 13 passed binary check by having the new version present in output.
- found 7.0.7-32 with grep in /nix/store/s71ipahy5v22lscx13qq054ki72z094y-imagemagick-7.0.7-32
- directory tree listing: https://gist.github.com/f22a02931178895b4d9ac8401f7d6eb8
- du listing: https://gist.github.com/d5150ae0b886668b2b42f583409a14a4
2018-05-18 17:21:25 +02:00
Tor Hedin Brønner 05a6e94f34 inkscape: disable parallelBuilding
Try to avoid non-deterministic build failure.
2018-05-18 12:32:11 +02:00
Tuomas Tynkkynen 003473613a Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/top-level/all-packages.nix
2018-05-18 03:54:38 +03:00
Meghea Iulian 247a501eb0 avocode: 2.26.0 -> 2.26.1 (#40601) 2018-05-16 23:43:59 +02:00
John Ericson ddbe9191ef Merge remote-tracking branch 'upstream/master' into staging
Keep the dontCheck because the test suite fails, get rid of the LDFLAGS
hack because we don't need it!
2018-05-16 15:16:08 -04:00
Jan Tojnar 685d60c383
Merge pull request #40020 from Hodapp87/draftsight2018
draftsight: 2017-SP2 -> 2018-SP2, remove gstreamer
2018-05-16 16:31:25 +02:00
John Ericson 8e891e6ed4 Merge remote-tracking branch 'upstream/master' into staging 2018-05-14 10:57:33 -04:00
adisbladis 84c1df0c2c
Merge pull request #40490 from r-ryantm/auto-update/feh
feh: 2.26 -> 2.26.1
2018-05-14 18:56:20 +08:00
R. RyanTM 9e1017de22 feh: 2.26 -> 2.26.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/feh/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/feh -h’ got 0 exit code
- ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/feh --help’ got 0 exit code
- ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/.feh-wrapped -h’ got 0 exit code
- ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/.feh-wrapped --help’ got 0 exit code
- found 2.26.1 with grep in /nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1
- directory tree listing: https://gist.github.com/1e8258220f00de69ea28c57fffe352aa
- du listing: https://gist.github.com/65e35fd7395eca9058de10721f96b7d3
2018-05-14 03:21:24 -07:00
Meghea Iulian 8712ea5ccf avocode: init at 2.26.0 (#40425) 2018-05-13 16:02:51 +02:00
John Ericson 2c5d915200 Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into staging 2018-05-13 01:02:09 -04:00
R. RyanTM cbfde5e8f2 krita: 4.0.1 -> 4.0.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/krita/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.0.2 with grep in /nix/store/frfrgq3pkda5hjpgjzm6bw9b1zp8c575-krita-4.0.2
- directory tree listing: https://gist.github.com/dc5ab15c03d296eeef4134cf33666c30
2018-05-12 13:41:19 +02:00
John Ericson 81387c2e78 Merge remote-tracking branch 'upstream/master' into staging 2018-05-11 17:12:04 -04:00
Matthew Bauer 1d2f7dff36 gimp: only use libgudev on linux
libgudev relies on udev which is a part of systemd. These are very
tightly coupled to Linux so we just enable them on Linux.
2018-05-11 13:55:20 -05:00
Frederik Rietdijk a18b493e02 Merge master into staging 2018-05-09 10:48:01 +02:00
Dmitry Kalinkin 9b7d3f10e4 graphicsmagick-imagemagick-compat: init at 1.3.28 2018-05-09 03:11:19 -05:00
Matthew Bauer 6748534d83 Merge remote-tracking branch 'upstream/master' into staging 2018-05-08 09:36:00 -05:00
Chris Hodapp 80ea03ee79 draftsight: 2017-SP2 -> 2018-SP2, remove gstreamer
Also, fixed URL scheme to link directly.

Addressing https://github.com/NixOS/nixpkgs/issues/39975
2018-05-06 09:00:59 -04:00
Matthew Justin Bauer 3fe9421f50
Merge pull request #39771 from r-ryantm/auto-update/graphicsmagick
graphicsmagick: 1.3.28 -> 1.3.29
2018-05-05 15:50:45 -05:00
Matthew Justin Bauer fd75da0459
Merge pull request #39739 from r-ryantm/auto-update/pqiv
pqiv: 2.10.3 -> 2.10.4
2018-05-05 15:50:16 -05:00
Matthew Justin Bauer 30caa09e51
Merge pull request #39881 from nh2/epeg
Add epeg
2018-05-05 00:33:50 -05:00
xeji 4c8c314689
Merge pull request #39913 from Ma27/shutter/add-hicolor-icon-theme
shutter: wrap `XDG_DATA_DIRS` with `hicolor-icon-theme`
2018-05-04 22:48:56 +02:00
Maximilian Bosch 40226e647e
shutter: wrap XDG_DATA_DIRS with hicolor-icon-theme
When opening `shutter` it adds an indicator icon to the status bar.
However this doesn't happen (and an ugly default icon will be used) if
`shutter` can't find the `hicolor-icon-theme`. In such a case a warning
like this can be found in `stderr`:

```
Gtk-WARNING **: Could not find the icon 'image-png'. The 'hicolor' theme
was not found either, perhaps you need to install it.
```

As I don't think that we should force users to install this theme
globally and several other packages including `tor-browser`, `gparted`
or `clawsmail` add `hicolor-icon-theme` to their closure this seems to
be a fair measure.
2018-05-04 22:33:37 +02:00
Michael Raskin c68dc2212e openscad: fix build by switching to git master and Qt5 2018-05-04 19:15:35 +02:00
John Ericson cf06e42d1c Merge remote-tracking branch 'upstream/master' into staging 2018-05-03 16:35:36 -04:00
Matthew Bauer 143978a477 treewide: remove platform assertions
linux: readd assertion
2018-05-03 13:09:20 -05:00
R. RyanTM 2e16074180 imagemagick7: 7.0.7-27 -> 7.0.7-29
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/imagemagick/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/sjpf6fsvmv7aj4x1ngl8ri423cym07cj-imagemagick-7.0.7-29/bin/magick-script -h’ got 0 exit code
- ran ‘/nix/store/sjpf6fsvmv7aj4x1ngl8ri423cym07cj-imagemagick-7.0.7-29/bin/magick-script --help’ got 0 exit code
- ran ‘/nix/store/sjpf6fsvmv7aj4x1ngl8ri423cym07cj-imagemagick-7.0.7-29/bin/magick -h’ got 0 exit code
- ran ‘/nix/store/sjpf6fsvmv7aj4x1ngl8ri423cym07cj-imagemagick-7.0.7-29/bin/magick --help’ got 0 exit code
- ran ‘/nix/store/sjpf6fsvmv7aj4x1ngl8ri423cym07cj-imagemagick-7.0.7-29/bin/magick help’ got 0 exit code
- found 7.0.7-29 with grep in /nix/store/sjpf6fsvmv7aj4x1ngl8ri423cym07cj-imagemagick-7.0.7-29
- directory tree listing: https://gist.github.com/12ed56d2de915ea05dcb89d5486181f8
2018-05-03 00:47:32 +02:00
Matthew Justin Bauer eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions 2018-05-02 15:40:38 -05:00
Niklas Hambüchen c7b21cd191 epeg: init at 0.9.1.042
Signed-off-by: Niklas Hambüchen <mail@nh2.me>
2018-05-02 22:36:55 +02:00
Matthew Justin Bauer 5e6f1abfd3
Merge pull request #39790 from matthewbauer/gnu-on-darwin
GNUs on Darwin
2018-05-01 13:56:54 -05:00
tilpner 16e46207ec
goxel: don't save imgui.ini to working directory 2018-05-01 10:36:38 +02:00
xeji 70b165794b
Merge pull request #39768 from r-ryantm/auto-update/goxel
goxel: 0.7.3 -> 0.8.0
2018-05-01 09:59:59 +02:00
Ryan Mulligan 038a0c9a60 treewide: http to https 2018-04-30 21:39:20 -07:00
Matthew Bauer ccaebf04c1 ocrad: supports darwin 2018-04-30 23:33:49 -05:00
R. RyanTM 1e295ccaf7 graphicsmagick: 1.3.28 -> 1.3.29
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/graphicsmagick/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/j8gk0alkmajz7wsv7wn368blshmk89mk-graphicsmagick-1.3.29/bin/gm help’ got 0 exit code
- ran ‘/nix/store/j8gk0alkmajz7wsv7wn368blshmk89mk-graphicsmagick-1.3.29/bin/GraphicsMagick++-config --version’ and found version 1.3.29
- ran ‘/nix/store/j8gk0alkmajz7wsv7wn368blshmk89mk-graphicsmagick-1.3.29/bin/GraphicsMagick-config --version’ and found version 1.3.29
- ran ‘/nix/store/j8gk0alkmajz7wsv7wn368blshmk89mk-graphicsmagick-1.3.29/bin/GraphicsMagickWand-config --version’ and found version 1.3.29
- found 1.3.29 with grep in /nix/store/j8gk0alkmajz7wsv7wn368blshmk89mk-graphicsmagick-1.3.29
- directory tree listing: https://gist.github.com/014b06393c82c79d1f5dfeea620b71f3
2018-04-30 16:16:51 -07:00
Will Dietz 4b7b083bcb treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linux
Include all linux platforms.
2018-04-30 18:12:10 -05:00
Will Dietz 855e0463ab tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux
"platforms.gnu" has been linux-only since at least 17.03:

$ nix eval -f channel:nixos-17.03 lib.platforms.gnu
[ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux" ]

Unlike platforms.linux, platforms.gnu indicates "must use glibc"
which for the most part is not intended.

Replacing platforms.gnu with platforms.linux would be the same "today"
but let's err on preserving existing behavior and be optimistic
about platforms these packages work on.
2018-04-30 18:08:48 -05:00
R. RyanTM 67b3dcde4c goxel: 0.7.3 -> 0.8.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/goxel/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0/bin/goxel --help’ got 0 exit code
- ran ‘/nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0/bin/goxel -V’ and found version 0.8.0
- ran ‘/nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0/bin/goxel --version’ and found version 0.8.0
- ran ‘/nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0/bin/.goxel-wrapped --help’ got 0 exit code
- ran ‘/nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0/bin/.goxel-wrapped -V’ and found version 0.8.0
- ran ‘/nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0/bin/.goxel-wrapped --version’ and found version 0.8.0
- found 0.8.0 with grep in /nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0
- directory tree listing: https://gist.github.com/ee8a96a0b785c0293e1e477b693c483b
2018-04-30 15:58:28 -07:00
R. RyanTM 4e5cecabcf pqiv: 2.10.3 -> 2.10.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pqiv/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/80y2wx9ga0c647w0m0nhkx2hgfhnwpv5-pqiv-2.10.4/bin/pqiv -h’ got 0 exit code
- ran ‘/nix/store/80y2wx9ga0c647w0m0nhkx2hgfhnwpv5-pqiv-2.10.4/bin/pqiv --help’ got 0 exit code
- ran ‘/nix/store/80y2wx9ga0c647w0m0nhkx2hgfhnwpv5-pqiv-2.10.4/bin/pqiv help’ got 0 exit code
- found 2.10.4 with grep in /nix/store/80y2wx9ga0c647w0m0nhkx2hgfhnwpv5-pqiv-2.10.4
- directory tree listing: https://gist.github.com/4743505ebdeb4ef63b3c2637f5d6879d
2018-04-30 11:41:45 -07:00
Jan Tojnar 0e1147d137
Merge pull request #37915 from jtojnar/gimp-2.10
GIMP 2.10
2018-04-29 15:12:27 +02:00
Jan Tojnar 5c4b687a88
gimp-with-plugins: filter out broken plugins from default selection 2018-04-29 14:29:36 +02:00
Jan Tojnar 4779556ed1
gimpPlugins.texturize: mark as broken 2018-04-29 14:23:46 +02:00
Jan Tojnar 518fb36dcb
gimpPlugins.focusblur: mark as broken 2018-04-29 14:23:36 +02:00
Jan Tojnar 4f420c6802
gmic: 2.2.1 → 2.2.2 + build gimpPlugin 2018-04-29 09:14:19 +02:00
Jan Tojnar 63a234c4a7
ufraw: build gimp plugin 2018-04-29 08:39:06 +02:00
Jan Tojnar 882682827a
gimpPlugins.lqrPlugin: use liblqr1 from pkgs 2018-04-29 08:39:06 +02:00
Jan Tojnar b0d3ed3484
gimp: 2.8.22 → 2.10.0 2018-04-29 08:39:05 +02:00
Jörg Thalheim cbc6560122
Merge pull request #39553 from r-ryantm/auto-update/darktable
darktable: 2.4.2 -> 2.4.3
2018-04-27 09:00:00 +01:00
Matthew Justin Bauer 047c9372ab
inkscape: fix on darwin again
I have no idea why but this broke Darwin. So added a conditional for the shebang patching.

https://hydra.nixos.org/build/73283875
2018-04-26 20:47:16 -05:00
Matthew Justin Bauer 38364c0b07
inkscape: don't patch share/filters
This should not be needed because they are using `#!/usr/bin/env python` as the shebang and in fact it will break inkscape.x86_64-darwin.

https://hydra.nixos.org/build/73283875/
2018-04-26 10:36:57 -05:00
R. RyanTM 5a62cfe4d3 darktable: 2.4.2 -> 2.4.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/darktable/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/darktable-cltest help’ got 0 exit code
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/darktable-cmstest -h’ got 0 exit code
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/darktable-cmstest --help’ got 0 exit code
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/darktable-cmstest help’ got 0 exit code
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/.darktable-cmstest-wrapped -h’ got 0 exit code
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/.darktable-cmstest-wrapped --help’ got 0 exit code
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/.darktable-cmstest-wrapped help’ got 0 exit code
- found 2.4.3 with grep in /nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3
- directory tree listing: https://gist.github.com/70f09e7ec3ef4b1bba88d54f066cf9df
2018-04-26 06:55:28 -07:00
aszlig 6c748ae749
inkscape: Fix build on NixOS
The first problem that was introduced in a276d5160c
was a linking error:

ld: cannot find -licui18n
ld: cannot find -licuuc
ld: cannot find -licudata

So I added icu to the buildInputs.

The second problem was that the interpreter wasn't patched in
share/filters, apparently this is only needed when building with
autotools:

make[3]: Entering directory '/build/inkscape-0.92.3/share/filters'
./i18n.py ./filters.svg > ./filters.svg.h
./i18n.py: /usr/bin/env: bad interpreter: No such file or directory

A similar error also occurs for share/palettes, share/patterns,
share/symbols and share/templates, so I added patching the interpreter
there as well.

Switching to autotools in Inkscape is a very bad idea, because upstream
currently still has their own autotools files in the 0.92.x tree but
master already has them removed, see this commit:

e471a664f9

However for the sake of trying to not break Inkscape on Darwin again,
I tried to keep the fixes minimal and not went back to CMake.

I did however mark the stuff that's unneeded for CMake, so that we can
avoid forgetting to remove that crap once we get back to CMake.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @matthewbauer
2018-04-25 17:09:04 +02:00
Matthew Bauer 0a8c91a931 inkscape: typo 2018-04-25 00:17:21 -05:00
Jan Malakhovski 7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
Matthew Bauer a276d5160c inkscape: fix on Darwin
Fixes #39175
2018-04-24 22:54:33 -05:00
Jörg Thalheim f7785dd61c
Merge branch 'master' into minc_ecosystem 2018-04-21 20:18:27 +01:00
Dirk Lemstra 5d3c7ff2e1 Fixed repo for ImageMagick 6 (#39276) 2018-04-21 10:42:57 +02:00
Vladyslav Mykhailichenko 63de21fba1 feh: 2.25.1 -> 2.26 2018-04-20 23:33:01 +03:00
R. RyanTM efffa4e392 jpegoptim: 1.4.5 -> 1.4.6 (#39229)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/jpegoptim/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/c0w9l7rcn6kx098z11nx3x5q53dvcvmd-jpegoptim-1.4.6/bin/jpegoptim -h’ got 0 exit code
- ran ‘/nix/store/c0w9l7rcn6kx098z11nx3x5q53dvcvmd-jpegoptim-1.4.6/bin/jpegoptim --help’ got 0 exit code
- ran ‘/nix/store/c0w9l7rcn6kx098z11nx3x5q53dvcvmd-jpegoptim-1.4.6/bin/jpegoptim help’ got 0 exit code
- found 1.4.6 with grep in /nix/store/c0w9l7rcn6kx098z11nx3x5q53dvcvmd-jpegoptim-1.4.6
- directory tree listing: https://gist.github.com/ccc6411a2aca02d1769831b9c561f6b4
2018-04-20 19:32:54 +02:00
Bjørn Forsman 8a5b142545 shutter: add missing dependencies for Screenshot->Export (Ctrl+U) support
However, none of the exporters I tried actually _worked_, but now
shutter at least returns an error to the user (pop-up UI element)
instead of silently hanging and only leaving messages on stdout/stderr
about the missing deps.

AFAICS, this changes the failure of Screenshot->Export functionality
from a packaging bug to an application bug (upstream).
2018-04-19 19:02:58 +02:00
Matthew Justin Bauer a5b8b2e0cf
Merge pull request #38970 from thorstenweber83/add-pkg-fstl
fstl: init at 0.9.3
2018-04-19 12:01:54 -05:00
Matthew Justin Bauer 117b79d2bf
Merge pull request #38697 from r-ryantm/auto-update/scantailor-advanced
scantailor-advanced: 1.0.12 -> 1.0.14
2018-04-18 22:01:05 -05:00
Jörg Thalheim ad77d624a1
Merge pull request #39039 from r-ryantm/auto-update/pqiv
pqiv: 2.10.2 -> 2.10.3
2018-04-17 23:14:05 +01:00
volth 9b87fbb130 processing3: init at 3.3.7 (#36851)
* processing3: init at 3.3.7

* processing: add _JAVA_OPTIONS -Dawt.useSystemAAFontSettings=lcd

it uses own ttf fonts which expect antialiasing
2018-04-17 10:24:47 -05:00
Vladimír Čunát db071c4d1d
Merge #38702: Mark packages as broken (ZHF) 2018-04-17 13:36:20 +02:00
R. RyanTM 21059a1920 pqiv: 2.10.2 -> 2.10.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pqiv/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/1a0aav46qsmi791vj57cn12hlzsra59l-pqiv-2.10.3/bin/pqiv -h’ got 0 exit code
- ran ‘/nix/store/1a0aav46qsmi791vj57cn12hlzsra59l-pqiv-2.10.3/bin/pqiv --help’ got 0 exit code
- found 2.10.3 with grep in /nix/store/1a0aav46qsmi791vj57cn12hlzsra59l-pqiv-2.10.3
- directory tree listing: https://gist.github.com/bbde9f259adf44f69b8dfc44689b1e49
2018-04-16 21:16:36 -07:00
Thorsten Weber a4f8090fbe fstl: init at 0.9.3 2018-04-16 19:59:05 +02:00
Jan Tojnar cfee336c89
k3d: clean up 2018-04-15 17:21:23 +02:00
Jan Tojnar b5a19baf29
shotwell: 0.28.1 → 0.28.2 2018-04-15 00:36:04 +02:00
Robert Schütz 054f4f9c55
Merge pull request #37595 from SFrijters/paraview-numpy
paraview: include numpy in python environment
2018-04-14 19:58:13 +02:00
André-Patrick Bubel 43c10a7698
dosage: fix tests 2018-04-13 23:29:23 +02:00
André-Patrick Bubel 8d61dd8ce3
dosage: 2016.03.17 -> 2018.04.08
Dosage works again, but requires Python 3 now. As it is an application,
it was also moved to its own file.
2018-04-13 22:58:38 +02:00
xeji 6c2b87fd3c rapcad: mark as broken 2018-04-12 23:04:03 +02:00
xeji db409adaac meshlab: mark as broken 2018-04-12 23:04:01 +02:00
xeji 535f2eeea5 ao: mark as broken 2018-04-12 23:03:58 +02:00
R. RyanTM 136403655c krita: 4.0.0 -> 4.0.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/krita/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.0.1 with grep in /nix/store/5n5zy1944sd00lablmvqcqyp4w1b2sy9-krita-4.0.1
- directory tree listing: https://gist.github.com/b46fb0156abdb69233c6f63121457b89
2018-04-11 16:02:36 +03:00
Ben Darwin 6908f0ce89 c3d: updated rev still won't compile; mark broken 2018-04-10 13:40:53 -04:00
R. RyanTM ec0495c032 scantailor-advanced: 1.0.12 -> 1.0.14
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/scantailor-advanced/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.0.14 with grep in /nix/store/idixvv43hjsy4v0xp2mfcryw55wg88c3-scantailor-advanced-1.0.14
- directory tree listing: https://gist.github.com/1f4938c03503cfde35a6b4d10d6538d1
2018-04-10 10:27:18 -07:00
Robert Schütz 80fc5f2a24 Merge branch 'master' into staging 2018-04-10 09:13:36 +02:00
Jan Tojnar f1c8417ca0
Merge pull request #35545 from MtP76/photoflow
Adding photoflow
2018-04-09 21:23:02 +02:00
Frederik Rietdijk 0aa59a08d6 Merge master into staging 2018-04-09 15:12:32 +02:00
Taahir Ahmed 642bd5fe92 nomacs: 3.6.1 -> 3.8.1
Fixes a build issue introduced by a Qt5 upgrade [1], and lets us drop
our installation-path patch.

[1] https://github.com/nomacs/nomacs/issues/203
2018-04-07 15:09:35 -07:00
Frederik Rietdijk a9f37d1c25 Merge master into staging 2018-04-05 19:25:05 +02:00
Jan Tojnar 05f175e06a
gthumb: 3.6.0 → 3.6.1 2018-04-05 18:31:56 +02:00
Frederik Rietdijk 23741692fa Merge master into staging 2018-04-04 19:36:39 +02:00
adisbladis e369f3661e
Merge pull request #38349 from r-ryantm/auto-update/jpegoptim
jpegoptim: 1.4.4 -> 1.4.5
2018-04-03 17:33:53 +08:00
Tuomas Tynkkynen 747ebe3f66 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/top-level/all-packages.nix
2018-04-03 02:22:54 +03:00
R. RyanTM 54fe9578c3 jpegoptim: 1.4.4 -> 1.4.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/jpegoptim/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/qldhz6lqamsv2pbdyimsgwdfc53bawyn-jpegoptim-1.4.5/bin/jpegoptim -h` got 0 exit code
- ran `/nix/store/qldhz6lqamsv2pbdyimsgwdfc53bawyn-jpegoptim-1.4.5/bin/jpegoptim --help` got 0 exit code
- ran `/nix/store/qldhz6lqamsv2pbdyimsgwdfc53bawyn-jpegoptim-1.4.5/bin/jpegoptim help` got 0 exit code
- ran `/nix/store/qldhz6lqamsv2pbdyimsgwdfc53bawyn-jpegoptim-1.4.5/bin/jpegoptim -V` and found version 1.4.5
- ran `/nix/store/qldhz6lqamsv2pbdyimsgwdfc53bawyn-jpegoptim-1.4.5/bin/jpegoptim --version` and found version 1.4.5
- ran `/nix/store/qldhz6lqamsv2pbdyimsgwdfc53bawyn-jpegoptim-1.4.5/bin/jpegoptim -h` and found version 1.4.5
- ran `/nix/store/qldhz6lqamsv2pbdyimsgwdfc53bawyn-jpegoptim-1.4.5/bin/jpegoptim --help` and found version 1.4.5
- found 1.4.5 with grep in /nix/store/qldhz6lqamsv2pbdyimsgwdfc53bawyn-jpegoptim-1.4.5
- directory tree listing: https://gist.github.com/5b96a382d26959a9ce1da4b4d0b45d55
2018-04-02 11:12:59 -07:00
Austin Seipp 0eb8bda019 nixpkgs: remove ancient 'processing' package
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Ryan Mulligan 7e0ce6f71f openimageio: 1.8.8 -> 1.8.9
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/openimageio/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/p493iy79axka02qddq8zn8ki9qxv89lr-openimageio-1.8.9-bin/bin/iinfo help` got 0 exit code
- ran `/nix/store/p493iy79axka02qddq8zn8ki9qxv89lr-openimageio-1.8.9-bin/bin/maketx -v` and found version 1.8.9
- ran `/nix/store/p493iy79axka02qddq8zn8ki9qxv89lr-openimageio-1.8.9-bin/bin/oiiotool --help` got 0 exit code
- ran `/nix/store/p493iy79axka02qddq8zn8ki9qxv89lr-openimageio-1.8.9-bin/bin/oiiotool --help` and found version 1.8.9
- found 1.8.9 with grep in /nix/store/p493iy79axka02qddq8zn8ki9qxv89lr-openimageio-1.8.9-bin
- directory tree listing: https://gist.github.com/171d660967f6995b3e6107258782e390
2018-03-30 11:00:20 +01:00
Frederik Rietdijk 9d2ff98571 Merge remote-tracking branch 'upstream/master' into HEAD 2018-03-30 08:14:35 +02:00
Jan Tojnar 30f8c93ad4
shotwell: 0.28.0 → 0.28.1 2018-03-28 19:50:31 +02:00
Shea Levy 05e375d710
Merge remote-tracking branch 'origin/master' into staging 2018-03-28 09:36:47 -04:00
Stefan Frijters dff672ec7c paraview: include numpy in python environment
The Python filter functionality in Paraview requires numpy, which is currently not included.
Changes are based on the discussion in issue #37118.
2018-03-28 11:52:21 +02:00
Matthew Justin Bauer 75616ceb49
Merge pull request #37840 from matthewbauer/unixtools
Cross-platform "unixtools"
2018-03-27 18:43:03 -05:00
Nikolay Amiantov 564f9be78f fbida: fix build 2018-03-26 14:01:49 +03:00
adisbladis e5d9a2b104
Merge pull request #37788 from ryantm/auto-update/darktable
darktable: 2.4.1 -> 2.4.2
2018-03-26 10:44:58 +08:00
Ryan Mulligan f590d17d32 darktable: 2.4.1 -> 2.4.2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/darktable/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/36vw0ki4wqgvwj1f0xgb17qpdxpzijm7-darktable-2.4.2/bin/darktable-cltest help` got 0 exit code
- found 2.4.2 with grep in /nix/store/36vw0ki4wqgvwj1f0xgb17qpdxpzijm7-darktable-2.4.2
- directory tree listing: https://gist.github.com/2fb5b4b7836751e43911e4337febf1ab
2018-03-25 12:33:32 -07:00
Albert Safin c276b45476 ahoviewer: add useUnrar option 2018-03-25 11:57:55 -05:00
Albert Safin fa4956d091 ahoviewer: 1.4.9 -> 1.5.0 2018-03-25 11:57:55 -05:00
Jörg Thalheim 3468d8a047
Merge pull request #37681 from ryantm/auto-update/rawtherapee
rawtherapee: 5.3 -> 5.4
2018-03-25 11:13:49 +01:00
Ryan Mulligan d4930aceaf imagemagick7: 7.0.7-22 -> 7.0.7-27
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
/tmp/tmp.quAyurRyhL /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- ran `/nix/store/8n4a2v0wfmzlk9n2bdv919ybg17bai8c-imagemagick-7.0.7-27/bin/magick -h` got 0 exit code
- ran `/nix/store/8n4a2v0wfmzlk9n2bdv919ybg17bai8c-imagemagick-7.0.7-27/bin/magick --help` got 0 exit code
- ran `/nix/store/8n4a2v0wfmzlk9n2bdv919ybg17bai8c-imagemagick-7.0.7-27/bin/magick help` got 0 exit code
- ran `/nix/store/8n4a2v0wfmzlk9n2bdv919ybg17bai8c-imagemagick-7.0.7-27/bin/magick --version` and found version 7.0.7-27
- found 7.0.7-27 with grep in /nix/store/8n4a2v0wfmzlk9n2bdv919ybg17bai8c-imagemagick-7.0.7-27
- directory tree listing: https://gist.github.com/4c89cc9d32b6739922d277619629d087
2018-03-25 01:39:30 -05:00
Matthew Justin Bauer 8f3091939b
Merge pull request #37752 from ryantm/fix-urls
treewide: use more HTTPS URLs
2018-03-25 00:40:17 -05:00
Ryan Mulligan b189247ba0 treewide: use more HTTPS URLs
Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.

Also fixes jbake source URL, which was broken.
2018-03-24 22:04:25 -07:00
Jörg Thalheim d26241562d
Merge pull request #37728 from NixOS/yegortimoshenko-patch-1
krita: fix incorrect sha256
2018-03-24 23:16:32 +00:00
Daiderd Jordan b5b77a6886
qscreenshot: fix darwin build
/cc ZHF #36454
2018-03-24 14:26:30 +01:00
Yegor Timoshenko 8f0c697adf
krita: fix incorrect sha256 2018-03-24 09:35:49 +00:00
Shea Levy 0f854cd2d1
Merge branch 'master' into staging 2018-03-24 01:34:53 -04:00
Tim Williams 5c1427764d displaycal: 3.2.4.0 -> 3.5.0.0 2018-03-23 10:09:32 +00:00
Ryan Mulligan 4f2d047c48 rawtherapee: 5.3 -> 5.4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.4 with grep in /nix/store/p24xccx2wm6dls7g36pzdl1m1r3p1x5l-rawtherapee-5.4
- directory tree listing: https://gist.github.com/ea61efad6dd7afad2c60614dd433534d
2018-03-22 20:49:27 -07:00
Matthew Bauer ed2a9cf65f treewide: remove libintl hacks 2018-03-22 16:50:11 -05:00
Ryan Mulligan abb357c23e digikam: 5.8.0 -> 5.9.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.9.0 with grep in /nix/store/a0lvk4dyi87si7gdyblvh3zs16s0kp76-digikam-5.9.0
- found 5.9.0 in filename of file in /nix/store/a0lvk4dyi87si7gdyblvh3zs16s0kp76-digikam-5.9.0
- directory tree listing: https://gist.github.com/5e9b0273318688eb36b670f51aa482ec
2018-03-22 17:04:08 +01:00
Jan Tojnar 63ccf133c7
gnome3.shotwell: fix build 2018-03-22 07:46:53 +01:00
Jan Tojnar 0973618e4e
gnome3: automated update 2018-03-22 07:46:42 +01:00
Ryan Mulligan b88c079c3a goxel: 0.7.2 -> 0.7.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3/bin/goxel --help` got 0 exit code
- ran `/nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3/bin/goxel -V` and found version 0.7.3
- ran `/nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3/bin/goxel --version` and found version 0.7.3
- ran `/nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3/bin/.goxel-wrapped --help` got 0 exit code
- ran `/nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3/bin/.goxel-wrapped -V` and found version 0.7.3
- ran `/nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3/bin/.goxel-wrapped --version` and found version 0.7.3
- found 0.7.3 with grep in /nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3
- directory tree listing: https://gist.github.com/86658b436ae3d2085eba59f7c23e0825
2018-03-21 23:04:25 +00:00
Ryan Mulligan f56f7a35ab exrdisplay: 2.2.0 -> 2.2.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.2.1 with grep in /nix/store/kpbzkj0s48h5mvvsvprqfqpah2kispil-openexr_viewers-2.2.1
- directory tree listing: https://gist.github.com/946b2664eb02e90d8d73194ffd04ac5f
2018-03-21 22:49:26 +00:00
Ryan Mulligan e675217786 krita: 3.3.3 -> 4.0.0 (#37461)
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.0.0 with grep in /nix/store/k8xscjzkd9w5n6hly18qcwgg62m3fjh9-krita-4.0.0
- directory tree listing: https://gist.github.com/c2d48bc58cc453eac241620389f2b9ce
2018-03-20 22:04:55 +03:00
Matthew Bauer 397532de76 openimageio: supports darwin 2018-03-19 05:42:20 -05:00
Ryan Mulligan 1317428ca0
inkscape: 0.92.2 -> 0.92.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3/bin/inkscape -h` got 0 exit code
- ran `/nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3/bin/inkscape --help` got 0 exit code
- ran `/nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3/bin/inkscape -V` and found version 0.92.3
- ran `/nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3/bin/inkscape --version` and found version 0.92.3
- found 0.92.3 with grep in /nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3
2018-03-16 20:18:43 +01:00
Ryan Mulligan 9ee5a5591d feh: 2.25 -> 2.25.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh -h` got 0 exit code
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh --help` got 0 exit code
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh -v` and found version 2.25.1
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh --version` and found version 2.25.1
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped -h` got 0 exit code
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped --help` got 0 exit code
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped -v` and found version 2.25.1
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped --version` and found version 2.25.1
- found 2.25.1 with grep in /nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1
- directory tree listing: https://gist.github.com/6fb1817519334ef951e6661a3c41dda6
2018-03-16 10:55:04 -07:00
John Ericson 2e87550ace
Merge pull request #36985 from obsidiansystems/no-allBut
treewide: get rid of platforms.allBut
2018-03-14 18:57:28 -04:00
John Ericson f79f80dbf2 treewide: get rid of platforms.allBut
Negative reasoning like `allBut` is a bad idea with an open world of
platforms. Concretely, if we add a new, quite different sort of
platform, existing packages with `allBut` will claim they work on it
even though they probably won't.
2018-03-14 18:44:42 -04:00
volth 7ec0471242 treewide: s/xlibs/xorg/g (#36889) 2018-03-13 10:16:03 +00:00
Michael Raskin 9a68c56961
Merge pull request #34067 from mogorman/gnuclad
gnuclad: init at 0.2.4
2018-03-11 20:12:12 +00:00
Matthew O'Gorman 8e478f8fe1 gnuclad: init at 0.2.4 2018-03-11 15:26:05 -04:00
Marko Poikonen f3045a5af0 photoflow: init at unstable-2018-03-06 2018-03-09 18:27:42 +01:00
Ryan Mulligan 8e3a310294 gocr: 0.50 -> 0.51
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/6mm4a7nrr7ahv7wc47c137f28frhkrm5-gocr-0.51/bin/gocr --help` got 0 exit code
- ran `/nix/store/6mm4a7nrr7ahv7wc47c137f28frhkrm5-gocr-0.51/bin/gocr --help` and found version 0.51
- found 0.51 with grep in /nix/store/6mm4a7nrr7ahv7wc47c137f28frhkrm5-gocr-0.51
- found 0.51 in filename of file in /nix/store/6mm4a7nrr7ahv7wc47c137f28frhkrm5-gocr-0.51
2018-03-08 12:33:16 -08:00
Vladimír Čunát 565bd805e6
Merge branch 'master' 2018-03-05 14:53:27 +01:00
Jan Tojnar 5b141e2d49
shotwell: 0.27.2 → 0.27.4 2018-03-05 06:06:08 +01:00
Jan Tojnar 7f3b5e6de1
shotwell: add updateScript 2018-03-04 20:05:49 +01:00
Ryan Mulligan f81e87b9bf openimageio: 1.7.17 -> 1.8.8
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/fmwizi71ki95gjzqrbcc64zspg3xik6d-openimageio-1.8.8-bin/bin/iinfo help` got 0 exit code
- ran `/nix/store/fmwizi71ki95gjzqrbcc64zspg3xik6d-openimageio-1.8.8-bin/bin/maketx -v` and found version 1.8.8
- ran `/nix/store/fmwizi71ki95gjzqrbcc64zspg3xik6d-openimageio-1.8.8-bin/bin/oiiotool --help` got 0 exit code
- ran `/nix/store/fmwizi71ki95gjzqrbcc64zspg3xik6d-openimageio-1.8.8-bin/bin/oiiotool --help` and found version 1.8.8
- found 1.8.8 with grep in /nix/store/fmwizi71ki95gjzqrbcc64zspg3xik6d-openimageio-1.8.8-bin
- found 1.8.8 in filename of file in /nix/store/fmwizi71ki95gjzqrbcc64zspg3xik6d-openimageio-1.8.8-bin

cc "@goibhniu"
2018-03-04 17:45:33 +00:00
Johannes Frankenau 465a09b648 scantailor-advanced: init at 1.0.12 2018-03-04 17:11:19 +00:00
Vladyslav M 9e1c2ba82c sxiv: 1.3.2 -> 24 2018-03-04 17:04:57 +00:00
Vladyslav M fffd3c4c41 feh: 2.24 -> 2.25 2018-03-04 17:04:04 +00:00
Colin Wallace 4aa49af9e7 krita: fix typo in description 2018-03-01 09:26:25 +01:00
adisbladis 6a10134205
Merge pull request #35751 from ryantm/auto-update/leocad-17.07-to-18.02
leocad: 17.07 -> 18.02
2018-02-27 21:52:41 +08:00
Ryan Mulligan 4034ca791b leocad: 17.07 -> 18.02
Semi-automatic update. These checks were performed:

- built on NixOS
- found 18.02 with grep in /nix/store/hcqlkwyiindjgmq9qs7cswbam78iakmy-leocad-18.02
- found 18.02 in filename of file in /nix/store/hcqlkwyiindjgmq9qs7cswbam78iakmy-leocad-18.02
2018-02-26 20:06:31 -08:00
Ryan Mulligan 40e2391474 hugin: 2017.0.0 -> 2018.0.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/align_image_stack -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/align_image_stack --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/align_image_stack -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/align_image_stack --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/autooptimiser -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/autooptimiser --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/autooptimiser -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/autooptimiser --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/celeste_standalone help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/celeste_standalone version` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/celeste_standalone help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/checkpto -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/checkpto --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/checkpto -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/checkpto --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/cpclean -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/cpclean --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/cpclean -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/cpclean --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/cpfind -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/cpfind --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/cpfind help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/cpfind -V` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/cpfind --version` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/cpfind version` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/cpfind -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/cpfind --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/cpfind help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/deghosting_mask -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/deghosting_mask --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/deghosting_mask -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/deghosting_mask --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/fulla -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/fulla --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/fulla -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/fulla --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/geocpset -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/geocpset --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/geocpset -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/geocpset --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_hdrmerge -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_hdrmerge --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_hdrmerge help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_hdrmerge -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_hdrmerge --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_lensdb -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_lensdb --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_lensdb help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_lensdb -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_lensdb --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_stacker -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_stacker --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_stacker -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/hugin_stacker --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/linefind -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/linefind --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/linefind -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/linefind --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/nona -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/nona --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/nona -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/nona --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pano_modify -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pano_modify --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pano_modify -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pano_modify --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pano_trafo -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pano_trafo --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pano_trafo -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pano_trafo --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_gen -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_gen --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_gen -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_gen --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_lensstack -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_lensstack --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_lensstack -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_lensstack --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_mask -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_mask --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_mask -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_mask --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_merge -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_merge --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_merge -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_merge --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_move -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_move --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_move -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_move --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_template -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_template --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_template -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_template --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_var -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_var --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_var -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/pto_var --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/tca_correct -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/tca_correct --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/tca_correct -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/tca_correct --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/verdandi -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/verdandi --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/verdandi -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/verdandi --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.align_image_stack-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.align_image_stack-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.align_image_stack-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.align_image_stack-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.autooptimiser-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.autooptimiser-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.autooptimiser-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.autooptimiser-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.celeste_standalone-wrapped help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.celeste_standalone-wrapped version` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.celeste_standalone-wrapped help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.checkpto-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.checkpto-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.checkpto-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.checkpto-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.cpclean-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.cpclean-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.cpclean-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.cpclean-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.cpfind-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.cpfind-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.cpfind-wrapped help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.cpfind-wrapped -V` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.cpfind-wrapped --version` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.cpfind-wrapped version` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.cpfind-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.cpfind-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.cpfind-wrapped help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.deghosting_mask-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.deghosting_mask-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.deghosting_mask-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.deghosting_mask-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.fulla-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.fulla-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.fulla-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.fulla-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.geocpset-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.geocpset-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.geocpset-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.geocpset-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_hdrmerge-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_hdrmerge-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_hdrmerge-wrapped help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_hdrmerge-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_hdrmerge-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_lensdb-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_lensdb-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_lensdb-wrapped help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_lensdb-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_lensdb-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_stacker-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_stacker-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_stacker-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.hugin_stacker-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.linefind-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.linefind-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.linefind-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.linefind-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.nona-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.nona-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.nona-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.nona-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pano_modify-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pano_modify-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pano_modify-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pano_modify-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pano_trafo-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pano_trafo-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pano_trafo-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pano_trafo-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_gen-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_gen-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_gen-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_gen-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_lensstack-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_lensstack-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_lensstack-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_lensstack-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_mask-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_mask-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_mask-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_mask-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_merge-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_merge-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_merge-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_merge-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_move-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_move-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_move-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_move-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_template-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_template-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_template-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_template-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_var-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_var-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_var-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.pto_var-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.tca_correct-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.tca_correct-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.tca_correct-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.tca_correct-wrapped --help` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.verdandi-wrapped -h` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.verdandi-wrapped --help` got 0 exit code
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.verdandi-wrapped -h` and found version 2018.0.0
- ran `/nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0/bin/.verdandi-wrapped --help` and found version 2018.0.0
- found 2018.0.0 with grep in /nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0
- found 2018.0.0 in filename of file in /nix/store/6knfac5rmb7yigrf82az7yrb4y27lrfn-hugin-2018.0.0

cc "@viric @hrdinka"
2018-02-26 18:55:53 -08:00
Vladyslav M e7876fb433 feh: 2.23.2 -> 2.24 2018-02-27 02:22:08 +02:00
Ryan Mulligan e78c4aeb96 feh: 2.23 -> 2.23.2
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/feh -h` got 0 exit code
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/feh --help` got 0 exit code
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/feh -v` and found version 2.23.2
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/feh --version` and found version 2.23.2
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/.feh-wrapped -h` got 0 exit code
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/.feh-wrapped --help` got 0 exit code
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/.feh-wrapped -v` and found version 2.23.2
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/.feh-wrapped --version` and found version 2.23.2
- found 2.23.2 with grep in /nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2
- found 2.23.2 in filename of file in /nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2
2018-02-25 21:22:19 -08:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Miguel Madrid Mencía 114a8f159b
gthumb: fixed mime types 2018-02-24 18:41:00 +01:00
Alexander V. Nikolaev 0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Alexander V. Nikolaev 1bc1909e5b treewide: transition from mesa_glu to libGLU 2018-02-24 17:05:43 +02:00
Johannes Frankenau a3f856b85d geeqie: 1.3 -> 1.4 2018-02-24 11:51:21 +01:00
Chris Hodapp c6bd327af8
darktable: Removed unneeded dependencies
Based on what LebedevRI told me on IRC and in
https://github.com/darktable-org/darktable/pull/1474
2018-02-09 13:13:31 +01:00
Michael Raskin 1137ba5a73
Merge pull request #27734 from jfrankenau/add-desktop-entries
Add desktop entry files for FreeCAD and ddccontrol
2018-02-06 21:21:04 +00:00
Ryan Mulligan 977b996516 antimony: 0.9.2 -> 0.9.3 2018-02-06 07:01:01 -08:00
Franz Pletz f833dd7067
imagemagick: fetch sources from github
Release tarballs are deleted after a new release.
2018-01-29 19:27:01 +01:00
Franz Pletz d18299edcb
imagemagick: 6.9.9-33 -> 6.9.9-34 2018-01-28 19:02:10 +01:00
Franz Pletz c9f94405ed
imagemagick7: 7.0.7-21 -> 7.0.7-22 2018-01-28 19:02:10 +01:00
Franz Pletz 687415a579
openscad: 2015.03-1 -> 2015.03-3 2018-01-28 18:52:28 +01:00
Franz Pletz 0d91518324
graphicsmagick: 1.3.27 -> 1.3.28 2018-01-28 18:52:24 +01:00
Franz Pletz 8d856121ca
darktable: 2.4.0 -> 2.4.1 2018-01-28 18:52:23 +01:00
adisbladis 19c87f87fb
Merge pull request #33882 from tilpner/goxel-init
goxel: init at 0.7.2
2018-01-28 22:32:59 +08:00
adisbladis c2dcf10b27
krita: 3.3.2 -> 3.3.3 2018-01-28 06:51:35 +08:00
Graham Christensen b5dbc83b9c
Merge pull request #34299 from fgaz/meme
meme: init at 2017-09-10
2018-01-26 19:47:53 -05:00
Francesco Gazzetta 056e74dd78 meme: init at 2017-09-10 2018-01-26 22:38:02 +00:00
Miguel Madrid Mencía 3f88d9dd33
gthumb: 3.5.3 -> 3.6.0 2018-01-25 14:51:11 +01:00
Yegor Timoshenko 506c89c30a maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
tilpner fb1d094672
goxel: init at 0.7.2 2018-01-16 03:23:18 +01:00
Will Dietz 397157cc94 imagemagick: 7.0.7-19 -> 7.0.7-21 2018-01-13 10:21:20 -06:00
Will Dietz 18550603e9 imagemagick: 6.9.9-28 -> 6.9.9-33 2018-01-13 10:20:53 -06:00
adisbladis cad14c782b
luminanceHDR: 2.4.0 -> 2.5.1 2018-01-13 04:03:37 +08:00
Bas van Dijk 9bafe42450 digikam: 5.7.0 -> 5.8.0
See: https://raw.githubusercontent.com/KDE/digikam/v5.8.0/project/NEWS.5.8.0
2018-01-09 20:54:37 +01:00
Orivej Desh 901626782d
Merge pull request #33324 from adisbladis/imagemagick
Imagemagick minor releases
2018-01-06 04:23:57 +00:00
Samuel Dionne-Riel 7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
adisbladis 7d409d5805
imagemagick7: 7.0.7-14 -> 7.0.7-19 2018-01-02 11:04:47 +01:00
adisbladis 708a0ff863
imagemagick: 6.9.9-26 -> 6.9.9-28 2018-01-02 11:03:56 +01:00
Frederik Rietdijk 2d0bead714 Merge remote-tracking branch 'upstream/master' into HEAD 2017-12-30 17:04:54 +01:00
Yegor Timoshenko 022ead1f54
leocad: only builds on Linux (hardcoded into qmake project) 2017-12-30 01:02:04 +00:00
Will Dietz 80b1d7ea43 leocad: 17.02 -> 17.07 2017-12-29 18:43:36 -06:00
Joachim F 56518ff5ac
Merge pull request #32230 from bkchr/renderdoc
renderdoc: Fixes build with missing SWIG_PACKAGE
2017-12-29 20:03:43 +00:00
dywedir c8c5b022ec feh: 2.22.2 -> 2.23 2017-12-29 20:54:44 +02:00
Vladimír Čunát f29000b002
Merge branch 'master' into staging
Hydra: ?compare=1421760
2017-12-29 10:13:33 +01:00
Robin Gloster a6bb022b15 digikam: mysql is not needed in buildInputs 2017-12-29 02:18:35 +01:00
Kamil Chmielewski e2f6d9f34d yEd: 3.17.1 -> 3.17.2 2017-12-29 01:53:08 +01:00
Peter Hoeg 7798051817
Merge pull request #32927 from peterhoeg/u/kdeapp
kde-applications: 17.08.3 -> 17.12.0
2017-12-28 08:22:27 +08:00
Bastian Köcher 039cb6291d renderdoc: Fixes build with missing SWIG_PACKAGE 2017-12-28 00:15:32 +01:00
Ingolf Wagner 9c621d7773 darktable: 2.2.5 -> 2.4.0 2017-12-26 00:13:24 +13:00
gnidorah c3efc32210 digikam: fix build 2017-12-24 12:54:20 +03:00
Jan Tojnar 5fc5a9f399
gimp: remove libart dependency
The dependency is not needed since 2.5.1
2017-12-21 23:48:54 +01:00
Ingolf Wagner 4d778886da
pencil: 2.0.21 -> 3.0.4 2017-12-21 18:54:11 +13:00
Peter Simons c9bed891f6 sane-backends: enable support for PNG 2017-12-20 09:16:54 +01:00
Jan Tojnar 0c2d0b5564
giv: use recent vala 2017-12-19 17:25:50 +01:00
Jan Tojnar 5a060f2441
shotwell: 0.27.1 → 0.27.2
Clean up, upgrade, switch to recent vala and port to meson.
2017-12-19 17:25:50 +01:00
Peter Simons 4859e70468 sane-backends-git: update to current HEAD of master branch 2017-12-15 20:36:31 +01:00
Orivej Desh 884b748ceb pqiv: remove unneded native build inputs 2017-12-15 16:39:28 +00:00
Will Dietz e11be36eaf pqiv: Add dependencies so all backends are available 2017-12-14 17:33:51 -06:00
Bart Brouns 6ac325146c pqiv: 2.10.1 -> 2.10.2 2017-12-13 13:55:25 +01:00
Vladimír Čunát 3a110ea3f9
treewide platform checks: abort -> throw
They aren't meant to be critical (uncatchable) errors.
Tested with nix-env + checkMeta:
[ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
2017-12-12 18:08:10 -05:00
Vladimír Čunát e9c12f6936
Merge older staging
There are some regressions, but not that many and I want
the security update of openssl fast.
2017-12-11 09:49:56 +01:00
Franz Pletz 8a14953356
imagemagick7: 7.0.7-9 -> 7.0.7-14 2017-12-11 04:59:37 +01:00
Franz Pletz 02c3d3493e
Merge pull request #32343 from lheckemann/imagemagick-6.9.9-25
imagemagick: 6.9.9-23 -> 6.9.9-26
2017-12-11 03:56:41 +00:00
Andreas Rammhold 4314648fa1
graphicsmagick: 1.3.26 -> 1.3.27 (fixes CVE-2017-11102 amongst others)
See [1] for details.

[1] https://sourceforge.net/p/graphicsmagick/mailman/message/36152268/
2017-12-10 20:56:23 +01:00
Orivej Desh fc930e055a rawtherapee: delete unused files 2017-12-10 08:44:04 +00:00
Andreas Rammhold 241f3bb673
rawtherapee-git: remove -git version
As discussed in #32337 the `-git` version is outdated since a while and
doesn't compile with modern compilers anymore.

closes #32337
2017-12-09 22:04:33 +01:00
Vladimír Čunát 2309acf723
Merge branch 'master' into staging 2017-12-09 21:00:07 +01:00
Jörg Thalheim 9c89e52ff2 solvespace: add missing wrapGAppsHook 2017-12-09 16:38:36 +00:00
Linus Heckemann ef66970df4 imagemagick: 6.9.9-23 -> 6.9.9-26
Old source tarball went missing
2017-12-09 15:39:39 +00:00
Jörg Thalheim 723e74d9d8
Merge pull request #32445 from kamilchm/pinta
pinta: FIX unhandled glib-sharp load exception
2017-12-09 08:16:02 +00:00
Orivej Desh a22d224434 awesomebump: disable parallel building
https://hydra.nixos.org/build/65585975
2017-12-08 12:39:36 +00:00
Kamil Chmielewski 841bfc378d pinta: FIX unhandled glib-sharp load exception
running pinta after https://github.com/NixOS/nixpkgs/pull/31497
results in:

```
Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly 'glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
File name: 'glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f'
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
File name: 'glib-sharp, Version=2.12.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f'
```
2017-12-08 11:43:50 +01:00
Orivej Desh 9b537c48d3 awesomebump: fix parallel building 2017-12-07 08:52:42 +00:00
Patrick Chilton 38e2228a35 meshlab: 1.3.3 -> 2016.12 2017-12-06 20:45:38 +01:00
Orivej Desh 9b08b87f4d digikam: disable parallel building 2017-12-06 11:28:29 +00:00
Jörg Thalheim 278f2faf8e
Merge pull request #32228 from bkchr/digikam
digikam: Fix empty album problem with Qt 5.9.3
2017-12-02 01:19:11 +00:00
Bart Brouns 1d10e7f1c5 pqiv: 2.9 -> 2.10.1 2017-12-01 20:40:27 +01:00
adisbladis eb0121540e
Merge pull request #32225 from bkchr/ipe
ipe: 7.1.10 -> 7.2.7
2017-12-02 01:16:19 +08:00
Joerg Thalheim fcd16d3338 paraview: cmake belongs to nativeBuildInputs 2017-12-01 12:49:52 +00:00
Bastian Köcher cef755a843 paraview: 5.4.0 -> 5.4.1 2017-12-01 13:20:15 +01:00
Bastian Köcher f2d8970aeb digikam: Fix empty album problem with Qt 5.9.3 2017-12-01 13:17:47 +01:00
Bastian Köcher 2700a58861 ipe: 7.1.10 -> 7.2.7 2017-12-01 13:11:20 +01:00
Graham Christensen e1c020d6a2
Merge pull request #31964 from srhb/imagemagick-up
imagemagick: 6.9.9-21 -> 6.9.9-23
2017-11-23 07:27:59 -05:00
Sarah Brofeldt a5783484ee imagemagick: 6.9.9-21 -> 6.9.9-23 2017-11-23 11:11:31 +01:00
Renaud 74d36c9acd
Merge pull request #28950 from jansol/renderdoc
renderdoc: 0.34pre -> 0.91
2017-11-22 00:13:37 +01:00
Orivej Desh 3c4f52ad47 k3d: remove boost version override 2017-11-16 16:15:57 +00:00
Orivej Desh 97800cda51 photoqt: fix build 2017-11-16 01:12:18 +00:00
Orivej Desh 52c5386cd9 gimpPlugins.texturize: 2.1 -> 2.2.2017-07-28
The old source is gone, the author has migrated to github.
2017-11-16 00:55:49 +00:00
Pascal Wittmann f63c21569f
Fix homepage links (see #30636) 2017-11-11 17:36:48 +01:00
Pascal Wittmann 24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
dywedir 9b35a335f2 feh: 2.22 -> 2.22.2 2017-11-09 12:52:00 +02:00
Tim Steinbach 88e03e1269
Merge pull request #31314 from dywedir/feh
feh: 2.21 -> 2.22
2017-11-06 12:48:52 +00:00
dywedir a5eaa1cfea feh: 2.21 -> 2.22 2017-11-06 12:15:33 +02:00
Franz Pletz 4f8c5331c8
imagemagick7: 7.0.7-8 -> 7.0.7-9 2017-11-05 16:42:24 +01:00
Franz Pletz 611829ba42
imagemagick: 6.9.9-20 -> 6.9.9-21 2017-11-05 16:42:24 +01:00
Eelco Dolstra 20bb7d5373 krita: 3.2.1 -> 3.3.2 2017-11-05 13:48:19 +01:00
Piotr Bogdan 8904ce343a fix source root locations.
These have changed following commit
c3255fe8ec.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
Samuel Leathers 73fe83206e
Merge pull request #30988 from pbogdan/autotrace-insecure
autotrace: mark as insecure
2017-11-01 04:46:55 +01:00
Mica Semrick 37f548e836 hugin: 2016.2.0 -> 2017.0.0 2017-10-30 20:13:27 -07:00
Joachim F 5c35db3e9b
Merge pull request #30953 from teto/sxiv
sxiv: installs .desktop file
2017-10-30 08:56:51 +00:00
Matthieu Coudron cdbcb19e83 sxiv: installs .desktop file
sxiv won't appear in meus as it has NoDisplay but it can be used to
generate the mimetypes.
2017-10-31 01:16:43 +09:00
Albert Safin 6ce4147659 ahoviewer: 1.4.8 -> 1.4.9
- Add xzfc to maintainers
2017-10-28 17:18:08 +02:00
Peter Hoeg 405f905ff8
Merge pull request #30573 from peterhoeg/u/kf5
kde-frameworks: 5.38 -> 5.39
2017-10-28 17:15:28 +08:00
mimadrid 51babe0fa8
shotwell: 0.27.0 -> 0.27.1 2017-10-27 23:11:50 +02:00
Piotr Bogdan 978bba8415 autotrace: mark as insecure 2017-10-27 15:38:05 +01:00
CrazedProgrammer 8327e434c4 astah-community: init at 7.2.0 (#30691)
* astah-community: init at 7.2.0

* astah-community: nitpicks
2017-10-25 14:56:52 +01:00
mimadrid 5715f276da shotwell: 0.26.2 -> 0.27.0 2017-10-24 12:45:38 +01:00
Jörg Thalheim 56a6144593 Merge pull request #30728 from pmiddend/awesomebump-5.1
awesomebump: 4.0 -> 5.1
2017-10-24 11:31:51 +01:00
Joerg Thalheim f6f0b7ac5d awesomebump: do not override qmake build phases
then all the hacks are not necessary
2017-10-24 11:29:17 +01:00
mimadrid 62b467a07d
gthumb: 3.5.1 -> 3.5.3 2017-10-23 22:34:44 +02:00
Franz Pletz bb49391151
imagemagick7: 7.0.7-4 -> 7.0.7-8 2017-10-23 22:16:57 +02:00
Franz Pletz 6af0de6478
imagemagick: 6.9.9-15 -> 6.9.9-20 2017-10-23 22:16:36 +02:00
Philipp Middendorf c9e08b578b awesomebump-4.0 -> 5.1 2017-10-23 18:46:56 +02:00
Peter Hoeg c41d794ecb digikam: minor cleanups 2017-10-23 22:49:46 +08:00
aszlig 27b7192726
digikam: 5.4.0 -> 5.7.0
The build for the version 5.4.0 of digiKam has been broken at the time
prior to this commit, which is the main reason for this update as I
don't think it makes sense to fix the build for 5.4.0 when we're going
to update it anyway.

A lot has changed upstream between version 5.4.0 and 5.7.0 and it's too
much to be summarized here, so here are the URLs to the upstream
announcements:

 * https://www.digikam.org/news/2017-03-14_digiKam_5.5.0_is_released/
 * https://www.digikam.org/news/2017-06-21-5.6.0-release-announcement/
 * https://www.digikam.org/news/2017-09-11-5.7.0_release_announcement/

On the packaging side, we now no longer have the patch that disables
-fno-operator-names because the build runs fine without that patch
(which didn't even apply but I didn't check why) and IMO it doesn't make
sense to rebase that patch for no reason.

Additionally, there were build time dependencies lurking around in
propagatedBuildInputs, which is kinda pointless and the application just
runs fine if those dependencies are listed in buildInputs.

While looking for clues about why that might be necessary I haven't
found any comment about it in the source nor a clarification within the
message of the commit where this has been introduced.

The commit in question is be7b7d908f.

Apart from these changes, the rest is just adding a few dependencies
(kcalcore, libksane, mesa and pcre) to get less errors during
cmakeConfigurePhase.

I've tested digiKam by playing around within a VM using photos I
netcat'ed into it and it works so far. The VM was built using:

nix-build nixos --arg configuration '{ pkgs, ... }: {
  imports = [ ./nixos/tests/common/user-account.nix ];
  environment.systemPackages = [ pkgs.digikam ];
  services.xserver.enable = true;
  services.xserver.displayManager.sddm.enable = true;
  services.xserver.desktopManager.plasma5.enable = true;
  services.xserver.desktopManager.default = "plasma5";
  virtualisation.memorySize = 1024;
}' -A vm

What I didn't test however was whether importing from a camera would
work (as I don't have one), but aside from that, the application seems
to run fine compared to the fact that it didn't even build until now :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @the-kenny, @urkud, @viric, @cillianderoiste, @ttuegel
Cc: @jraygauthier, @fkz, @sh01, @lsix
2017-10-19 04:42:53 +02:00
Jörg Thalheim 8c667cc810 Merge pull request #30273 from edef1c/solvespace-escaped-newline
solvespace: remove stray newline escape
2017-10-11 12:22:02 +01:00
dywedir e509f6ffdf feh: 2.20 -> 2.21 2017-10-11 02:36:45 +02:00