Hello community,

here is the log from the commit of package gstreamer-plugins-good for 
openSUSE:Leap:15.2 checked in at 2020-01-30 14:49:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gstreamer-plugins-good (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.gstreamer-plugins-good.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-good"

Thu Jan 30 14:49:23 2020 rev:42 rq:757351 version:1.16.2

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/gstreamer-plugins-good/gstreamer-plugins-good.changes
  2020-01-15 15:09:14.226032709 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.gstreamer-plugins-good.new.26092/gstreamer-plugins-good.changes
       2020-01-30 14:49:59.522889431 +0100
@@ -1,0 +2,318 @@
+Wed Dec  4 10:48:47 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.16.2:
+  + vp9dec: Fix broken 4:4:4 8bits decoding
+  + rtpsession: add locking for clear-pt-map
+  + rtpL16depay: don't crash if data is not modulo channels*width
+  + wavparse:
+    - Fix push mode ignoring audio with a size smaller than segment
+      buffer
+    - Fix push mode ignoring last audio payload chunk
+  + aacparse: fix wrong offset of the channel number in adts header
+  + jpegdec:
+    - Fix incorrect logic in EOI tag detection
+    - Don't overwrite the last valid line
+  + videocrop: Also update the coordinate when in-place
+  + vpx: Error out if enabled and no features found
+  + v4l2videodec: ensure pool exists before orphaning it
+  + v4l2videoenc: fix type conversion errors
+  + v4l2bufferpool: Queue number of allocated buffers to capture
+  + v4l2object:
+    - Fix mpegversion number typo
+    - Work around bad TRY_FMT colorimetry implementations
+
+-------------------------------------------------------------------
+Tue Sep 24 12:56:40 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.16.1:
+  + See main gstreamer package for changelog.
+- Drop gstreamer-plugins-good-fix-glibc-incompat.patch: Fixed
+  upstream.
+
+-------------------------------------------------------------------
+Sun Aug 25 08:33:33 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Add gstreamer-plugins-good-fix-glibc-incompat.patch: v4l2: Fix
+  type compatibility issue with glibc 2.30.
+- Use make_build macro.
+
+-------------------------------------------------------------------
+Wed Jul  3 08:05:23 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Add missing pkgconfig(Qt5X11Extras) BuildRequires: Needed to
+  build Qt X11 integration.
+
+-------------------------------------------------------------------
+Wed Jun 12 17:53:30 UTC 2019 - [email protected]
+
+- Update to version 1.16.0: 
+  + Highlights
+    - GStreamer WebRTC stack gained support for data channels for
+      peer-to-peer communication based on SCTP, BUNDLE support, as
+      well as support for multiple TURN servers.
+    - AV1 video codec support for Matroska and QuickTime/MP4
+      containers and more configuration options and supported
+      input formats for the AOMedia AV1 encoder
+    - Support for Closed Captions and other Ancillary Data in video
+    - Support for planar (non-interleaved) raw audio
+    - GstVideoAggregator, compositor and OpenGL mixer elements are
+      now in -base
+    - New alternate fields interlace mode where each buffer carries
+      a single field
+    - WebM and Matroska ContentEncryption support in the Matroska
+      demuxer
+    - new WebKit WPE-based web browser source element
+    - Video4Linux: HEVC encoding and decoding, JPEG encoding, and
+      improved dmabuf import/export
+    - Hardware-accelerated Nvidia video decoder gained support for
+      VP8/VP9 decoding, whilst the encoder gained support for
+      H.265/HEVC encoding.  
+    - Many improvements to the Intel Media SDK based
+      hardware-accelerated video decoder and encoder plugin (msdk):
+      dmabuf import/export for zero-copy integration with other
+      components; VP9 decoding; 10-bit HEVC encoding; video
+      post-processing (vpp) support including deinterlacing; and
+      the video decoder now handles dynamic resolution changes.
+    - The ASS/SSA subtitle overlay renderer can now handle multiple
+      subtitles that overlap in time and will show them on screen
+      simultaneously
+    - The Meson build is now feature-complete (*) and it is now the
+      recommended build system on all platforms. The Autotools
+      build is scheduled to be removed in the next cycle.
+    - The GStreamer Rust bindings and Rust plugins module are now
+      officially part of upstream GStreamer.
+    - The GStreamer Editing Services gained a gesdemux element that
+      allows directly playing back serialized edit list with
+      playbin or (uri)decodebin
+    - Many performance improvements
+- Add meson support, but disable because plugin documentation is
+  currently not being built.
+
+-------------------------------------------------------------------
+Fri May 31 22:05:35 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.14.5:
+  + flv: Use 8kHz sample rate for alaw/mulaw audio.
+  + flvdemux: Do not error out if the first added and chained pad
+    is not linked.
+  + flvmux: try harder to make sure timestamps are always
+    increasing.
+  + gdkpixbufdec: output a TIME segment which is what’s expected
+    for raw video.
+  + matroskademux: fix handling of MS ACM audio.
+  + matroska: fix handling of FlagInterlaced.
+  + pulsesink: Deal with not being able to convert a format to
+    caps.
+  + rtph265depay, rtph264depay; aggregation packet marker handling
+    fixes.
+  + rtpmp4gdepay: detect broken senders who send AAC with ADTS
+    frames.
+  + rtprawdepay: keep buffer pool around when flushing/seeking.
+  + rtpssrcdemux: Forward serialized events to all pads.
+  + qmlglsink: Handle OPENGL header guard changes.
+  + qtdemux: fix track language code parsing; ignore corrupted CTTS
+    box.
+  + qtmux: Correctly set tkhd width/height to the display size.
+  + splitmuxsink:
+    - Various timecode meta handling fixes.
+    - Make work with audio-only encoders as muxers, e.g. wavenc
+  + v4l2sink: fix pool-less allocation query handling.
+  + v4l2dec/enc: fix use after free when handling events.
+  + vpx: Fix build against libvpx 1.8.
+  + webmmux: allow resolutions above 4096.
+- Drop gstreamer-plugins-good-fix-vpx-build.patch: Fixed upstream.
+- Drop automake and libtool BuildRequires and autogen.sh call: No
+  longer needed. 
+
+-------------------------------------------------------------------
+Fri Mar  8 20:02:18 UTC 2019 - [email protected]
+
+- Require automake >= 1.14
+
+-------------------------------------------------------------------
+Tue Feb  5 09:02:44 UTC 2019 - [email protected]
+
+- Add gstreamer-plugins-good-fix-vpx-build.patch: Fix build with
+  libvpx 1.8.0.
+- Add libtool BuildRequires and pass autogen.sh, as the above patch
+  touches the buildsystem.
+
+-------------------------------------------------------------------
+Wed Oct  3 15:45:08 UTC 2018 - [email protected]
+
+- Update to version 1.14.4:
+  + Bugfix release, please see .changes in gstreamer main package.
+- Update Source url to new home.
+
+-------------------------------------------------------------------
+Wed Sep 26 20:25:08 UTC 2018 - [email protected]
+
+- Update to version 1.14.3:
+  + Bugfix release, please see .changes in gstreamer main package. 
+
+-------------------------------------------------------------------
+Sun Jul 22 21:22:22 UTC 2018 - [email protected]
+
+- Update to version 1.14.2:
+  + qmlgl: Fix conflicting declaration of type GLsync for
+    non-android.
+  + souphttpsrc: Protect input stream with lock.
+  + splitmuxsrc: Make sure events are writable before setting their
+    seqnum.
+  + Various v4l2 fixes.
+  + scaletempo: Mark as Audio in classification.
+
+-------------------------------------------------------------------
+Fri Jun 22 11:13:27 UTC 2018 - [email protected]
+
+- Conditionalize pkgconfig(gtk+-wayland-3.0) BuildRequires: fix
+  build for Leap 42.3.
+
+-------------------------------------------------------------------
+Thu May 31 09:27:16 UTC 2018 - [email protected]
+
+- Add pkgconfig(Qt5Core), pkgconfig(Qt5Gui), pkgconfig(Qt5Qml),
+  pkgconfig(Qt5Quick) and pkgconfig(Qt5WaylandClient)
+  BuildRequires: Build qmlgl sink and package it in new qtqml
+  sub-package.
+- Add gstreamer-plugins-good-gtk Recommends to the main package,
+  install it by default.
+
+-------------------------------------------------------------------
+Sun May 20 09:28:27 UTC 2018 - [email protected]
+
+- Update to version 1.14.1:
+  + GstPad: Fix race condition causing the same probe to be called
+    multiple times
+  + Fix occasional deadlocks on windows when outputting debug
+    logging
+  + Fix debug levels being applied in the wrong order
+  + GIR annotation fixes for bindings
+  + audiomixer, audioaggregator: fix some negotiation issues
+  + gst-play-1.0: fix leaving stdin in non-blocking mode after exit
+  + flvmux: wait for caps on all input pads before writing header
+    even if source is live
+  + flvmux: don't wake up the muxer unless there is data, fixes
+    busy looping if there's no input data
+  + flvmux: fix major leak of input buffers
++++ 121 more lines (skipped)
++++ between 
/work/SRC/openSUSE:Leap:15.2/gstreamer-plugins-good/gstreamer-plugins-good.changes
++++ and 
/work/SRC/openSUSE:Leap:15.2/.gstreamer-plugins-good.new.26092/gstreamer-plugins-good.changes

Old:
----
  gst-plugins-good-1.12.5.tar.xz

New:
----
  gst-plugins-good-1.16.2.tar.xz

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

Other differences:
------------------
++++++ gstreamer-plugins-good.spec ++++++
--- /var/tmp/diff_new_pack.WLLo3t/_old  2020-01-30 14:49:59.950889659 +0100
+++ /var/tmp/diff_new_pack.WLLo3t/_new  2020-01-30 14:49:59.954889661 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-good
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,34 +12,52 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 # aasink is just a toy. Once in future, we may want to disable aalib
 # support completely: Disabled 25/12/17
 %define ENABLE_AALIB 0
+#
 %define _name gst-plugins-good
 %define gst_branch 1.0
+
+# Currently disabled because plugin documentation isn't built
+%define use_meson 0
+%if %{use_meson}
+# Option doesn't currently exist in meson
+%define ENABLE_EXPERIMENTAL 1
+%else
+%define ENABLE_EXPERIMENTAL 0
+%endif
+
 Name:           gstreamer-plugins-good
-Version:        1.12.5
+Version:        1.16.2
 Release:        0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 License:        LGPL-2.1-or-later
 Group:          Productivity/Multimedia/Other
-URL:            http://gstreamer.freedesktop.org/
+URL:            https://gstreamer.freedesktop.org/
 Source0:        
https://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.xz
 Source1:        gstreamer-plugins-good.appdata.xml
 Source99:       baselibs.conf
+
+BuildRequires:  Mesa-libGLESv2-devel
+BuildRequires:  Mesa-libGLESv3-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc >= 1.12
 BuildRequires:  libICE-devel
 BuildRequires:  libSM-devel
+BuildRequires:  libmp3lame-devel
 # used by libgstvideo4linux2.so
 BuildRequires:  libXv-devel
 BuildRequires:  libavc1394-devel
 BuildRequires:  libbz2-devel
 BuildRequires:  libjpeg-devel
+%if %{use_meson}
+BuildRequires:  meson >= 0.47.0
+%endif
 BuildRequires:  orc >= 0.4.16
 BuildRequires:  pkgconfig
 BuildRequires:  python3-base
@@ -52,18 +70,29 @@
 BuildRequires:  pkgconfig(flac) >= 1.1.4
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.8.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
-BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.12.0
-BuildRequires:  pkgconfig(gstreamer-base-1.0) >= 1.12.0
+BuildRequires:  pkgconfig(gstreamer-1.0) >= %{version}
+BuildRequires:  pkgconfig(gstreamer-base-1.0) >= %{version}
 BuildRequires:  pkgconfig(gstreamer-check-1.0)
-BuildRequires:  pkgconfig(gstreamer-controller-1.0) >= 1.12.0
-BuildRequires:  pkgconfig(gstreamer-net-1.0) >= 1.12.0
-BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.12.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 2.91.3
-BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 2.91.3
+BuildRequires:  pkgconfig(gstreamer-controller-1.0) >= %{version}
+BuildRequires:  pkgconfig(gstreamer-gl-1.0)
+BuildRequires:  pkgconfig(gstreamer-net-1.0) >= %{version}
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.15.0
+%if 0%{?suse_version} >= 1500
+BuildRequires:  pkgconfig(gtk+-wayland-3.0) >= 3.15.0
+%endif
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Qml)
+BuildRequires:  pkgconfig(Qt5Quick)
+BuildRequires:  pkgconfig(Qt5WaylandClient)
+BuildRequires:  pkgconfig(Qt5X11Extras)
+BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 3.15.0
 BuildRequires:  pkgconfig(gudev-1.0) >= 147
 BuildRequires:  pkgconfig(jack) >= 0.99.10
 BuildRequires:  pkgconfig(libdv) >= 0.100
 BuildRequires:  pkgconfig(libiec61883) >= 1.0.0
