[packages/python3-gstreamer] - updated to 1.26.0

qboosh qboosh at pld-linux.org
Thu Mar 27 20:42:53 CET 2025


commit 55f7eda2381362216b498cfa3c1e7e89065f3da4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Mar 27 20:32:54 2025 +0100

    - updated to 1.26.0

 python3-gstreamer.spec | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/python3-gstreamer.spec b/python3-gstreamer.spec
index 3a5f1db..bc5523a 100644
--- a/python3-gstreamer.spec
+++ b/python3-gstreamer.spec
@@ -1,18 +1,18 @@
-%define		gst_ver	1.24.0
+%define		gst_ver	1.26.0
 %define		pname	gst-python
 Summary:	GStreamer Python 3 bindings
 Summary(pl.UTF-8):	Wiązania języka Python 3 do GStreamera
 Name:		python3-gstreamer
-Version:	1.24.12
-Release:	3
+Version:	1.26.0
+Release:	1
 License:	LGPL v2+
 Group:		Libraries/Python
 Source0:	https://gstreamer.freedesktop.org/src/gst-python/%{pname}-%{version}.tar.xz
-# Source0-md5:	3080fb395f9c1c255b19ffcd01373a86
+# Source0-md5:	621f85937c48ef0c5142a8703591062d
 Patch0:		%{name}-nosegv.patch
 URL:		https://gstreamer.freedesktop.org/modules/gst-python.html
 BuildRequires:	gstreamer-devel >= %{gst_ver}
-BuildRequires:	meson >= 1.1
+BuildRequires:	meson >= 1.4
 BuildRequires:	ninja >= 1.5
 BuildRequires:	pkgconfig >= 1:0.9.0
 BuildRequires:	python3-devel >= 1:3.7
@@ -53,7 +53,9 @@ Wtyczka GStreamera do wczytywania wtyczek napisanych w Pythonie 3.
 %build
 %meson \
 	--default-library=shared \
-	-Dpygi-overrides-dir=%{py3_sitedir}/gi/overrides
+	-Dplugin=enabled \
+	-Dpygi-overrides-dir=%{py3_sitedir}/gi/overrides \
+	-Dtests=disabled
 
 %meson_build
 
@@ -74,11 +76,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog NEWS README.md RELEASE
 %attr(755,root,root) %{py3_sitedir}/gi/overrides/_gi_gst.cpython-*.so
+%attr(755,root,root) %{py3_sitedir}/gi/overrides/_gi_gst_analytics.cpython-*.so
 %{py3_sitedir}/gi/overrides/Gst.py
+%{py3_sitedir}/gi/overrides/GstAnalytics.py
 %{py3_sitedir}/gi/overrides/GstAudio.py
 %{py3_sitedir}/gi/overrides/GstPbutils.py
 %{py3_sitedir}/gi/overrides/GstVideo.py
 %{py3_sitedir}/gi/overrides/__pycache__/Gst.*.py[co]
+%{py3_sitedir}/gi/overrides/__pycache__/GstAnalytics.*.py[co]
 %{py3_sitedir}/gi/overrides/__pycache__/GstAudio.*.py[co]
 %{py3_sitedir}/gi/overrides/__pycache__/GstPbutils.*.py[co]
 %{py3_sitedir}/gi/overrides/__pycache__/GstVideo.*.py[co]
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-gstreamer.git/commitdiff/55f7eda2381362216b498cfa3c1e7e89065f3da4



More information about the pld-cvs-commit mailing list