From owner-freebsd-multimedia@FreeBSD.ORG Thu May 20 18:35:33 2010 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 864BE106566B for ; Thu, 20 May 2010 18:35:33 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mail.itac.at (unknown [IPv6:2002:5bc2:5ac8:d:20c:29ff:fe19:7b2]) by mx1.freebsd.org (Postfix) with ESMTP id BBE758FC18 for ; Thu, 20 May 2010 18:35:32 +0000 (UTC) Received: from [91.205.172.21] (helo=webmail.bluelife.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1OFAah-0001IG-23; Thu, 20 May 2010 20:35:31 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: Thu, 20 May 2010 20:35:31 +0200 From: Bernhard Froehlich To: =?UTF-8?Q?Micka=C3=ABl_Maillot?= In-Reply-To: References: <94ad0be988c6c40cb0efd5bf6cde5968@bluelife.at> <264755987672f1d5e36eca99c3ba7f7b@bluelife.at> Message-ID: <754e3a99732a8c54d4420c3fcb377999@bluelife.at> X-Sender: decke@FreeBSD.org User-Agent: RoundCube Webmail/0.4-beta X-Spam-Score: 0.3 (/) 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 Thu, 20 May 2010 00:37:30 +0200, Mickaël Maillot wrote: > for multimedia/mythplugin-mythvideo > the default script to find video metadata is scripts/Movie/tmdb.py > who depends on databases/py-MySQLdb [...] Content analysis details: (0.3 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 1.8 AWL AWL: From: address is in the auto white-list Cc: multimedia@freebsd.org Subject: Re: CFT: MythTV 0.23 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: Thu, 20 May 2010 18:35:33 -0000 On Thu, 20 May 2010 00:37:30 +0200, Mickaël Maillot wrote: > for multimedia/mythplugin-mythvideo > the default script to find video metadata is scripts/Movie/tmdb.py > who depends on databases/py-MySQLdb Thanks. I've added the dependency and also did the things we discussed yesterday. So the automatic installation of the database is removed and i've also replaced all the user/group creation code with the USERS/GROUPS framework plus a bit cleanup and a few fixed portlint warnings. http://home.bluelife.at/ports/mythtv-cft-20100520.tar.gz Changes are here: http://svn.bluelife.at/index.cgi/blueports/log/multimedia > 2010/5/19 Bernhard Froehlich : >> On Wed, 19 May 2010 15:22:04 +0200, Mickaël Maillot >> wrote: >>> hi, >>> >>> i just have a small install problem with mysql: >>> my mysql server was not enable and the install failed: >>> >>> Added group "mythtv". >>> Added user "mythtv". >>> Cannot 'start' mysql. Set mysql_enable to YES in /etc/rc.conf or use >>> 'onestart' instead of 'start'. >>> *** Unable to start mysqld >>> *** Error code 1 >>> >>> Stop in /usr/ports/multimedia/mythtv. >>> *** Error code 1 >>> >>> Stop in /usr/ports/multimedia/mythtv. >>> >>> >>> it's in pkg-install.in, i think you can remove the mysql part beceause >>> of pkg-message.in and makedb do the same thing >> >> That was just left as it always was but I also find it annoying >> sometimes. >> The description in pkg-message is okay and should be enough to guide a >> user >> what he has to do manually. So we can safely remove the database creation >> from post-install and makedb. >> >> I also want to see if I can use the groups framework to create the MythTV >> user an group so that i can also remove the other post-install and >> post-deinstall code. >> >> >> >>> 2010/5/19 Sylvio César : >>>> 2010/5/19 Bernhard Froehlich : >>>>> Hi multimedia@! >>>>> >>>>> This is the final call for testers for MythTV 0.23. There have >> happened >>>>> a >>>>> lot of interesting things in the last months so I decided to send out >> a >>>>> final call for testers to get some more feedback. Please test it if >> you >>>>> have the chance to do so or at least compile it and see if it fails. >>>>> MythTV >>>>> has always been a bit problematic when various other ports are >> installed >>>>> on >>>>> the system (ffmpeg, Qt3, ...). >>>>> >>>>> The most important new feature is that V4L support is now enabled so >>>>> that >>>>> you can use mythtv together with multimedia/webcamd which supports a >> lot >>>>> of >>>>> USB DVB-S/S2/T/C hardware. I've successfully tested it with a Pinnacle >>>>> PCTV Sat Pro USB 450e device and watched DVB-S live tv (see >>>>> screenshots). >>>>> >>>>> There are now also two new ports mythplugin-mythvideo and >>>>> mythplugin-mythmusic which give you the possibility to use mythtv as a >>>>> real >>>>> Media Center also if you don't have a supported DVB card. You can >> import >>>>> your movies and music in mythtv and play it from there. They are >> really >>>>> useful and I have to thank Andriy Bakay for the preliminary work on >> this >>>>> plugins! >>>>> >>>>> >>>>> Changelog for MythTV 0.23: >>>>> http://www.mythtv.org/wiki/Release_Notes_-_0.23 >>>>> >>>>> >>>>> Changes in the FreeBSD MythTV ports: >>>>> - Update to 0.23 >>>>> - V4L support enabled for webcamd (works fine with DVB-S2 USB >> hardware) >>>>> - VDPAU enabled >>>>> - mythweb port renamed to mythplugin-mythweb >>>>> - New ports: mythplugin-mythmusic, mythplugin-mythvideo [1] >>>>> >>>>> Thanks to: Andriy Bakay [1] >>>>> >>>>> >>>>> Screenshots: >>>>> http://home.bluelife.at/images/mythtv-0.23-DVB-1.jpg >>>>> http://home.bluelife.at/ports/mythtv/01-mythtv-home.jpg >>>>> http://home.bluelife.at/ports/mythtv/ >>>>> >>>>> >>>>> FreeBSD ports: >>>>> http://home.bluelife.at/ports/mythtv-cft-20100519.tar.gz >>>>> >>>>> If everything works fine I plan to commit it within the next two >> weeks. >>>>> Good luck and have fun with it :o) >>>>> >>>>> -- >>>>> Bernhard Froehlich >>>>> http://www.bluelife.at/ >>>>> >>>>> _______________________________________________ >>>>> freebsd-multimedia@freebsd.org mailing list >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia >>>>> To unsubscribe, send any mail to >>>>> "freebsd-multimedia-unsubscribe@freebsd.org" >>>>> >>>> >>>> Congratulations decke@ >>>> >>>> >>>> -- >>>> Regards, >>>> >>>> Sylvio Cesar               || FreeBSD Committer || Team >>>> multimedia@FreeBSD.org >>>> sylvio@FreeBSD.org  || http://people.freebsd.org/~sylvio || >>>> http://www.scjamorim.org || http://www.freebsd.org >>>> >>>> "Tenho posto o Senhor continuamente diante de mim; porque Ele está à >>>> minha mão direita, não vacilarei. Portanto, alegre está o meu >>>> coração". (Salmos 16:8) >>>> >>>> "Os olhos do SENHOR estão sobre os justos, e os seus ouvidos atentos >>>> ao seu clamor". (Salmos 34:15) >>>> _______________________________________________ >>>> freebsd-multimedia@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia >>>> To unsubscribe, send any mail to >>>> "freebsd-multimedia-unsubscribe@freebsd.org" >>>> >>> _______________________________________________ >>> freebsd-multimedia@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia >>> To unsubscribe, send any mail to >>> "freebsd-multimedia-unsubscribe@freebsd.org" >> -- Bernhard Froehlich http://www.bluelife.at/