From f91f2207ce0b23a7e7ba675ac1d87d3e6c84aed03a9a1284cc9da612bd416545 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 4 Jul 2017 07:08:10 +0000 Subject: [PATCH] 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 --- vlc.changes | 5 +++++ vlc.spec | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/vlc.changes b/vlc.changes index 6be2721..dd66676 100644 --- a/vlc.changes +++ b/vlc.changes @@ -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 diff --git a/vlc.spec b/vlc.spec index 434786b..0db0cb6 100644 --- a/vlc.spec +++ b/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