Revision: 5387 Author: pebender Date: Sun Aug 30 19:45:01 2009 Log: - Updated package system/lirc.
http://code.google.com/p/minimyth/source/detail?r=5387 Added: /trunk/gar-minimyth/script/system/lirc/files/lirc-20090831-input_map.patch.gar /trunk/gar-minimyth/script/system/lirc/files/lirc-20090831-no_python.patch /trunk/gar-minimyth/script/system/lirc/files/lirc-20090831-remove_smp_unsafe_drivers.patch Deleted: /trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.6pre2-input_map.patch.gar /trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.6pre2-lirc_i2c_fix.patch /trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.6pre2-no_python.patch /trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.6pre2-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 ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/system/lirc/files/lirc-20090831-input_map.patch.gar Sun Aug 30 19:45:01 2009 @@ -0,0 +1,14 @@ +diff -Naur lirc-20090831-old/daemons/Makefile.am lirc-20090831-new/daemons/Makefile.am +--- lirc-20090831-old/daemons/Makefile.am 2009-08-30 19:27:06.000000000 -0700 ++++ lirc-20090831-new/daemons/Makefile.am 2009-08-30 19:28:11.000000000 -0700 +@@ -133,8 +133,8 @@ + -$(RM) $(DESTDIR)$(varrundir)/$(PACKAGE)/lircd + -$(RM) $(DESTDIR)$(varrundir)/$(PACKAGE)/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 ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/system/lirc/files/lirc-20090831-no_python.patch Sun Aug 30 19:45:01 2009 @@ -0,0 +1,14 @@ +diff -Naur lirc-20090831-old/configure.ac lirc-20090831-new/configure.ac +--- lirc-20090831-old/configure.ac 2009-08-11 13:59:57.000000000 -0700 ++++ lirc-20090831-new/configure.ac 2009-08-30 19:26:28.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 ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/system/lirc/files/lirc-20090831-remove_smp_unsafe_drivers.patch Sun Aug 30 19:45:01 2009 @@ -0,0 +1,106 @@ +diff -Naur lirc-20090831-old/configure.ac lirc-20090831-new/configure.ac +--- lirc-20090831-old/configure.ac 2009-08-30 19:26:28.000000000 -0700 ++++ lirc-20090831-new/configure.ac 2009-08-30 19:27:39.000000000 -0700 +@@ -169,7 +169,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) \ +@@ -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, 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, +@@ -608,8 +604,6 @@ + ;; + lirc_dev-lirc_mceusb) + ;; +- lirc_dev-lirc_parallel) +- ;; + lirc_dev-lirc_sasem) + ;; + lirc_dev-lirc_serial) +@@ -1137,18 +1131,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" +@@ -1207,10 +1189,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" +@@ -1500,7 +1478,6 @@ + lirc_it87 \ + lirc_ite8709 \ + lirc_mceusb \ +- lirc_parallel \ + lirc_sasem \ + lirc_serial \ + lirc_sir \ +@@ -1571,10 +1548,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.)], +@@ -1705,9 +1678,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) + +@@ -1784,7 +1754,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 ======================================= --- /trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.6pre2-input_map.patch.gar Sat Aug 29 09:01:26 2009 +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur lirc-0.8.6pre2-old/daemons/Makefile.am lirc-0.8.6pre2-new/daemons/Makefile.am ---- lirc-0.8.6pre2-old/daemons/Makefile.am 2009-08-29 08:55:04.000000000 -0700 -+++ lirc-0.8.6pre2-new/daemons/Makefile.am 2009-08-29 08:56:06.000000000 -0700 -@@ -133,8 +133,8 @@ - -$(RM) $(DESTDIR)$(varrundir)/$(PACKAGE)/lircd - -$(RM) $(DESTDIR)$(varrundir)/$(PACKAGE)/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 ======================================= --- /trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.6pre2-lirc_i2c_fix.patch Sat Aug 29 09:01:26 2009 +++ /dev/null @@ -1,33 +0,0 @@ -diff -Naur lirc-0.8.6pre2-old/drivers/lirc_i2c/lirc_i2c.c lirc-0.8.6pre2-new/drivers/lirc_i2c/lirc_i2c.c ---- lirc-0.8.6pre2-old/drivers/lirc_i2c/lirc_i2c.c 2009-08-04 17:31:10.000000000 -0700 -+++ lirc-0.8.6pre2-new/drivers/lirc_i2c/lirc_i2c.c 2009-08-29 08:53:42.000000000 -0700 -@@ -380,6 +380,16 @@ - static int ir_remove(struct i2c_client *client); - static int ir_command(struct i2c_client *client, unsigned int cmd, void *arg); - -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 31) -+#else -+static const struct i2c_device_id ir_receiver_id[] = { -+ /* Generic entry for any IR receiver */ -+ { "ir_video", 0 }, -+ /* IR device specific entries could be added here */ -+ { } -+}; -+#endif -+ - static struct i2c_driver driver = { - #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 16) - .name = "i2c ir driver", -@@ -408,12 +418,6 @@ - .driver = &driver - }; - #else --static const struct i2c_device_id ir_receiver_id[] = { -- /* Generic entry for any IR receiver */ -- { "ir_video", 0 }, -- /* IR device specific entries could be added here */ -- { } --}; - #endif - - #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 31) ======================================= --- /trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.6pre2-no_python.patch Sat Aug 29 09:01:26 2009 +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur lirc-0.8.6pre2-old/configure.ac lirc-0.8.6pre2-new/configure.ac ---- lirc-0.8.6pre2-old/configure.ac 2009-08-29 08:53:26.000000000 -0700 -+++ lirc-0.8.6pre2-new/configure.ac 2009-08-29 08:54:32.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 ======================================= --- /trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.6pre2-remove_smp_unsafe_drivers.patch Sat Aug 29 09:01:26 2009 +++ /dev/null @@ -1,106 +0,0 @@ -diff -Naur lirc-0.8.6pre2-old/configure.ac lirc-0.8.6pre2-new/configure.ac ---- lirc-0.8.6pre2-old/configure.ac 2009-08-29 08:54:32.000000000 -0700 -+++ lirc-0.8.6pre2-new/configure.ac 2009-08-29 08:55:22.000000000 -0700 -@@ -169,7 +169,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) \ -@@ -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, 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, -@@ -608,8 +604,6 @@ - ;; - lirc_dev-lirc_mceusb) - ;; -- lirc_dev-lirc_parallel) -- ;; - lirc_dev-lirc_sasem) - ;; - lirc_dev-lirc_serial) -@@ -1137,18 +1131,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" -@@ -1207,10 +1189,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" -@@ -1500,7 +1478,6 @@ - lirc_it87 \ - lirc_ite8709 \ - lirc_mceusb \ -- lirc_parallel \ - lirc_sasem \ - lirc_serial \ - lirc_sir \ -@@ -1571,10 +1548,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.)], -@@ -1705,9 +1678,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) - -@@ -1784,7 +1754,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 ======================================= --- /trunk/gar-minimyth/html/minimyth/index.html Sat Aug 29 09:01:26 2009 +++ /trunk/gar-minimyth/html/minimyth/index.html Sun Aug 30 19:45:01 2009 @@ -104,7 +104,7 @@ <li><a href="http://xorg.freedesktop.org/wiki/">Xorg</a> <strong>7.4+</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>185.18.36</strong></li> - <li><a href="http://www.lirc.org/">LIRC</a> <strong>0.8.6pre2</strong></li> + <li><a href="http://www.lirc.org/">LIRC</a> <strong>CVS 20090831</strong></li> <li><a href="http://www.lcdproc.org/">LCDproc</a> <strong>0.5.3</strong></li> <li> <a href="http://www.kernel.org/">Linux</a> <strong>2.6.30.5</strong> with patches to add @@ -196,7 +196,7 @@ alt="Valid CSS!" height="31" width="88" /></a> </div> <div class="version"> - Last Updated on 2009-08-29 + Last Updated on 2009-08-30 <br /> < mailto : webmaster at minimyth dot org > </div> ======================================= --- /trunk/gar-minimyth/script/system/lirc/Makefile Sat Aug 29 09:01:26 2009 +++ /trunk/gar-minimyth/script/system/lirc/Makefile Sun Aug 30 19:45:01 2009 @@ -1,11 +1,11 @@ GARNAME = lirc -GARVERSION = 0.8.6pre2 +GARVERSION = 20090831 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)/ +#MASTER_SITES = http://www.lirc.org/software/snapshots/ +MASTER_SITES = cvs://anonym...@$(GARNAME).cvs.sourceforge.net:/cvsroot/$(GARNAME)/ DISTFILES = $(DISTNAME).tar.bz2 -PATCHFILES = $(DISTNAME)-lirc_i2c_fix.patch $(DISTNAME)-no_python.patch $(DISTNAME)-remove_smp_unsafe_drivers.patch $(DISTNAME)-input_map.patch.gar +PATCHFILES = $(DISTNAME)-no_python.patch $(DISTNAME)-remove_smp_unsafe_drivers.patch $(DISTNAME)-input_map.patch.gar LICENSE = GPL2 DESCRIPTION = @@ -44,7 +44,7 @@ @$(call FETCH_CVS, $*, $(GARNAME), $(GARVERSION), $(DISTNAME)) @$(MAKECOOKIE) -x-checksum-$(DISTNAME).tar.bz2: +checksum-$(DISTNAME).tar.bz2: @$(MAKECOOKIE) pre-configure: ======================================= --- /trunk/gar-minimyth/script/system/lirc/checksums Sat Aug 29 09:01:26 2009 +++ /trunk/gar-minimyth/script/system/lirc/checksums Sun Aug 30 19:45:01 2009 @@ -1,5 +1,3 @@ -cebc6e5aaa6bffc22c48e3b237ab0f2f download/lirc-0.8.6pre2.tar.bz2 -4486db1b09da6795b3ecdb9ec89551e8 download/lirc-0.8.6pre2-lirc_i2c_fix.patch -85325766e425edd2a412714d1ca9d6e1 download/lirc-0.8.6pre2-no_python.patch -9c5d35b280afc3773e0c09536b88197c download/lirc-0.8.6pre2-remove_smp_unsafe_drivers.patch -8d23a43f50c5499b27dd3ddbbc3d0854 download/lirc-0.8.6pre2-input_map.patch.gar +7916806a1351773dda9fb9333cef5b4d download/lirc-20090831-no_python.patch +396adc8ac3daee6c8f0bf33455c95fdb download/lirc-20090831-remove_smp_unsafe_drivers.patch +961940b8e427da509fddce6728dbcc46 download/lirc-20090831-input_map.patch.gar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
