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 16 additions and 75 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.10</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>

View File

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

BIN
gst-devtools-1.26.2.obscpio LFS Normal file

Binary file not shown.

View File

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

View File

@@ -1,68 +1,9 @@
-------------------------------------------------------------------
Tue Dec 30 09:53:11 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.10:
+ dotsviewer: Update Rust dependencies
-------------------------------------------------------------------
Sun Dec 7 08:30:31 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.9:
+ debug-viewer: Make 0x prefix optional thread ID regexes
-------------------------------------------------------------------
Tue Nov 11 09:23:22 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.8:
+ validate: add missing GST_VALIDATE_API annotation
+ validate: use meson compile instead of ninja directly
+ dots-viewer: Update Rust dependencies
-------------------------------------------------------------------
Fri Oct 17 06:37:29 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.7:
+ Fix issues with G_DISABLE_CHECKS & G_DISABLE_ASSERT
-------------------------------------------------------------------
Mon Sep 15 17:11:18 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.6:
+ validate: http-actions: Replace GUri with GstURI for GLib 2.64
compatibility
+ Fix memory leak and use of incorrect context
-------------------------------------------------------------------
Thu Aug 14 06:26:53 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.5:
+ No changes, stable bump only.
- Update vendored dependencies (boo#1248053, CVE-2025-55159).
-------------------------------------------------------------------
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

@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-devtools
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
%{?sle15_python_module_pythons}
Name: gstreamer-devtools
Version: 1.26.10
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.