fix
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=84
This commit is contained in:
parent
ec1f4b76a6
commit
485e0e9bd2
@ -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
|
Sun Oct 5 12:54:44 UTC 2014 - olaf@aepfle.de
|
||||||
|
|
||||||
|
7
vlc.spec
7
vlc.spec
@ -24,6 +24,9 @@
|
|||||||
# Currently no ncurses support. Will have to find the right trick for integrating curses (which is a curse)
|
# Currently no ncurses support. Will have to find the right trick for integrating curses (which is a curse)
|
||||||
%define with_ncurses 0
|
%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
|
%ifarch %arm
|
||||||
%bcond_without opengles
|
%bcond_without opengles
|
||||||
%else
|
%else
|
||||||
@ -46,7 +49,9 @@ BuildRequires: alsa-devel >= 1.0.24
|
|||||||
BuildRequires: avahi-devel
|
BuildRequires: avahi-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flac-devel
|
BuildRequires: flac-devel
|
||||||
|
%if %{with fluidsynth}
|
||||||
BuildRequires: fluidsynth-devel
|
BuildRequires: fluidsynth-devel
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} >= 1220
|
%if 0%{?suse_version} >= 1220
|
||||||
BuildRequires: freerdp-devel
|
BuildRequires: freerdp-devel
|
||||||
%endif
|
%endif
|
||||||
@ -664,7 +669,9 @@ done
|
|||||||
%{_libdir}/vlc/plugins/codec/libdvbsub_plugin.so
|
%{_libdir}/vlc/plugins/codec/libdvbsub_plugin.so
|
||||||
%{_libdir}/vlc/plugins/codec/libedummy_plugin.so
|
%{_libdir}/vlc/plugins/codec/libedummy_plugin.so
|
||||||
%{_libdir}/vlc/plugins/codec/libflac_plugin.so
|
%{_libdir}/vlc/plugins/codec/libflac_plugin.so
|
||||||
|
%if %{with fluidsynth}
|
||||||
%{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so
|
%{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so
|
||||||
|
%endif
|
||||||
%{_libdir}/vlc/plugins/codec/libg711_plugin.so
|
%{_libdir}/vlc/plugins/codec/libg711_plugin.so
|
||||||
%{_libdir}/vlc/plugins/codec/libkate_plugin.so
|
%{_libdir}/vlc/plugins/codec/libkate_plugin.so
|
||||||
%{_libdir}/vlc/plugins/codec/liblpcm_plugin.so
|
%{_libdir}/vlc/plugins/codec/liblpcm_plugin.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user