Author: pebender
Date: Mon Jan 19 18:06:15 2009
New Revision: 4291
Added:
trunk/gar-minimyth/script/system/lirc/files/lirc-20090120Z-no_python.patch
trunk/gar-minimyth/script/system/lirc/files/lirc-20090120Z-remove_smp_unsafe_drivers.patch
Removed:
trunk/gar-minimyth/script/system/lirc/files/lirc-20090116Z-livedrive.patch
trunk/gar-minimyth/script/system/lirc/files/lirc-20090116Z-no_python.patch
trunk/gar-minimyth/script/system/lirc/files/lirc-20090116Z-remove_smp_unsafe_drivers.patch
Modified:
trunk/gar-minimyth/html/minimyth/index.html
trunk/gar-minimyth/script/system/lirc/Makefile
trunk/gar-minimyth/script/system/lirc/checksums
Log:
- Updated package
system/lirc
Modified: trunk/gar-minimyth/html/minimyth/index.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/index.html (original)
+++ trunk/gar-minimyth/html/minimyth/index.html Mon Jan 19 18:06:15 2009
@@ -108,7 +108,7 @@
<li><a href="http://xorg.freedesktop.org/wiki/">Xorg</a>
<strong>7.3+</strong></li>
<li><a href="http://www.openchrome.org/">openChrome Xorg
graphics driver</a> <strong>0.2.903</strong></li>
<li><a href="http://www.nvidia.com/">NVIDIA Xorg graphics
driver</a> <strong>169.12</strong></li>
- <li><a href="http://www.lirc.org/">LIRC</a> <strong>CVS
20090116Z</strong></li>
+ <li><a href="http://www.lirc.org/">LIRC</a> <strong>CVS
20090120Z</strong></li>
<li><a href="http://www.lcdproc.org/">LCDproc</a>
<strong>0.5.2</strong></li>
<li>
<a href="http://www.kernel.org/">Linux</a>
<strong>2.6.26.8</strong> with patches to add
@@ -201,7 +201,7 @@
alt="Valid CSS!" height="31" width="88" /></a>
</div>
<div class="version">
- Last Updated on 2009-01-17
+ Last Updated on 2009-01-19
<br />
< mailto : webmaster at minimyth dot org >
</div>
Modified: trunk/gar-minimyth/script/system/lirc/Makefile
==============================================================================
--- trunk/gar-minimyth/script/system/lirc/Makefile (original)
+++ trunk/gar-minimyth/script/system/lirc/Makefile Mon Jan 19 18:06:15 2009
@@ -1,13 +1,13 @@
GARNAME = lirc
#GARVERSION = 0.8.4a
-GARVERSION = 20090116Z
+GARVERSION = 20090120Z
CATEGORIES = system
#MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
#MASTER_SITES = http://www.lirc.org/software/snapshots/
MASTER_SITES =
cvs://anonym...@$(GARNAME).cvs.sourceforge.net:/cvsroot/$(GARNAME)/
DISTFILES = $(DISTNAME).tar.bz2
#PATCHFILES = $(DISTNAME)-usb_sysfs.patch
$(DISTNAME)-lirc_i2c_device.patch $(DISTNAME)-no_python.patch
$(DISTNAME)-imon_module_param.patch $(DISTNAME)-imon_lcd_dynamic.patch
$(DISTNAME)-remove_smp_unsafe_drivers.patch
-PATCHFILES = $(DISTNAME)-livedrive.patch $(DISTNAME)-no_python.patch
$(DISTNAME)-remove_smp_unsafe_drivers.patch
+PATCHFILES = $(DISTNAME)-no_python.patch
$(DISTNAME)-remove_smp_unsafe_drivers.patch
LICENSE = GPL2
DESCRIPTION =
Modified: trunk/gar-minimyth/script/system/lirc/checksums
==============================================================================
--- trunk/gar-minimyth/script/system/lirc/checksums (original)
+++ trunk/gar-minimyth/script/system/lirc/checksums Mon Jan 19 18:06:15 2009
@@ -7,6 +7,5 @@
7e52f1ab9b10e7dcebf23ccf2114f00b
download/lirc-0.8.4a-imon_lcd_dynamic.patch
7fef9c434332248022774b90ccc234e1
download/lirc-0.8.4a-remove_smp_unsafe_drivers.patch
-af331519617101a5c12a0df1166170e2 download/lirc-20090116Z-livedrive.patch
-8ea83270f777d303786c28d1e22f4179 download/lirc-20090116Z-no_python.patch
-b65bf5e1a76a29c2d8e48d7437caf150
download/lirc-20090116Z-remove_smp_unsafe_drivers.patch
+80a263445b4682c4582d80750d54c204 download/lirc-20090120Z-no_python.patch
+a445fedcfcc55f61a905159850dbd660
download/lirc-20090120Z-remove_smp_unsafe_drivers.patch
Added:
trunk/gar-minimyth/script/system/lirc/files/lirc-20090120Z-no_python.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/system/lirc/files/lirc-20090120Z-no_python.patch
Mon Jan 19 18:06:15 2009
@@ -0,0 +1,14 @@
+diff -Naur lirc-20090120Z-old/configure.ac lirc-20090120Z-new/configure.ac
+--- lirc-20090120Z-old/configure.ac 2009-01-03 09:30:35.000000000 -0800
++++ lirc-20090120Z-new/configure.ac 2009-01-19 16:32:19.000000000 -0800
+@@ -22,8 +22,8 @@
+ AC_PATH_PROG(LIBUSB_CONFIG, libusb-config)
+ AC_PROG_LN_S
+ AC_PROG_LIBTOOL
+-AM_PATH_PYTHON
+-AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != ""])
++AM_PATH_PYTHON(,,[:])
++AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
+
+ dnl Checks for header files.
+ AC_HEADER_STDC
Added:
trunk/gar-minimyth/script/system/lirc/files/lirc-20090120Z-remove_smp_unsafe_drivers.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/system/lirc/files/lirc-20090120Z-remove_smp_unsafe_drivers.patch
Mon Jan 19 18:06:15 2009
@@ -0,0 +1,106 @@
+diff -Naur lirc-20090120Z-old/configure.ac lirc-20090120Z-new/configure.ac
+--- lirc-20090120Z-old/configure.ac 2009-01-19 16:32:19.000000000 -0800
++++ lirc-20090120Z-new/configure.ac 2009-01-19 16:33:05.000000000 -0800
+@@ -169,7 +169,6 @@
+ (lirc_dev lirc_ite8709) \
+ (lirc_dev lirc_mceusb) \
+ (lirc_dev lirc_mceusb2) \
+- (lirc_dev lirc_parallel) \
+ (lirc_dev lirc_sasem) \
+ (lirc_dev lirc_serial) \
+ (lirc_dev lirc_sir) \
+@@ -303,9 +302,6 @@
+ AH_TEMPLATE([LIRC_IMON_LCD],
+ [Define if your iMON is an LCD and not a VFD.])
+
+-AH_TEMPLATE([LIRC_TIMER],
+- [Set the timer for the parallel port driver])
+-
+ AH_TEMPLATE([LOCALSTATEDIR],
+ [modifiable single-machine data])
+
+@@ -449,7 +445,7 @@
+ livedrive_midi, livedrive_seq, logitech,
+ lptX, macmini, mceusb, mceusb2, mediafocusI,
+ mouseremote, mouseremote_ps2, mp3anywhere,
+- mplay, nslu2,packard_bell, parallel, pcmak,
++ mplay, nslu2,packard_bell, pcmak,
+ pcmak_usb, pctv, pixelview_bt878,
+ pixelview_pak, pixelview_pro, provideo,
+ realmagic, remotemaster, sa1100, samsung,
+@@ -610,8 +606,6 @@
+ ;;
+ lirc_dev-lirc_mceusb2)
+ ;;
+- lirc_dev-lirc_parallel)
+- ;;
+ lirc_dev-lirc_sasem)
+ ;;
+ lirc_dev-lirc_serial)
+@@ -1140,18 +1134,6 @@
+ lircmd_conf="logitech/lircmd.conf.logitech"
+ fi
+
+-if test "$driver" = "lpt1"; then
+- lirc_driver="lirc_dev lirc_parallel"
+- port=0x378
+- irq=7
+-fi
+-
+-if test "$driver" = "lpt2"; then
+- lirc_driver="lirc_dev lirc_parallel"
+- port=0x278
+- irq=5
+-fi
+-
+ if test "$driver" = "macmini"; then
+ lirc_driver="$driver"
+ hw_module="hw_hiddev.o"
+@@ -1215,10 +1197,6 @@
+ lircd_conf="packard_bell/lircd.conf.packard_bell"
+ fi
+
+-if test "$driver" = "parallel"; then
+- lirc_driver="lirc_dev lirc_parallel"
+-fi
+-
+ if test "$driver" = "pcmak" -o "$driver" = "pcmak_usb"; then
+ lirc_driver="none"
+ hw_module="hw_pcmak.o serial.o"
+@@ -1513,7 +1491,6 @@
+ lirc_ite8709 \
+ lirc_mceusb \
+ lirc_mceusb2 \
+- lirc_parallel \
+ lirc_sasem \
+ lirc_serial \
+ lirc_sir \
+@@ -1584,10 +1561,6 @@
+ irq=${withval}
+ )
+
+-AC_ARG_WITH(timer,
+-[ --with-timer=value specify the timer value for the parallel
driver],
+-timer=${withval})
+-
+ dnl I dont think libirman will accept this at the moment
+ AC_ARG_WITH(tty,
+ [ --with-tty=file specify the tty to use (Irman, RemoteMaster,
etc.)],
+@@ -1718,9 +1691,6 @@
+ if test "$irq" != ""; then
+ AC_DEFINE_UNQUOTED(LIRC_IRQ, $irq)
+ fi
+-if test "$timer" != ""; then
+- AC_DEFINE_UNQUOTED(LIRC_TIMER, $timer)
+-fi
+ AC_DEFINE_UNQUOTED(LIRC_IRTTY, "$irtty")
+ AC_DEFINE_UNQUOTED(LIRC_SYSLOG, $facility)
+
+@@ -1794,7 +1764,6 @@
+ drivers/lirc_ite8709/Makefile
+ drivers/lirc_mceusb/Makefile
+ drivers/lirc_mceusb2/Makefile
+- drivers/lirc_parallel/Makefile
+ drivers/lirc_sasem/Makefile
+ drivers/lirc_serial/Makefile
+ drivers/lirc_sir/Makefile
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---