Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64503
Collapse All | Expand All

(-)mythplugins-20050505/configure (-6 / +6 lines)
Lines 472-485 Link Here
472
    if test "$festival" = "yes" ; then
472
    if test "$festival" = "yes" ; then
473
        echo "        FESTIVAL      support will be included in MythPhone"
473
        echo "        FESTIVAL      support will be included in MythPhone"
474
        echo "#define FESTIVAL_SUPPORT 1" >> ./mythphone/mythphone/config.h
474
        echo "#define FESTIVAL_SUPPORT 1" >> ./mythphone/mythphone/config.h
475
        echo "FESTIVALDIR = /home/paul/Build/festival/festival/" >> ./mythphone/mythphone/config.pro
475
        echo "FESTIVALDIR = /usr/lib/festival/" >> ./mythphone/mythphone/config.pro
476
        echo "SPEECHTOOLSDIR = /home/paul/Build/festival/speech_tools/" >> ./mythphone/mythphone/config.pro
476
        echo "SPEECHTOOLSDIR = /usr/lib/speech-tools/" >> ./mythphone/mythphone/config.pro
477
        echo "INCLUDEPATH += \$\${FESTIVALDIR}/src/include" >> ./mythphone/mythphone/config.pro
477
        echo "INCLUDEPATH += /usr/include/festival" >> ./mythphone/mythphone/config.pro
478
        echo "INCLUDEPATH += \$\${SPEECHTOOLSDIR}/include" >> ./mythphone/mythphone/config.pro
478
        echo "INCLUDEPATH += \$\${SPEECHTOOLSDIR}/include" >> ./mythphone/mythphone/config.pro
479
        echo "DEFINES += FESTIVAL_HOME=\\\"\$\${FESTIVALDIR}\\\"" >> ./mythphone/mythphone/config.pro
479
        echo "DEFINES += FESTIVAL_HOME=\\\"\$\${FESTIVALDIR}\\\"" >> ./mythphone/mythphone/config.pro
480
        echo "LIBS += -L\$\${FESTIVALDIR}/src/lib" >> ./mythphone/mythphone/config.pro
480
        echo "LIBS += -L\$\${FESTIVALDIR}" >> ./mythphone/mythphone/config.pro
481
        echo "LIBS += -L\$\${SPEECHTOOLSDIR}/lib" >> ./mythphone/mythphone/config.pro
481
        echo "LIBS += -L\$\${SPEECHTOOLSDIR}" >> ./mythphone/mythphone/config.pro
482
        echo "LIBS += -lFestival -lestools -lestbase -leststring -ltermcap" >> ./mythphone/mythphone/config.pro
482
        echo "LIBS += -lestools -lestbase -leststring -ltermcap" >> ./mythphone/mythphone/config.pro
483
    fi
483
    fi
484
484
485
    if test "$festival" = "no" ; then
485
    if test "$festival" = "no" ; then

Return to bug 64503