summaryrefslogtreecommitdiff
path: root/dev-python/gst-python
diff options
context:
space:
mode:
authorLukas Schmelting <lschmelting@posteo.com>2025-05-18 21:28:57 +0200
committerSam James <sam@gentoo.org>2025-06-09 01:19:45 +0100
commit024d8d17f85d70167d79e6acd380f7ba91d88457 (patch)
tree421f515c8918eddd431378a64de4d8eff5208452 /dev-python/gst-python
parent0c58185159d8fc50552a6b718dff283fb9545589 (diff)
downloadgentoo-024d8d17f85d70167d79e6acd380f7ba91d88457.tar.gz
gentoo-024d8d17f85d70167d79e6acd380f7ba91d88457.tar.bz2
gentoo-024d8d17f85d70167d79e6acd380f7ba91d88457.zip
dev-python/gst-python: Restrict for pygobject-3.52 compability
Moves to revision 1 and introduces: - A <dev-python/pygobject-3.52 restriction for versions lower than 1.24.11-r1 - A dev-python/pygobject-3.52.3 compability patch for version 1.24.11-r1 Note that the move to revision 1 was done in a separate commit for gst-python-1.22.11 to avoid git emitting a misleading diff. Signed-off-by: Lukas Schmelting <lschmelting@posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/41404 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/gst-python')
-rw-r--r--dev-python/gst-python/gst-python-1.22.11-r1.ebuild (renamed from dev-python/gst-python/gst-python-1.22.11.ebuild)7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/gst-python/gst-python-1.22.11.ebuild b/dev-python/gst-python/gst-python-1.22.11-r1.ebuild
index 1d3063cecfbd..8111b5772324 100644
--- a/dev-python/gst-python/gst-python-1.22.11.ebuild
+++ b/dev-python/gst-python/gst-python-1.22.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,6 +20,7 @@ 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}]
+ <dev-python/pygobject-3.52:3
"
DEPEND="${RDEPEND}"
BDEPEND="
@@ -28,8 +29,8 @@ BDEPEND="
src_prepare() {
default
-
- # Avoid building & testing plugin - it must NOT be multi-python as gst-inspect will map in all libpython.so versions and crash or behave mysteriously.
+ # Avoid building & testing plugin - it must NOT be multi-python as gst-inspect will map in all libpython.so versions
+ # and crash or behave mysteriously.
# Python plugin support is of limited use (GIL gets in the way). If it's ever requested or needed, it should be a
# separate python-single-r1 media-plugins/gst-plugins-python package that only builds the plugin directory.
sed -e '/subdir.*plugin/d' -i meson.build || die