Hello community,
here is the log from the commit of package vdr-plugin-xineliboutput for
openSUSE:Factory checked in at 2017-03-24 02:21:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vdr-plugin-xineliboutput (Old)
and /work/SRC/openSUSE:Factory/.vdr-plugin-xineliboutput.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vdr-plugin-xineliboutput"
Fri Mar 24 02:21:23 2017 rev:5 rq:481181 version:2.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/vdr-plugin-xineliboutput/vdr-plugin-xineliboutput.changes
2015-10-12 10:02:49.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.vdr-plugin-xineliboutput.new/vdr-plugin-xineliboutput.changes
2017-03-24 02:21:24.442163169 +0100
@@ -1,0 +2,33 @@
+Sat Mar 18 14:03:58 UTC 2017 - [email protected]
+
+- update to version 2.0.0 (2017-03-12):
+ - Support vdr-2.3.1
+ - Dropped support for vdr < 2.0
+ - Fixed problems with xine-lib 1.2.7+
+ - Fixed ts demuxing with some video streams (Thanks to
+ Niedermeier Guenter)
+ - Fixed primary device switching
+ - Fixed segfault when playing audio-only stream with
+ visualization (Thanks to Tobias Grimm)
+ - Fixed toggling fullscreen mode
+ - Fixed lost post processing when stream is reconnected
+ - Fixed HUD OSD crash with UHD resolution video output
+ - Added mDNS announces (tested with VLC)
+ - Added an option to trigger vdr-suspendoutput when there are no
+ connected clients (needs vdr-plugin-suspendoutput >= 2.1)
+ - Added HDMI-CEC input support (libcec)
+ - Added support for cDevice::ScaleVideo()
+ - Added an option to disable media player resume file creation
+ - Added PRIM command into SVDRP interface
+ - Added option to use True Color OSD when no client is connected
+ - Added support for HEVC
+ - Improved H.264 support
+ - Bug fixes
+ - Build system updates
+ - Translation updates
+- packaging:
+ - updated build system now needs no more hacks, just "make"
+ - removed xineliboutput-1.1.0-vdr-2.2.patch
+ - build against libcec
+
+-------------------------------------------------------------------
Old:
----
vdr-xineliboutput-1.1.0.tgz
xineliboutput-1.1.0-vdr-2.2.patch
New:
----
vdr-xineliboutput-2.0.0.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vdr-plugin-xineliboutput.spec ++++++
--- /var/tmp/diff_new_pack.Upq24E/_old 2017-03-24 02:21:25.158061874 +0100
+++ /var/tmp/diff_new_pack.Upq24E/_new 2017-03-24 02:21:25.158061874 +0100
@@ -1,7 +1,7 @@
#
# spec file for package vdr-plugin-xineliboutput
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,16 +19,15 @@
%define pluginname xineliboutput
%define pluginurl http://sourceforge.net/projects/xineliboutput/
Name: vdr-plugin-xineliboutput
-Version: 1.1.0
+Version: 2.0.0
Release: 0
Summary: VDR %{pluginname} plugin
License: GPL-2.0
Group: Hardware/TV
Url: %{pluginurl}
-Source: vdr-%{pluginname}-%{version}.tgz
+Source:
https://downloads.sourceforge.net/project/xineliboutput/xineliboutput/vdr-%{pluginname}-%{version}/vdr-%{pluginname}-%{version}.tgz
Source1: remote.conf
Source2: xineliboutput_allowed_hosts.conf
-Patch0: xineliboutput-1.1.0-vdr-2.2.patch
%if 0%{?suse_version} < 1200
BuildRequires: Mesa-devel
%else
@@ -46,6 +45,7 @@
BuildRequires: vdr-devel
BuildRequires: xine-devel
BuildRequires: xorg-x11-devel
+BuildRequires: pkgconfig(libcec)
# FIXME: use proper Requires(pre/post/preun/...)
PreReq: %{vdr_prereq}
# only needef for packages that used the old naming scheme
@@ -68,16 +68,15 @@
%prep
%setup -q -n %{pluginname}-%{version}
-%patch0 -p1
cp %{SOURCE1} .
%build
-# crappy makefile does everything on "make install" anyway...
-
-%install
# use msgmerge wrapper
export PATH=%{_datadir}/vdr:$PATH
-make VDRDIR=%{vdr_includedir} DESTDIR=%{buildroot}
LOCALEDIR=%{buildroot}%{vdr_localedir} install
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
%{vdr_find_locale}
install -D -m 0644 %{SOURCE2}
%{buildroot}%{vdr_sysconfdir}/plugins/xineliboutput/allowed_hosts.conf
++++++ vdr-xineliboutput-1.1.0.tgz -> vdr-xineliboutput-2.0.0.tgz ++++++
++++ 12897 lines of diff (skipped)