mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 09:32:37 +01:00
/sys-auth/libfprint-tod: add 1.94.9, drop 1.94.7
This commit is contained in:
55
sys-auth/libfprint-tod/libfprint-tod-1.94.9.ebuild
Normal file
55
sys-auth/libfprint-tod/libfprint-tod-1.94.9.ebuild
Normal file
@@ -0,0 +1,55 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson udev
|
||||
|
||||
DESCRIPTION="light fork of libfprint to expose internal Drivers API"
|
||||
HOMEPAGE="https://gitlab.freedesktop.org/3v1n0/libfprint/-/tree/tod/"
|
||||
SRC_URI="https://gitlab.freedesktop.org/3v1n0/libfprint/-/archive/v${PV}+tod1/libfprint-v${PV}+tod1.tar.bz2 -> ${P}.tar.bz2"
|
||||
|
||||
S="${WORKDIR}/${PN/-tod/}-v${PV}+tod1"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="2"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
|
||||
IUSE="examples gtk-doc +introspection"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-libs/libgudev
|
||||
dev-libs/libgusb
|
||||
dev-libs/nss
|
||||
virtual/libusb:1=
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libX11
|
||||
x11-libs/libXv
|
||||
x11-libs/pixman
|
||||
!>=sys-auth/libfprint-1.90:0
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
gtk-doc? ( dev-util/gtk-doc )
|
||||
introspection? ( dev-libs/gobject-introspection )
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN/-tod/}-0.8.2-fix-implicit-declaration.patch )
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use examples gtk-examples)
|
||||
$(meson_use gtk-doc doc)
|
||||
$(meson_use introspection)
|
||||
-Dtod=true
|
||||
-Ddrivers=all
|
||||
-Dudev_rules=enabled
|
||||
-Dudev_rules_dir=$(get_udevdir)/rules.d
|
||||
--libdir=/usr/$(get_libdir)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user