[mythtv] Best practice to install mythtv cvs in Gentoo

Thomas Husemann thomas at thusemann.dyndns.org
Mon Dec 1 03:32:18 EST 2003


Hi,

I use a script....

#!/bin/bash
set -x
 
for i in `grep -lr "usr/local" *` ; do
        sed -e "s:usr/local:usr:g" -i "$i" || die "sed failed"
done
 
for i in `find ./ -name settings.pro` ; do
        sed -e "s:pentiumpro:athlon-xp:g" \
        -e "s:#CONFIG += using_alsa:CONFIG += using_alsa:" \
        -e "s:#ALSA_LIBS = -lasound:ALSA_LIBS = -lasound:" \
        -e "s:#CONFIG += using_lirc:CONFIG += using_lirc:" \
        -e "s:#LIRC_LIBS = -llirc_client:LIRC_LIBS = -llirc_client:" \
        -i $i || die "sed extras failed"
done
 
sleep 5
 
cd mythtv/
./configure
qmake mythtv.pro
make



On Sun, 30 Nov 2003 20:15:43 +0100
Oriol <oriol at redestb.es> wrote:

>      Hi, can anybody tell what is the best practice to mantain installed 
> the last mythtv cvs in my Gentoo? Do I need to create an ebuild tu do this?
> 
> 
> Thanks FYI ;)
> Oriol
> 
> 


-- 
_______________________________________
Thomas Husemann  thomas.husemann at ish.de


More information about the mythtv-dev mailing list