Author: pebender
Date: Mon Jul 13 10:10:46 2009
New Revision: 5152

Added:
     
trunk/gar-minimyth/script/system/lirc/files/lirc-20090713Z-input_map.patch.gar
     
trunk/gar-minimyth/script/system/lirc/files/lirc-20090713Z-no_python.patch
     
trunk/gar-minimyth/script/system/lirc/files/lirc-20090713Z-remove_smp_unsafe_drivers.patch
Removed:
     
trunk/gar-minimyth/script/system/lirc/files/lirc-20090708Z-input_map.patch.gar
     
trunk/gar-minimyth/script/system/lirc/files/lirc-20090708Z-no_python.patch
     
trunk/gar-minimyth/script/system/lirc/files/lirc-20090708Z-remove_smp_unsafe_drivers.patch
Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    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/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Mon Jul 13  
10:10:46 2009
@@ -22,6 +22,7 @@
      Updated lib/libvorbis.
      Updated perl/perl-libwww-perl.
      Updated perl/perl-WWW-Curl.
+    Updated system/lirc.
      Updated system/udev.
      Updated utils/ed.
      Updated xorg-7.4/libX11.

Modified: trunk/gar-minimyth/script/system/lirc/Makefile
==============================================================================
--- trunk/gar-minimyth/script/system/lirc/Makefile      (original)
+++ trunk/gar-minimyth/script/system/lirc/Makefile      Mon Jul 13 10:10:46 2009
@@ -1,5 +1,5 @@
  GARNAME = lirc
-GARVERSION = 20090708Z
+GARVERSION = 20090713Z
  CATEGORIES = system
  #MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
  #MASTER_SITES = http://www.lirc.org/software/snapshots/

Modified: trunk/gar-minimyth/script/system/lirc/checksums
==============================================================================
--- trunk/gar-minimyth/script/system/lirc/checksums     (original)
+++ trunk/gar-minimyth/script/system/lirc/checksums     Mon Jul 13 10:10:46 2009
@@ -1,3 +1,3 @@
-6ef4767fa729b7282bd74ca5c70d4b1e  download/lirc-20090708Z-no_python.patch
-e2548a5eee866b1052c64735c3c6771b   
download/lirc-20090708Z-remove_smp_unsafe_drivers.patch
-03c723eaa9e84901d9be36a23357470a   
download/lirc-20090708Z-input_map.patch.gar
+08891a87db16319fd02d811464f6f33b  download/lirc-20090713Z-no_python.patch
+1a927762d225933963881431ab1094c0   
download/lirc-20090713Z-remove_smp_unsafe_drivers.patch
+197fa522d819c8ec8ebdc854f2d90f9d   
download/lirc-20090713Z-input_map.patch.gar

Added:  
trunk/gar-minimyth/script/system/lirc/files/lirc-20090713Z-input_map.patch.gar
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/system/lirc/files/lirc-20090713Z-input_map.patch.gar  
 
Mon Jul 13 10:10:46 2009
@@ -0,0 +1,14 @@
+diff -Naur lirc-20090713Z-old/daemons/Makefile.am  
lirc-20090713Z-new/daemons/Makefile.am
+--- lirc-20090713Z-old/daemons/Makefile.am     2009-07-13 10:05:24.000000000  
-0700
++++ lirc-20090713Z-new/daemons/Makefile.am     2009-07-13 10:06:02.000000000  
-0700
+@@ -133,8 +133,8 @@
+       -$(RM) $(DESTDIR)$(devdir)/lircd
+       -$(RM) $(DESTDIR)$(devdir)/lircm
+
+-input_map.inc:
+-      $(srcdir)/input_map.sh >$@
++input_map.inc: $(srcdir)/input_map.sh  
@GAR_DESTDIR@@GAR_includedir@/linux/input.h
++      $(srcdir)/input_map.sh @GAR_DESTDIR@@GAR_includedir@/linux/input.h >$@
+
+ DISTCLEANFILES = input_map.inc
+ EXTRA_DIST = input_map.inc input_map.sh

Added:  
trunk/gar-minimyth/script/system/lirc/files/lirc-20090713Z-no_python.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/system/lirc/files/lirc-20090713Z-no_python.patch      
 
Mon Jul 13 10:10:46 2009
@@ -0,0 +1,14 @@
+diff -Naur lirc-20090713Z-old/configure.ac lirc-20090713Z-new/configure.ac
+--- lirc-20090713Z-old/configure.ac    2009-07-08 12:38:22.000000000 -0700
++++ lirc-20090713Z-new/configure.ac    2009-07-13 10:05:29.000000000 -0700
+@@ -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-20090713Z-remove_smp_unsafe_drivers.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/system/lirc/files/lirc-20090713Z-remove_smp_unsafe_drivers.patch
       
Mon Jul 13 10:10:46 2009
@@ -0,0 +1,106 @@
+diff -Naur lirc-20090713Z-old/configure.ac lirc-20090713Z-new/configure.ac
+--- lirc-20090713Z-old/configure.ac    2009-07-13 10:05:52.000000000 -0700
++++ lirc-20090713Z-new/configure.ac    2009-07-13 10:06:23.000000000 -0700
+@@ -168,7 +168,6 @@
+       (lirc_dev lirc_it87) \
+       (lirc_dev lirc_ite8709) \
+       (lirc_dev lirc_mceusb) \
+-      (lirc_dev lirc_parallel) \
+       (lirc_dev lirc_sasem) \
+       (lirc_dev lirc_serial) \
+       (lirc_dev lirc_sir) \
+@@ -302,9 +301,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])
+
+@@ -448,7 +444,7 @@
+                           livedrive_midi, livedrive_seq, logitech,
+                           lptX, macmini, mceusb, 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,
+@@ -605,8 +601,6 @@
+               ;;
+       lirc_dev-lirc_mceusb)
+               ;;
+-      lirc_dev-lirc_parallel)
+-              ;;
+       lirc_dev-lirc_sasem)
+               ;;
+       lirc_dev-lirc_serial)
+@@ -1130,18 +1124,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"
+@@ -1200,10 +1182,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"
+@@ -1491,7 +1469,6 @@
+       lirc_it87 \
+       lirc_ite8709 \
+       lirc_mceusb \
+-      lirc_parallel \
+       lirc_sasem \
+       lirc_serial \
+       lirc_sir \
+@@ -1562,10 +1539,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.)],
+@@ -1696,9 +1669,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)
+
+@@ -1774,7 +1744,6 @@
+   drivers/lirc_it87/Makefile
+   drivers/lirc_ite8709/Makefile
+   drivers/lirc_mceusb/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
-~----------~----~----~----~------~----~------~--~---

Reply via email to