summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics/jhead
AgeCommit message (Collapse)Author
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-26jhead: list known vulnerabilitiesRobert Helgesson
2020-06-19jhead: 3.03 -> 3.04Robert Helgesson
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-10-31jhead: add patches for CVE-2019-1010301, CVE-2019-1010302Robert Scott
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-03jhead: 3.02 -> 3.03R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jhead/versions
2018-12-16jhead: 3.00 -> 3.02R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jhead/versions
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell
Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
2016-02-01treewide: Mass replace 'libjpeg}/bin' to refer the 'bin' outputTuomas Tynkkynen
2016-01-06jhead: add libjpeg as dependencyRobert Helgesson
The `jpegtran` tool from libjpeg is required for the `-autorot` command.
2015-12-19jhead: 2.87 -> 3.00Robert Helgesson
Also clean up the package quite a bit and add myself as maintainer.
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2009-10-11Adding jheadLluís Batlle i Rossell
svn path=/nixpkgs/trunk/; revision=17747