Date: Fri, 21 May 2010 22:37:30 +0200 From: Juergen Lock <nox@jelal.kn-bremen.de> To: freebsd-multimedia@FreeBSD.org Subject: vdr keymap (and patch) for multimedia/xine Message-ID: <20100521203730.GA41149@triton8.kn-bremen.de>
next in thread | raw e-mail | index | archive | help
Hi! I looked at the xine vdr keyboard control problem again and now found the reason I couldn't get it to work at first - the xine port needs a patch: (that I also just sent the maintainer; I omitted the PORTREVISION bump that of course is also needed then.) Index: Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/xine/Makefile,v retrieving revision 1.93 diff -u -p -r1.93 Makefile --- Makefile 24 Apr 2010 09:38:44 -0000 1.93 +++ Makefile 21 May 2010 13:33:32 -0000 @@ -43,6 +43,8 @@ DOCSDIR= ${PREFIX}/share/doc/xine-ui .include <bsd.port.pre.mk> +CONFIGURE_ARGS+= --enable-vdr-keys + .if ${ARCH} == "i386" .if !defined(WITHOUT_WIN32_CODECS) RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} I put my current ~/.xine/keymap here: http://people.freebsd.org/~nox/dvb/xine/keymap And just so I mention it: this of course is also useful if your vdr box runs Linux and you only want to _watch_ on a FreeBSD box. :) (i.e. via the network.) Cheers, Juergen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100521203730.GA41149>