In the next sections is a list of packages and their links.
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.
########################################################################
# 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
export LIRC_DEVICE=/dev/lirc0
# End /etc/sysconfig/freevo
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.
Not all of these fonts are required
The following are fonts used by freevo and friends.
Arial_Bold.ttf
arial.ttf
myriad.ttf
Myriad-Web.ttf
subfont.ttf (linked to myriad.ttf)
Vera.ttf
The following are not really used by freevo but are used by tvtime, alevt and vbishow.
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
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