public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/virglrenderer/
Date: Sun, 14 Sep 2025 17:08:37 +0000 (UTC)	[thread overview]
Message-ID: <1757869661.1fc303f808e438870b6e1a1c4b8a0b87a2cb38c6.sam@gentoo> (raw)

commit:     1fc303f808e438870b6e1a1c4b8a0b87a2cb38c6
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Sep 14 14:14:32 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 14 17:07:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc303f8

media-libs/virglrenderer: python required at build time for scripts

Closes: https://bugs.gentoo.org/769686
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43782
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/virglrenderer/virglrenderer-1.0.1.ebuild    | 6 ++++--
 media-libs/virglrenderer/virglrenderer-1.1.1-r1.ebuild | 4 +++-
 media-libs/virglrenderer/virglrenderer-9999.ebuild     | 4 +++-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/media-libs/virglrenderer/virglrenderer-1.0.1.ebuild b/media-libs/virglrenderer/virglrenderer-1.0.1.ebuild
index 913a7d03fa8a..1be9eb0245b9 100644
--- a/media-libs/virglrenderer/virglrenderer-1.0.1.ebuild
+++ b/media-libs/virglrenderer/virglrenderer-1.0.1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit meson
+PYTHON_COMPAT=( python3_{11..14} )
+inherit meson python-any-r1
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://anongit.freedesktop.org/git/virglrenderer.git"
@@ -28,6 +29,7 @@ RDEPEND="
 	media-libs/libepoxy"
 
 DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}"
 
 # Most of the testsuite cannot run in our sandboxed environment, just don't
 # deal with it for now.

diff --git a/media-libs/virglrenderer/virglrenderer-1.1.1-r1.ebuild b/media-libs/virglrenderer/virglrenderer-1.1.1-r1.ebuild
index b6231d51d1e0..a482df77071d 100644
--- a/media-libs/virglrenderer/virglrenderer-1.1.1-r1.ebuild
+++ b/media-libs/virglrenderer/virglrenderer-1.1.1-r1.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-inherit meson
+PYTHON_COMPAT=( python3_{11..14} )
+inherit meson python-any-r1
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://anongit.freedesktop.org/git/virglrenderer.git"
@@ -36,6 +37,7 @@ DEPEND="
 	${RDEPEND}
 	sys-kernel/linux-headers
 "
+BDEPEND="${PYTHON_DEPS}"
 
 PATCHES=(
 	# ALready in main, can be dropped in newer versions

diff --git a/media-libs/virglrenderer/virglrenderer-9999.ebuild b/media-libs/virglrenderer/virglrenderer-9999.ebuild
index f59246675fd4..4aea78888a5a 100644
--- a/media-libs/virglrenderer/virglrenderer-9999.ebuild
+++ b/media-libs/virglrenderer/virglrenderer-9999.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-inherit meson
+PYTHON_COMPAT=( python3_{11..14} )
+inherit meson python-any-r1
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://anongit.freedesktop.org/git/virglrenderer.git"
@@ -36,6 +37,7 @@ DEPEND="
 	${RDEPEND}
 	sys-kernel/linux-headers
 "
+BDEPEND="${PYTHON_DEPS}"
 
 src_configure() {
 	local -a gpus=()


             reply	other threads:[~2025-09-14 17:08 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-14 17:08 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-13 19:01 [gentoo-commits] repo/gentoo:master commit in: media-libs/virglrenderer/ Arthur Zamarin
2025-09-21 23:19 Sam James
2025-09-14 17:08 Sam James
2025-09-14 17:08 Sam James
2025-09-14 17:08 Sam James
2025-08-08 13:05 Michael Mair-Keimberger
2025-08-08 13:05 Michael Mair-Keimberger
2025-06-21  8:40 Sam James
2025-06-21  8:40 Sam James
2024-07-03 21:48 Matthias Maier
2024-05-27 13:24 Joonas Niilola
2023-07-24  3:28 Sam James
2023-07-24  3:27 Sam James
2023-06-18  3:00 Matthias Maier
2023-06-18  3:00 Matthias Maier
2022-11-16  5:57 WANG Xuerui
2022-10-09  3:26 John Helmert III
2022-10-08 23:10 Sam James
2022-10-08 23:10 Sam James
2022-10-08 20:01 Sam James
2022-10-08 20:01 Sam James
2022-10-08 20:01 Sam James
2022-09-08  5:12 John Helmert III
2022-09-08  5:12 John Helmert III
2022-01-23  8:05 Yixun Lan
2021-06-27 18:48 Matthias Maier
2020-06-18  2:55 Aaron Bauman
2020-04-23  6:29 Agostino Sarubbo
2020-04-23  6:20 Agostino Sarubbo
2020-04-19 20:44 Matthias Maier
2020-04-19 20:44 Matthias Maier
2019-07-28 19:39 Matthias Maier
2018-06-10  3:41 Matthias Maier
2017-07-10 11:58 Alexis Ballier
2017-05-05  1:08 Matthias Maier
2017-05-03  8:19 Agostino Sarubbo
2017-05-03  6:04 Matthias Maier
2017-05-03  6:04 Matthias Maier
2017-05-03  6:04 Matthias Maier
2016-10-10  3:14 Matthias Maier
2016-02-16 11:02 Patrice Clement
2016-01-26 15:00 Agostino Sarubbo
2016-01-26 14:59 Agostino Sarubbo
2015-12-19 21:11 Mike Frysinger
2015-12-08  3:54 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1757869661.1fc303f808e438870b6e1a1c4b8a0b87a2cb38c6.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox