Subsections

Freevo Packages

In the next sections is a list of packages and their links.

Freevo Required

The following are packages required for freevo to run on an X-window, which in turn is required for the TV-out of the PVR-350 TV card. This list is represented as a tree of dependencies, and the build order is generally important.

freevo-1.5.4

Freevo Recommended

Reading DVDs

freevo cache

freevo lirc plugin

#!/bin/sh

########################################################################

# Begin $rc_base/init.d/lircd

#

# Description :

#

# Authors     :

#

# Version     : 00.00

#

# Notes       :

#

########################################################################

. /etc/sysconfig/rc

. ${rc_functions}

. /etc/sysconfig/lircd

case "${1}" in

    start)

        boot_mesg "Starting Lirc daemon..."

        if [ -c ${LIRC_DEVICE} ]; then

            loadproc /usr/sbin/lircd  -device=${LIRC_DEVICE} 

        else

            echo_failure

        fi

        ;;

    stop)

        boot_mesg "Stopping Lirc daemon..."

        killproc /usr/sbin/lircd

        ;;

    reload)

        boot_mesg "Reloading Lirc daemon..."

        reloadproc /usr/sbin/lircd

        ;;

    restart)

        ${0} stop

        sleep 1

        ${0} start

        ;;

    status)

        statusproc /usr/sbin/lircd

        ;;

    *)

        echo "Usage: ${0} {start|stop|reload|restart|status}"

        exit 1

        ;;

esac

# End $rc_base/init.d/lircd

# Begin /etc/sysconfig/freevo

export LIRC_DEVICE=/dev/lirc0

# End /etc/sysconfig/freevo

freevo media players

The main two media players for freevo are mplayer and xine. Below is a list of dependencies which are mostly optional and installing them gives additional functionality to the players. The dependencies should really be represented as a network rather than a tree.

freevo subtitle recording

freevo plugins

coversearch

freevo fonts

Not all of these fonts are required

/usr/share/fonts/truetype/

The following are fonts used by freevo and friends.

arialbd.ttf

Arial_Bold.ttf

arial.ttf

myriad.ttf

Myriad-Web.ttf

subfont.ttf (linked to myriad.ttf)

Vera.ttf

/usr/share/fonts/tv

The following are not really used by freevo but are used by tvtime, alevt and vbishow.

captioni.pcf.gz

caption.pcf.gz

led-iso10646-1.pcf.gz

led-iso8859-10.pcf.gz

led-iso8859-13.pcf.gz

led-iso8859-14.pcf.gz

led-iso8859-15.pcf.gz

led-iso8859-1.pcf.gz

led-iso8859-2.pcf.gz

led-iso8859-3.pcf.gz

led-iso8859-4.pcf.gz

led-iso8859-5.pcf.gz

led-iso8859-7.pcf.gz

led-iso8859-8.pcf.gz

led-iso8859-9.pcf.gz

led-koi8-r.pcf.gz

teletext1i.pcf.gz

teletext1.pcf.gz

teletext2i.pcf.gz

teletext2.pcf.gz

teletext4i.pcf.gz

teletext4.pcf.gz

vtxt.pcf

vtxtu.pcf

Remote access to data

Other Freevo Packages

Freevo Plugins

See addons

Freevo-Weather-0.8

freevo-mediaportal-theme-0.1

freevo-weather-mediaportal-iconset-0.1

freevo-dilbert-plugin-0.1

freevo-audio-albumtree-0.5.1

freevo-hddtemp-plugin-0.6

Other Useful Packages

Documentation Tools

nasm-0.98.39

doxygen-1.4.7


Duncan Webb 2006-09-19 (generated by LaTeX2HTML Version 2002-2-1)