Search Criteria
Package Details: libfprint-git 1:1.90.6.r3.g3560a0f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libfprint-git.git (read-only, click to copy) |
---|---|
Package Base: | libfprint-git |
Description: | Library for fingerprint readers |
Upstream URL: | https://fprint.freedesktop.org/ |
Keywords: | fprint |
Licenses: | LGPL |
Conflicts: | libfprint |
Provides: | libfprint, libfprint-2.so |
Submitter: | matthewbauer |
Maintainer: | timothy_gu |
Last Packager: | timothy_gu |
Votes: | 29 |
Popularity: | 0.000001 |
First Submitted: | 2009-09-01 02:39 (UTC) |
Last Updated: | 2020-12-16 21:14 (UTC) |
Dependencies (13)
- libgusb
- nss (nss-hg)
- pixman (pixman-git)
- systemd-libs (systemd-libs-homed-containers, systemd-libs-git, systemd-libs-selinux)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- gtk-doc (gtk-doc-git) (make)
- meson (meson-git) (make)
- systemd (systemd-homed-containers, systemd-git, systemd-selinux) (make)
- python (python38, python37, python3.7, nogil-python, python311, python39, python36) (check)
- python-cairo (python-cairo-git) (check)
- python-gobject (python-gobject-git) (check)
- umockdev (check)
Required by (6)
- fprintd-clients (requires libfprint)
- fprintd-clients (requires libfprint-2.so)
- fprintd-libfprint2 (requires libfprint)
- fprintd-libfprint2 (requires libfprint-2.so)
- pam-fprint-grosshack (requires libfprint)
- python-pyfprint-git (requires libfprint)
Latest Comments
Strixpyrr commented on 2022-03-06 20:08 (UTC)
Yep, can confirm tests fail on elan and goodix:
skan commented on 2021-10-20 02:41 (UTC)
Is anyone else getting build failures on elan and goodix drivers with current version?
kujou commented on 2020-12-03 13:15 (UTC)
I installed this package today, but it require another dependence:valgrind, which is not include in the PKGBUILD and have to install mannually.
timothy_gu commented on 2020-01-19 04:39 (UTC)
Alright, I've taken over the maintenance of this package. I use it fairly regularly for my ThinkPad T490s and will try to keep this up to date.
intelfx commented on 2020-01-18 14:38 (UTC)
@timothy_gu: Done. Thanks. I guess I'll just disown this package as I don't own/use compatible hardware anymore and don't have this installed...
timothy_gu commented on 2020-01-18 05:24 (UTC)
The latest version of libfprint requires some additional packages like
libgusb
. This works for me:With this you could also enable
check()
support:Finally, the
-D x11-examples=false
inbuild()
no longer does anything and can be removed. (Examples are all GTK-based now.)intelfx commented on 2020-01-02 22:04 (UTC)
@ytexas @otaj Fixed. The official repo PKGBUILD strangely does not include gobject-introspection as a makedep.
ytexas commented on 2019-12-31 05:24 (UTC)
Need:
gobject-introspection
Required by meson when compiling.
otaj commented on 2019-11-26 15:31 (UTC)
gobject-introspection is missing from makedepends
rindeal commented on 2018-09-25 23:07 (UTC)
I've developed a new driver for the proprietary binaries, which include support for VFS495 (among others). The source code and installation instructions are here - https://github.com/rindeal/libfprint-vfs_proprietary-driver.
SammysHP commented on 2018-08-14 09:41 (UTC)
@intelfx Yeah, this should be fine now, thanks! I'll delete/move my package libfprint-upstream-git.
intelfx commented on 2018-08-13 20:39 (UTC) (edited on 2018-08-13 20:39 (UTC) by intelfx)
@rocky7x I have since dropped the vfs495-daemon glue patch because it stopped applying and I have found no interest in forward-porting it again.
@SammysHP I believe now you have no concerns over this package?
rocky7x commented on 2018-08-13 13:55 (UTC)
Having VFS495 Validity device (138a:003f) and when I install this together with vfs495-daemon it doesn't work - throws No devices found - any idea? i added myself to plugdev and scanner groups...
nsood commented on 2018-06-06 15:53 (UTC) (edited on 2018-06-06 15:53 (UTC) by nsood)
For the time being, adding this line to prepare() in the PKGBUILD, before git apply, allows us to compile:
git checkout 3bf55a3e0766ca90f5befc1ed161b1c83005a962
Be warned though, this builds the last version of libfprint that did not migrate to Meson, and while it is relatively recent at the time of posting this comment, it might become outdated and unusable in time.
SammysHP commented on 2018-05-21 08:04 (UTC)
@intelfx
One and a half year later I want to ask you again if you can rename your package to something like "libfprint-validity-git" as it still contains a patch that is not and will not be included in upstream:
intelfx wrote:
Meanwhile there are other packages which add custom patches, libfprint-vfs0090-git and libfprint-vfs0097-git.
charli9 commented on 2018-05-20 18:37 (UTC)
This package is broken since upstream changed to Meson instead of Autom4te
SammysHP commented on 2018-03-03 10:20 (UTC)
@thql
autom4te is included in the autoconf package which is included in the base-devel group. This group is a requirement for building packages from the AUR. Thus it is not necessary to include this dependency in the package.
thql commented on 2018-03-03 06:45 (UTC) (edited on 2018-03-03 06:47 (UTC) by thql)
There is a missing dependency in the package : autom4te
EDIT: or a typo, should it be automake instead?
intelfx commented on 2017-12-12 17:45 (UTC)
@oscar.h, @JUSHJUSH: look at the "Upstream URL" as indicated above. This is not a place to report bugs; I'm merely packaging libfprint.
JUSHJUSH commented on 2017-12-12 17:16 (UTC)
I have issue with VFS300 on Dell Vostro 3300 too. I can't get throught secound enroll.
oscar-h commented on 2017-06-18 12:28 (UTC)
chris968 commented on 2017-01-24 23:06 (UTC)
bpietras commented on 2016-12-14 21:47 (UTC)
SammysHP commented on 2016-11-09 14:59 (UTC)
intelfx commented on 2016-11-08 23:17 (UTC) (edited on 2016-11-08 23:18 (UTC) by intelfx)
SammysHP commented on 2016-11-08 22:52 (UTC) (edited on 2016-11-08 23:05 (UTC) by SammysHP)
SammysHP commented on 2016-11-03 22:09 (UTC)
intelfx commented on 2016-11-03 21:38 (UTC)
SammysHP commented on 2016-11-03 21:17 (UTC) (edited on 2016-11-03 21:17 (UTC) by SammysHP)
intelfx commented on 2016-11-03 16:10 (UTC) (edited on 2016-11-03 16:10 (UTC) by intelfx)
x11tete11x commented on 2016-11-03 15:50 (UTC)
intelfx commented on 2016-11-03 13:43 (UTC)
SammysHP commented on 2016-11-03 11:28 (UTC) (edited on 2016-11-03 11:28 (UTC) by SammysHP)
parkerlreed commented on 2016-08-15 03:46 (UTC)
skyeplus commented on 2016-08-14 23:37 (UTC)
intelfx commented on 2016-05-10 14:42 (UTC)
dreamingincode commented on 2016-04-21 07:21 (UTC)
parkerlreed commented on 2016-03-25 21:21 (UTC) (edited on 2016-03-25 21:26 (UTC) by parkerlreed)
intelfx commented on 2016-03-25 17:59 (UTC)
parkerlreed commented on 2016-03-25 14:34 (UTC) (edited on 2016-03-25 14:37 (UTC) by parkerlreed)
intelfx commented on 2016-03-25 11:43 (UTC) (edited on 2016-03-25 12:16 (UTC) by intelfx)
yaxyo commented on 2016-03-25 11:29 (UTC) (edited on 2016-03-25 11:29 (UTC) by yaxyo)
hansmaulwurf commented on 2015-11-30 22:33 (UTC)
xantares commented on 2014-08-30 11:58 (UTC)
xantares commented on 2014-08-21 11:43 (UTC)
hanckmann commented on 2014-08-21 09:31 (UTC)
xantares commented on 2014-08-10 16:05 (UTC)
mwyraz commented on 2014-08-04 20:05 (UTC)
garyvdm commented on 2013-07-26 10:56 (UTC)
phragment commented on 2012-09-18 22:10 (UTC)
swiftgeek commented on 2012-07-14 21:20 (UTC)
swiftgeek commented on 2012-05-18 17:21 (UTC)
phragment commented on 2012-01-24 00:27 (UTC)
karol_007 commented on 2012-01-16 10:49 (UTC)
commented on 2011-02-28 21:12 (UTC)
andrew9888 commented on 2010-05-09 11:40 (UTC)