libfprint: update to 1.94.5.

This commit is contained in:
Đoàn Trần Công Danh 2023-07-20 22:19:35 +07:00 committed by Đoàn Trần Công Danh
parent 0f6dc47a42
commit 907f7f799b
2 changed files with 2 additions and 14 deletions

View File

@ -1,12 +0,0 @@
--- a/libfprint/nbis/include/bozorth.h 2019-08-11 15:17:26.878344708 +0200
+++ b/libfprint/nbis/include/bozorth.h 2019-08-11 15:17:10.303132150 +0200
@@ -218,7 +218,9 @@ struct xytq_struct {
/* Globals supporting command line options */
extern int verbose_threshold;
/* Global supporting error reporting */
+#ifdef __GLIBC__
extern FILE *stderr;
+#endif
/**************************************************************************/
/* In: BZ_GBLS.C */

View File

@ -1,6 +1,6 @@
# Template file for 'libfprint'
pkgname=libfprint
version=1.94.0
version=1.94.5
revision=1
build_style=meson
build_helper="gir qemu"
@ -15,7 +15,7 @@ license="LGPL-2.1-or-later"
homepage="http://www.freedesktop.org/wiki/Software/fprint/"
changelog="https://gitlab.freedesktop.org/libfprint/libfprint/raw/master/NEWS"
distfiles="https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v$version/libfprint-v$version.tar.bz2"
checksum=7abd57e6da353c657cfbf51f71954a119290c20745491cbdcc34e8728a7e7819
checksum=707309cc58012c4c22a318fdb0c6b43b2c96c8e70349ca5edb1feabb65afb63a
libfprint-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"