+BuildRequires:  pkgconfig(libmpg123) >= 1.13
 BuildRequires:  pkgconfig(libpng) >= 1.2
 BuildRequires:  pkgconfig(libpulse) >= 2.0
 BuildRequires:  pkgconfig(libraw1394) >= 2.0.0
@@ -74,19 +103,23 @@
 BuildRequires:  pkgconfig(shout) >= 2.0
 BuildRequires:  pkgconfig(speex) >= 1.1.6
 BuildRequires:  pkgconfig(taglib) >= 1.5
+BuildRequires:  pkgconfig(twolame) >= 0.3.10
 BuildRequires:  pkgconfig(vpx) >= 1.3.0
 BuildRequires:  pkgconfig(wavpack) >= 4.60.0
+BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xdamage)
 BuildRequires:  pkgconfig(xfixes)
-Requires:       gstreamer >= 1.8.0
-Requires:       gstreamer-plugins-base >= 1.8.1
+Requires:       gstreamer >= %{version}
+Requires:       gstreamer-plugins-base >= %{version}
 Recommends:     %{name}-lang
+Recommends:     %{name}-gtk
 Enhances:       gstreamer
 # Generic name, never used in SuSE: I wish it had been used I would have used 
it then I wouldn't have to keep copy pasting and actually type it.
 Provides:       gst-plugins-good = %{version}
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
 %endif
