Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2017-07-04 09:08:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Tue Jul  4 09:08:10 2017 rev:69 rq:507121 version:2.2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2017-06-02 10:31:30.219408084 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes     2017-07-04 
09:08:11.369211522 +0200
@@ -1,0 +2,5 @@
+Thu Jun 22 15:34:58 UTC 2017 - [email protected]
+
+- Disable vnc access module: it does not work in my current tests.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.kZ7mGP/_old  2017-07-04 09:08:12.621035440 +0200
+++ /var/tmp/diff_new_pack.kZ7mGP/_new  2017-07-04 09:08:12.625034878 +0200
@@ -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(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 @@
 %{_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


Reply via email to