- First attempts on enabling build for SLE-12.
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=87
This commit is contained in:
parent
ea65bc0d86
commit
a590f08162
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 07:47:58 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- First attempts on enabling build for SLE-12.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 18:37:20 UTC 2014 - vindex17@outlook.it
|
||||
|
||||
|
16
vlc.spec
16
vlc.spec
@ -76,7 +76,7 @@ BuildRequires: libcaca-devel
|
||||
BuildRequires: libcddb-devel
|
||||
BuildRequires: libcdio-devel
|
||||
BuildRequires: libkde4-devel
|
||||
%if 0%{?suse_version} >= 1230
|
||||
%if 0%{?suse_version} >= 1230 && 0%{?suse_version} != 1315
|
||||
BuildRequires: libchromaprint-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1140
|
||||
@ -91,7 +91,7 @@ BuildRequires: libjack-devel >= 1.9.7
|
||||
BuildRequires: libkate-devel
|
||||
BuildRequires: libmatroska-devel
|
||||
BuildRequires: libmodplug-devel
|
||||
%if 0%{?suse_version} > 1230
|
||||
%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
|
||||
BuildRequires: libmlt6-modules
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1140
|
||||
@ -122,11 +122,11 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: lirc-devel
|
||||
BuildRequires: live555-devel
|
||||
BuildRequires: lua-devel
|
||||
%if 0%{?suse_version} >= 1140
|
||||
%if 0%{?suse_version} >= 1140 && 0%{?suse_version} != 1315
|
||||
BuildRequires: opencv-devel
|
||||
%endif
|
||||
BuildRequires: pcre-devel
|
||||
%if 0%{?suse_version} >= 1220
|
||||
%if 0%{?suse_version} >= 1220 && 0%{?suse_version} != 1315
|
||||
BuildRequires: projectM-devel
|
||||
%endif
|
||||
BuildRequires: pulseaudio-devel
|
||||
@ -165,7 +165,6 @@ BuildRequires: libffmpeg-devel
|
||||
BuildRequires: libmad-devel
|
||||
BuildRequires: libmpeg2-devel
|
||||
BuildRequires: libtwolame-devel
|
||||
BuildRequires: libvdpau-devel
|
||||
BuildRequires: libx264-devel
|
||||
BuildRequires: libxvidcore-devel
|
||||
%endif
|
||||
@ -447,7 +446,7 @@ done
|
||||
%{_libdir}/vlc/plugins/video_output/libgles2_plugin.so
|
||||
%endif
|
||||
%{_libdir}/vlc/plugins/video_output/libaa_plugin.so
|
||||
%if 0%{?suse_version} >= 1220
|
||||
%if 0%{?suse_version} >= 1220 && 0%{?suse_version} != 1315
|
||||
%{_libdir}/vlc/plugins/visualization/libprojectm_plugin.so
|
||||
%endif
|
||||
|
||||
@ -821,7 +820,7 @@ done
|
||||
%{_libdir}/vlc/plugins/stream_filter/libsmooth_plugin.so
|
||||
%{_libdir}/vlc/plugins/stream_out/libstream_out_autodel_plugin.so
|
||||
%{_libdir}/vlc/plugins/stream_out/libstream_out_bridge_plugin.so
|
||||
%if 0%{?suse_version} >= 1230
|
||||
%if 0%{?suse_version} >= 1230 && 0%{?suse_version} != 1315
|
||||
%{_libdir}/vlc/plugins/stream_out/libstream_out_chromaprint_plugin.so
|
||||
%endif
|
||||
%{_libdir}/vlc/plugins/stream_out/libstream_out_delay_plugin.so
|
||||
@ -882,7 +881,7 @@ done
|
||||
%{_libdir}/vlc/plugins/video_filter/libmosaic_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_filter/libmotionblur_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_filter/libmotiondetect_plugin.so
|
||||
%if 0%{?suse_version} >= 1140
|
||||
%if 0%{?suse_version} >= 1140 && 0%{?suse_version} != 1315
|
||||
%{_libdir}/vlc/plugins/video_filter/libopencv_example_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_filter/libopencv_wrapper_plugin.so
|
||||
%endif
|
||||
@ -934,7 +933,6 @@ done
|
||||
%{_libdir}/vlc/plugins/codec/libtwolame_plugin.so
|
||||
%{_libdir}/vlc/plugins/codec/libx264_plugin.so
|
||||
%{_libdir}/vlc/plugins/codec/libvaapi_plugin.so
|
||||
%{_libdir}/vlc/plugins/codec/libvdpau_plugin.so
|
||||
%{_libdir}/vlc/plugins/demux/libavformat_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_filter/libpostproc_plugin.so
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user