public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/
Date: Wed, 28 Dec 2022 00:56:18 +0000 (UTC)	[thread overview]
Message-ID: <1672188663.8031a4670c972a3a3045e29f37aa957d3196b5eb.sam@gentoo> (raw)

commit:     8031a4670c972a3a3045e29f37aa957d3196b5eb
Author:     Marco Scardovi <mscardovi <AT> icloud <DOT> com>
AuthorDate: Tue Dec 27 20:21:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 00:51:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8031a467

sys-auth/libfprint: add 1.94.5

Signed-off-by: Marco Scardovi <mscardovi <AT> icloud.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-auth/libfprint/Manifest                |  1 +
 sys-auth/libfprint/libfprint-1.94.5.ebuild | 59 ++++++++++++++++++++++++++++++
 sys-auth/libfprint/metadata.xml            |  1 +
 3 files changed, 61 insertions(+)

diff --git a/sys-auth/libfprint/Manifest b/sys-auth/libfprint/Manifest
index 44e61e5a5915..ae233d9316f7 100644
--- a/sys-auth/libfprint/Manifest
+++ b/sys-auth/libfprint/Manifest
@@ -1,2 +1,3 @@
 DIST libfprint-1.94.3.tar.gz 10409543 BLAKE2B 33e25715313cfc37f0c05ad47eca6d315a041a067cfc7dfac9d71fcf5231a11f54888dd837c083b8cca03ca2b4b0bced30340e8966ab4c989d4a33c59ceb483e SHA512 22290bd393b54ada75c4655b3e901b6ee25f389a396a9b29bc1e76c0333d9718483b2059c927deb5b8d8e0acf632fecc9c4535b3f161910d5c51fad508d3e7a4
 DIST libfprint-1.94.4.tar.gz 10408480 BLAKE2B 492ea10777d223ce7d610f0dca2871c8eae08cb5dd7d30187194d6cc139a60d5350e5908f759434065614c05a72192347be19c1d6fe5641e08a2f6419bdcede7 SHA512 425efdfde373179a237805c4b5561e3531616798c41ccd4358f1c521f1e21af01f8ca61aaf8c959e2c68a69e4dfda23960e696acaaad2228ffef6f999986468e
+DIST libfprint-1.94.5.tar.bz2 8922994 BLAKE2B b79292dc77426d76e5e9cb1cbf8662867224f19ff9cf2434d000689d02e7d4609c9ca94a016185f71500e4a58e9522a7647684e1eaa841c02a40f27e0d22055e SHA512 6a73b3d05bd61b5c74e64d52eba7dab6e97dcf149e32c882e05f15dc7241fd8e78f115957ed52a9657ff0b21642ec633c27cc905cbd4697ed41369508957c989

diff --git a/sys-auth/libfprint/libfprint-1.94.5.ebuild b/sys-auth/libfprint/libfprint-1.94.5.ebuild
new file mode 100644
index 000000000000..13f4c1ce816b
--- /dev/null
+++ b/sys-auth/libfprint/libfprint-1.94.5.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson udev
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Library to add support for consumer fingerprint readers"
+HOMEPAGE="https://cgit.freedesktop.org/libfprint/libfprint https://gitlab.freedesktop.org/libfprint/libfprint"
+SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/v${PV}/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="examples gtk-doc +introspection"
+
+RDEPEND="
+	dev-libs/glib:2
+	dev-libs/libgudev
+	dev-libs/nss
+	dev-python/pygobject
+	dev-libs/libgusb
+	x11-libs/pixman
+	examples? (
+		x11-libs/gdk-pixbuf:2
+		x11-libs/gtk+:3
+	)
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+	virtual/pkgconfig
+	gtk-doc? ( dev-util/gtk-doc )
+	introspection? (
+		dev-libs/gobject-introspection
+		dev-libs/libgusb[introspection]
+	)
+"
+
+PATCHES=( "${FILESDIR}/${PN}-1.94.1-test-timeout.patch" )
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use examples gtk-examples)
+		$(meson_use gtk-doc doc)
+		$(meson_use introspection introspection)
+		-Ddrivers=all
+		-Dudev_rules=enabled
+		-Dudev_rules_dir=$(get_udevdir)/rules.d
+		--libdir=/usr/$(get_libdir)
+	)
+
+	meson_src_configure
+}

diff --git a/sys-auth/libfprint/metadata.xml b/sys-auth/libfprint/metadata.xml
index ad11a1045644..9e7ea48833c1 100644
--- a/sys-auth/libfprint/metadata.xml
+++ b/sys-auth/libfprint/metadata.xml
@@ -3,6 +3,7 @@
 <pkgmetadata>
 	<!-- maintainer-needed -->
 	<upstream>