+Conflicts:      gstreamer-plugins-ugly < 1.13.92
 
 %description
 GStreamer is a streaming media framework based on graphs of filters
@@ -122,27 +155,57 @@
 %description jack
 This package provides the jack plugin for gstreamer-plugins-good.
 
+%package gtk
+Summary:        Gtksink plugin for gstreamer-plugins-good
+Group:          Productivity/Multimedia/Other
+Requires:       %{name} = %{version}
+Enhances:       gstreamer-plugins-good
+
+%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.
+
 %lang_package
 
 %prep
 %autosetup -n %{_name}-%{version} -p1
+
 translation-update-upstream po gst-plugins-good-%{gst_branch}
 
 %build
 export PYTHON=%{_bindir}/python3
-%configure\
-       --with-package-name='openSUSE GStreamer-plugins-good package'\
-       --with-package-origin='http://download.opensuse.org'\
+%if %{use_meson}
+%{meson} \
+       -Dpackage-name='openSUSE GStreamer-plugins-good package' \
+       -Dpackage-origin='http://download.opensuse.org' \
 %if ! 0%{?ENABLE_AALIB}
-       --disable-aalib\
+       -Daalib=disabled \
+%endif
+       -Dv4l2-probe=true \
+       %{nil}
+%{meson_build}
+%else
+%configure \
+       --with-package-name='openSUSE GStreamer-plugins-good package' \
+       --with-package-origin='http://download.opensuse.org' \
+%{nil}
+%make_build
 %endif
