commit: 1c2d92110daf18cd452ff816b22677c18ff1362c
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 14 20:13:11 2025 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 14 20:17:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2d9211
media-libs/libdisplay-info: Version bump to 0.3.0, Python 3.14
I've tested some revdeps and they didn't break.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
media-libs/libdisplay-info/Manifest | 1 +
.../libdisplay-info/libdisplay-info-0.3.0.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/media-libs/libdisplay-info/Manifest
b/media-libs/libdisplay-info/Manifest
index 14c6ecc1ab28..3abff170a822 100644
--- a/media-libs/libdisplay-info/Manifest
+++ b/media-libs/libdisplay-info/Manifest
@@ -1 +1,2 @@
DIST libdisplay-info-0.2.0.tar.xz 95280 BLAKE2B
bcfec916c1f30204e5e0af9e3e57a5ef9929c09912a5c1302fbfb76b54208ad4b96fe1c972afe1814c5762f9f78b0ff093f2249ee0dbf6f1b30202722bd05449
SHA512
6e910b832860d920a4be298a2b6925f701654bd7cdd8b3457e64663c25caa20a74b81b91f71878b9e7f5f70c5c067235f0c99293650231920c67d1241a61e1fb
+DIST libdisplay-info-0.3.0.tar.xz 113028 BLAKE2B
260b97feef6a10acaee62fd93aeabdeb061045ee73ec5aa56fe609a7779b37b8da0a86a98630f1ee936e7cb45a227c7e18f3965fd83973c551dcaab60b3b7157
SHA512
3266633d75ccd345dda5a8aad75f310e55a77654b48f17a247b35e18060b6db1047a69083cd286b43ec893125a36c4c43659af8f74a04da3278eea9fdd91efe9
diff --git a/media-libs/libdisplay-info/libdisplay-info-0.3.0.ebuild
b/media-libs/libdisplay-info/libdisplay-info-0.3.0.ebuild
new file mode 100644
index 000000000000..b19299f61951
--- /dev/null
+++ b/media-libs/libdisplay-info/libdisplay-info-0.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..14} )
+
+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
+"