Diff libfprint-1.94.3 with a libfprint-1.94.4
/usr/portage/sys-auth/libfprint/libfprint-1.94.4.ebuild 2023-10-09 14:52:35.424368500 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="LGPL-2.1+" |
13 | 13 |
SLOT="2" |
14 |
KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc x86" |
|
14 |
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86" |
|
15 | 15 |
IUSE="examples gtk-doc +introspection" |
16 | 16 | |
17 | 17 |
RDEPEND=" |
... | ... | |
20 | 20 |
dev-libs/libgusb |
21 | 21 |
dev-libs/nss |
22 | 22 |
virtual/libusb:1= |
23 |
x11-libs/libX11 |
|
24 |
x11-libs/libXv |
|
25 | 23 |
x11-libs/pixman |
26 | 24 |
!>=sys-auth/libfprint-1.90:0 |
27 | 25 |
examples? ( |
... | ... | |
42 | 40 |
" |
43 | 41 | |
44 | 42 |
PATCHES=( |
45 |
"${FILESDIR}"/${PN}-0.8.2-fix-implicit-declaration.patch |
|
46 | 43 |
"${FILESDIR}"/${PN}-1.94.1-test-timeout.patch |
44 |
"${FILESDIR}"/${PN}-1.94.4-stderr-redefinition.patch |
|
47 | 45 |
) |
48 | 46 | |
49 | 47 |
src_configure() { |
... | ... | |
56 | 54 |
-Dudev_rules_dir=$(get_udevdir)/rules.d |
57 | 55 |
--libdir=/usr/$(get_libdir) |
58 | 56 |
) |
57 | ||
59 | 58 |
meson_src_configure |
60 | 59 |
} |