diff options
author | psykose <alice@ayaya.dev> | 2022-10-14 03:32:02 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-10-14 05:32:13 +0200 |
commit | fd50100c10726cf17ce479b535a9ab8728ad5d66 (patch) | |
tree | f936fb8f46ddf3765df6ab47dcfb5dffb7a830aa | |
parent | 5e054de0dbf506afd0d1ce25a0b621dc2523cabc (diff) |
community/libfprint: upgrade to 1.94.5
-rw-r--r-- | community/libfprint/APKBUILD | 6 | ||||
-rw-r--r-- | community/libfprint/fix-stderr.patch | 14 |
2 files changed, 2 insertions, 18 deletions
diff --git a/community/libfprint/APKBUILD b/community/libfprint/APKBUILD index 710de71f937..7c814feb740 100644 --- a/community/libfprint/APKBUILD +++ b/community/libfprint/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=libfprint -pkgver=1.94.4 +pkgver=1.94.5 pkgrel=0 pkgdesc="Library for fingerprint readers" url="https://fprint.freedesktop.org/" @@ -25,7 +25,6 @@ checkdepends=" " subpackages="$pkgname-dev" source="https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v$pkgver/libfprint-v$pkgver.tar.gz - fix-stderr.patch tests-mktemp-compat.patch hack-generate-rules-instead-of-hwdb.patch " @@ -56,8 +55,7 @@ package() { } sha512sums=" -d1f2e62d5f08017912f8701e1b366f48dff9819897840a1570d16872fc2aad0a8757cd1d8e9d1b98e72e6b00f24ccb3d2aefc5abd824d2699cc75bc7ef8c8e93 libfprint-v1.94.4.tar.gz -9bd5d606ff9f672507775567c7f71428bb0cd62de61d762979f36e91bc98c1d72569c3d405ed013fa3148300919b36c31c654d376d547cf7829cafeede6abea9 fix-stderr.patch +033b7239acebfcccbb9f275cbbca52d68bf4a3a62f4c39a6323c943924532f73233fa3bf2e9517f6f4de04f513ba30776fcd3a98ebb8467fd2826e72a3ae3529 libfprint-v1.94.5.tar.gz 7c9eb1dd3b1de5549b5b178f0b3251d5cbe253f2c71c86071c9fcdea0358478bb6ab0fd1488466434021c52d7df746af135b837b965faf4b7d2e245b9d773e2d tests-mktemp-compat.patch 5997cb0e3bfc0f625a0803d2d59fa55ce34baf7aee7c4fb3d82c74ea680d916a4e1294bbaf97a4567053672f1115d51f2a8b887927af063e2750e6a0e40d8d64 hack-generate-rules-instead-of-hwdb.patch " diff --git a/community/libfprint/fix-stderr.patch b/community/libfprint/fix-stderr.patch deleted file mode 100644 index cde438231ec..00000000000 --- a/community/libfprint/fix-stderr.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/libfprint/nbis/include/bozorth.h b/libfprint/nbis/include/bozorth.h -index 08ec4b1..6d744d9 100644 ---- a/libfprint/nbis/include/bozorth.h -+++ b/libfprint/nbis/include/bozorth.h -@@ -217,8 +217,6 @@ struct xytq_struct { - /**************************************************************************/ - /* Globals supporting command line options */ - extern int verbose_threshold; --/* Global supporting error reporting */ --extern FILE *stderr; - - /**************************************************************************/ - /* In: BZ_GBLS.C */ - |