r4058 - in vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian: . patches

Tobias Grimm tiber-guest at alioth.debian.org
Mon Jan 15 01:28:32 CET 2007


Author: tiber-guest
Date: 2007-01-15 01:28:31 +0100 (Mon, 15 Jan 2007)
New Revision: 4058

Added:
   vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian/patches/10_em8300_mc_path.dpatch
Modified:
   vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian/changelog
   vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian/patches/00list
Log:
* Added 10_em8300_mc_path.dpatch for old em8300

Modified: vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian/changelog
===================================================================
--- vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian/changelog	2007-01-15 00:24:07 UTC (rev 4057)
+++ vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian/changelog	2007-01-15 00:28:31 UTC (rev 4058)
@@ -1,3 +1,9 @@
+vdr-plugin-dxr3 (0.2.6-8ctvdr-sarge) experimental; urgency=low
+
+  * Added 10_em8300_mc_path.dpatch for old em8300
+
+ -- Tobias Grimm <tg at e-tobi.net>  Mon, 15 Jan 2007 01:26:38 +0100
+
 vdr-plugin-dxr3 (0.2.6-8) experimental; urgency=low
 
   [ Thomas Günther ]

Modified: vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian/patches/00list	2007-01-15 00:24:07 UTC (rev 4057)
+++ vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian/patches/00list	2007-01-15 00:28:31 UTC (rev 4058)
@@ -1,4 +1,5 @@
 01_Makefile-fPIC-fix
 02_debian_ffmpeg
+10_em8300_mc_path.dpatch
 
 90_audioid

Added: vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian/patches/10_em8300_mc_path.dpatch
===================================================================
--- vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian/patches/10_em8300_mc_path.dpatch	2007-01-15 00:24:07 UTC (rev 4057)
+++ vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian/patches/10_em8300_mc_path.dpatch	2007-01-15 00:28:31 UTC (rev 4058)
@@ -0,0 +1,20 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+
+## EM8300 Micro Code path
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Changes path to EM8300 micro code file
+
+ at DPATCH@
+diff -urNad vdr-plugin-dxr3-0.2.5~/Makefile vdr-plugin-dxr3-0.2.5/Makefile
+--- vdr-plugin-dxr3-0.2.5~/Makefile	2006-01-15 16:12:22.000000000 +0100
++++ vdr-plugin-dxr3-0.2.5/Makefile	2006-01-15 16:12:50.000000000 +0100
+@@ -50,7 +50,7 @@
+ # where is the microcode for the dxr3 located?  em8300 driver version 0.15.2
+ # and later installs it by default to /lib/firmware/em8300.bin, and earlier
+ # versions to /usr/share/misc/em8300.uc.
+-DEFINES += -DMICROCODE=\"/lib/firmware/em8300.bin\"
++DEFINES += -DMICROCODE=\"/usr/lib/em8300/em8300.uc\"
+ 
+ # use OSD scaler borrowed from the Xine plugin?
+ # comment this out to use the traditional vdr-dxr3 scaler


Property changes on: vdr/vdr-plugin-dxr3/branches/em8300-before-0.16.0-1/debian/patches/10_em8300_mc_path.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-vdr-dvb-changes mailing list