Dominique Leuenberger 2014-10-07 00:44:58 +00:00 committed by Git OBS Bridge
parent ec1f4b76a6
commit 485e0e9bd2
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 7 00:44:05 UTC 2014 - dimstar@opensuse.org
- 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.
-------------------------------------------------------------------
Sun Oct 5 12:54:44 UTC 2014 - olaf@aepfle.de

View File

@ -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: alsa-devel >= 1.0.24
BuildRequires: avahi-devel
BuildRequires: fdupes
BuildRequires: flac-devel
%if %{with fluidsynth}
BuildRequires: fluidsynth-devel
%endif
%if 0%{?suse_version} >= 1220
BuildRequires: freerdp-devel
%endif
@ -664,7 +669,9 @@ done
%{_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