Hello community,

here is the log from the commit of package ffmpeg-4 for openSUSE:Factory 
checked in at 2018-08-02 14:50:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old)
 and      /work/SRC/openSUSE:Factory/.ffmpeg-4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffmpeg-4"

Thu Aug  2 14:50:00 2018 rev:2 rq:625732 version:4.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes        2018-07-12 
09:16:37.806205595 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new/ffmpeg-4.changes   2018-08-02 
14:50:02.083466893 +0200
@@ -1,0 +2,37 @@
+Fri Jul 27 08:56:56 UTC 2018 - [email protected]
+
+- Reduce the optional conditional for the SLE12 backports to
+  cover everything, most of the packages in old codestreams were
+  not really ready as they need additional baselibs/etc.
+  * Since these are new features user will simply wait or use TW
+
+-------------------------------------------------------------------
+Fri Jul 27 07:03:06 UTC 2018 - [email protected]
+
+- Enable "kmsgrab" input device
+
+-------------------------------------------------------------------
+Thu Jul 26 08:09:32 UTC 2018 - [email protected]
+
+- Redo the nvidia condition based on review feeback
+
+-------------------------------------------------------------------
+Wed Jul 25 08:30:56 UTC 2018 - [email protected]
+
+- Do not condition nvidia based on BUILD_ORIG all the support is in
+  TW only and not on different instances as such safeguard it with
+  version check only bsc#1102532
+
+-------------------------------------------------------------------
+Wed Jul 18 12:13:38 UTC 2018 - [email protected]
+
+- Add new bconds to build on SLE12 backports project without
+  requiring extra packages:
+  * %bcond_without codec2
+  * %bcond_without bs2b
+  * %bcond_without lv2
+  * %bcond_without rubberband
+  * %bcond_without soxr
+  * %bcond_without zmq
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ffmpeg-4.spec ++++++
--- /var/tmp/diff_new_pack.rJVdG6/_old  2018-08-02 14:50:03.287468879 +0200
+++ /var/tmp/diff_new_pack.rJVdG6/_new  2018-08-02 14:50:03.291468886 +0200
@@ -38,8 +38,13 @@
 %{preamble_string} ffmpeg-private-devel %{comparator} %{conflicts_version} \
 %{nil}
 
+# nvidia adds library present only after leap15
+%bcond_with nvcodec
 %if 0%{?BUILD_ORIG}
 %bcond_without nvidia
+%if 0%{?suse_version} > 1500
+%bcond_without nvcodec
+%endif
 %else
 %bcond_with    nvidia
 %endif
@@ -61,10 +66,22 @@
 %bcond_without mysofa
 %bcond_without vidstab
 %bcond_without srt
+%bcond_without codec2
+%bcond_without bs2b
+%bcond_without lv2
+%bcond_without rubberband
+%bcond_without soxr
+%bcond_without zmq
 %else
 %bcond_with mysofa
 %bcond_with vidstab
 %bcond_with srt
+%bcond_with codec2
+%bcond_with bs2b
+%bcond_with lv2
+%bcond_with rubberband
+%bcond_with soxr
+%bcond_with zmq
 %endif
 
 %if 0%{?suse_version} >= 1500
@@ -110,7 +127,9 @@
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(celt) >= 0.11.0
+%if %{with codec2}
 BuildRequires:  pkgconfig(codec2)
+%endif
 BuildRequires:  pkgconfig(enca)
 BuildRequires:  pkgconfig(fontconfig) >= 2.4.2
 BuildRequires:  pkgconfig(freetype2)
@@ -119,10 +138,13 @@
 BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(libass)
 BuildRequires:  pkgconfig(libbluray)
+%if %{with bs2b}
 BuildRequires:  pkgconfig(libbs2b)
+%endif
 BuildRequires:  pkgconfig(libcdio)
 BuildRequires:  pkgconfig(libcdio_paranoia)
 BuildRequires:  pkgconfig(libdc1394-2)
+BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libgme)
 BuildRequires:  pkgconfig(liboil-0.3) >= 0.3.15
 BuildRequires:  pkgconfig(libopenjp2) >= 2.1.0
@@ -138,13 +160,21 @@
 BuildRequires:  pkgconfig(libva) >= 0.35.0
 BuildRequires:  pkgconfig(libwebp) >= 0.4
 BuildRequires:  pkgconfig(libxml-2.0)
+%if %{with zmq}
 BuildRequires:  pkgconfig(libzmq)
+%endif
+%if %{with lv2}
 BuildRequires:  pkgconfig(lilv-0)
+%endif
 BuildRequires:  pkgconfig(ogg)
 BuildRequires:  pkgconfig(opus)
+%if %{with rubberband}
 BuildRequires:  pkgconfig(rubberband)
+%endif
 BuildRequires:  pkgconfig(sdl2)
+%if %{with soxr}
 BuildRequires:  pkgconfig(soxr)
+%endif
 BuildRequires:  pkgconfig(speex)
 %if %{with srt}
 BuildRequires:  pkgconfig(srt)
@@ -176,7 +206,7 @@
 %if %{with librtmp}
 BuildRequires:  pkgconfig(librtmp)
 %endif
-%if %{with nvidia}
+%if %{with nvcodec}
 BuildRequires:  pkgconfig(ffnvcodec)
 %endif
 %if %{with xvid}
@@ -555,8 +585,11 @@
        --enable-libbluray \
        --enable-libcelt \
        --enable-libcdio \
+%if %{with codec2}
        --enable-libcodec2 \
+%endif
        --enable-libdc1394 \
+       --enable-libdrm \
        --enable-libfontconfig \
        --enable-libfreetype \
        --enable-libfribidi \
@@ -572,8 +605,12 @@
 %endif
        --enable-libopus \
        --enable-libpulse \
+%if %{with rubberband}
        --enable-librubberband \
+%endif
+%if %{with soxr}
        --enable-libsoxr \
+%endif
        --enable-libspeex \
        --enable-libssh \
 %if %{with srt}
@@ -592,9 +629,13 @@
 %if %{with zimg}
        --enable-libzimg \
 %endif
+%if %{with zmq}
        --enable-libzmq \
+%endif
        --enable-libzvbi \
+%if %{with lv2}
        --enable-lv2 \
+%endif
        --enable-vaapi \
        --enable-vdpau \
 %if %{with fdk_aac}



Reply via email to