15 Commits

Author SHA256 Message Date
d14c56fde1 Accepting request 1324801 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1324801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gst?expand=0&rev=73
2025-12-31 09:47:05 +00:00
51ef92472c - Update to version 1.26.10:
+ Override GstPadProbeInfo to get writable objects
  + Misc improvements
  + More typing fixes
  + 1.26.2 breaks Python bindings: No longer able to modify
    Gst.Buffer metadata in pad probe callbacks

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/python-gst?expand=0&rev=148
2025-12-30 11:49:11 +00:00
31ae99dcf7 Accepting request 1321738 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1321738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gst?expand=0&rev=72
2025-12-10 14:30:54 +00:00
3d6e6cc910 - Update to version 1.26.9:
+ gst-python: fix cross-compiling
  + python: Add some typing annotation to overrides

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/python-gst?expand=0&rev=146
2025-12-09 12:03:33 +00:00
3f82b385f3 Accepting request 1317251 from multimedia:libs
- Update to version 1.26.8:
  + python: Fix GDir leak in gst_python_load_directory
- Tweak gstreamer versions required, via _version define.

OBS-URL: https://build.opensuse.org/request/show/1317251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gst?expand=0&rev=71
2025-11-13 16:26:22 +00:00
43958daa1e Tiny tweak
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/python-gst?expand=0&rev=144
2025-11-12 07:24:17 +00:00
81fc5f615b - Update to version 1.26.8:
+ python: Fix GDir leak in gst_python_load_directory
- Tweak gstreamer versions required, via _version define.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/python-gst?expand=0&rev=143
2025-11-11 14:55:01 +00:00
8914ba68dd Accepting request 1311914 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1311914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gst?expand=0&rev=70
2025-10-18 12:36:12 +00:00
0a5e517081 - Update to version 1.26.7:
+ No changes, stable bump only.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/python-gst?expand=0&rev=141
2025-10-17 07:50:19 +00:00
c1f1e51f68 Accepting request 1305530 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1305530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gst?expand=0&rev=69
2025-09-18 19:08:48 +00:00
04dfe950c7 - Update to version 1.26.6:
+ python: Handle buffer PTS/DTS/duration/offset/offset-end as
    unsigned long long

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/python-gst?expand=0&rev=139
2025-09-17 15:56:29 +00:00
83b4b4be44 Accepting request 1295756 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1295756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gst?expand=0&rev=68
2025-07-26 11:41:07 +00:00
cf1eab47d6 - Update to version 1.26.4:
+ No changes, stable bump only.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/python-gst?expand=0&rev=137
2025-07-25 11:53:07 +00:00
784983c380 Accepting request 1289977 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1289977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gst?expand=0&rev=67
2025-07-03 10:10:27 +00:00
aeddf94024 - Update to version 1.26.3:
+ This release includes some important regression fixes for the
    GStreamer Python bindings for regressions introduced in 1.26.2.
    - gst-python/tests: don't depend on webrtc and rtsp-server
    - python: Fix pulling events from appsink and other fixes

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/python-gst?expand=0&rev=135
2025-07-02 13:38:28 +00:00
6 changed files with 66 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
<param name="url">https://gitlab.freedesktop.org/gstreamer/gstreamer.git</param>
<param name="subdir">subprojects/gst-python</param>
<param name="filename">gst-python</param>
<param name="revision">1.26.2</param>
<param name="revision">1.26.10</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87e8daa77a31b4349ca8af979f08e2f05ef5947df12d7834aa75fe8e553ca39c
size 733196

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:200b24a2379e38d53f0dcecb6d87f056e49567974e12020be4d3ccc605ae9b1b
size 654860

View File

@@ -1,4 +1,4 @@
name: gst-python
version: 1.26.2
mtime: 1748559403
commit: 100c21e1faf68efe7f3830b6e9f856760697ab48
version: 1.26.10
mtime: 1766673866
commit: bfdc62185e243d3633aa916187a566d03a587792

View File

@@ -1,3 +1,55 @@
-------------------------------------------------------------------
Tue Dec 30 09:46:41 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.10:
+ Override GstPadProbeInfo to get writable objects
+ Misc improvements
+ More typing fixes
+ 1.26.2 breaks Python bindings: No longer able to modify
Gst.Buffer metadata in pad probe callbacks
-------------------------------------------------------------------
Sun Dec 7 08:27:49 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.9:
+ gst-python: fix cross-compiling
+ python: Add some typing annotation to overrides
-------------------------------------------------------------------
Tue Nov 11 09:21:16 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.8:
+ python: Fix GDir leak in gst_python_load_directory
- Tweak gstreamer versions required, via _version define.
-------------------------------------------------------------------
Fri Oct 17 06:43:42 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.7:
+ No changes, stable bump only.
-------------------------------------------------------------------
Mon Sep 15 17:04:11 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.6:
+ python: Handle buffer PTS/DTS/duration/offset/offset-end as
unsigned long long
-------------------------------------------------------------------
Fri Jul 25 11:48:22 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.4:
+ No changes, stable bump only.
-------------------------------------------------------------------
Tue Jul 1 20:11:45 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.3:
+ This release includes some important regression fixes for the
GStreamer Python bindings for regressions introduced in 1.26.2.
- gst-python/tests: don't depend on webrtc and rtsp-server
- python: Fix pulling events from appsink and other fixes
-------------------------------------------------------------------
Sun Jun 1 08:03:22 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-gst
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,11 @@
%define _name gst-python
%define _version 1.26.0
%{?sle15_python_module_pythons}
Name: python-gst
Version: 1.26.2
Version: 1.26.10
Release: 0
Summary: Python Bindings for GStreamer
License: LGPL-2.1-or-later
@@ -35,11 +36,11 @@ BuildRequires: meson >= 1.1
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(gstreamer-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-analytics-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-rtsp-server-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-analytics-1.0) >= %{_version}
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= %{_version}
BuildRequires: pkgconfig(gstreamer-rtsp-server-1.0) >= %{_version}
BuildRequires: pkgconfig(pygobject-3.0) >= 3.0
Requires: gstreamer >= %{version}
Requires: gstreamer >= %{_version}
%{python_subpackages}
%description