From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 30 23:07:50 2008 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 B1665106564A; Tue, 30 Dec 2008 23:07:50 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [213.47.211.116]) by mx1.freebsd.org (Postfix) with ESMTP id 1FEF28FC0C; Tue, 30 Dec 2008 23:07:49 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from home.bluelife.at ([78.142.74.81] helo=chii.bluelife.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1LHng4-0001hp-N1; Wed, 31 Dec 2008 00:07:18 +0100 Date: Wed, 31 Dec 2008 00:07:38 +0100 From: Bernhard Froehlich To: glarkin@FreeBSD.org Message-ID: <20081231000738.7a703a06@chii.bluelife.at> In-Reply-To: <495A8D90.1050308@FreeBSD.org> References: <20081217190821.a05cce43.torfinn.ingolfsen@broadpark.no> <1640afdde23255f357a76ebc64dc58cc.squirrel@webmail.itac.at> <20081220042743.GV14238@dereel.lemis.com> <20081220085649.101b81c5@demon.troback.lan> <495A8D90.1050308@FreeBSD.org> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; amd64-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -1.5 (-) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Tue, 30 Dec 2008 16:07:28 -0500 Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Anders Troback wrote: > > On Sat, 20 Dec 2008 15:27:43 +1100 > > Greg 'groggy' Lehey wrote: > > > >> On Friday, 19 December 2008 at 11:14:06 +0100, Bernhard Frhlich wrote: > >>> On Wed, December 17, 2008 7:08 pm, Torfinn Ingolfsen wrote: > >>>> Hi, > >>>> > >>>> So - what happened to the MythTV port upgrade that was presented > >>>> herer on this mailing list some time ago? > >>> Greg seems to be on it so i have CC'ed him. > >> In case anybody else is confused (I was :-), this is Greg Larkin, not > >> me. I gave up the maintainership a while back. > >> > >> Greg > >> -- > >> See complete headers for address and phone numbers. > > > > > > Greg Larkin told me that he will try to get some time in the > > holidays to make the port ready! > > > > He also told me that he had some problems with Internet connection and > > the electricity because of an ice storm! > > > > Hello all, > > Our electricity was finally restored after 1 week. Some folks were out > for 2 weeks around here. I'm caught up after the Christmas holiday now, > and I've spent some time working with the mythtv-frontend port from > Bernhard today. [...] Content analysis details: (-1.5 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP -0.0 AWL AWL: From: address is in the auto white-list Cc: freebsd-multimedia@freebsd.org Subject: Re: MythTV port upgrade? 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: Tue, 30 Dec 2008 23:07:51 -0000 On Tue, 30 Dec 2008 16:07:28 -0500 Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Anders Troback wrote: > > On Sat, 20 Dec 2008 15:27:43 +1100 > > Greg 'groggy' Lehey wrote: > > > >> On Friday, 19 December 2008 at 11:14:06 +0100, Bernhard Frhlich wrote: > >>> On Wed, December 17, 2008 7:08 pm, Torfinn Ingolfsen wrote: > >>>> Hi, > >>>> > >>>> So - what happened to the MythTV port upgrade that was presented > >>>> herer on this mailing list some time ago? > >>> Greg seems to be on it so i have CC'ed him. > >> In case anybody else is confused (I was :-), this is Greg Larkin, not > >> me. I gave up the maintainership a while back. > >> > >> Greg > >> -- > >> See complete headers for address and phone numbers. > > > > > > Greg Larkin told me that he will try to get some time in the > > holidays to make the port ready! > > > > He also told me that he had some problems with Internet connection and > > the electricity because of an ice storm! > > > > Hello all, > > Our electricity was finally restored after 1 week. Some folks were out > for 2 weeks around here. I'm caught up after the Christmas holiday now, > and I've spent some time working with the mythtv-frontend port from > Bernhard today. Good to have you back :o) > I noticed some things: > > - - Compilation initially failed because I didn't enable OpenGL support in > QT 3.3. Unfortunately, there's no way to specify "WITH_OPENGL=true" in > the mythtv-frontend BUILD_DEPENDS directive. > > To make sure OpenGL is built into QT 3.3, I created a slave port > (x11-toolkits/qt33-opengl with CONFLICTS set for qt-3.3.* et al.) and > made mythtv-frontend depend on that. Let me know what you think of that > idea. Yeah that didn't came up because its "on" per default but you are absolutely right - that can fail the mythtv port. The name qt33-opengl suggests, that it is an enhanced version of qt33 but qt33 already has opengl on per default so wouldn't it be better to depend on qt33 and create an qt33-noopengl port? I've looked over mythtv's configure and it is also possible to compile mythtv without opengl support if that helps in any way. But we would need a reliable way to detect opengl support nevertheless. > - - As mentioned previously in this thread, --disable-backend support has > been removed from MythTV's configure script. In order to avoid > installing backend binaries, I created a patch file for > programs/programs.pro to omit them and updated pkg-plist accordingly. I think thats absolutely fine as the mythtv developers only do not support to build just a few parts of their software. But it should not be a problem for anyone if we build everything and then just decide not to install some of the files. -- Bernhard Froehlich http://www.bluelife.at/