gentoo-ebuilds/media-libs/libdisplay-info/libdisplay-info-0.2.0-r1.ebuild
Sam James 1ba90cd394
media-libs/libdisplay-info: Stabilize 0.2.0-r1 arm, #953691
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-23 16:50:40 +01:00

22 lines
557 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
inherit meson python-any-r1
DESCRIPTION="EDID and DisplayID library"
HOMEPAGE="https://gitlab.freedesktop.org/emersion/libdisplay-info"
SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/${PV}/downloads/${P}.tar.xz"
LICENSE="MIT"
SLOT="0/$(ver_cut 2)"
KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
BDEPEND="
${PYTHON_DEPS}
sys-apps/hwdata
virtual/pkgconfig
"