Updating link to change in openSUSE:Factory/vlc revision 75.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=b42ef3fefe9a9458a2213ff9060389cc
This commit is contained in:
parent
08fdab753f
commit
f92a9252a9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 3 16:20:45 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Disable projectM on non-x86(_64) archs (boo#1070913).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 26 23:21:35 UTC 2017 - joerg.lorenzen@ki.tng.de
|
||||
|
||||
|
4
vlc.spec
4
vlc.spec
@ -156,6 +156,7 @@ BuildRequires: pkgconfig(libswscale)
|
||||
BuildRequires: pkgconfig(SDL_image) >= 1.2.10
|
||||
BuildRequires: pkgconfig(libupnp)
|
||||
BuildRequires: pkgconfig(opencv) > 2.0
|
||||
%ifarch %ix86 x86_64
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: pkgconfig(libprojectM-qt5) >= 2.0.0
|
||||
%else
|
||||
@ -163,6 +164,7 @@ BuildRequires: pkgconfig(libprojectM) >= 2.0.0
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1110 || 0%{?BUILD_ORIG}
|
||||
BuildRequires: libmatroska-devel
|
||||
BuildRequires: pkgconfig(dvdnav) > 4.9.0
|
||||
@ -613,10 +615,12 @@ install -Dm0644 %{SOURCE3} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
|
||||
%{_libdir}/vlc/plugins/visualization/libglspectrum_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_output/libaa_plugin.so
|
||||
%if 0%{?suse_version} > 1110
|
||||
%ifarch %ix86 x86_64
|
||||
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
|
||||
%{_libdir}/vlc/plugins/visualization/libprojectm_plugin.so
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%files lang -f vlc.lang
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user