summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics/pfstools
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-06-13pfstools: fix Qt environmentBenjamin Saunders
2020-05-05pfstools: use opencv2 explicitlyDoron Behar
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-01netpbm: split into multiple outputsJan Tojnar
2019-12-30pfstools: *Flags are listsRobin Gloster
2019-11-18treewide: Get rid of libGLU_combinedadisbladis
2019-11-02pfstools: add netpbm support (fix #60841) (#61083)Julien Dehos
2019-11-02pfstools: build pfsalign (fix #60843) (#61050)Julien Dehos
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-01pfstools: port to qt5 (#33248)Pascal Wittmann
Since release 2.1.0 pfsview supports qt5.
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev
2017-12-15pfstools: 2.0.5 -> 2.1.0Michael Weiss
2017-08-11treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen
Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-08-29treewide: Shuffle outputsTuomas Tynkkynen
Make either 'bin' or 'out' the first output.
2016-07-25pfstools: 1.8.5 -> 2.0.5Julien Dehos
2014-03-16pfstools: update from 1.8.3 to 1.8.5Vladimír Čunát
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2011-09-20pfstools-1.8.3; builds against qt4Yury G. Kudryashov
svn path=/nixpkgs/trunk/; revision=29403
2009-04-05Adding qtpfsgui and pfstools. Updating fftw because the src URL didn't work ↵Lluís Batlle i Rossell
anymore. svn path=/nixpkgs/trunk/; revision=14892