Author: pebender
Date: Tue Jun 9 20:35:19 2009
New Revision: 4911
Added:
trunk/gar-minimyth/script/system/irserver/files/
trunk/gar-minimyth/script/system/irserver/files/irserver-20090521-lirc_0.8.6.patch
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/system/irserver/Makefile
trunk/gar-minimyth/script/system/irserver/checksums
Log:
- Patched irserver to use the lircd FIFOs new location: /var/run/lirc/lircd.
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 Tue Jun 9
20:35:19 2009
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 67 (2009-06-08):
+Changes since 67 (2009-06-09):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082 and
@@ -15,6 +15,9 @@
- Removed FFmpeg and MPlayer multi-threading support patch because the
patch causes MPlayer to crash when VDPAU is enabled, even though only
one thread is used.
+
+Fixed bugs
+ - Patched irserver to use the lircd FIFOs new location:
/var/run/lirc/lircd.
Updated packages
Updated lib/bluez.
Modified: trunk/gar-minimyth/script/system/irserver/Makefile
==============================================================================
--- trunk/gar-minimyth/script/system/irserver/Makefile (original)
+++ trunk/gar-minimyth/script/system/irserver/Makefile Tue Jun 9 20:35:19
2009
@@ -4,6 +4,7 @@
# This site lacks a version number so we will download it from
www.minimyth.org.
#MASTER_SITES = http://www.irtrans.de/download/Server/Linux/
DISTFILES = $(DISTNAME).tar.bz2
+PATCHFILES = $(DISTNAME)-lirc_0.8.6.patch
LICENSE = BSD_3_Clause
DESCRIPTION =
Modified: trunk/gar-minimyth/script/system/irserver/checksums
==============================================================================
--- trunk/gar-minimyth/script/system/irserver/checksums (original)
+++ trunk/gar-minimyth/script/system/irserver/checksums Tue Jun 9 20:35:19
2009
@@ -1 +1,2 @@
70a18b2fca531c653af547c83cf88120 download/irserver-20090521.tar.bz2
+481177a421c5ad2c6ec322b339d13e88
download/irserver-20090521-lirc_0.8.6.patch
Added:
trunk/gar-minimyth/script/system/irserver/files/irserver-20090521-lirc_0.8.6.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/system/irserver/files/irserver-20090521-lirc_0.8.6.patch
Tue Jun 9 20:35:19 2009
@@ -0,0 +1,12 @@
+diff -Naur irserver-20090521-old/server.c irserver-20090521-new/server.c
+--- irserver-20090521-old/server.c 2009-05-20 10:53:40.000000000 -0700
++++ irserver-20090521-new/server.c 2009-06-09 20:28:39.000000000 -0700
+@@ -101,7 +101,7 @@
+
+ #ifdef LINUX
+ SOCKET local_socket;
+-#define LIRCD "/dev/lircd"
++#define LIRCD "/var/run/lirc/lircd"
+ #define PERMISSIONS 0666
+ #endif
+
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---