Hello community,

here is the log from the commit of package gstreamer-plugins-vaapi for 
openSUSE:Factory checked in at 2020-10-27 18:58:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-vaapi"

Tue Oct 27 18:58:47 2020 rev:38 rq:839189 version:1.18.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
  2019-12-12 23:17:08.106219018 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new.3463/gstreamer-plugins-vaapi.changes
        2020-10-27 18:58:56.198742878 +0100
@@ -1,0 +2,51 @@
+Fri Sep 18 07:29:33 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-vaapi-1.16.2.tar.xz

New:
----
  gstreamer-vaapi-1.18.0.tar.xz

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

Other differences:
------------------
++++++ gstreamer-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.bQ1JrM/_old  2020-10-27 18:58:57.154743574 +0100
+++ /var/tmp/diff_new_pack.bQ1JrM/_new  2020-10-27 18:58:57.154743574 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-vaapi
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,19 @@
 
 
 %define gst_branch 1.0
-# Disable for now, since plugin docs are not being built
-%define use_meson 0
 Name:           gstreamer-plugins-vaapi
-Version:        1.16.2
+Version:        1.18.0
 Release:        0
 Summary:        Gstreamer VA-API plugins
 License:        LGPL-2.1-or-later
 Group:          Productivity/Multimedia/Other
 URL:            https://gstreamer.freedesktop.org/
 Source0:        
https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-%{version}.tar.xz
-
 BuildRequires:  Mesa-devel
 BuildRequires:  Mesa-libGLESv3-devel
 BuildRequires:  gtk-doc
-%if %{use_meson}
+BuildRequires:  hotdoc
 BuildRequires:  meson >= 0.47.0
-%endif
 BuildRequires:  pkgconfig
 BuildRequires:  vaapi-wayland-tools
 BuildRequires:  yasm
@@ -76,8 +72,7 @@
 %autosetup -n gstreamer-vaapi-%{version} -p1
 
 %build
-%if %{use_meson}
-%{meson} \
+%meson \
        -Dwith_egl=yes \
        -Dwith_encoders=yes \
        -Dwith_drm=yes \
@@ -86,26 +81,10 @@
        -Dwith_x11=yes \
        -Dexamples=disabled \
        %{nil}
-%{meson_build}
-%else
-%configure \
-       --disable-static \
-       --enable-egl \
-       --enable-encoders \
-       --enable-drm \
-       --enable-glx \
-       --enable-wayland \
-       --enable-x11 \
-       %{nil}
-make %{?_smp_mflags}
-%endif
+%meson_build
 
 %install
-%if %{use_meson}
-%{meson_install}
-%else
-%make_install
-%endif
+%meson_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -p /sbin/ldconfig
@@ -117,6 +96,5 @@
 
 %files doc
 %doc AUTHORS NEWS README
-%{_datadir}/gtk-doc/html/gstreamer-vaapi-plugins-1.0
 
 %changelog

++++++ gstreamer-vaapi-1.16.2.tar.xz -> gstreamer-vaapi-1.18.0.tar.xz ++++++
++++ 171266 lines of diff (skipped)


Reply via email to