Updating link to change in openSUSE:Factory/vlc revision 69.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=414b2d640a769eead6fa04faa36e82e2
This commit is contained in:
parent
27cc6a8927
commit
f91f2207ce
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 22 15:34:58 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Disable vnc access module: it does not work in my current tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 26 14:28:36 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
7
vlc.spec
7
vlc.spec
@ -30,6 +30,9 @@
|
||||
%bcond_with gstreamer
|
||||
%endif
|
||||
|
||||
# VNC support - the module is not really usable in most cases tested so far (e.g. against qemu-kvm -vnc :xx)
|
||||
%bcond_with vnc
|
||||
|
||||
%ifarch %arm
|
||||
%bcond_without opengles
|
||||
%else
|
||||
@ -175,7 +178,9 @@ BuildRequires: pkgconfig(freerdp) >= 1.0.1
|
||||
BuildRequires: pkgconfig(gnutls) >= 3.2.0
|
||||
BuildRequires: pkgconfig(libbluray) >= 0.3.0
|
||||
BuildRequires: pkgconfig(libpulse) >= 1.0
|
||||
%if %{with vnc}
|
||||
BuildRequires: pkgconfig(libvncclient) >= 0.9.9
|
||||
%endif
|
||||
BuildRequires: pkgconfig(xcb-keysyms) >= 0.3.4
|
||||
BuildRequires: pkgconfig(xinerama)
|
||||
BuildRequires: pkgconfig(xpm)
|
||||
@ -779,7 +784,7 @@ install -Dm0644 %{S:3} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
|
||||
%{_libdir}/vlc/plugins/access/libvcd_plugin.so
|
||||
%{_libdir}/vlc/plugins/access/libvcdx_plugin.so
|
||||
|
||||
%if 0%{?suse_version} > 1140
|
||||
%if %{with vnc}
|
||||
%{_libdir}/vlc/plugins/access/libvnc_plugin.so
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1110
|
||||
|
Loading…
x
Reference in New Issue
Block a user