Accepting request 397411 from multimedia:libs
- Disable freerdp module support on openSUSE Tumbleweed: VLC has not been ported to FreeRDP 2.0. OBS-URL: https://build.opensuse.org/request/show/397411 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=54
This commit is contained in:
commit
d0126770a3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 23 10:09:24 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Disable freerdp module support on openSUSE Tumbleweed: VLC has
|
||||
not been ported to FreeRDP 2.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 3 07:33:21 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
6
vlc.spec
6
vlc.spec
@ -158,7 +158,9 @@ BuildRequires: pkgconfig(taglib) >= 1.9
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1140
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.6.0
|
||||
%if 0%{?suse_version} < 1330
|
||||
BuildRequires: pkgconfig(freerdp) >= 1.0.1
|
||||
%endif
|
||||
BuildRequires: pkgconfig(gnutls) >= 3.2.0
|
||||
BuildRequires: pkgconfig(libbluray) >= 0.3.0
|
||||
BuildRequires: pkgconfig(libpulse) >= 1.0
|
||||
@ -352,7 +354,7 @@ export CXXFLAGS="%{optflags}"
|
||||
--enable-flac \
|
||||
%endif
|
||||
--enable-fast-install \
|
||||
%if 0%{?suse_version} > 1140
|
||||
%if 0%{?suse_version} > 1140 && 0%{?suse_version} < 1330
|
||||
--enable-freerdp \
|
||||
%endif
|
||||
--enable-freetype \
|
||||
@ -717,8 +719,10 @@ done
|
||||
|
||||
%if 0%{?suse_version} > 1140
|
||||
%{_libdir}/vlc/plugins/access/libpulsesrc_plugin.so
|
||||
%if 0%{?suse_version} < 1330
|
||||
%{_libdir}/vlc/plugins/access/librdp_plugin.so
|
||||
%endif
|
||||
%endif
|
||||
%{_libdir}/vlc/plugins/access/librtp_plugin.so
|
||||
%{_libdir}/vlc/plugins/access/libsdp_plugin.so
|
||||
%{_libdir}/vlc/plugins/access/libshm_plugin.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user