Package Details: libfprint-git 1:1.90.6.r3.g3560a0f-1

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
Groups: fprint
Conflicts: libfprint
Provides: libfprint, libfprint-2.so
Submitter: matthewbauer
Maintainer: timothy_gu
Last Packager: timothy_gu
Votes: 29
Popularity: 0.000000
First Submitted: 2009-09-01 02:39 (UTC)
Last Updated: 2020-12-16 21:14 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

Strixpyrr commented on 2022-03-06 20:08 (UTC)

Yep, can confirm tests fail on elan and goodix:

6/23 libfprint:drivers / elanmoc           FAIL            1.16s   exit status 1
15/23 libfprint:drivers / goodixmoc         FAIL            1.20s   exit status 1

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:

depends=('glib2>=2.56' 'libgusb>=0.3.0' nss pixman)
makedepends=(git gobject-introspection gtk-doc 'meson>=0.49.0')
checkdepends=('umockdev>=0.13.2')

With this you could also enable check() support:

check() {
  meson test -C build
}

Finally, the -D x11-examples=false in build() 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