about summary refs log tree commit diff
path: root/pkgs/tools/graphics/dcraw
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12tools/graphics: replace name with pname&versionFelix Buehler1-2/+3
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-4/+4
2020-09-09jasper: remove, abandoned upstream.David Anderson1-3/+6
Jasper has been marked insecure for a while, and upstream has not been responsive to CVEs for over a year. Fixes #55388. Signed-off-by: David Anderson <dave@natulte.net>
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-20dcraw: mark as vulnerablec0bw3b1-2/+9
2018-08-12dcraw: fix build on DarwinAndrew Childs1-3/+6
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* 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-08dcraw: 9.27.0 -> 9.28.0 (#41716)R. RyanTM1-2/+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/dcraw/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/i7qixx7ll7p7hamiq04sjn73v2f58fjj-dcraw-9.28.0/bin/dcraw 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 9.28.0 with grep in /nix/store/i7qixx7ll7p7hamiq04sjn73v2f58fjj-dcraw-9.28.0 - directory tree listing: https://gist.github.com/6f620f3965b3cc4522f8f02eaf1115da - du listing: https://gist.github.com/835f683cdb46fe5ac50f063aeb7d0226
2018-04-07dcraw: 9.26.0 -> 9.27.0R. RyanTM1-2/+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/dcraw/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 9.27.0 with grep in /nix/store/l6b0pk32npx23k5qpdi5n8zcfq9sahx4-dcraw-9.27.0 - directory tree listing: https://gist.github.com/4c120255f84b102eb8cf19d2ee4bd491
2018-03-14treewide: get rid of platforms.allButJohn Ericson1-1/+1
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.
2017-03-27treewide: purge maintainers.urkudVladimír Čunát1-1/+1
It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
2015-10-25dcraw: update from 9.22 to 9.26.0Cillian de Róiste1-2/+2
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-1/+1
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2014-08-09Make platforms.allBut accept a list rather than a single platformLuca Bruno1-1/+1
2014-08-03dcraw: fix build, now requires lcms2Cillian de Róiste1-3/+3
2014-08-03dcraw: update from 9.20 to 9.22Cillian de Róiste1-2/+2
2014-05-22dcraw: update from 9.19 to 9.20Rob Vermaas1-2/+2
2013-12-01updated dcraw to version 9.19Arseniy Alekseyev1-6/+4
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-01-05do not build dcraw on cygwinRob Vermaas1-1/+1
svn path=/nixpkgs/trunk/; revision=25415
2010-09-26dcraw-9.04Yury G. Kudryashov1-4/+6
svn path=/nixpkgs/trunk/; revision=23952
2010-04-27update to 8.99Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=21347
2009-12-25update to 8.98Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=19112
2009-04-07Adding dcraw again, this time with the whole nix expression.Lluís Batlle i Rossell1-0/+29
svn path=/nixpkgs/trunk/; revision=14917