Python library to talk to lirc (Linux infra-red controller). This is optional for Freevo and will probably be of use to somebody.
Hi, I screwed this up a bit -- forgot the lirc dependency. Please add the following patch: --- Makefile.old Tue Jan 6 19:50:37 2004 +++ Makefile Tue Jan 6 19:47:51 2004 @@ -16,6 +16,8 @@ MAINTAINER= purple@lewiz.net COMMENT= Lirc support library for Python +LIB_DEPENDS= lirc_client.0:${PORTSDIR}/comms/lirc + CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Thanks very much, -lewiz. -- I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jabber:lewiz@jabber.org | url:www.lewiz.org |-
State Changed From-To: open->closed Committed. Thank you!