mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 10:34:18 +00:00
56 lines
2.4 KiB
Plaintext
56 lines
2.4 KiB
Plaintext
Source: libfprint
|
|
Priority: extra
|
|
Maintainer: FingerForce Team <fingerforce-devel@lists.alioth.debian.org>
|
|
Uploaders: Ulises Vitulli <uvitulli@fi.uba.ar>, Miguel Gea Milvaques <xerakko@debian.org>
|
|
Build-Depends: debhelper (>= 5), autotools-dev, libusb-1.0-0-dev, libssl-dev,
|
|
libglib2.0-dev, libxv-dev, libmagickcore-dev
|
|
Standards-Version: 3.8.2
|
|
Homepage: http://reactivated.net/fprint/
|
|
Section: libs
|
|
|
|
Package: libfprint-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: libfprint0 (= ${binary:Version})
|
|
Description: async fingerprint library of fprint project, development headers
|
|
The fprint project aims to support for consumer fingerprint reader devices.
|
|
.
|
|
Previously, Linux support for such devices has been scattered amongst different
|
|
projects (many incomplete) and inconsistent in that application developers
|
|
would have to implement support for each type of fingerprint reader separately.
|
|
We're trying to change that by providing a central system to support all the
|
|
fingerprint readers we can get our hands on.
|
|
.
|
|
libfprint is the centre of our effort, it is the component which does the dirty
|
|
work of talking to fingerprint reading devices, and processing fingerprint
|
|
data.
|
|
.
|
|
This library is based on new aproach of libusb-1.0, which handles asynchronous
|
|
callback model allowing to perform a non-blocking device task. Old synchronous
|
|
library has been renamed to libfprint-old.
|
|
.
|
|
This package provides development headers.
|
|
|
|
Package: libfprint0
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
Description: async fingerprint library of fprint project, shared libraries
|
|
The fprint project aims to support for consumer fingerprint reader devices.
|
|
.
|
|
Previously, Linux support for such devices has been scattered amongst different
|
|
projects (many incomplete) and inconsistent in that application developers
|
|
would have to implement support for each type of fingerprint reader separately.
|
|
We're trying to change that by providing a central system to support all the
|
|
fingerprint readers we can get our hands on.
|
|
.
|
|
libfprint is the centre of our effort, it is the component which does the dirty
|
|
work of talking to fingerprint reading devices, and processing fingerprint
|
|
data.
|
|
.
|
|
This library is based on new aproach of libusb-1.0, which handles asynchronous
|
|
callback model allowing to perform a non-blocking device task. Old synchronous
|
|
library has been renamed to libfprint-old.
|
|
.
|
|
This package provides shared libraries.
|