Revision: 5284
Author: pebender
Date: Thu Aug  6 18:43:32 2009
Log: - Fixed a bug that caused LCDproc's dm140 driver to not be compiled.


http://code.google.com/p/minimyth/source/detail?r=5284

Modified:
  /trunk/gar-minimyth/html/minimyth/document-changelog.txt
  /trunk/gar-minimyth/script/system/lcdproc/checksums
   
/trunk/gar-minimyth/script/system/lcdproc/files/lcdproc-0.5.3-dm140_henlar_v0.2.patch

=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Thu Aug  6  
10:44:31 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Thu Aug  6  
18:43:32 2009
@@ -52,6 +52,7 @@
        on a lighttpd web server.
      - Fixed a bug that caused the Cyberlink remote to not be detected.
      - Fixed MythStream's parser for youtube videos.
+    - Fixed a bug that caused LCDproc's dm140 driver to not be compiled.

  Modified build system
      - Added ability for software list files to depend on the version of
@@ -68,6 +69,7 @@
      - Fixed a bug in lib/ffmpeg's GAR patch that prevented it from using
        dependent packages *-config files during configure..
      - Added missing lib/boost dependency utils/bzip2.
+    - Fixed a bug that caused LCDproc's dm140 driver to not be compiled.

  Removed packages
      Removed lib/libuuid (replaced by utils/util-linux-ng).
=======================================
--- /trunk/gar-minimyth/script/system/lcdproc/checksums Wed Jun 24 07:44:50  
2009
+++ /trunk/gar-minimyth/script/system/lcdproc/checksums Thu Aug  6 18:43:32  
2009
@@ -1,2 +1,2 @@
  fe9a7c9d8f2c5e76250ce2ea8f644921  download/lcdproc-0.5.3.tar.gz
-5b7ed338509d582d319077fcf7e5677c   
download/lcdproc-0.5.3-dm140_henlar_v0.2.patch
+48766b3e33d5c2fafb02aa1af103f390   
download/lcdproc-0.5.3-dm140_henlar_v0.2.patch
=======================================
---  
/trunk/gar-minimyth/script/system/lcdproc/files/lcdproc-0.5.3-dm140_henlar_v0.2.patch
    
Wed Jun 24 07:44:50 2009
+++  
/trunk/gar-minimyth/script/system/lcdproc/files/lcdproc-0.5.3-dm140_henlar_v0.2.patch
    
Thu Aug  6 18:43:32 2009
@@ -1,6 +1,24 @@
  diff -Naur lcdproc-0.5.3-old/acinclude.m4 lcdproc-0.5.3-new/acinclude.m4
  --- lcdproc-0.5.3-old/acinclude.m4    2009-05-18 23:44:46.000000000 -0700
-+++ lcdproc-0.5.3-new/acinclude.m4     2009-06-24 07:42:01.000000000 -0700
++++ lcdproc-0.5.3-new/acinclude.m4     2009-08-06 17:12:09.000000000 -0700
+@@ -8,7 +8,7 @@
+       [  --enable-drivers=<list> compile drivers for LCDs in <list>,]
+       [                  which is a comma-separated list of drivers.]
+       [                  Possible drivers are:]
+-      [                     
bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,ea65,]
++      [                     
bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,dm140,ea65,]
+       [                     
EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,icp_a106,imon,imonlcd,]
+       [                     
IOWarrior,irman,irtrans,joy,lb216,lcdm001,lcterm,lirc,lis,]
+       [                     
MD8800,ms6931,mtc_s16209x,MtxOrb,mx5000,NoritakeVFD,picolcd,]
+@@ -19,7 +19,7 @@
+       drivers="$enableval",
+        
drivers=[bayrad,CFontz,CFontz633,curses,CwLnx,glk,lb216,lcdm001,MtxOrb,pyramid,text])
+
+-allDrivers=[bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,ms6931,mtc_s16209x,MtxOrb,mx5000,NoritakeVFD,picolcd,pyramid,sed1330,sed1520,serialPOS,serialVFD,shuttleVFD,sli,stv5730,svga,t6963,text,tyan,ula200,xosd]
++allDrivers=[bayrad,CFontz,CFontz633,CFontzPacket,curses,dm140,CwLnx,ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,ms6931,mtc_s16209x,MtxOrb,mx5000,NoritakeVFD,picolcd,pyramid,sed1330,sed1520,serialPOS,serialVFD,shuttleVFD,sli,stv5730,svga,t6963,text,tyan,ula200,xosd]
+
+ drivers=`echo $drivers | sed -e 's/,/ /g'`
+
  @@ -128,6 +128,10 @@
                        DRIVERS="$DRIVERS CwLnx${SO}"
                        actdrivers=["$actdrivers CwLnx"]
