From 024d8d17f85d70167d79e6acd380f7ba91d88457 Mon Sep 17 00:00:00 2001 From: Lukas Schmelting Date: Sun, 18 May 2025 21:28:57 +0200 Subject: dev-python/gst-python: Restrict for pygobject-3.52 compability Moves to revision 1 and introduces: - A Part-of: https://github.com/gentoo/gentoo/pull/41404 Signed-off-by: Sam James --- dev-python/gst-python/gst-python-1.22.11-r1.ebuild | 64 ++++++++++++++++++++++ dev-python/gst-python/gst-python-1.22.11.ebuild | 63 --------------------- 2 files changed, 64 insertions(+), 63 deletions(-) create mode 100644 dev-python/gst-python/gst-python-1.22.11-r1.ebuild delete mode 100644 dev-python/gst-python/gst-python-1.22.11.ebuild (limited to 'dev-python/gst-python') diff --git a/dev-python/gst-python/gst-python-1.22.11-r1.ebuild b/dev-python/gst-python/gst-python-1.22.11-r1.ebuild new file mode 100644 index 000000000000..8111b5772324 --- /dev/null +++ b/dev-python/gst-python/gst-python-1.22.11-r1.ebuild @@ -0,0 +1,64 @@ +# 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-r1 xdg-utils + +DESCRIPTION="A Python Interface to GStreamer" +HOMEPAGE="https://gstreamer.freedesktop.org/" +SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz" + +LICENSE="LGPL-2+" +SLOT="1.0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + >=media-libs/gstreamer-${PV}:1.0[introspection] + >=media-libs/gst-plugins-base-${PV}:1.0[introspection] + >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}] +