Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-plugins-rs for
openSUSE:Factory checked in at 2023-02-16 16:57:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-rs (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-rs"
Thu Feb 16 16:57:06 2023 rev:13 rq:1066144 version:0.10.1+git20230213.9cd68ff
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-rs/gstreamer-plugins-rs.changes
2023-02-03 22:09:03.424618912 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.22824/gstreamer-plugins-rs.changes
2023-02-16 16:57:10.812283895 +0100
@@ -1,0 +2,79 @@
+Thu Feb 16 09:42:41 UTC 2023 - Antonio Larrosa <[email protected]>
+
+- Add BuildRequires: zstd so it build in SLE/Leap now that the
+ sources are compressed with zstd
+
+-------------------------------------------------------------------
+Tue Feb 14 18:15:43 UTC 2023 - [email protected]
+
+- Update to version 0.10.1+git20230213.9cd68ff:
+ * rtpav1pay: Fix calculation of Leb128 size size to work
+ correctly with streams from certain encoders.
+- Changes from version 0.10.0:
+ * Fixed:
+ - audiornnoise: Use correct value range for the samples
+ - awss3sink: Treat stopping without EOS as an error for
+ multipart upload
+ - awss3hlssink:
+ . Fix the name of the hlssink child element
+ . Fix deadlock on EOS
+ - dav1d: Various fixes to improve performance, to handle
+ decoding errors more gracefully and to make sure all frames
+ are output in the end
+ - fmp4mux: Various fixes to fragment splitting behaviour,
+ output formatting and header generation
+ - gtk4: Various stability and rendering fixes
+ - meson: Various fixes and improvements to the meson-based
+ build system
+ - ndi: provide non-Linux/macOS UNIX fallback for the soname
+ - ndisrc: Use default channel mask for audio output to allow >2
+ channels to work better
+ - rav1e: Correctly enable threading support
+ - rtpav1: Various fixes to the payloader and depayloader to
+ handle streams more correctly and to handle errors more
+ cleanly
+ - rtpav1depay: Set caps on the source pad
+ - spotify: fix "start a runtime from within a runtime" with
+ static link
+ - textahead: fix previous buffers
+ - textwrap: Don't panic on empty buffers
+ - tttocea608: Don't fail if a GAP event contains no duration
+ - webrtchttp: whipsink: construct TURN URL correctly
+ - webrtcsink: fix panic on pre-bwe request error
+ - whipsink:
+ . Send ICE candidates together with the offer
+ . Various cleanups and minor fixes
+ * Added:
+ - audiornnoise: Add voice detection threshold property
+ - awss3hlssink: Add stats property
+ - awss3sink: Add properties to set Content-Type and
+ Content-Disposition
+ - fmp4mux:
+ . Add 'offset-to-zero' property
+ . Add support for CMAF-style chunking, e.g. low-latency / LL
+ HLS and DASH
+ - fmp4mux/mp4mux:
+ . Add support for muxing Opus, VP8, VP9 and AV1 streams
+ . Make media/track timescales configurable
+ - gtk4: Support for rendering GL textures on X11/EGL, X11/GLX,
+ Wayland and macOS
+ - hlssink3: Allow generating i-frame-only playlist
+ - livesync: New element that alllows maintaining a contiguous
+ live stream without gaps from a potentially unstable source.
+ - mp4mux: New non-fragmented MP4 muxer element
+ - spotifyaudiosrc: Support configurable bitrate
+ - textahead: add settings to display previous buffers
+ - threadshare: Introduce new ts-audiotestsrc
+ - webrtcsink: Support nvv4l2vp9enc
+ - whepsource: Add a WebRTC WHEP source element
+ * Changed:
+ - audiofx: Derive from AudioFilter where possible
+ - dav1ddec: Lower rank to primary to allow usage of hardware
+ decoders with higher ranks
+ - fmp4mux: Only push fragment_offset if write-mfra is true to
+ reduce memory usage
+ - webrtcsink:
+ . Make the turn-server property a turn-servers list
+ . Move from async-std to tokio
+
+-------------------------------------------------------------------
Old:
----
gstreamer-plugins-rs-0.9.8+git20230124.d9e9468.obscpio
vendor.tar.xz
New:
----
gstreamer-plugins-rs-0.10.1+git20230213.9cd68ff.obscpio
vendor.tar.zst
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-rs.spec ++++++
--- /var/tmp/diff_new_pack.6xN9Jr/_old 2023-02-16 16:57:12.616291740 +0100
+++ /var/tmp/diff_new_pack.6xN9Jr/_new 2023-02-16 16:57:12.620291757 +0100
@@ -25,15 +25,15 @@
#%%global __requires_exclude pkgconfig\\(csound\\)
Name: gstreamer-plugins-rs
-Version: 0.9.8+git20230124.d9e9468
+Version: 0.10.1+git20230213.9cd68ff
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later
Group: Productivity/Multimedia/Other
-URL: https://gstreamer.freedesktop.org/
+URL: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
Source0: %{_name}-%{version}.tar.xz
-Source1: vendor.tar.xz
+Source1: vendor.tar.zst
Source2: cargo_config
Source3: gstreamer-plugins-rs.appdata.xml
@@ -49,6 +49,7 @@
BuildRequires: pkgconfig
BuildRequires: python3-tomli
BuildRequires: rust >= 1.51
+BuildRequires: zstd
BuildRequires: pkgconfig(cairo) >= 1.10.0
BuildRequires: pkgconfig(dav1d)
BuildRequires: pkgconfig(gstreamer-1.0)
@@ -73,6 +74,8 @@
processing capabilities can be added simply by installing new
plug-ins.
+This package provides various plugins written in Rust.
+
%package devel
Summary: GStreamer Streaming-Media Framework Plug-Ins development files
Group: Development/Libraries/Other
++++++ _service ++++++
--- /var/tmp/diff_new_pack.6xN9Jr/_old 2023-02-16 16:57:12.660291932 +0100
+++ /var/tmp/diff_new_pack.6xN9Jr/_new 2023-02-16 16:57:12.664291949 +0100
@@ -3,10 +3,10 @@
<service name="obs_scm" mode="manual">
<param
name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</param>
<param name="filename">gstreamer-plugins-rs</param>
- <param name="versionformat">0.9.8+git%cd.%h</param>
+ <param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
- <param name="revision">d9e9468f</param>
+ <param name="revision">0.10.1</param>
<param name="changesgenerate">enable</param>
<param name="scm">git</param>
</service>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.6xN9Jr/_old 2023-02-16 16:57:12.688292053 +0100
+++ /var/tmp/diff_new_pack.6xN9Jr/_new 2023-02-16 16:57:12.692292070 +0100
@@ -1,5 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</param>
- <param
name="changesrevision">d9e9468f9a163f4d8e9eced9eaf2bff0674710d9</param></service></servicedata>
+ <param
name="changesrevision">9cd68ffb5fa303643b9ed2e96bc059cd0da5c20d</param></service></servicedata>
+(No newline at EOF)
++++++ cargo_config ++++++
--- /var/tmp/diff_new_pack.6xN9Jr/_old 2023-02-16 16:57:12.712292158 +0100
+++ /var/tmp/diff_new_pack.6xN9Jr/_new 2023-02-16 16:57:12.716292175 +0100
@@ -3,12 +3,12 @@
[source."https://github.com/gtk-rs/gtk-rs-core"]
git = "https://github.com/gtk-rs/gtk-rs-core"
-branch = "0.16"
+branch = "0.17"
replace-with = "vendored-sources"
[source."https://github.com/gtk-rs/gtk4-rs"]
git = "https://github.com/gtk-rs/gtk4-rs"
-branch = "0.5"
+branch = "0.6"
replace-with = "vendored-sources"
[source."https://github.com/rust-av/ffv1.git"]
@@ -22,7 +22,7 @@
[source."https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"]
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
-branch = "0.19"
+branch = "0.20"
replace-with = "vendored-sources"
[source.vendored-sources]
++++++ gstreamer-plugins-rs-0.9.8+git20230124.d9e9468.obscpio ->
gstreamer-plugins-rs-0.10.1+git20230213.9cd68ff.obscpio ++++++
/work/SRC/openSUSE:Factory/gstreamer-plugins-rs/gstreamer-plugins-rs-0.9.8+git20230124.d9e9468.obscpio
/work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.22824/gstreamer-plugins-rs-0.10.1+git20230213.9cd68ff.obscpio
differ: char 49, line 1
++++++ gstreamer-plugins-rs.obsinfo ++++++
--- /var/tmp/diff_new_pack.6xN9Jr/_old 2023-02-16 16:57:12.768292401 +0100
+++ /var/tmp/diff_new_pack.6xN9Jr/_new 2023-02-16 16:57:12.776292435 +0100
@@ -1,5 +1,5 @@
name: gstreamer-plugins-rs
-version: 0.9.8+git20230124.d9e9468
-mtime: 1674567969
-commit: d9e9468f9a163f4d8e9eced9eaf2bff0674710d9
+version: 0.10.1+git20230213.9cd68ff
+mtime: 1676282011
+commit: 9cd68ffb5fa303643b9ed2e96bc059cd0da5c20d