Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2019-05-03 22:28:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Fri May  3 22:28:12 2019 rev:95 rq:700353 version:3.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2019-03-24 14:57:13.383200626 
+0100
+++ /work/SRC/openSUSE:Factory/.vlc.new.5148/vlc.changes        2019-05-03 
22:28:14.432347999 +0200
@@ -1,0 +2,13 @@
+Thu May  2 15:42:08 UTC 2019 - [email protected]
+
+- The license of fdk-aac is not GPL compatible, therefore this pkg
+  can not possibly be built with fdk-aac by default
+  To gain fdk-aac support, recompile it at home and keep it there
+- Restore code to handle faad
+
+-------------------------------------------------------------------
+Wed Apr 24 17:44:49 UTC 2019 - Martin Liška <[email protected]>
+
+- Disable LTO (boo#1133290).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.8GeJCz/_old  2019-05-03 22:28:15.352347696 +0200
+++ /var/tmp/diff_new_pack.8GeJCz/_new  2019-05-03 22:28:15.356347695 +0200
@@ -30,6 +30,8 @@
 %bcond_with fluidsynth
 # VNC support - the module is not really usable in most cases tested so far 
(e.g. against qemu-kvm -vnc :xx)
 %bcond_with vnc
+%bcond_with faad
+%bcond_with fdk_aac
 Name:           vlc
 Version:        3.0.6
 Release:        0
@@ -223,7 +225,12 @@
 # Those are dependencies which are NOT provided in openSUSE, mostly for legal 
reasons.
 %if 0%{?BUILD_ORIG}
 BuildRequires:  libxvidcore-devel
+%if %{with faad}
+BuildRequires:  libfaad-devel
+%endif
+%if %{with fdk_aac}
 BuildRequires:  pkgconfig(fdk-aac)
+%endif
 BuildRequires:  pkgconfig(libdca) >= 0.0.5
 BuildRequires:  pkgconfig(x264) >= 0.8.6
 BuildRequires:  pkgconfig(x265)
@@ -402,6 +409,7 @@
 sed -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -i modules/gui/qt/dialogs/help.cpp 
src/config/help.c
 
 %build
+%define _lto_cflags %{nil}
 %if 0%{?suse_version} < 1500
 export CC=%{_bindir}/gcc-7
 export CXX=%{_bindir}/g++-7
@@ -466,7 +474,12 @@
   --disable-wayland                     \
 %endif
 %if 0%{?BUILD_ORIG}
+%if %{with fdk_aac}
    --enable-fdkaac                      \
+%endif
+%if %{with faad}
+   --enable-faad                        \
+%endif
    --enable-dca                         \
    --enable-x265                        \
 %else
@@ -1139,7 +1152,12 @@
 %if 0%{?BUILD_ORIG}
 %files codecs
 %{_libdir}/vlc/plugins/codec/libdca_plugin.so
+%if %{with faad}
+%{_libdir}/vlc/plugins/codec/libfaad_plugin.so
+%endif
+%if %{with fdk_aac}
 %{_libdir}/vlc/plugins/codec/libfdkaac_plugin.so
+%endif
 %{_libdir}/vlc/plugins/codec/libx264_plugin.so
 %{_libdir}/vlc/plugins/codec/libx26410b_plugin.so
 %{_libdir}/vlc/plugins/codec/libx265_plugin.so


Reply via email to