Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gstreamer-plugins-good for 
openSUSE:Factory checked in at 2025-06-06 22:34:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-good"

Fri Jun  6 22:34:43 2025 rev:118 rq:1282469 version:1.26.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
    2025-05-02 14:55:49.652818107 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.19631/gstreamer-plugins-good.changes
 2025-06-06 22:34:51.496442697 +0200
@@ -1,0 +2,52 @@
+Sun Jun  1 07:16:54 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.26.2:
+  + adaptivedemux2: Fixes for collection handling
+  + adaptivedemux2: Fix several races
+  + dash: mpdclient: Don't pass terminating NUL to adapter
+  + gl: Implement basetransform meta transform function
+  + imagefreeze: Set seqnum from segment too
+  + interleave: Don't hold object lock while querying caps
+    downstream
+  + matroskamux: Write stream headers before finishing file, so
+    that a correct file with headers is written if we finish
+    without any data
+  + meson: Add build_rpath for qt6 plugin on macOS
+  + meson: Fix qt detection in various places
+  + properties: add G_PARAM_STATIC_STRINGS where missing
+  + qtdemux: Check length of JPEG2000 colr box before parsing it
+  + qtdemux: Parse chan box and improve raw audio channel layout
+    handling
+  + qtdemux: Improve track parsing
+  + qtdemux: Use byte reader to parse mvhd box
+  + qtdemux: cmpd box is only mandatory for uncompressed video with
+    uncC version 0
+  + rtph264pay: Reject stream-format=avc without codec_data
+  + rtputils: Add debug category
+  + v4l2: pool: Send drop frame signal after dqbuf success
+  + v4l2: pool: fix assert when mapping video frame with DMA_DRM
+    caps
+  + v4l2videoenc: report error only when buffer pool parameters are
+    invalid
+  + wavparse: Ignore EOS when parsing the headers
+  + wavparse: Regression leading to unplaybable wav files that were
+    working before
+  + Ensure properties are freed before (re)setting with
+    g_value_dup_object() or g_value_dup_boxed() and during cleanup
+  + Fix new warnings on Fedora 42, various meson warnings, and
+    other small meson build/wrap fixes
+  + Fixes for big endian
+  + Switch to GST_AUDIO_NE()
+  + Valgrind fixes
+
+-------------------------------------------------------------------
+Sun May 25 11:02:40 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Drop qtqml subpackage/plugin, following upstreams EOL of Qt5
+  support. Drop libQt5Gui-private-headers-devel, libqt5-linguist,
+  pkgconfig(Qt5Core), pkgconfig(Qt5Gui), pkgconfig(Qt5Qml),
+  pkgconfig(Qt5Quick), pkgconfig(Qt5WaylandClient) and
+  pkgconfig(Qt5X11Extras) BuildRequires and pass qt5=disabled to
+  meson setup.
+
+-------------------------------------------------------------------

Old:
----
  gst-plugins-good-1.26.1.obscpio

New:
----
  gst-plugins-good-1.26.2.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-plugins-good.spec ++++++
--- /var/tmp/diff_new_pack.x3njOZ/_old  2025-06-06 22:34:52.064466121 +0200
+++ /var/tmp/diff_new_pack.x3njOZ/_new  2025-06-06 22:34:52.064466121 +0200
@@ -33,7 +33,7 @@
 %endif
 
 Name:           gstreamer-plugins-good
-Version:        1.26.1
+Version:        1.26.2
 Release:        0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 License:        LGPL-2.1-or-later
@@ -67,15 +67,6 @@
 BuildRequires:  python3-xml
 BuildRequires:  zlib-devel
 
-BuildRequires:  libQt5Gui-private-headers-devel
-BuildRequires:  libqt5-linguist
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Qml)
-BuildRequires:  pkgconfig(Qt5Quick)
-BuildRequires:  pkgconfig(Qt5WaylandClient)
-BuildRequires:  pkgconfig(Qt5X11Extras)
-
 %if %{with qt6}
 BuildRequires:  qt6-gui-private-devel
 BuildRequires:  pkgconfig(Qt6Core)
@@ -171,15 +162,6 @@
 %description gtk
 This package provides the gtksink output plugin for gstreamer-plugins-good.
 
-%package qtqml
-Summary:        Qmlglsink plugin for gstreamer-plugins-good
-Group:          Productivity/Multimedia/Other
-Requires:       %{name} = %{version}
-Enhances:       gstreamer-plugins-good
-
-%description qtqml
-This package provides the qmlglsink output plugin for gstreamer-plugins-good.
-
 %if %{with qt6}
 %package qtqml6
 Summary:        Qml6glsink plugin for gstreamer-plugins-good
@@ -211,6 +193,7 @@
        -Ddoc=disabled \
        -Drpicamsrc=disabled \
        -Dv4l2-probe=true \
+       -Dqt5=disabled \
 %if %{with qt6}
        -Dqt6=enabled \
 %else
@@ -325,9 +308,6 @@
 %files gtk
 %{_libdir}/gstreamer-%{gst_branch}/libgstgtk.so
 
-%files qtqml
-%{_libdir}/gstreamer-%{gst_branch}/libgstqmlgl.so
-
 %if %{with qt6}
 %files qtqml6
 %{_libdir}/gstreamer-%{gst_branch}/libgstqml6.so

++++++ _service ++++++
--- /var/tmp/diff_new_pack.x3njOZ/_old  2025-06-06 22:34:52.088467111 +0200
+++ /var/tmp/diff_new_pack.x3njOZ/_new  2025-06-06 22:34:52.092467276 +0200
@@ -5,7 +5,7 @@
     <param 
name="url">https://gitlab.freedesktop.org/gstreamer/gstreamer.git</param>
     <param name="subdir">subprojects/gst-plugins-good</param>
     <param name="filename">gst-plugins-good</param>
-    <param name="revision">1.26.1</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>

++++++ gst-plugins-good-1.26.1.obscpio -> gst-plugins-good-1.26.2.obscpio ++++++
++++ 6123 lines of diff (skipped)

++++++ gst-plugins-good.obsinfo ++++++
--- /var/tmp/diff_new_pack.x3njOZ/_old  2025-06-06 22:34:53.040506370 +0200
+++ /var/tmp/diff_new_pack.x3njOZ/_new  2025-06-06 22:34:53.044506535 +0200
@@ -1,5 +1,5 @@
 name: gst-plugins-good
-version: 1.26.1
-mtime: 1745522414
-commit: 7174e955ec066fb8d1fb683cc82713e0615826b6
+version: 1.26.2
+mtime: 1748559403
+commit: 100c21e1faf68efe7f3830b6e9f856760697ab48
 

Reply via email to