@@ -14,7 +32,7 @@
                        actdrivers=["$actdrivers ea65"]
  diff -Naur lcdproc-0.5.3-old/LCDd.conf lcdproc-0.5.3-new/LCDd.conf
  --- lcdproc-0.5.3-old/LCDd.conf       2009-06-20 06:48:34.000000000 -0700
-+++ lcdproc-0.5.3-new/LCDd.conf        2009-06-24 07:42:01.000000000 -0700
++++ lcdproc-0.5.3-new/LCDd.conf        2009-08-06 15:28:12.000000000 -0700
  @@ -304,6 +304,10 @@


@@ -28,7 +46,7 @@

  diff -Naur lcdproc-0.5.3-old/server/drivers/dm140.c  
lcdproc-0.5.3-new/server/drivers/dm140.c
  --- lcdproc-0.5.3-old/server/drivers/dm140.c  1969-12-31 16:00:00.000000000  
-0800
-+++ lcdproc-0.5.3-new/server/drivers/dm140.c   2009-06-24 07:42:01.000000000  
-0700
++++ lcdproc-0.5.3-new/server/drivers/dm140.c   2009-08-06 15:28:12.000000000  
-0700
  @@ -0,0 +1,241 @@
  +/*
  + *  dm1400 vfd driver (c)2007 Henrik Larsson
@@ -273,7 +291,7 @@
  +
  diff -Naur lcdproc-0.5.3-old/server/drivers/dm140.h  
lcdproc-0.5.3-new/server/drivers/dm140.h
  --- lcdproc-0.5.3-old/server/drivers/dm140.h  1969-12-31 16:00:00.000000000  
-0800
-+++ lcdproc-0.5.3-new/server/drivers/dm140.h   2009-06-24 07:42:01.000000000  
-0700
++++ lcdproc-0.5.3-new/server/drivers/dm140.h   2009-08-06 15:28:12.000000000  
-0700
  @@ -0,0 +1,38 @@
  +#ifndef DM140_H
  +#define DM140_H
@@ -315,7 +333,7 @@
  +#endif
  diff -Naur lcdproc-0.5.3-old/server/drivers/led.c  
lcdproc-0.5.3-new/server/drivers/led.c
  --- lcdproc-0.5.3-old/server/drivers/led.c    1969-12-31 16:00:00.000000000  
-0800
-+++ lcdproc-0.5.3-new/server/drivers/led.c     2009-06-24 07:42:01.000000000  
-0700
++++ lcdproc-0.5.3-new/server/drivers/led.c     2009-08-06 15:28:12.000000000  
-0700
  @@ -0,0 +1,1065 @@
  +/* File modified by Henrik Larsson 2007 to interface with LCDproc API
  + */
@@ -1384,7 +1402,7 @@
  +}
  diff -Naur lcdproc-0.5.3-old/server/drivers/led.h  
lcdproc-0.5.3-new/server/drivers/led.h
  --- lcdproc-0.5.3-old/server/drivers/led.h    1969-12-31 16:00:00.000000000  
-0800
-+++ lcdproc-0.5.3-new/server/drivers/led.h     2009-06-24 07:42:01.000000000  
-0700
++++ lcdproc-0.5.3-new/server/drivers/led.h     2009-08-06 15:28:12.000000000  
-0700
  @@ -0,0 +1,29 @@
  +#ifndef LED_H
  +#define LED_H
@@ -1417,7 +1435,7 @@
  +#endif
  diff -Naur lcdproc-0.5.3-old/server/drivers/libvfd.h  
lcdproc-0.5.3-new/server/drivers/libvfd.h
  --- lcdproc-0.5.3-old/server/drivers/libvfd.h 1969-12-31  
16:00:00.000000000 -0800
-+++ lcdproc-0.5.3-new/server/drivers/libvfd.h  2009-06-24  
07:42:01.000000000 -0700
++++ lcdproc-0.5.3-new/server/drivers/libvfd.h  2009-08-06  
15:28:12.000000000 -0700
  @@ -0,0 +1,183 @@
  +/* Header for libvfd
  + * Copyright (C) 2006, Advanced Micro Devices, Inc.
@@ -1604,7 +1622,7 @@
  +#endif
  diff -Naur lcdproc-0.5.3-old/server/drivers/Makefile.am  
lcdproc-0.5.3-new/server/drivers/Makefile.am
  --- lcdproc-0.5.3-old/server/drivers/Makefile.am      2009-05-18  
23:44:57.000000000 -0700
-+++ lcdproc-0.5.3-new/server/drivers/Makefile.am       2009-06-24  
07:42:01.000000000 -0700
++++ lcdproc-0.5.3-new/server/drivers/Makefile.am       2009-08-06  
15:28:12.000000000 -0700
  @@ -19,7 +19,7 @@
   #LIBS =


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to