Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2016-05-24 09:35:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2016-05-08 10:40:29.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes     2016-05-24 
09:35:06.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 23 10:09:24 UTC 2016 - [email protected]
+
+- Disable freerdp module support on openSUSE Tumbleweed: VLC has
+  not been ported to FreeRDP 2.0.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.OjRItF/_old  2016-05-24 09:35:07.000000000 +0200
+++ /var/tmp/diff_new_pack.OjRItF/_new  2016-05-24 09:35:07.000000000 +0200
@@ -158,7 +158,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 @@
    --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 @@
 
 %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


Reply via email to