From owner-freebsd-multimedia@FreeBSD.ORG Fri May 21 20:39:39 2010 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E52891065672 for ; Fri, 21 May 2010 20:39:39 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id A62858FC17 for ; Fri, 21 May 2010 20:39:39 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 7B6BC1E000F5; Fri, 21 May 2010 22:39:38 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.3/8.14.3) with ESMTP id o4LKbVvc041367 for ; Fri, 21 May 2010 22:37:31 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.3/8.14.3/Submit) id o4LKbVQU041366 for freebsd-multimedia@FreeBSD.org; Fri, 21 May 2010 22:37:31 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 21 May 2010 22:37:30 +0200 To: freebsd-multimedia@FreeBSD.org Message-ID: <20100521203730.GA41149@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: vdr keymap (and patch) for multimedia/xine X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2010 20:39:40 -0000 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 +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