Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 35ea07464c31c9d0b4c67d16b790bca8 > files > 1

vdr-plugin-yaepg-0.0.2.1-19mdv2010.0.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;