Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2014-10-11 22:41:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2014-10-06 12:06:02.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes     2014-10-11 
22:41:41.000000000 +0200
@@ -1,0 +2,12 @@
+Thu Oct  9 18:37:20 UTC 2014 - [email protected]
+
+- Enable SSE2 instruction set for x86_64
+
+-------------------------------------------------------------------
+Tue Oct  7 00:44:05 UTC 2014 - [email protected]
+
+- Disable fluidsynth again: the crashes we had earlier are still
+  not all fixed. They are less, but less common makes it more
+  difficult to debug.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.Jk5CZ3/_old  2014-10-11 22:41:42.000000000 +0200
+++ /var/tmp/diff_new_pack.Jk5CZ3/_new  2014-10-11 22:41:42.000000000 +0200
@@ -24,6 +24,9 @@
 # Currently no ncurses support. Will have to find the right trick for 
integrating curses (which is a curse)
 %define with_ncurses 0
 
+# Fluidsynth plugin is known to cause strange crashes here and there - disable 
it for now (2014-10-07, DimStar)
+%bcond_with fluidsynth
+
 %ifarch %arm
 %bcond_without opengles
 %else
@@ -46,7 +49,9 @@
 BuildRequires:  avahi-devel
 BuildRequires:  fdupes
 BuildRequires:  flac-devel
+%if %{with fluidsynth}
 BuildRequires:  fluidsynth-devel
+%endif
 %if 0%{?suse_version} >= 1220
 BuildRequires:  freerdp-devel
 %endif
@@ -276,13 +281,18 @@
 
 %build 
 pkg-config --exists smbclient && smbclient=$(pkg-config --cflags smbclient)
-%ifarch %{ix86} x86_64
+%ifarch %{ix86}
 export CFLAGS="%{optflags} -L%{_libdir}/live -msse -Wno-return-type $smbclient"
 export CXXFLAGS="%{optflags} -L%{_libdir}/live -msse -Wno-return-type 
$smbclient"
 %else
+%ifarch x86_64
+export CFLAGS="%{optflags} -L%{_libdir}/live -msse2 -Wno-return-type 
$smbclient"
+export CXXFLAGS="%{optflags} -L%{_libdir}/live -msse2 -Wno-return-type 
$smbclient"
+%else
 export CFLAGS="%{optflags} -L%{_libdir}/live -Wno-return-type $smbclient"
 export CXXFLAGS="%{optflags} -L%{_libdir}/live -Wno-return-type $smbclient"
 %endif
+%endif
 
 %configure \
    --disable-static                     \
@@ -664,7 +674,9 @@
 %{_libdir}/vlc/plugins/codec/libdvbsub_plugin.so
 %{_libdir}/vlc/plugins/codec/libedummy_plugin.so
 %{_libdir}/vlc/plugins/codec/libflac_plugin.so
+%if %{with fluidsynth}
 %{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so
+%endif
 %{_libdir}/vlc/plugins/codec/libg711_plugin.so
 %{_libdir}/vlc/plugins/codec/libkate_plugin.so
 %{_libdir}/vlc/plugins/codec/liblpcm_plugin.so

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to