Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-backports-src > by-pkgid > 263cd8406853f00b1f5b5242919bb714 > files > 1

vdr-plugin-yaepg-0.0.2.1-19mdv2009.1.src.rpm

#! /bin/sh /usr/share/dpatch/dpatch-run
## 94_yaepg-1.3.38.dpatch by Thomas G�nther <tom@toms-cafe.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Changes for VDR >= 1.3.38.

@DPATCH@
--- yaepg-0.0.2/yaepg.c
+++ yaepg-0.0.2/yaepg.c
@@ -1638,7 +1638,7 @@
 
 		case kBlue:
 			/* Can this be fixed to work with NTSC ? */
-			cDevice::PrimaryDevice()->GrabImageFile("img.jpg",
+			cDevice::PrimaryDevice()->GrabImageFile("/tmp/img.jpg",
 					true, 256, -1, -1);
 			state = osContinue;
 			break;