[mythtv-users] gentoo emerge and editing settings.pro

Jelle Kalf jelle at kalf.org
Thu Jan 1 19:25:55 EST 2004


first of all, DVB support seems flaky under gentoo, that's why it was commented.

second of all you'll find a section in /usr/portage/media-tv/mythtv/mythtv-0.13-r1.ebuild which is:

    # Needs a VIA supported kernel driver.
    #if [ "`use via`" ] ; then
    #   sed -e "s:#CONFIG += using_via:CONFIG += using_via:"
    #       -e "s:#EXTRA_LIBS += -lddmpeg:EXTRA_LIBS += -lddmpeg:"
    #       -i "settings.pro" || die "enable lirc sed failed"
    #fi

change it to:

    # Needs a VIA supported kernel driver.
    #if [ "`use via`" ] ; then
        sed -e "s:#CONFIG += using_via:CONFIG += using_via:" \
            -e "s:#EXTRA_LIBS += -lddmpeg:EXTRA_LIBS += -lddmpeg:" \
            -i "settings.pro" || die "enable lirc sed failed"
    #fi

Don't forget the \ at the end of each line !!
now you are set to compile with VIA cle266 support. If you also want to run DVB support scroll up a bit and do the same with DVB.

btw, in order to get that running with gentoo (the cle266 support) you'll need to have Ivor's libddmpeg installed as well. Collect the ebuild for that from http://epia.kalf.org/portage/media-libs/

;)


Jelle.


On Thu, 01 Jan 2004 23:56:08 +0000
"martin north" <martin at chipsandpeas.com> wrote:

> 
> bit of a newbie question...how do i edit settings.pro if i install through 
> emerge?? In particular, enable cle266 adn dvb. will i need to compile and 
> install manually from cvs instead of emerge?
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 


-- 
echo 16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlb xq |dc

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GAT d+ s+:+ a- C++ UL+++ P+ L+++ E--- W+++ N+ o- K- w 
O M- V PS+ PE+ Y+ PGP+ t+ 5+ X+ R+ tv+ b++ DI-- D+ 
G++ e h-- r++ y+++ 
------END GEEK CODE BLOCK------


More information about the mythtv-users mailing list