Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fprint: update packages #52092

Merged
merged 3 commits into from Dec 18, 2018
Merged

fprint: update packages #52092

merged 3 commits into from Dec 18, 2018

Conversation

ghost
Copy link

@ghost ghost commented Dec 14, 2018

Motivation for this change

cc @abbradar

https://fprint.freedesktop.org/

Release log for libfprint
2018-12-14: v0.99.0 release

  • Library:

    • All the internal API for device driver writers is now covered by the
      documentation and has been enhanced to make it easier to write drivers
    • Update internal NBIS fingerprint data processing library to one that's
      nearly 10 years newer
    • Re-add accessor for minutia coordinates which was used in the very
      old fprint_demo program, but also by our new GTK+ test program (see below)
    • Fix a crash when too many minutiae were detected in a capture
  • Drivers:

  • Tools:

    • Add a test GTK+ application (see ${pkgs.libfprint}/bin/gtk-libfprint-test) that will eventually be used for testing
      drivers without modifying the OS installed version. Note that this
      application currently requires manually changing permissions of USB
      devices, this will be fixed when the infrastructure exists to access
      those devices without additional permissions, as a normal user.
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

https://fprint.freedesktop.org/

fprint_demo is obsolete. Most features are integrated into fprintd’s helpers, and libfprint has an examples section
@veprbl
Copy link
Member

veprbl commented Dec 15, 2018

Nice PR! Need to change licenses to licenses.lgpl21 because https://gitlab.freedesktop.org/libfprint/libfprint/blob/master/COPYING

@ghost
Copy link
Author

ghost commented Dec 15, 2018

@veprbl Fixed, thanks!

@c0bw3b c0bw3b merged commit 52ea0af into NixOS:master Dec 18, 2018
@ghost
Copy link
Author

ghost commented Dec 18, 2018

@c0bw3b Thanks!

@ghost ghost deleted the fprint branch December 18, 2018 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants