r4072 - in vdr/vdr-plugin-mp3/trunk/debian: . patches
Thomas Günther
tom-guest at alioth.debian.org
Wed Jan 17 01:42:37 CET 2007
Author: tom-guest
Date: 2007-01-17 01:42:37 +0100 (Wed, 17 Jan 2007)
New Revision: 4072
Added:
vdr/vdr-plugin-mp3/trunk/debian/patches/91_mp3-vdr150.dpatch
Modified:
vdr/vdr-plugin-mp3/trunk/debian/changelog
vdr/vdr-plugin-mp3/trunk/debian/patches/00list
Log:
Added 91_mp3-vdr150.dpatch
Modified: vdr/vdr-plugin-mp3/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/changelog 2007-01-17 00:39:38 UTC (rev 4071)
+++ vdr/vdr-plugin-mp3/trunk/debian/changelog 2007-01-17 00:42:37 UTC (rev 4072)
@@ -1,3 +1,10 @@
+vdr-plugin-mp3 (0.9.15-7) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+ * Added 91_mp3-vdr150.dpatch
+
+ -- Thomas Günther <tom at toms-cafe.de> Wed, 17 Jan 2007 01:41:32 +0100
+
vdr-plugin-mp3 (0.9.15-6) experimental; urgency=low
[ Thomas Günther ]
Modified: vdr/vdr-plugin-mp3/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/patches/00list 2007-01-17 00:39:38 UTC (rev 4071)
+++ vdr/vdr-plugin-mp3/trunk/debian/patches/00list 2007-01-17 00:42:37 UTC (rev 4072)
@@ -1,2 +1,3 @@
01_mp3-ogg-conv-utf8
10_debian-fhs-defaults
+91_mp3-vdr150
Added: vdr/vdr-plugin-mp3/trunk/debian/patches/91_mp3-vdr150.dpatch
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/patches/91_mp3-vdr150.dpatch 2007-01-17 00:39:38 UTC (rev 4071)
+++ vdr/vdr-plugin-mp3/trunk/debian/patches/91_mp3-vdr150.dpatch 2007-01-17 00:42:37 UTC (rev 4072)
@@ -0,0 +1,70 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 91_mp3-vdr150.dpatch by stefan.h at vdrportal.de
+## http://vdrportal.de/board/thread.php?postid=565407#post565407
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Changes for VDR >= 1.5.0.
+
+ at DPATCH@
+diff -urN mp3-0.9.15/mp3.c mp3-unstable/mp3.c
+--- mp3-0.9.15/mp3.c 2006-08-30 17:39:24.000000000 +0200
++++ mp3-unstable/mp3.c 2007-01-15 18:33:56.000000000 +0100
+@@ -342,7 +342,12 @@
+ #else
+ Interface->Close();
+ #endif
+- needsFastResponse=visible=bigwin=false;
++ visible=bigwin=false;
++#if APIVERSNUM >= 10500
++ SetNeedsFastResponse(false);
++#else
++ needsFastResponse=false;
++#endif
+ }
+ }
+
+@@ -502,7 +507,12 @@
+ #endif
+ ShowStatus(true);
+ bigwin=bigWin;
+- needsFastResponse=visible=true;
++ visible=true;
++#if APIVERSNUM >= 10500
++ SetNeedsFastResponse(true);
++#else
++ needsFastResponse=true;
++#endif
+ fliptime=listtime=0; flipint=0; flip=-1; top=lastTop=-1; lastIndex=lastTotal=-1;
+ delete lastMode; lastMode=0;
+ }
+diff -urN mp3-0.9.15/mplayer.c mp3-unstable/mplayer.c
+--- mp3-0.9.15/mplayer.c 2006-09-19 20:18:13.000000000 +0200
++++ mp3-unstable/mplayer.c 2007-01-15 18:33:56.000000000 +0100
+@@ -232,7 +233,12 @@
+ #else
+ Interface->Close();
+ #endif
+- needsFastResponse=visible=modeOnly=false;
++ visible=modeOnly=false;
++#if APIVERSNUM >= 10500
++ SetNeedsFastResponse(false);
++#else
++ needsFastResponse=false;
++#endif
+ }
+ }
+
+@@ -303,7 +309,12 @@
+ Interface->Clear();
+ if(MPlayerSetup.OsdPos>0) Interface->Fill(0,3,Interface->Width(),MPlayerSetup.OsdPos,clrTransparent);
+ #endif
+- needsFastResponse=visible=true; modeOnly=false;
++ visible=true; modeOnly=false;
++#if APIVERSNUM >= 10500
++ SetNeedsFastResponse(true);
++#else
++ needsFastResponse=true;
++#endif
+ lastCurrent=lastTotal=-1;
+ flush=true;
+ }
More information about the pkg-vdr-dvb-changes
mailing list