Hello community,

here is the log from the commit of package ffmpeg-4 for openSUSE:Factory 
checked in at 2019-02-04 21:19:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old)
 and      /work/SRC/openSUSE:Factory/.ffmpeg-4.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffmpeg-4"

Mon Feb  4 21:19:21 2019 rev:7 rq:666343 version:4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes        2018-12-11 
15:41:47.330604662 +0100
+++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new.28833/ffmpeg-4.changes     
2019-02-04 21:19:34.427687454 +0100
@@ -1,0 +2,7 @@
+Tue Jan 15 20:45:50 UTC 2019 - bjorn....@gmail.com
+
+- Add conditional pkgconfig(vo-amrwbenc) BuildRequires and
+  conditionally pass --enable-libvo-amrwbenc --enable-version3 to
+  configure: build amrwb encoder if dependency is present.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ffmpeg-4.spec ++++++
--- /var/tmp/diff_new_pack.dNPZBn/_old  2019-02-04 21:19:35.875686902 +0100
+++ /var/tmp/diff_new_pack.dNPZBn/_new  2019-02-04 21:19:35.879686901 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ffmpeg-4
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,6 +44,7 @@
 %bcond_without nvcodec
 %endif
 %if 0%{?BUILD_ORIG}
+%bcond_with    amrwb
 %bcond_without cuda_sdk
 %else
 %bcond_with cuda_sdk
@@ -219,6 +220,9 @@
 %if %{with opencore}
 BuildRequires:  pkgconfig(opencore-amrnb)
 %endif
+%if %{with amrwb}
+BuildRequires:  pkgconfig(vo-amrwbenc)
+%endif
 %if %{with x264}
 BuildRequires:  pkgconfig(x264)
 %endif
@@ -653,6 +657,10 @@
        --enable-libopencore-amrwb \
        --enable-version3 \
 %endif
+%if %{with amrwb}
+       --enable-libvo-amrwbenc \
+       --enable-version3 \
+%endif
 %if %{with x264}
        --enable-libx264 \
 %endif



Reply via email to