Changes of Revision 21
[-] | Changed | vlc.spec |
x 1
2 BuildRequires: libdca-devel 3 BuildRequires: DirectFB-devel libid3tag-devel 4 %if 0%{?suse_version} <= 1130 5 -%if 0%{?suse_version} >= 1120 6 +%if 0%{?suse_version} >= 1120 || 0%{?sles_version} >= 11 7 BuildRequires: mozilla-xulrunner192-devel 8 %endif 9 %else 10
11 for gnome-vfs2. 12 13 14 -%if 0%{?suse_version} >= 1120 15 +%if 0%{?suse_version} >= 1120 || 0%{?sles_version} >= 11 16 %package mozillaplugin 17 Summary: The mozilaplugin enables VLC inside Mozilla Browser 18 Group: Productivity/Multimedia/Video/Players 19
20 %endif 21 --enable-id3tag \ 22 --enable-lirc \ 23 -%if 0%{?suse_version} >= 1120 24 +%if 0%{?suse_version} >= 1120 || 0%{?sles_version} >= 11 25 --enable-mozilla \ 26 %endif 27 --enable-ncurses \ 28
29 %suse_update_desktop_file %name AudioVideo Player Video 30 31 32 -%if 0%{?suse_version} >= 1120 33 +%if 0%{?suse_version} >= 1120 || 0%{?sles_version} >= 11 34 %__install -d %{buildroot}/%{_libdir}/browser-plugins/ 35 %__ln_s %{_libdir}/mozilla/plugins/libvlcplugin.so %{buildroot}/%{_libdir}/browser-plugins/libvlcplugin.so 36 %endif 37
38 %{_libdir}/vlc/plugins/audio_output/libpulse_plugin.so 39 %endif 40 41 -%if 0%{?suse_version} >= 1120 42 +%if 0%{?suse_version} >= 1120 || 0%{?sles_version} >= 11 43 %files mozillaplugin 44 %defattr(-,root,root) 45 %dir %{_libdir}/mozilla 46 |