From owner-freebsd-multimedia@FreeBSD.ORG Wed May 19 22:37:32 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 D6DCD1065679; Wed, 19 May 2010 22:37:32 +0000 (UTC) (envelope-from mickael.maillot@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3BFE58FC20; Wed, 19 May 2010 22:37:31 +0000 (UTC) Received: by wye20 with SMTP id 20so1096828wye.13 for ; Wed, 19 May 2010 15:37:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=LO2BHazqJw9/LGClRSVIBDyBR6Vz6bdYpPhHhjd1SZU=; b=ANOuyfNyrhcHsGeh4JroISSpw/JnWu7POtPHEj4Fzbk1tc4dz9bez4x2sobL2PBVbE WO49owbZVnbg4BAs4zpN79IMSwx4hLFc94mqiNkH0r+/4bIT2A3JmuphIm7Kb5HmpSjD zhbzuMbAcCT87ebQXwt4oSirLrAFA3q+XrpTk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=KoFBLV+ckIwVBt8NOu+3qhjv+8oT7wrLb0X5AtQuVMS/mWMY0AgEzjRpUHghP335SZ Qt9LuF45wYt7o+EzYqduRxkfx2jsVuF3OChHkfhIWUwaXoCMl8JrI3SetUnrRBmVdKGc WCSPvMf4yuWv1he6rEkqmk8SmyYVu2wEQHyIE= MIME-Version: 1.0 Received: by 10.216.154.69 with SMTP id g47mr217981wek.82.1274308650168; Wed, 19 May 2010 15:37:30 -0700 (PDT) Received: by 10.216.39.80 with HTTP; Wed, 19 May 2010 15:37:30 -0700 (PDT) In-Reply-To: <264755987672f1d5e36eca99c3ba7f7b@bluelife.at> References: <94ad0be988c6c40cb0efd5bf6cde5968@bluelife.at> <264755987672f1d5e36eca99c3ba7f7b@bluelife.at> Date: Thu, 20 May 2010 00:37:30 +0200 Message-ID: From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= To: Bernhard Froehlich Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Wed, 19 May 2010 22:37:32 -0000 for multimedia/mythplugin-mythvideo the default script to find video metadata is scripts/Movie/tmdb.py who depends on databases/py-MySQLdb 2010/5/19 Bernhard Froehlich : > On Wed, 19 May 2010 15:22:04 +0200, Micka=EBl 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 us= er > 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=E9sar : >>> 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 =A0 =A0 =A0 =A0 =A0 =A0 =A0 || FreeBSD Committer || Team >>> multimedia@FreeBSD.org >>> sylvio@FreeBSD.org =A0|| http://people.freebsd.org/~sylvio || >>> http://www.scjamorim.org || http://www.freebsd.org >>> >>> "Tenho posto o Senhor continuamente diante de mim; porque Ele est=E1 = =E0 >>> minha m=E3o direita, n=E3o vacilarei. Portanto, alegre est=E1 o meu >>> cora=E7=E3o". (Salmos 16:8) >>> >>> "Os olhos do SENHOR est=E3o 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" >