Search Criteria
Package Details: libfprint-cs9711 1.94.8-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/libfprint-cs9711.git (read-only, click to copy) |
---|---|
Package Base: | libfprint-cs9711 |
Description: | libfprint with proprietary FPC match on host device CS9711Fingprint driver |
Upstream URL: | https://fprint.freedesktop.org/ |
Licenses: | LGPL-2.1-or-later |
Groups: | fprint |
Conflicts: | libfprint |
Provides: | libfprint, libfprint-2.so |
Submitter: | wz0311 |
Maintainer: | wz0311 |
Last Packager: | wz0311 |
Votes: | 2 |
Popularity: | 0.76 |
First Submitted: | 2024-11-30 08:19 (UTC) |
Last Updated: | 2025-01-26 01:49 (UTC) |
Dependencies (20)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libgudev
- libgusb
- nss (nss-hgAUR)
- pixman (pixman-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (make)
- gobject-introspection (make)
- gtk-doc (make)
- meson (meson-gitAUR) (make)
- opencv (opencv-cuda) (make)
- python-cairo (python-cairo-gitAUR) (make)
- python-gobject (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, systemd-gitAUR) (make)
- cairo (cairo-gitAUR) (check)
- doctest (check)
- umockdev (check)
Required by (6)
- fprintd-clients (requires libfprint)
- fprintd-clients (requires libfprint-2.so)
- fprintd-clients-git (requires libfprint)
- pam-fprint-grosshack (requires libfprint)
- pam-fprint-grosshack-unlimited-timeout (requires libfprint)
- python-pyfprint-git (requires libfprint)
Latest Comments
dreieck commented on 2025-03-24 14:37 (UTC)
You download the latest state from a git repository.
So, you must:
libfprint-cs9711-git
(i.e. with the-git
suffix) (to do so, submit a new package under the new name and then file a merge request to the old package, to be merged into the new one),pkgver()
-function,provides=("libfprint-cs9711")
or, if thepkgver()
returns the release package version (e.g.1.94.9
) in the first part, preferrably `provides=("libfprint-cs9711=${pkgver}"),=${pkgver}
-part to thelibfprint
provides entry,replaces=("libfprint-cs9711<=1.94.8")
so that an update process automatically recognises the renamed package as the successor of this one.An example for a
pkgver()
:Regards and many thanks for this package!
Genues commented on 2025-01-26 08:11 (UTC)
@wz0311 Thank you!
wz0311 commented on 2025-01-26 02:06 (UTC)
@Genues I just update it!
Genues commented on 2024-12-18 13:38 (UTC)
Hi. Why you don't use the developer's (https://github.com/ericlinagora/libfprint-CS9711) repository?