Compare commits
15 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d14c56fde1 | |||
| 51ef92472c | |||
| 31ae99dcf7 | |||
| 3d6e6cc910 | |||
| 3f82b385f3 | |||
| 43958daa1e | |||
| 81fc5f615b | |||
| 8914ba68dd | |||
| 0a5e517081 | |||
| c1f1e51f68 | |||
| 04dfe950c7 | |||
| 83b4b4be44 | |||
| cf1eab47d6 | |||
| 784983c380 | |||
| aeddf94024 |
2
_service
2
_service
@@ -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>
|
||||
|
||||
3
gst-python-1.26.10.obscpio
Normal file
3
gst-python-1.26.10.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87e8daa77a31b4349ca8af979f08e2f05ef5947df12d7834aa75fe8e553ca39c
|
||||
size 733196
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:200b24a2379e38d53f0dcecb6d87f056e49567974e12020be4d3ccc605ae9b1b
|
||||
size 654860
|
||||
@@ -1,4 +1,4 @@
|
||||
name: gst-python
|
||||
version: 1.26.2
|
||||
mtime: 1748559403
|
||||
commit: 100c21e1faf68efe7f3830b6e9f856760697ab48
|
||||
version: 1.26.10
|
||||
mtime: 1766673866
|
||||
commit: bfdc62185e243d3633aa916187a566d03a587792
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user