From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 22 23:16:15 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1720016A40F for ; Fri, 22 Dec 2006 23:16:15 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF2013C442 for ; Fri, 22 Dec 2006 23:16:14 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so3339855nfc for ; Fri, 22 Dec 2006 15:16:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=RuN2Yd5fw8lchhKZRpfBsi4zpvEWqe5fR+w3nkPeWPtUSDkHqPbkQy0qNVObEOu2cqryqoui6OUYzxLe4104GBoc9Y5lpA2GZX20EQ7ktLIOb9mIk2A5Bol9+i3dWFkJwjpaIwZLJUsXaX60Au0kilLtcmxo/7+RB2KJxYHOPoY= Received: by 10.82.113.6 with SMTP id l6mr2221319buc.1166827744703; Fri, 22 Dec 2006 14:49:04 -0800 (PST) Received: by 10.82.112.15 with HTTP; Fri, 22 Dec 2006 14:49:04 -0800 (PST) Message-ID: Date: Fri, 22 Dec 2006 17:49:04 -0500 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Greg 'groggy' Lehey" In-Reply-To: <20061220072001.GN4364@wantadilla.lemis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6300771b0612181401i72e7cc58ta08e12de8d68d4d0@mail.gmail.com> <20061218232247.GQ4364@wantadilla.lemis.com> <6300771b0612181533m6ece3f38p379c78a75912d10d@mail.gmail.com> <6300771b0612181534h3158342aw554869660fc707ea@mail.gmail.com> <20061218234041.GU4364@wantadilla.lemis.com> <4588D859.1010301@xs4all.nl> <20061220072001.GN4364@wantadilla.lemis.com> X-Google-Sender-Auth: 38247628308b1ee8 Cc: freebsd-multimedia@freebsd.org Subject: Re: MythTV port committed (was: Possible FreeBSD port?) 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, 22 Dec 2006 23:16:15 -0000 On 12/20/06, Greg 'groggy' Lehey wrote: > On Wednesday, 20 December 2006 at 7:29:45 +0100, Hans Nieser wrote: > > Greg 'groggy' Lehey wrote: > >> > >> Yes, I have just about finished porting MythTV, based on the good > >> work by Stacey Son. The main issue I have at the moment is getting > >> it to configure cleanly. I suppose I could commit first and fix > >> those details later, but I'd rather not. > > > > I would definitely be interested in getting MythTV to run on my > > FreeBSD box! Now that usleepless has enabled me to use my WinTV > > PVR150 (thanks for that!) with his modified 250 driver, I'm trying > > to turn it into a media-center. I've been toying with Elisa but it > > was a pain to compile and isn't really stable yet (but it is still > > early in development so that was to be expected). > > I've now committed the port to the Ports Collection > (/usr/ports/multimedia/mythtv). The installation is no better than > what MythTV provides (i.e. you're on your own for configuration), and > I want to fix that, but it should work as it is. On the other hand, > Stephen reports problems with dependencies, so I haven't connected it > to the build. Please try it out and contact me with any problems you > may have. > > Greg > -- > See complete headers for address and phone numbers. I sent the same email a yesterday in private, I'm guessing you might not have gotten it... but the following line needs to be in RUN_DEPENDS and probably not even needed in BUILD_DEPENDS. ${X11BASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin Michael