Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ffmpeg-4 for openSUSE:Factory 
checked in at 2021-06-09 21:51:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old)
 and      /work/SRC/openSUSE:Factory/.ffmpeg-4.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffmpeg-4"

Wed Jun  9 21:51:40 2021 rev:40 rq:897550 version:4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes        2021-04-19 
21:06:01.232031277 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new.32437/ffmpeg-4.changes     
2021-06-09 21:51:52.246428614 +0200
@@ -1,0 +2,10 @@
+Fri Jun  4 12:29:16 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Enable SVT-AV1 encoding
+
+-------------------------------------------------------------------
+Thu May 20 23:16:09 UTC 2021 - Daniel Molkentin <[email protected]>
+
+- Enable vulkan on on Leap 15 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ffmpeg-4.spec ++++++
--- /var/tmp/diff_new_pack.oAqWwf/_old  2021-06-09 21:51:52.966429897 +0200
+++ /var/tmp/diff_new_pack.oAqWwf/_new  2021-06-09 21:51:52.970429905 +0200
@@ -68,6 +68,7 @@
 %bcond_without rubberband
 %bcond_without soxr
 %bcond_without zmq
+%bcond_without vulkan
 %else
 %bcond_with libaom
 %bcond_with mysofa
@@ -80,6 +81,7 @@
 %bcond_with rubberband
 %bcond_with soxr
 %bcond_with zmq
+%bcond_with vulkan
 %endif
 
 %if 0%{?suse_version} >= 1500
@@ -96,7 +98,7 @@
 Name:           ffmpeg-4
 Version:        4.4
 Release:        0
-Summary:        Library for working with various multimedia formats
+Summary:        Set of libraries for working with various multimedia formats
 License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Video/Editors and Convertors
 URL:            https://ffmpeg.org/
@@ -123,6 +125,11 @@
 %endif
 BuildRequires:  nasm
 BuildRequires:  pkg-config
+%ifarch x86_64
+%if 0%{?suse_version} >= 1550
+BuildRequires:  pkgconfig(SvtAv1Enc) >= 0.8.4
+%endif
+%endif
 BuildRequires:  pkgconfig(alsa)
 %if %{with libaom}
 BuildRequires:  pkgconfig(aom)
@@ -195,6 +202,9 @@
 %if %{with vidstab}
 BuildRequires:  pkgconfig(vidstab) >= 0.98
 %endif
+%if %{with vulkan}
+BuildRequires:  pkgconfig(vulkan)
+%endif
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(vpx) >= 1.4.0
 BuildRequires:  pkgconfig(x11)
@@ -613,6 +623,9 @@
        --enable-avresample \
        --enable-gnutls \
        --enable-ladspa \
+%if %{with vulkan}
+       --enable-vulkan \
+%endif
 %if ! %{with cuda_sdk}
        --disable-cuda-sdk \
 %endif
@@ -653,6 +666,11 @@
 %if %{with rubberband}
        --enable-librubberband \
 %endif
+%ifarch x86_64
+%if 0%{?suse_version} >= 1550
+       --enable-libsvtav1 \
+%endif
+%endif
 %if %{with soxr}
        --enable-libsoxr \
 %endif

++++++ enable_encoders ++++++
--- /var/tmp/diff_new_pack.oAqWwf/_old  2021-06-09 21:51:53.022429998 +0200
+++ /var/tmp/diff_new_pack.oAqWwf/_new  2021-06-09 21:51:53.026430004 +0200
@@ -20,6 +20,7 @@
 librav1e # rav1e
 libschroedinger # schroedinger
 libspeex # speex
+libsvtav1
 libtheora # libtheora
 libtwolame # twolame
 libvorbis # libvorbis

Reply via email to