[mythtv] I'm building a new beast to run MythTV exclusively!

Eric Andresen ruler111 at cox.net
Sun Mar 16 12:53:15 EST 2003


Here's an xmltv ebuild I found a couple months back, and it worked fine
then.

-- Eric Andresen
   ndiin at asu.edu

On Sun, 2003-03-16 at 02:26, Tony Clark wrote:
> On Sunday 16 March 2003 06.48, Mike Javorski wrote:
> > Not to spoil your thunder on your project, but a couple notes on Gentoo.
> >
> >  - Consider using reiserfs (ext3 has been having corruption issues of
> > late, and they may not have all been fixed yet.
> Are you sure about this?  I'm aware of one very isolated case in 2.4.20 and 
> earlier kernels.  Been running ext3 for a long time here and have not been 
> bitten yet.  Have had problems with reiserfs though in the past and just saw 
> another patch in the ac-kernels for reiserfs.
> 
> 
> > And one note on the nForce boards and the Sound on them:
> >  - Use Alsa or the Commercial OSS drivers to get even half-way decent
> > sound out of it.. The drivers provided by nvidia for use with the base
> > Linux OSS system are hacked together cruft that cause more problems then
> > they are worth. On the upside, the Video drivers are great!!
> 
> I thought there was kernel OSS support now, it maybe an ac kernel though.  Is 
> this what your talking about.  Be aware also there are problems adding multi 
> sound cards using alsa, kernel-2.4.x, oss emulation and devfs.
> http://opensrc.org/alsa/index.php?page=Getting+oss+emulation+to+work+with+2+Sound+cards
> 
> >
> > Have fun.. Myth+Gentoo Rox..
> >
> > I will be posting "ebuilds" for MythTV .80 final when it is finalized.
> 
> Now an xmltv auto building ebuild would be of real value, it's the reason that 
> mythtv can't be added to Gentoo's portage tree.
> 
> tony
-------------- next part --------------
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit perl-module

S=${WORKDIR}/${P}
MODULE=`echo ${PN} | cut -d'-' -f1`
DESCRIPTION="Set of utilities to manage TV listings stored in the XMLTV format"
HOMEPAGE="http://membled.com/work/apps/xmltv/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"

DEPEND=">=dev-perl/libwww-perl-5.65
		dev-perl/XML-Twig
		dev-perl/XML-Writer
		dev-perl/DateManip
		dev-perl/HTML-Parser
		dev-perl/Tk-TableMatrix
		dev-perl/XML-Simple
		dev-perl/CGI
		dev-perl/Memoize
		dev-perl/Term-ProgressBar
		dev-perl/Compress-Zlib
		dev-perl/Lingua-Preferred
		dev-perl/Unicode-String
		dev-perl/Lingua-EN-Numbers-Ordinate
		dev-perl/HTML-TableExtract
		dev-perl/HTML-Tree"

#src_install() {
#	perl-module_src_install
#
#	for i in `find ${D}/usr/bin ${D}/usr/lib -type f`
#	do
#		dosed ${i/$D/\/}
#	done
#}


More information about the mythtv-dev mailing list