-       --enable-gtk-doc\
-       --enable-v4l2-probe\
-       --enable-experimental
-make %{?_smp_mflags}
 
 %install
+%if %{use_meson}
+%{meson_install}
+%else
 %make_install
+%endif
 %find_lang %{_name}-%{gst_branch}
 if [ -f %{buildroot}%{_datadir}/appdata/gstreamer-plugins-good.appdata.xml ]; 
then
   echo "Please remove the added gstreamer-plugins-good.appdata.xml file from 
the sources - the tarball installs it"
@@ -189,8 +252,10 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstinterleave.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstisomp4.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstjpeg.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstlame.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstlevel.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmatroska.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstmpg123.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmulaw.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmultifile.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmultipart.so
@@ -209,6 +274,7 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstspectrum.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstspeex.so
 %{_libdir}/gstreamer-%{gst_branch}/libgsttaglib.so
+%{_libdir}/gstreamer-%{gst_branch}/libgsttwolame.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstudp.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideo4linux2.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideobox.so
@@ -222,8 +288,6 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstximagesrc.so
 %{_libdir}/gstreamer-%{gst_branch}/libgsty4menc.so
 
-%files lang -f %{_name}-%{gst_branch}.lang
-
 %files doc
 %doc AUTHORS README RELEASE REQUIREMENTS
 %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{gst_branch}
@@ -236,10 +300,20 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstcacasink.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstcairo.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstdv.so
+%if 0%{?ENABLE_EXPERIMENTAL}
 %{_libdir}/gstreamer-%{gst_branch}/libgstmonoscope.so
+%endif
 %{_libdir}/gstreamer-%{gst_branch}/libgstshout2.so
 
 %files jack
 %{_libdir}/gstreamer-%{gst_branch}/libgstjack.so
 
+%files gtk
+%{_libdir}/gstreamer-%{gst_branch}/libgstgtk.so
+
+%files qtqml
+%{_libdir}/gstreamer-%{gst_branch}/libgstqmlgl.so
+
+%files lang -f %{_name}-%{gst_branch}.lang
+
 %changelog

++++++ gst-plugins-good-1.12.5.tar.xz -> gst-plugins-good-1.16.2.tar.xz ++++++
++++ 194844 lines of diff (skipped)

++++++ gstreamer-plugins-good.appdata.xml ++++++
--- /var/tmp/diff_new_pack.WLLo3t/_old  2020-01-30 14:50:01.378890418 +0100
+++ /var/tmp/diff_new_pack.WLLo3t/_new  2020-01-30 14:50:01.378890418 +0100
@@ -12,7 +12,7 @@
       format is not patent encumbered.
     </p>
     <p>
-      A codec decodes audio and video for for playback or editing and is also
+      A codec decodes audio and video for playback or editing and is also
       used for transmission or storage.
       Different codecs are used in video-conferencing, streaming media and
       video editing applications.


Reply via email to