+		<remote-id type="freedesktop-gitlab">libfprint/libfprint</remote-id>
 		<bugs-to>https://bugs.freedesktop.org/enter_bug.cgi?product=libfprint</bugs-to>
 	</upstream>
 </pkgmetadata>


             reply	other threads:[~2022-12-28  0:56 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-28  0:56 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-14  7:14 [gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/ Joonas Niilola
2024-09-02  9:21 Sam James
2024-06-14  9:10 Arthur Zamarin
2024-06-14  9:07 Arthur Zamarin
2024-06-14  9:07 Arthur Zamarin
2024-06-14  9:07 Arthur Zamarin
2024-06-14  9:05 Arthur Zamarin
2024-06-14  9:05 Arthur Zamarin
2024-06-03  6:30 Sam James
2024-06-03  5:53 Sam James
2024-04-05 15:27 Arthur Zamarin
2024-02-22  2:24 Patrick McLean
2023-11-30  0:39 Patrick McLean
2023-11-30  0:35 Patrick McLean
2023-07-27  5:11 WANG Xuerui
2023-02-24 16:28 Arthur Zamarin
2023-02-24 16:28 Arthur Zamarin
2023-02-24 16:28 Arthur Zamarin
2023-02-24 16:28 Arthur Zamarin
2023-02-24 16:28 Arthur Zamarin
2023-02-24 16:28 Arthur Zamarin
2023-02-24 16:28 Arthur Zamarin
2023-01-13 18:20 Arthur Zamarin
2023-01-13 12:59 Arthur Zamarin
2022-12-18 21:31 Arthur Zamarin
2022-12-18 21:31 Arthur Zamarin
2022-12-18 11:44 Sam James
2022-12-18 11:36 Sam James
2022-12-18 11:30 Sam James
2022-08-11 10:55 Sam James
2022-06-07  1:42 Sam James
2022-04-29 10:21 Sam James
2022-04-17 19:17 Sam James
2022-04-17 18:36 Arthur Zamarin
2022-04-17 18:36 Arthur Zamarin
2022-04-17 18:36 Arthur Zamarin
2022-04-10 17:51 Arthur Zamarin
2022-04-06  6:32 Agostino Sarubbo
2022-04-06  6:32 Agostino Sarubbo
2022-02-27  6:32 Sam James
2022-02-15 23:38 Conrad Kostecki
2022-01-04 15:33 Marek Szuba
2021-12-02  8:29 Agostino Sarubbo
2021-12-02  8:24 Agostino Sarubbo
2021-11-20  0:53 Marek Szuba
2021-10-21  4:29 Sam James
2021-10-20  9:46 Sam James
2021-10-20  3:26 Sam James
2021-10-20  3:26 Sam James
2021-08-27 15:19 Yixun Lan
2021-05-04 19:13 Sam James
2021-05-01 14:06 Sam James
2021-04-30 23:39 Sam James
2021-04-30 23:37 Sam James
2021-04-30 23:29 Sam James
2021-04-30 15:23 Agostino Sarubbo
2021-03-30 13:03 Joonas Niilola
2021-03-28 12:17 Sam James
2021-03-26  7:45 Agostino Sarubbo
2021-03-25 18:12 Agostino Sarubbo
2021-03-22  0:10 Sam James
2021-03-22  0:10 Sam James
2021-03-22  0:10 Sam James
2021-03-21  8:24 Joonas Niilola
2021-03-15 18:06 Sergei Trofimovich
2021-03-15  6:32 Sam James
2021-03-14 22:11 Sam James
2021-03-14 22:11 Sam James
2021-03-14 22:03 Sam James
2021-03-13 11:37 Sam James
2021-03-13 11:35 Sam James
2021-02-18 13:47 Joonas Niilola
2021-01-12 12:28 Mikle Kolyada
2021-01-08  6:15 Matthew Thode
2021-01-05 22:00 Matt Turner
2021-01-05 22:00 Matt Turner
2020-11-13 12:42 Mikle Kolyada
2020-06-18 21:23 Mikle Kolyada
2020-03-19  9:58 Mikle Kolyada
2019-12-27 13:23 Mikle Kolyada
2019-09-13 13:15 Mikle Kolyada
2019-08-03 11:19 Aaron Bauman
2019-06-05 18:14 Sergei Trofimovich
2019-05-21 19:37 Mikle Kolyada
2019-04-28 18:22 Mikle Kolyada
2019-04-28 18:20 Mikle Kolyada
2018-12-22 21:25 Mikle Kolyada
2018-12-22 14:53 Mikle Kolyada
2018-09-02 15:05 Mikle Kolyada
2018-07-23 18:42 Sergei Trofimovich
2018-07-22  1:24 Mikle Kolyada
2018-07-08 17:23 Markus Meier
2018-06-26  2:04 Aaron Bauman
2018-06-25 13:36 Tobias Klausmann
2018-06-21 19:21 Sergei Trofimovich
2018-06-21  6:33 Sergei Trofimovich
2017-02-11 19:47 David Seifert
2016-02-16 20:58 Lars Wendler
2015-08-11 20:19 Michael Weber
2015-08-10 20:42 Michael Weber
2015-08-09 22:05 Michael Weber
2015-08-09 22:00 Michael Weber
2015-08-09 21:58 Michael Weber
2015-08-09 21:36 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1672188663.8031a4670c972a3a3045e29f37aa957d3196b5eb.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox