Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-plugins-libav for
openSUSE:Factory checked in at 2022-03-24 22:57:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-libav (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-libav"
Thu Mar 24 22:57:04 2022 rev:30 rq:963521 version:1.20.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
2022-02-09 20:38:53.526331776 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.1900/gstreamer-plugins-libav.changes
2022-03-24 22:57:16.684208555 +0100
@@ -1,0 +2,68 @@
+Fri Mar 18 07:43:57 UTC 2022 - Antonio Larrosa <[email protected]>
+
+- Update to version 1.20.1:
+ + No changes
+
+-------------------------------------------------------------------
+Fri Feb 4 21:17:02 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Update to version 1.20.0:
+ + Development in GitLab was switched to a single git repository
+ containing all the modules
+ + GstPlay: new high-level playback library, replaces GstPlayer
+ + WebM Alpha decoding support
+ + Encoding profiles can now be tweaked with additional
+ application-specified element properties
+ + Compositor: multi-threaded video conversion and mixing
+ + RTP header extensions: unified support in RTP depayloader and
+ payloader base classes
+ + SMPTE 2022-1 2-D Forward Error Correction support
+ + Smart encoding (pass through) support for VP8, VP9, H.265 in
+ encodebin and transcodebin
+ + Runtime compatibility support for libsoup2 and libsoup3
+ (libsoup3 support experimental)
+ + Video decoder subframe support
+ + Video decoder automatic packet-loss, data corruption, and
+ keyframe request handling for RTP / WebRTC / RTSP
+ + mp4 and Matroska muxers now support profile/level/resolution
+ changes for H.264/H.265 input streams (i.e. codec data changing
+ on the fly)
+ + mp4 muxing mode that initially creates a fragmented mp4 which
+ is converted to a regular mp4 on EOS
+ + Audio support for the WebKit Port for Embedded (WPE) web page
+ source element
+ + CUDA based video color space convert and rescale elements and
+ upload/download elements
+ + NVIDIA memory:NVMM support for OpenGL glupload and gldownload
+ elements
+ + Many WebRTC improvements
+ + The new VA-API plugin implementation fleshed out with more
+ decoders and new postproc elements
+ + AppSink API to retrieve events in addition to buffers and
+ buffer lists
+ + AppSrc gained more configuration options for the internal queue
+ (leakiness, limits in buffers and time, getters to read current
+ levels)
+ + Updated Rust bindings and many new Rust plugins
+ + Improved support for custom minimal GStreamer builds
+ + Support build against FFmpeg 5.0
+ + Linux Stateless CODEC support gained MPEG-2 and VP9
+ + Windows Direct3D11/DXVA decoder gained AV1 and MPEG-2 support
+ + Lots of new plugins, features, performance improvements and bug
+ fixes
+- Drop add-gpl-option.patch: It no longer applies, but what is more
+ important is that it does not make sense. Adding the gpl option
+ only mattered when building the included ffmpeg sources gst-libav
+ had when it still supported autotools. We can not change how the
+ external ffmpeg we depend on is built, we take what we are given
+ in this case. Our ffmpeg is built with GPL-3.0-or-later as
+ license, hence change the license for this package to
+ GPL-3.0-or-later in order to reflect that fact.
+- Drop Supplements and Requires. No longer autoinstall this package
+ as when gst-libav is not available, the hardwaresupported codecs
+ in gst-bad finaly get to shine and strutt their wings.
+ Upstream sets basicly all decoders from gst-libav to a higher
+ preferance score, as they assume if you have gst-libav installed,
+ you want to use it for almost everything.
+
+-------------------------------------------------------------------
Old:
----
add-gpl-option.patch
gst-libav-1.18.6.tar.xz
New:
----
gst-libav-1.20.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-libav.spec ++++++
--- /var/tmp/diff_new_pack.GhAVNi/_old 2022-03-24 22:57:17.156209020 +0100
+++ /var/tmp/diff_new_pack.GhAVNi/_new 2022-03-24 22:57:17.172209035 +0100
@@ -19,15 +19,14 @@
%define gst_branch 1.0
Name: gstreamer-plugins-libav
-Version: 1.18.6
+Version: 1.20.1
Release: 0
Summary: A ffmpeg/libav plugin for GStreamer
-License: GPL-2.0-or-later
+License: GPL-3.0-or-later
Group: Productivity/Multimedia/Other
URL: https://gstreamer.freedesktop.org
Source0: %{url}/src/gst-libav/gst-libav-%{version}.tar.xz
Source1000: baselibs.conf
-Patch0: add-gpl-option.patch
BuildRequires: gcc-c++
BuildRequires: meson
@@ -39,7 +38,7 @@
BuildRequires: pkgconfig(gstreamer-base-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-check-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
-BuildRequires: pkgconfig(libavcodec) >= 58
+BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavfilter)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavutil)
@@ -49,11 +48,6 @@
BuildRequires: pkgconfig(zlib)
Requires: gstreamer >= %{version}
Enhances: gstreamer
-Supplements: packageand(%{name}:gstreamer)
-%if 0%{?BUILD_ORIG}
-# Depend on the full build of the same libavcodec.so.N we built against
-Requires: %(rpm --qf "%%{name}" -qf $(readlink -f
%{_libdir}/libavcodec.so))(unrestricted)
-%endif
%description
GStreamer is a streaming media framework, based on graphs of filters which
@@ -82,17 +76,14 @@
This plugin contains the documentation
%prep
-%setup -q -n gst-libav-%{version}
-%patch0 -p1
+%autosetup -n gst-libav-%{version} -p1
%build
%meson \
-Dpackage-name='openSUSE GStreamer-plugins-libav package' \
-Dpackage-origin='http://download.opensuse.org' \
- -Dgpl=enabled \
-Ddoc=disabled \
%{nil}
-
%meson_build
%install
++++++ gst-libav-1.18.6.tar.xz -> gst-libav-1.20.1.tar.xz ++++++
++++ 28252 lines of diff (skipped)