[packages/python3-gstreamer] up to 1.26.8
atler
atler at pld-linux.org
Tue Nov 25 20:20:18 CET 2025
commit e973617abe6ef02168ab24b006f98e4fe08c0e1b
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Nov 25 20:20:04 2025 +0100
up to 1.26.8
python3-gstreamer-nosegv.patch | 30 ------------------------------
python3-gstreamer.spec | 6 ++----
2 files changed, 2 insertions(+), 34 deletions(-)
---
diff --git a/python3-gstreamer.spec b/python3-gstreamer.spec
index 37edee2..b197634 100644
--- a/python3-gstreamer.spec
+++ b/python3-gstreamer.spec
@@ -3,13 +3,12 @@
Summary: GStreamer Python 3 bindings
Summary(pl.UTF-8): Wiązania języka Python 3 do GStreamera
Name: python3-gstreamer
-Version: 1.26.0
+Version: 1.26.8
Release: 1
License: LGPL v2+
Group: Libraries/Python
Source0: https://gstreamer.freedesktop.org/src/gst-python/%{pname}-%{version}.tar.xz
-# Source0-md5: 621f85937c48ef0c5142a8703591062d
-Patch0: %{name}-nosegv.patch
+# Source0-md5: 5a887d6a086b8eb88767793df5f32197
URL: https://gstreamer.freedesktop.org/modules/gst-python.html
BuildRequires: gstreamer-devel >= %{gst_ver}
BuildRequires: gstreamer-plugins-bad-devel >= %{gst_ver}
@@ -49,7 +48,6 @@ Wtyczka GStreamera do wczytywania wtyczek napisanych w Pythonie 3.
%prep
%setup -q -n %{pname}-%{version}
-%patch -P0 -p1
%build
%meson \
diff --git a/python3-gstreamer-nosegv.patch b/python3-gstreamer-nosegv.patch
deleted file mode 100644
index 5e55e9d..0000000
--- a/python3-gstreamer-nosegv.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- gst-python-1.6.2/plugin/gstpythonplugin.c.orig 2015-12-20 11:26:48.196121647 +0100
-+++ gst-python-1.6.2/plugin/gstpythonplugin.c 2015-12-20 17:45:25.668501626 +0100
-@@ -267,7 +267,7 @@
- }
-
- if (we_initialized) {
-- PyObject *tmp;
-+ PyObject *tmp, *itmp;
-
- dict = PyModule_GetDict (gst);
- if (!dict) {
-@@ -275,9 +275,16 @@
- return FALSE;
- }
-
-+ itmp = PyMapping_GetItemString (dict,
-+ "_introspection_module"), PyUnicode_FromString ("__dict__");
-+ if (!itmp) {
-+ g_critical ("gi.repository.Gst has no _introspection_module");
-+ return FALSE;
-+ }
-+
- tmp =
-- PyObject_GetAttr (PyMapping_GetItemString (dict,
-- "_introspection_module"), PyUnicode_FromString ("__dict__"));
-+ PyObject_GetAttr (itmp,
-+ PyUnicode_FromString ("__dict__"));
-
- _PyGstElement_Type = PyMapping_GetItemString (tmp, "Element");
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-gstreamer.git/commitdiff/e973617abe6ef02168ab24b006f98e4fe08c0e1b
More information about the pld-cvs-commit
mailing list