summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/fbida
AgeCommit message (Collapse)Author
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-11-16fbida: extend descriptionVojtěch Káně
Add the tools names to the package description to make it discoverable by e.g. `nix search`
2019-06-17treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesaMatthew Bauer
Just use mesa for these to be more clear. Move these to aliases.nix
2018-07-04fbida: 2.13 -> 2.14Pascal Wittmann
2018-03-26fbida: fix buildNikolay Amiantov
2017-07-31fbida: fix build failureMichael Raskin
2017-06-28fbida: cc-wrapper can be relied on to export these env varsJohn Ericson
2017-03-21fbida: add dependency to lircPascal Wittmann
2017-03-21fbida: 2.12 -> 2.13Pascal Wittmann
2016-11-27fbida: 2.11 -> 2.12Pascal Wittmann
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2016-04-04fbida: 2.10 -> 2.11Pascal Wittmann
2016-01-03saneBackends{,Git} -> sane-backends{,-git}Tobias Geerinckx-Rice
Fixes xsane evaluation.
2015-05-31fbida: update from 2.09 to 2.10Pascal Wittmann
add meta info and adpot it
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-03-04fbida-2.09 (builds with libpng-1.5)Yury G. Kudryashov
svn path=/nixpkgs/trunk/; revision=32756
2012-01-07Making fbida cross-build.Lluís Batlle i Rossell
svn path=/nixpkgs/trunk/; revision=31400
2011-01-16* And now an actual fix.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=25589
2011-01-16* fbida: fix a segfault in exiftran.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=25588
2009-08-04Adding fbida, framebuffer image viewerMichael Raskin
svn path=/nixpkgs/trunk/; revision=16571