From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C90115802E for ; Mon, 1 Jul 2024 13:44:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A18CBE2AAB; Mon, 1 Jul 2024 13:44:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7269CE2AAA for ; Mon, 1 Jul 2024 13:44:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93A8B340940 for ; Mon, 1 Jul 2024 13:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEC721DA7 for ; Mon, 1 Jul 2024 13:43:57 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1719841373.5ae27a7d7929aab843d2505479b7d758dbd60e12.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdisplay-info/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libdisplay-info/Manifest media-libs/libdisplay-info/libdisplay-info-0.2.0.ebuild X-VCS-Directories: media-libs/libdisplay-info/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 5ae27a7d7929aab843d2505479b7d758dbd60e12 X-VCS-Branch: master Date: Mon, 1 Jul 2024 13:43:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 994d0198-2ed1-47dd-99ec-7cb3a5515744 X-Archives-Hash: 30936effd51d14ad5ce016a92669fa2b commit: 5ae27a7d7929aab843d2505479b7d758dbd60e12 Author: James Le Cuirot gentoo org> AuthorDate: Mon Jul 1 13:42:53 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Jul 1 13:42:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae27a7d media-libs/libdisplay-info: Bump to version 0.2.0 This introduces a new sub-slot. Signed-off-by: James Le Cuirot gentoo.org> media-libs/libdisplay-info/Manifest | 1 + .../libdisplay-info/libdisplay-info-0.2.0.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/media-libs/libdisplay-info/Manifest b/media-libs/libdisplay-info/Manifest index a7485ea8bf33..402c621f0f30 100644 --- a/media-libs/libdisplay-info/Manifest +++ b/media-libs/libdisplay-info/Manifest @@ -1 +1,2 @@ DIST libdisplay-info-0.1.1.tar.xz 76864 BLAKE2B 262f275a61efefaa57ec48558c4b9f9dd9cb6d8012e50a9873e10a593e1b03e2cc37c2d690be392f26ded171be9dcc8a7e80139129d2b4d85ebc7f9ef0eedaf9 SHA512 95c199211504af96816d92ec8e531bea993dd5d4a2935f1977f1e665b924b1628df25b81cd20da29543d008a8e6d757bdbceb09c74e031c0c213d60be9a10d7a +DIST libdisplay-info-0.2.0.tar.xz 95280 BLAKE2B bcfec916c1f30204e5e0af9e3e57a5ef9929c09912a5c1302fbfb76b54208ad4b96fe1c972afe1814c5762f9f78b0ff093f2249ee0dbf6f1b30202722bd05449 SHA512 6e910b832860d920a4be298a2b6925f701654bd7cdd8b3457e64663c25caa20a74b81b91f71878b9e7f5f70c5c067235f0c99293650231920c67d1241a61e1fb diff --git a/media-libs/libdisplay-info/libdisplay-info-0.2.0.ebuild b/media-libs/libdisplay-info/libdisplay-info-0.2.0.ebuild new file mode 100644 index 000000000000..0f71c25d22ab --- /dev/null +++ b/media-libs/libdisplay-info/libdisplay-info-0.2.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 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/2" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + +RDEPEND="sys-apps/hwdata" +DEPEND="${RDEPEND}" + +BDEPEND=" + ${PYTHON_DEPS} + virtual/pkgconfig +"