Search Criteria
Package Details: fprint_demo 0.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/fprint_demo.git (read-only, click to copy) |
---|---|
Package Base: | fprint_demo |
Description: | A simple GTK+ application to demonstrate and test libfprint's capabilities |
Upstream URL: | https://www.freedesktop.org/wiki/Software/fprint/fprint_demo/ |
Keywords: | fprint |
Licenses: | GPL2 |
Groups: | fprint-git |
Submitter: | dreamingincode |
Maintainer: | kmille |
Last Packager: | kmille |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-24 03:16 (UTC) |
Last Updated: | 2022-04-03 09:07 (UTC) |
Dependencies (3)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libfprint-0AUR
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
kmille commented on 2020-11-04 22:13 (UTC)
I downgraded to libfprint to 0.7 as anything newer seems not to work with fprint_demo. Please report if you have any issues.
timothy_gu commented on 2020-02-28 00:13 (UTC)
Please also note that modern applications should not use libfprint directly, the usage of which this package demonstrates. The fprint website says:
dreamingincode commented on 2020-01-11 12:03 (UTC) (edited on 2020-01-11 12:04 (UTC) by dreamingincode)
Please ask upstream for a new release, or just use frpint_demo-git which builds fine.
mnufo commented on 2020-01-11 09:41 (UTC) (edited on 2020-01-11 09:46 (UTC) by mnufo)
The build failed with several deprecation warnings and an error:
verify.c:257:29: error: dereferencing pointer to incomplete type ‘struct fp_minutia’
257 | size_t pixel_offset = (min->y * width) + min->x;
| ^~
make[1]: *** [Makefile:422: fprint_demo-verify.o] Error 1