Author: martinkg
Update of /cvs/free/rpms/vdr-xineliboutput/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10606/devel
Modified Files:
.cvsignore sources vdr-xineliboutput.spec
Added Files:
xineliboutput_renamed_iDoubleTapTimeoutMs_in_libcec.diff
Log Message:
xineliboutput_renamed_iDoubleTapTimeoutMs_in_libcec.diff:
xine_frontend_cec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE xineliboutput_renamed_iDoubleTapTimeoutMs_in_libcec.diff ---
diff --git a/xine_frontend_cec.c b/xine_frontend_cec.c
index 02e44f0..461bc4f 100644
--- a/xine_frontend_cec.c
+++ b/xine_frontend_cec.c
@@ -272,7 +272,7 @@ static void libcec_config_clear(libcec_configuration *p)
p->bMonitorOnly = 0;
p->cecVersion = CEC_DEFAULT_SETTING_CEC_VERSION;
p->adapterType = ADAPTERTYPE_UNKNOWN;
- p->iDoubleTapTimeoutMs = CEC_DOUBLE_TAP_TIMEOUT_MS;
+ p->iDoubleTapTimeout50Ms = CEC_DOUBLE_TAP_TIMEOUT_50_MS;
p->comboKey = CEC_USER_CONTROL_CODE_STOP;
p->iComboKeyTimeoutMs = CEC_DEFAULT_COMBO_TIMEOUT_MS;
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-xineliboutput/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 7 Jul 2014 17:37:09 -0000 1.3
+++ .cvsignore 3 Mar 2015 17:44:45 -0000 1.4
@@ -1 +1 @@
-vdr-xineliboutput-1.1.0-20140704.tgz
+vdr-xineliboutput-1.1.0-20150220.tgz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-xineliboutput/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 7 Jul 2014 17:37:09 -0000 1.3
+++ sources 3 Mar 2015 17:44:45 -0000 1.4
@@ -1 +1 @@
-1e0f7f7ab976d48b10ee9aa2dcb68789 vdr-xineliboutput-1.1.0-20140704.tgz
+1f074db16339c4713deee2562874e0e9 vdr-xineliboutput-1.1.0-20150220.tgz
Index: vdr-xineliboutput.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-xineliboutput/devel/vdr-xineliboutput.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vdr-xineliboutput.spec 20 Oct 2014 01:38:44 -0000 1.5
+++ vdr-xineliboutput.spec 3 Mar 2015 17:44:45 -0000 1.6
@@ -3,13 +3,13 @@
%global xinepluginver 2.0.0
%global pname xineliboutput
%global vdrver %(vdr-config --version 2>/dev/null || echo ERROR)
-%global cvsver 20140704
+%global cvsver 20150220
# build bluray support (disabled for now)
%global have_bluray 1
Name: vdr-%{pname}
Version: 1.1.0
-Release: 13%{?cvsver:.cvs%{cvsver}}%{?dist}
+Release: 14%{?cvsver:.cvs%{cvsver}}%{?dist}
Summary: Plugins for watching VDR over Xine
Group: Applications/Multimedia
@@ -17,11 +17,12 @@
URL:
http://sourceforge.net/projects/xineliboutput
# how to get the tarball
# cvs -d:pserver:anonymous@xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput co
vdr-xineliboutput
-# mv vdr-xineliboutput vdr-xineliboutput-1.1.0-20140704
-# tar cfz /home/martin/rpmbuild/SOURCES/vdr-xineliboutput-1.1.0-20140704.tgz
vdr-xineliboutput-1.1.0-20140704
+# mv vdr-xineliboutput vdr-xineliboutput-1.1.0-20150220
+# tar cfz /home/martin/rpmbuild/SOURCES/vdr-xineliboutput-1.1.0-20150220.tgz
vdr-xineliboutput-1.1.0-20150220
Source0: %{name}-%{version}%{?cvsver:-%{cvsver}}.tgz
Source1: %{name}.conf
Source2: allowed_hosts.conf
+Patch0:
https://raw.githubusercontent.com/VDR4Arch/vdr4arch/master/plugins/vdr-%{...
BuildRequires: gettext
BuildRequires: vdr-devel >= %{vdrver}
@@ -69,6 +70,7 @@
%prep
%setup -q -n %{name}-%{version}%{?cvsver:-%{cvsver}}
+%patch0 -p1
./configure \
--enable-x11 \
@@ -146,13 +148,17 @@
%changelog
+* Tue Mar 03 2015 Martin Gansser <martinkg(a)fedoraproject.org> -
1.1.0-14.cvs20150220
+- Update to recent cvs version
+- Added patch %%{pname}_renamed_iDoubleTapTimeoutMs_in_libcec.diff
+
* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 1.1.0-13.cvs20140704
- Rebuilt for FFmpeg 2.4.3
* Thu Aug 07 2014 Sérgio Basto <sergio(a)serjux.com> - 1.1.0-12.cvs20140704
- Rebuilt for ffmpeg-2.3
-* Thu Jul 04 2014 Martin Gansser <martinkg(a)fedoraproject.org> -
1.1.0-11.cvs20140704
+* Fri Jul 04 2014 Martin Gansser <martinkg(a)fedoraproject.org> -
1.1.0-11.cvs20140704
- Update to recent cvs version
* Thu May 29 2014 Martin Gansser <martinkg(a)fedoraproject.org> -
1.1.0-10.cvs20140429