I'm trying to get MythTV working under OpenBSD. I searched the web, but didn't find anyone working on it (publicly, at least). So I decided to work on it myself. I want my general purpose OpenBSD box in the basement to also be a MythTV backend. While MythTV uses video4linux, it also supports IPTV and the HDHomeRun box. This patch allow the backend to be configured and an HDHomeRun box scanned for channels, which is all I got to test out so far. I'm posting this here in case there are other who are interested and more talented than I. I'm not on the list, so you'll need to reply to me. You'll need the gmake, mysql, qt3, qt3-mysql, p5-libwww (among others) packages. https://www.chriskarle.com/mythtv.patch export LOCALBASE=/usr/local export QTBASE=/usr/local/lib/qt3 ./configure gmake
