17
0

1 Commits

Author SHA256 Message Date
5e4188c9bf Sync changes to SLFO-1.2 branch 2025-08-20 09:22:55 +02:00
7 changed files with 15 additions and 33 deletions

View File

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

BIN
gst-devtools-1.26.2.obscpio LFS Normal file

Binary file not shown.

View File

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

View File

@@ -1,4 +1,4 @@
name: gst-devtools
version: 1.26.4
mtime: 1752672381
commit: b079b40877776aef8e2d3bf1e3892433ba200163
version: 1.26.2
mtime: 1748559403
commit: 100c21e1faf68efe7f3830b6e9f856760697ab48

View File

@@ -1,27 +1,9 @@
-------------------------------------------------------------------
Thu Jul 24 07:10:03 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.4:
+ Update various Rust dependencies
-------------------------------------------------------------------
Fri Jul 11 07:28:09 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Use lto macro instead of exporting cflags manually.
-------------------------------------------------------------------
Fri Jul 11 00:30:09 UTC 2025 - Xiaoguang Wang <xiaoguang.wang@suse.com>
- Add build flag CFLAGS+=' -ffat-lto-objects' to fix build failure
with rust1.88 on PowerPC (bsc#1246111).
-------------------------------------------------------------------
Tue Jul 1 20:18:53 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.3:
+ validate: More memory leaks
+ validate: Valgrind fixes
-------------------------------------------------------------------
Sun Jun 1 08:11:56 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -22,7 +22,7 @@
%{?sle15_python_module_pythons}
Name: gstreamer-devtools
Version: 1.26.4
Version: 1.26.2
Release: 0
Summary: Development and debugging tools for GStreamer
License: LGPL-2.1-or-later
@@ -41,12 +41,12 @@ BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(gdk-3.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.26.0
BuildRequires: pkgconfig(gstreamer-pbutils-1.0) >= 1.26.0
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0) >= 1.26.0
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 1.26.0
BuildRequires: pkgconfig(gstreamer-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-pbutils-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
%if 0%{?suse_version} >= 1500
BuildRequires: pkgconfig(gstreamer-rtsp-server-1.0) >= 1.26.0
BuildRequires: pkgconfig(gstreamer-rtsp-server-1.0) >= %{version}
%endif
BuildRequires: pkgconfig(gstreamer-transcoder-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0

BIN
vendor.tar.zst LFS

Binary file not shown.