Hello community,
here is the log from the commit of package gstreamer-plugins-good for
openSUSE:Factory checked in at 2020-10-27 18:58:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-good"
Tue Oct 27 18:58:04 2020 rev:71 rq:839184 version:1.18.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
2020-02-06 13:05:30.656247537 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.3463/gstreamer-plugins-good.changes
2020-10-27 18:58:08.238707983 +0100
@@ -1,0 +2,54 @@
+Fri Sep 11 09:15:22 UTC 2020 - Antonio Larrosa <[email protected]>
+
+- Update to 1.18.0:
+ + Highlights:
+ - GstTranscoder: new high level API for applications to
+ transcode media files from one format to another
+ - High Dynamic Range (HDR) video information representation
+ and signalling enhancements
+ - Instant playback rate change support
+ - Active Format Description (AFD) and Bar Data support
+ - RTSP server and client implementations gained ONVIF trick
+ modes support
+ - Hardware-accelerated video decoding on Windows via
+ DXVA2/Direct3D11
+ - Microsoft Media Foundation plugin for video capture and
+ hardware-accelerated video encoding on Windows
+ - qmlgloverlay: New overlay element that renders a QtQuick
+ scene over the top of an input video stream
+ - imagesequencesrc: New element to easily create a video
+ stream from a sequence of jpeg or png images
+ - dashsink: New sink to produce DASH content
+ - dvbsubenc: New DVB Subtitle encoder element
+ - MPEG-TS muxing now also supports TV broadcast compliant
+ muxing with constant bitrate muxing and SCTE-35 support
+ - rtmp2: New RTMP client source and sink element from-scratch
+ implementation
+ - svthevcenc: New SVT-HEVC-based H.265 video encoder
+ - vaapioverlay: New compositor element using VA-API
+ - rtpmanager gained support for Google's Transport-Wide
+ Congestion Control (twcc) RTP extension
+ - splitmuxsink and splitmuxsrc gained support for auxiliary
+ video streams
+ - webrtcbin now contains some initial support for
+ renegotiation involving stream addition and removal
+ - RTP support was enhanced with new RTP source and sink
+ elements to easily set up RTP streaming via rtp:// URIs
+ - avtp: New Audio Video Transport Protocol (AVTP) plugin for
+ Time-Sensitive Applications
+ - Support for the Video Services Forum's Reliable Internet
+ Stream Transport (RIST) TR-06-1 Simple Profile
+ - Universal Windows Platform (UWP) support
+ - rpicamsrc: New element for capturing from the Raspberry Pi
+ camera
+ - RTSP Server TCP interleaved backpressure handling
+ improvements as well as support for Scale/Speed headers
+ - GStreamer Editing Services gained support for nested
+ timelines, per-clip speed rate control and the OpenTimelineIO
+ format.
+ - Autotools build system has been removed in favour of Meson
+- Drop patches:
+ * gst-good-qtdemux-Specify-REDIRECT-info.patch
+ * gst-good-rtpjpegdepay-outputs-framed-jpeg.patch
+
+-------------------------------------------------------------------
Old:
----
gst-good-qtdemux-Specify-REDIRECT-info.patch
gst-good-rtpjpegdepay-outputs-framed-jpeg.patch
gst-plugins-good-1.16.2.tar.xz
New:
----
_service
gst-plugins-good-1.18.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-good.spec ++++++
--- /var/tmp/diff_new_pack.66GnXN/_old 2020-10-27 18:58:09.198708682 +0100
+++ /var/tmp/diff_new_pack.66GnXN/_new 2020-10-27 18:58:09.198708682 +0100
@@ -16,6 +16,8 @@
#
+%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
+
# aasink is just a toy. Once in future, we may want to disable aalib
# support completely: Disabled 25/12/17
%define ENABLE_AALIB 0
@@ -23,17 +25,11 @@
%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.16.2
+Version: 1.18.0
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later
@@ -42,55 +38,50 @@
Source0:
https://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.xz
Source1: gstreamer-plugins-good.appdata.xml
Source99: baselibs.conf
-# PATCH-FIX-UPSTREAM gst-good-qtdemux-Specify-REDIRECT-info.patch -- qtdemux:
Specify REDIRECT information in error message
-Patch0: gst-good-qtdemux-Specify-REDIRECT-info.patch
-# PATCH-FIX-UPSTREAM gst-good-rtpjpegdepay-outputs-framed-jpeg.patch --
rtpjpegdepay: outputs framed jpeg
-Patch1: gst-good-rtpjpegdepay-outputs-framed-jpeg.patch
-
BuildRequires: Mesa-libGLESv2-devel
BuildRequires: Mesa-libGLESv3-devel
BuildRequires: gcc-c++
BuildRequires: gtk-doc >= 1.12
BuildRequires: libICE-devel
+BuildRequires: libQt5PlatformHeaders-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: libmp3lame-devel
BuildRequires: meson >= 0.47.0
-%endif
+BuildRequires: nasm
BuildRequires: orc >= 0.4.16
BuildRequires: pkgconfig
BuildRequires: python3-base
BuildRequires: python3-xml
BuildRequires: translation-update-upstream
BuildRequires: zlib-devel
+BuildRequires: pkgconfig(Qt5Core)
+BuildRequires: pkgconfig(Qt5Gui)
+BuildRequires: pkgconfig(Qt5Qml)
+BuildRequires: pkgconfig(Qt5Quick)
+BuildRequires: pkgconfig(Qt5WaylandClient)
+BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(caca)
BuildRequires: pkgconfig(cairo) >= 1.10.0
BuildRequires: pkgconfig(cairo-gobject) >= 1.10.0
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) >= %{version}
-BuildRequires: pkgconfig(gstreamer-base-1.0) >= %{version}
+BuildRequires: pkgconfig(gstreamer-1.0) >= %{gstreamer_req_version}
+BuildRequires: pkgconfig(gstreamer-base-1.0) >= %{gstreamer_req_version}
BuildRequires: pkgconfig(gstreamer-check-1.0)
-BuildRequires: pkgconfig(gstreamer-controller-1.0) >= %{version}
+BuildRequires: pkgconfig(gstreamer-controller-1.0) >= %{gstreamer_req_version}
BuildRequires: pkgconfig(gstreamer-gl-1.0)
-BuildRequires: pkgconfig(gstreamer-net-1.0) >= %{version}
-BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
+BuildRequires: pkgconfig(gstreamer-net-1.0) >= %{gstreamer_req_version}
+BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >=
%{gstreamer_req_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
@@ -113,16 +104,16 @@
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xfixes)
-Requires: gstreamer >= %{version}
-Requires: gstreamer-plugins-base >= %{version}
+Requires: gstreamer >= %{gstreamer_req_version}
+Requires: gstreamer-plugins-base >= %{gstreamer_req_version}
Recommends: %{name}-gtk
Enhances: gstreamer
+Conflicts: gstreamer-plugins-ugly < 1.18.0
# 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
@@ -185,30 +176,24 @@
%build
export PYTHON=%{_bindir}/python3
-%if %{use_meson}
-%{meson} \
+%meson \
-Dpackage-name='openSUSE GStreamer-plugins-good package' \
-Dpackage-origin='http://download.opensuse.org' \
%if ! 0%{?ENABLE_AALIB}
-Daalib=disabled \
%endif
- -Dv4l2-probe=true \
- %{nil}
-%{meson_build}
+ -Ddoc=disabled \
+%ifarch aarch64
+ -Drpicamsrc=enabled \
%else
-%configure \
- --with-package-name='openSUSE GStreamer-plugins-good package' \
- --with-package-origin='http://download.opensuse.org' \
-%{nil}
-%make_build
+ -Drpicamsrc=disabled \
%endif
+ -Dv4l2-probe=true \
+ %{nil}
+%meson_build
%install
-%if %{use_meson}
-%{meson_install}
-%else
-%make_install
-%endif
+%meson_install
%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"
@@ -217,7 +202,6 @@
mkdir -p %{buildroot}%{_datadir}/appdata
cp %{SOURCE1} %{buildroot}%{_datadir}/appdata/
fi
-rm %{buildroot}%{_libdir}/gstreamer-%{gst_branch}/*.*a
%files
%license COPYING
@@ -293,7 +277,6 @@
%files doc
%doc AUTHORS README RELEASE REQUIREMENTS
-%{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{gst_branch}
%files extra
%{_libdir}/gstreamer-%{gst_branch}/libgst1394.so
++++++ _service ++++++
<services>
<service name="tar_scm" mode="disabled">
<param
name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git</param>
<param name="filename">gst-plugins-good</param>
<!--<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>-->
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">1.18.0</param>
<param name="scm">git</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled" />
</services>
++++++ gst-plugins-good-1.16.2.tar.xz -> gst-plugins-good-1.18.0.tar.xz ++++++
++++ 473019 lines of diff (skipped)