Hello community,
here is the log from the commit of package gstreamer-editing-services for
openSUSE:Factory checked in at 2020-10-27 18:58:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-editing-services"
Tue Oct 27 18:58:50 2020 rev:32 rq:839191 version:1.18.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2020-02-20 14:55:21.642285748 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.3463/gstreamer-editing-services.changes
2020-10-27 18:59:13.254755288 +0100
@@ -1,0 +2,51 @@
+Mon Sep 14 11:53:05 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
+
+-------------------------------------------------------------------
Old:
----
gstreamer-editing-services-1.16.2.tar.xz
New:
----
_service
gst-editing-services-1.18.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-editing-services.spec ++++++
--- /var/tmp/diff_new_pack.Tpml4E/_old 2020-10-27 18:59:14.094755899 +0100
+++ /var/tmp/diff_new_pack.Tpml4E/_new 2020-10-27 18:59:14.094755899 +0100
@@ -17,22 +17,23 @@
#
+%define _name gst-editing-services
Name: gstreamer-editing-services
-Version: 1.16.2
+Version: 1.18.0
Release: 0
Summary: GStreamer Editing Services
License: GPL-3.0-or-later AND LGPL-2.1-or-later
Group: Productivity/Multimedia/Other
-URL:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
-Source:
https://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{name}-%{version}.tar.xz
-
+URL:
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
+Source:
https://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{_name}-%{version}.tar.xz
BuildRequires: c++_compiler
+BuildRequires: cmake
BuildRequires: flex
+BuildRequires: hotdoc
BuildRequires: meson >= 0.47.0
BuildRequires: pkgconfig
BuildRequires: python3-gobject-devel
-# Does not build/get installed when using meson build
-# BuildRequires: pkgconfig(bash-completion) >= 2.0
+BuildRequires: pkgconfig(bash-completion) >= 2.0
BuildRequires: pkgconfig(gio-2.0) >= 2.16
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.6
@@ -147,7 +148,7 @@
editing-related applications.
%prep
-%autosetup -p1
+%autosetup -p1 -n %{_name}-%{version}
%build
%meson \
@@ -165,17 +166,15 @@
%files
%license COPYING
-%{_mandir}/man1/ges-launch-1.0.1%{ext_man}
+%{_mandir}/man1/ges-launch-1.0.1%{?ext_man}
%{_bindir}/ges-launch-1.0
-# Does not build/get installed when using meson build.
-#%%{_datadir}/bash-completion/completions/ges-launch-1.0
+%{_datadir}/bash-completion/completions/ges-launch-1.0
%{_datadir}/gstreamer-1.0/validate/scenarios/ges-edit-clip-while-paused.scenario
%{_libdir}/gst-validate-launcher/python/launcher/apps/geslaunch.py
%{python3_sitearch}/gi/overrides/GES.py
%files -n libges-1_0-0
%license COPYING
-
%{_libdir}/gstreamer-1.0/libgstges.so
%{_libdir}/gstreamer-1.0/libgstnle.so
%{_libdir}/libges-1.0.so.*
++++++ _service ++++++
<services>
<service name="tar_scm" mode="disabled">
<param
name="url">https://gitlab.freedesktop.org/gstreamer/gst-editing-services.git</param>
<param name="filename">gst-editing-services</param>
<!-- <param name="versionformat">@PARENT_TAG@+git%cd.%h</param>-->
<param name="revision">1.18.0</param>
<param name="versionformat">@PARENT_TAG@</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>