Diff libfprint-1.94.4 with a libfprint-1.94.5
/usr/portage/sys-auth/libfprint/libfprint-1.94.5.ebuild 2023-10-09 14:52:35.424368500 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
inherit meson udev |
7 | 7 | |
8 |
MY_P="${PN}-v${PV}" |
|
9 | ||
8 | 10 |
DESCRIPTION="Library to add support for consumer fingerprint readers" |
9 |
HOMEPAGE="https://cgit.freedesktop.org/libfprint/libfprint/ https://github.com/freedesktop/libfprint https://gitlab.freedesktop.org/libfprint/libfprint" |
|
10 |
SRC_URI="https://github.com/freedesktop/libfprint/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" |
|
11 |
HOMEPAGE="https://cgit.freedesktop.org/libfprint/libfprint https://gitlab.freedesktop.org/libfprint/libfprint" |
|
12 |
SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/v${PV}/${MY_P}.tar.bz2 -> ${P}.tar.bz2" |
|
11 | 13 | |
12 | 14 |
LICENSE="LGPL-2.1+" |
13 | 15 |
SLOT="2" |
14 |
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86" |
|
16 |
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86" |
|
15 | 17 |
IUSE="examples gtk-doc +introspection" |
16 | 18 | |
17 | 19 |
RDEPEND=" |
18 | 20 |
dev-libs/glib:2 |
19 | 21 |
dev-libs/libgudev |
20 |
dev-libs/libgusb |
|
21 | 22 |
dev-libs/nss |
22 |
virtual/libusb:1= |
|
23 |
dev-python/pygobject |
|
24 |
dev-libs/libgusb |
|
23 | 25 |
x11-libs/pixman |
24 |
!>=sys-auth/libfprint-1.90:0 |
|
25 | 26 |
examples? ( |
26 | 27 |
x11-libs/gdk-pixbuf:2 |
27 | 28 |
x11-libs/gtk+:3 |
... | ... | |
39 | 40 |
) |
40 | 41 |
" |
41 | 42 | |
42 |
PATCHES=( |
|
43 |
"${FILESDIR}"/${PN}-1.94.1-test-timeout.patch |
|
44 |
"${FILESDIR}"/${PN}-1.94.4-stderr-redefinition.patch |
|
45 |
) |
|
43 |
PATCHES=( "${FILESDIR}/${PN}-1.94.1-test-timeout.patch" ) |
|
44 | ||
45 |
S="${WORKDIR}/${MY_P}" |
|
46 | 46 | |
47 | 47 |
src_configure() { |
48 | 48 |
local emesonargs=( |
49 | 49 |
$(meson_use examples gtk-examples) |
50 | 50 |
$(meson_use gtk-doc doc) |
51 |
$(meson_use introspection) |
|
51 |
$(meson_use introspection introspection) |
|
52 | 52 |
-Ddrivers=all |
53 | 53 |
-Dudev_rules=enabled |
54 | 54 |
-Dudev_rules_dir=$(get_udevdir)/rules.d |