diff options
author | James Meyer <james.meyer@operamail.com> | 2009-05-20 03:05:41 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-05-20 03:05:41 (GMT) |
commit | b8a40e9e037b00970e0a853de1a20a8c534e87d8 (patch) | |
tree | 7f668dafef995274a4ac6d802a0733405967adc9 /abs | |
parent | 0d29a6ce47e400c6ecf18a525f7e87ca901a88b3 (diff) | |
download | linhes_pkgbuild-b8a40e9e037b00970e0a853de1a20a8c534e87d8.zip linhes_pkgbuild-b8a40e9e037b00970e0a853de1a20a8c534e87d8.tar.gz linhes_pkgbuild-b8a40e9e037b00970e0a853de1a20a8c534e87d8.tar.bz2 |
lirc: change modmce patch to version 1.5
ref: FS#27
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/lirc/PKGBUILD | 13 | ||||
-rw-r--r-- | abs/core-testing/lirc/lirc_mod_mce.patch | 8 |
2 files changed, 12 insertions, 9 deletions
diff --git a/abs/core-testing/lirc/PKGBUILD b/abs/core-testing/lirc/PKGBUILD index de4633e..f2ea34b 100644 --- a/abs/core-testing/lirc/PKGBUILD +++ b/abs/core-testing/lirc/PKGBUILD @@ -3,7 +3,7 @@ pkgname=lirc pkgver=0.8.5CVS -pkgrel=6 +pkgrel=7 _kernver=2.6.28-LinHES pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel" arch=(i686 x86_64) @@ -18,7 +18,7 @@ source=(http://www.blushingpenguin.com/mark/lmilk/lirc-0.8.5-CVS-pvr150.tar.bz2 kernel-2.6.26.patch kernel-2.6.27.patch lirc_atiusb.patch - http://superb-east.dl.sourceforge.net/sourceforge/mod-mce/lirc_mod_mce-0.2.0.tar.bz2 + http://superb-east.dl.sourceforge.net/sourceforge/mod-mce/lirc_mod_mce-0.1.5.tar.bz2 lirc_mod_mce.patch hw_commandir.c hw_commandir.h) @@ -66,8 +66,11 @@ build() { rm $startdir/pkg/lib/modules/$_kernver/kernel/drivers/misc/commandir.ko } -md5sums=('8f3ba7eb57529992f3991d6981a3feb6' +md5sums=('b96dae91b566143b3af433fa2714ec9a' '1753acd774f50b638e6173d364de53fd' '6f151eb4e81fc7776a06c9063e6ad9a5' - '563f992342df81317fe4ae2b1157cc5e' - 'a966b297a0768386f845348f736c6db3') + '7eccd7826ab99e5cf1b9154171c8b927' + '21ce358809105f005e888e3b138c59e6' + '5e6c3e8586ce7abdcbf881c1a4939d44' + 'f059f4030afc682c9539a03bf837c1cf' + '4e698654cc44fc6c4163814acda5a7ee') diff --git a/abs/core-testing/lirc/lirc_mod_mce.patch b/abs/core-testing/lirc/lirc_mod_mce.patch index 0d07995..c794961 100644 --- a/abs/core-testing/lirc/lirc_mod_mce.patch +++ b/abs/core-testing/lirc/lirc_mod_mce.patch @@ -1,7 +1,7 @@ -diff -ruaN lirc_mod_mce.orig/lirc_mod_mce.c lirc_mod_mce/lirc_mod_mce.c ---- lirc_mod_mce.orig/lirc_mod_mce.c 2008-04-26 08:42:47.000000000 +0000 -+++ lirc_mod_mce/lirc_mod_mce.c 2009-02-27 08:50:31.000000000 +0000 -@@ -1298,7 +1298,7 @@ +diff -Naru lirc_mod_mce.orig/lirc_mod_mce.c lirc_mod_mce/lirc_mod_mce.c +--- lirc_mod_mce.orig/lirc_mod_mce.c 2008-04-18 02:12:28.000000000 +0930 ++++ lirc_mod_mce/lirc_mod_mce.c 2009-05-11 22:10:39.000000000 +0930 +@@ -1108,7 +1108,7 @@ input_dev->name = ir->name; input_dev->phys = ir->phys; usb_to_input_id(dev, &input_dev->id); |