about summary refs log tree commit diff
path: root/pkgs/tools/graphics/pfstools
AgeCommit message (Collapse)AuthorFilesLines
2023-04-07Merge pull request #200366 from considerate/netpbmArtturi1-2/+4
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2022-11-09pfstools: fix netpbm inclusionViktor Kronvall1-2/+4
The main CMakeLists.txt no longer includes the FindNETPBM.cmake file. This commit removes the comment on the `include` statement to re-enable including the FindNETPBM.cmake file. Moreover the netpbm libraries weren't found due to the name searched for included an extraneous `.` The `stdenv.hostPlatform.extensions.sharedLibrary` expressions resolves to ".so" on x86_64-linux which means that the `-name` flag gets passed "*..so*" instead of "*.so*". This commit ensures that "*.so*" is passed when looking for the netpbm shared objects.
2022-04-04pfstools: fix build of pfsglview with newer cmakeAlexander Shpilkin2-1/+13
The CMake build configuration for pfsglview used an internal variable, GLUT_glut_LIBRARY, to link with GLUT, which seems to have stopped working when CMake was bumped from 3.21 in 3.22 in nixpkgs#147818. Use the officially documented GLUT_LIBRARIES instead.
2021-12-08pfstools: 2.1.0 -> 2.2.0R. Ryantm1-2/+2
2021-09-29opencv2: don't build unfree libraries by defaultAlyssa Ross1-3/+4
In opencv 2.x, unfree libraries are built by default. The package should therefore have been marked as unfree, but wasn't. I've disabled the non-free libraries by default, and added an option to enable them. There are three programs in Nixpkgs that depend on opencv2: mathematica, pfstools, and p2pvc. pfstools requires the non-free libraries if it's built with opencv support, so I've disabled opencv by default there and added an option to enable it. p2pvc links fine, so presumably doesn't need the non-free libraries. I can't test mathematica, so I'm just going to leave it alone.
2021-02-27pfstools: use imagemagick6Robert Schütz1-2/+2
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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 Saunders1-4/+4
2020-05-05pfstools: use opencv2 explicitlyDoron Behar1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-01netpbm: split into multiple outputsJan Tojnar1-3/+3
2019-12-30pfstools: *Flags are listsRobin Gloster1-3/+1
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-11-02pfstools: add netpbm support (fix #60841) (#61083)Julien Dehos1-2/+11
2019-11-02pfstools: build pfsalign (fix #60843) (#61050)Julien Dehos2-4/+20
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-01pfstools: port to qt5 (#33248)Pascal Wittmann1-2/+2
Since release 2.1.0 pfsview supports qt5.
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-12-15pfstools: 2.0.5 -> 2.1.0Michael Weiss1-7/+13
2017-08-11treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen1-1/+1
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 Mosberger1-1/+1
* 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 Tynkkynen1-1/+1
Make either 'bin' or 'out' the first output.
2016-07-25pfstools: 1.8.5 -> 2.0.5Julien Dehos3-12/+60
2014-03-16pfstools: update from 1.8.3 to 1.8.5Vladimír Čunát1-2/+2
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2011-09-20pfstools-1.8.3; builds against qt4Yury G. Kudryashov1-7/+11
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 Rossell1-0/+20
anymore. svn path=/nixpkgs/trunk/; revision=14892