mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 10:34:18 +00:00
d43f0867b7
2020-12-04 10:30:09 @bigon: Trevinho: I just found an old mail from Odyx/Didier asking me to remove him from the uploaders, maybe you could do that and add yourself if you plan to maintain the two packages in debian.
119 lines
5.0 KiB
Plaintext
119 lines
5.0 KiB
Plaintext
Source: libfprint
|
|
Priority: optional
|
|
Section: libs
|
|
Maintainer: FingerForce Team <fingerforce-devel@lists.alioth.debian.org>
|
|
Uploaders: Ulises Vitulli <dererk@debian.org>,
|
|
Marco Trevisan <marco@ubuntu.com>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
gobject-introspection,
|
|
gtk-doc-tools,
|
|
libcairo-dev <!nocheck>,
|
|
libgirepository1.0-dev,
|
|
libglib2.0-dev (>= 2.56),
|
|
libgusb-dev (>= 0.3.0),
|
|
libnss3-dev,
|
|
libpixman-1-dev,
|
|
meson (>= 0.49.0),
|
|
python3 <!nocheck>,
|
|
python3-cairo <!nocheck>,
|
|
python3-gi <!nocheck>,
|
|
umockdev <!nocheck>
|
|
Build-Depends-Indep: libglib2.0-doc <!nodoc>, libgusb-doc <!nodoc>
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.freedesktop.org/wiki/Software/fprint/libfprint
|
|
Vcs-Browser: https://salsa.debian.org/debian/libfprint
|
|
Vcs-Git: https://salsa.debian.org/debian/libfprint.git
|
|
|
|
Package: libfprint-2-2
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Pre-Depends: ${misc:Pre-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.
|
|
The idea is to change that by providing a central system to support all the
|
|
fingerprint readers as it's possible to get hands on.
|
|
.
|
|
libfprint is the centre of efforts, this component does the dirty job of
|
|
talking to fingerprint reading devices, and processing fingerprint data.
|
|
.
|
|
This library depends on the new libusb, which performs asynchronous callbacks,
|
|
allowing fprint to perform non-blocking device tasks.
|
|
.
|
|
This package provides shared libraries.
|
|
|
|
Package: libfprint-2-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: gir1.2-fprint-2.0 (= ${binary:Version}),
|
|
libfprint-2-2 (= ${binary:Version}),
|
|
${misc:Depends}
|
|
Suggests: libfprint-2-doc
|
|
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.
|
|
The idea is to change that by providing a central system to support all the
|
|
fingerprint readers as it's possible to get hands on.
|
|
.
|
|
libfprint is the centre of efforts, this component does the dirty job of
|
|
talking to fingerprint reading devices, and processing fingerprint data.
|
|
.
|
|
This library depends on the new libusb, which performs asynchronous callbacks,
|
|
allowing fprint to perform non-blocking device tasks.
|
|
.
|
|
This package provides development headers.
|
|
|
|
Package: libfprint-2-doc
|
|
Section: doc
|
|
Architecture: all
|
|
Multi-Arch: foreign
|
|
Depends: ${misc:Depends}
|
|
Description: async fingerprint library of fprint project, API documentation
|
|
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.
|
|
The idea is to change that by providing a central system to support all the
|
|
fingerprint readers as it's possible to get hands on.
|
|
.
|
|
libfprint is the centre of efforts, this component does the dirty job of
|
|
talking to fingerprint reading devices, and processing fingerprint data.
|
|
.
|
|
This library depends on the new libusb, which performs asynchronous callbacks,
|
|
allowing fprint to perform non-blocking device tasks.
|
|
.
|
|
This package provides the API documentation.
|
|
|
|
Package: gir1.2-fprint-2.0
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Section: introspection
|
|
Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Description: async fingerprint library of fprint project, gir bindings
|
|
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.
|
|
The idea is to change that by providing a central system to support all the
|
|
fingerprint readers as it's possible to get hands on.
|
|
.
|
|
libfprint is the centre of efforts, this component does the dirty job of
|
|
talking to fingerprint reading devices, and processing fingerprint data.
|
|
.
|
|
This library depends on the new libusb, which performs asynchronous callbacks,
|
|
allowing fprint to perform non-blocking device tasks.
|
|
.
|
|
This package can be used by other packages using the GIRepository format to
|
|
generate dynamic bindings.
|