pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

freevo: remove, declared "dormant" in 2014.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Feb 14 11:06:46 2017 +0100
Changeset:	546ec5fe1f31ce9cf5785485733d93ba51b83f8c

Modified Files:
	Makefile
Removed Files:
	freevo/DESCR
	freevo/MESSAGE
	freevo/Makefile
	freevo/PLIST
	freevo/TODO
	freevo/distinfo
	freevo/files/pygamejoy.py
	freevo/options.mk
	freevo/patches/patch-aa
	freevo/patches/patch-ab
	freevo/patches/patch-ad
	freevo/patches/patch-ae
	freevo/patches/patch-ai

Log Message:
freevo: remove, declared "dormant" in 2014.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=546ec5fe1f31ce9cf5785485733d93ba51b83f8c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                  |    1 -
 freevo/DESCR              |   20 -
 freevo/MESSAGE            |   20 -
 freevo/Makefile           |   59 --
 freevo/PLIST              | 1939 ---------------------------------------------
 freevo/TODO               |   43 -
 freevo/distinfo           |   10 -
 freevo/files/pygamejoy.py |  148 ----
 freevo/options.mk         |   43 -
 freevo/patches/patch-aa   |   13 -
 freevo/patches/patch-ab   |   33 -
 freevo/patches/patch-ad   |   56 --
 freevo/patches/patch-ae   |   21 -
 freevo/patches/patch-ai   |   62 --
 14 files changed, 2468 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 2265d02c12..fc2be1df5b 100644
--- a/Makefile
+++ b/Makefile
@@ -789,7 +789,6 @@ SUBDIR+=	freej
 SUBDIR+=	freeradius2
 SUBDIR+=	freeswitch-core
 SUBDIR+=	freesynd
-SUBDIR+=	freevo
 SUBDIR+=	freevrrpd
 SUBDIR+=	fribid
 SUBDIR+=	fricas-svn
diff --git a/freevo/DESCR b/freevo/DESCR
deleted file mode 100644
index 2e12f38db0..0000000000
--- a/freevo/DESCR
+++ /dev/null
@@ -1,20 +0,0 @@
-Freevo is an open-source digital video jukebox (PVR, DVR) based on a number
-of open-source audio/video tools. MPlayer is used to play audio and video
-files. MPlayer is an excellent media player that can play most popular file
-formats. Freevo can be used both for a standalone PVR computer with a
-TV+remote, as well as on a regular desktop computer using the monitor and
-keyboard.
-
-Current features
-- Watching TV, with TV Guide (using XMLTV).
-- TV recording, both immediate mode and a background schedule task.
-- Playing Movies (AVI, MPEG, Quicktime, Ogg, etc.) and DVDs.
-- Playing Music (MP3, Ogg, AAC, WMA).
-- Playing audio CD's with CDDB support.
-- Viewing Pictures.
-- Skins are configurable using XML files.
-- Movie and Music file info using XML files.
-- Preliminary Mame support.
-- Web interface for TV recording.
-- Easy plugin based interface for adding new features
-- Toolbar with email notification, clock and weather plugins
diff --git a/freevo/MESSAGE b/freevo/MESSAGE
deleted file mode 100644
index d52c746a27..0000000000
--- a/freevo/MESSAGE
+++ /dev/null
@@ -1,20 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.3 2005/09/28 14:24:40 rillig Exp $
-
-Installation done. To finish the setup, type:
-
-	freevo setup
-
-at the command prompt. freevo will perform then package checking, which
-looks like this:
-
-	checking for mplayer...    /usr/pkg/bin/mplayer
-	checking for mencoder...   not found (deactivated)
-	checking for tvtime...     not found (deactivated)
-	[...]
-
-You can of course install additional packages to increase freevo
-functionality.
-
-Have fun!
-===========================================================================
diff --git a/freevo/Makefile b/freevo/Makefile
deleted file mode 100644
index 9a88628fd2..0000000000
--- a/freevo/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# $NetBSD: Makefile,v 1.43 2014/05/09 07:38:42 thomasklausner Exp $
-
-DISTNAME=		freevo-1.7.6
-PKGREVISION=		2
-CATEGORIES=		multimedia
-MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=freevo/}
-
-MAINTAINER=		dhowland%users.sourceforge.net@localhost
-HOMEPAGE=		http://freevo.sourceforge.net/
-COMMENT=		Fancy-looking digital video jukebox
-
-DEPENDS+=		aumix>=2.8:../../audio/aumix
-DEPENDS+=		mplayer>=1.0rc7:../../multimedia/mplayer
-DEPENDS+=		${PYPKGPREFIX}-sqlite>=1.0.1:../../databases/py-sqlite
-DEPENDS+=		${PYPKGPREFIX}-twisted>=2.0.0:../../net/py-twisted
-#DEPENDS+=		${PYPKGPREFIX}-twisted-web>=0.5.0:../../wip/py-twisted-web
-DEPENDS+=		${PYPKGPREFIX}-elementtree-[0-9]*:../../textproc/py-elementtree
-DEPENDS+=		${PYPKGPREFIX}-beautifulsoup-[0-9]*:../../www/py-beautifulsoup
-
-
-PYDISTUTILSPKG=		yes
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-beautifulsoup, py-mxDateTime, py-imaging, py-elementtree, py-xml
-USE_PKGLOCALEDIR=	yes
-
-CHECK_PORTABILITY_SKIP+=	boot/freevo
-CHECK_PORTABILITY_SKIP+=	contrib/suse/freevo.daily
-CHECK_PORTABILITY_SKIP+=	contrib/suse/freevo.init
-
-.include "options.mk"
-
-PKG_SYSCONFSUBDIR=	freevo
-EGDIR=			${PREFIX}/share/examples/freevo
-CONF_FILES=		${EGDIR}/local_conf.py.example		\
-			${PKG_SYSCONFDIR}/local_conf.py
-
-SUBST_CLASSES+=		freevo
-SUBST_STAGE.freevo=	pre-configure
-SUBST_FILES.freevo=	src/config.py
-SUBST_SED.freevo+=	-e 's|@@PKG_SYSCONFDIR@@|${PKG_SYSCONFDIR}|g'
-
-post-patch:
-	${CP} ${FILESDIR}/pygamejoy.py ${WRKSRC}/src/plugins/pygamejoy.py
-
-post-install:
-	${RM} ${PREFIX}/share/freevo/contrib/fbcon/mgafb.orig
-	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/freevo
-	${INSTALL_DATA} ${WRKSRC}/local_conf.py.example \
-		${PREFIX}/share/examples/freevo/local_conf.py.example
-
-.include "../../devel/py-game/buildlink3.mk"
-.include "../../graphics/py-imaging/buildlink3.mk"
-.include "../../multimedia/libdvdcss/buildlink3.mk"  # not default by libdvdread
-.include "../../textproc/py-xml/buildlink3.mk"
-.include "../../time/py-mxDateTime/buildlink3.mk"
-.include "../../wip/py-kaa-imlib2/buildlink3.mk"
-.include "../../wip/py-kaa-metadata/buildlink3.mk"
-.include "../../wip/py-osd/buildlink3.mk"
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/freevo/PLIST b/freevo/PLIST
deleted file mode 100644
index f2a1859eed..0000000000
--- a/freevo/PLIST
+++ /dev/null
@@ -1,1939 +0,0 @@
-@comment $NetBSD: PLIST,v 1.10 2009/10/11 10:44:37 thomasklausner Exp $
-${PYSITELIB}/freevo/__init__.py
-${PYSITELIB}/freevo/__init__.pyc
-${PYSITELIB}/freevo/__init__.pyo
-${PYSITELIB}/freevo/animation/__init__.py
-${PYSITELIB}/freevo/animation/__init__.pyc
-${PYSITELIB}/freevo/animation/__init__.pyo
-${PYSITELIB}/freevo/animation/base.py
-${PYSITELIB}/freevo/animation/base.pyc
-${PYSITELIB}/freevo/animation/base.pyo
-${PYSITELIB}/freevo/animation/marquee.py
-${PYSITELIB}/freevo/animation/marquee.pyc
-${PYSITELIB}/freevo/animation/marquee.pyo
-${PYSITELIB}/freevo/animation/render.py
-${PYSITELIB}/freevo/animation/render.pyc
-${PYSITELIB}/freevo/animation/render.pyo
-${PYSITELIB}/freevo/animation/screensaver.py
-${PYSITELIB}/freevo/animation/screensaver.pyc
-${PYSITELIB}/freevo/animation/screensaver.pyo
-${PYSITELIB}/freevo/animation/transition.py
-${PYSITELIB}/freevo/animation/transition.pyc
-${PYSITELIB}/freevo/animation/transition.pyo
-${PYSITELIB}/freevo/audio/__init__.py
-${PYSITELIB}/freevo/audio/__init__.pyc
-${PYSITELIB}/freevo/audio/__init__.pyo
-${PYSITELIB}/freevo/audio/audiodiskitem.py
-${PYSITELIB}/freevo/audio/audiodiskitem.pyc
-${PYSITELIB}/freevo/audio/audiodiskitem.pyo
-${PYSITELIB}/freevo/audio/audioitem.py
-${PYSITELIB}/freevo/audio/audioitem.pyc
-${PYSITELIB}/freevo/audio/audioitem.pyo
-${PYSITELIB}/freevo/audio/player.py
-${PYSITELIB}/freevo/audio/player.pyc
-${PYSITELIB}/freevo/audio/player.pyo
-${PYSITELIB}/freevo/audio/plugins/__init__.py
-${PYSITELIB}/freevo/audio/plugins/__init__.pyc
-${PYSITELIB}/freevo/audio/plugins/__init__.pyo
-${PYSITELIB}/freevo/audio/plugins/album_tree.py
-${PYSITELIB}/freevo/audio/plugins/album_tree.pyc
-${PYSITELIB}/freevo/audio/plugins/album_tree.pyo
-${PYSITELIB}/freevo/audio/plugins/apodcast.py
-${PYSITELIB}/freevo/audio/plugins/apodcast.pyc
-${PYSITELIB}/freevo/audio/plugins/apodcast.pyo
-${PYSITELIB}/freevo/audio/plugins/cdbackup.py
-${PYSITELIB}/freevo/audio/plugins/cdbackup.pyc
-${PYSITELIB}/freevo/audio/plugins/cdbackup.pyo
-${PYSITELIB}/freevo/audio/plugins/coversearch.py
-${PYSITELIB}/freevo/audio/plugins/coversearch.pyc
-${PYSITELIB}/freevo/audio/plugins/coversearch.pyo
-${PYSITELIB}/freevo/audio/plugins/detach.py
-${PYSITELIB}/freevo/audio/plugins/detach.pyc
-${PYSITELIB}/freevo/audio/plugins/detach.pyo
-${PYSITELIB}/freevo/audio/plugins/detachbar.py
-${PYSITELIB}/freevo/audio/plugins/detachbar.pyc
-${PYSITELIB}/freevo/audio/plugins/detachbar.pyo
-${PYSITELIB}/freevo/audio/plugins/freevo_scrobbler.py
-${PYSITELIB}/freevo/audio/plugins/freevo_scrobbler.pyc
-${PYSITELIB}/freevo/audio/plugins/freevo_scrobbler.pyo
-${PYSITELIB}/freevo/audio/plugins/fxmms.py
-${PYSITELIB}/freevo/audio/plugins/fxmms.pyc
-${PYSITELIB}/freevo/audio/plugins/fxmms.pyo
-${PYSITELIB}/freevo/audio/plugins/lastfm.py
-${PYSITELIB}/freevo/audio/plugins/lastfm.pyc
-${PYSITELIB}/freevo/audio/plugins/lastfm.pyo
-${PYSITELIB}/freevo/audio/plugins/logger.py
-${PYSITELIB}/freevo/audio/plugins/logger.pyc
-${PYSITELIB}/freevo/audio/plugins/logger.pyo
-${PYSITELIB}/freevo/audio/plugins/lyrics.py
-${PYSITELIB}/freevo/audio/plugins/lyrics.pyc
-${PYSITELIB}/freevo/audio/plugins/lyrics.pyo
-${PYSITELIB}/freevo/audio/plugins/mpd_playlist.py
-${PYSITELIB}/freevo/audio/plugins/mpd_playlist.pyc
-${PYSITELIB}/freevo/audio/plugins/mpd_playlist.pyo
-${PYSITELIB}/freevo/audio/plugins/mpd_status.py
-${PYSITELIB}/freevo/audio/plugins/mpd_status.pyc
-${PYSITELIB}/freevo/audio/plugins/mpd_status.pyo
-${PYSITELIB}/freevo/audio/plugins/mpdclient2.py
-${PYSITELIB}/freevo/audio/plugins/mpdclient2.pyc
-${PYSITELIB}/freevo/audio/plugins/mpdclient2.pyo
-${PYSITELIB}/freevo/audio/plugins/mplayer.py
-${PYSITELIB}/freevo/audio/plugins/mplayer.pyc
-${PYSITELIB}/freevo/audio/plugins/mplayer.pyo
-${PYSITELIB}/freevo/audio/plugins/mplayervis.py
-${PYSITELIB}/freevo/audio/plugins/mplayervis.pyc
-${PYSITELIB}/freevo/audio/plugins/mplayervis.pyo
-${PYSITELIB}/freevo/audio/plugins/musicip.py
-${PYSITELIB}/freevo/audio/plugins/musicip.pyc
-${PYSITELIB}/freevo/audio/plugins/musicip.pyo
-${PYSITELIB}/freevo/audio/plugins/playlists.py
-${PYSITELIB}/freevo/audio/plugins/playlists.pyc
-${PYSITELIB}/freevo/audio/plugins/playlists.pyo
-${PYSITELIB}/freevo/audio/plugins/radio.py
-${PYSITELIB}/freevo/audio/plugins/radio.pyc
-${PYSITELIB}/freevo/audio/plugins/radio.pyo
-${PYSITELIB}/freevo/audio/plugins/radioplayer.py
-${PYSITELIB}/freevo/audio/plugins/radioplayer.pyc
-${PYSITELIB}/freevo/audio/plugins/radioplayer.pyo
-${PYSITELIB}/freevo/audio/plugins/vux.py
-${PYSITELIB}/freevo/audio/plugins/vux.pyc
-${PYSITELIB}/freevo/audio/plugins/vux.pyo
-${PYSITELIB}/freevo/audio/plugins/xine.py
-${PYSITELIB}/freevo/audio/plugins/xine.pyc
-${PYSITELIB}/freevo/audio/plugins/xine.pyo
-${PYSITELIB}/freevo/audio/plugins/xmradio.py
-${PYSITELIB}/freevo/audio/plugins/xmradio.pyc
-${PYSITELIB}/freevo/audio/plugins/xmradio.pyo
-${PYSITELIB}/freevo/childapp.py
-${PYSITELIB}/freevo/childapp.pyc
-${PYSITELIB}/freevo/childapp.pyo
-${PYSITELIB}/freevo/commdetectcore.py
-${PYSITELIB}/freevo/commdetectcore.pyc
-${PYSITELIB}/freevo/commdetectcore.pyo
-${PYSITELIB}/freevo/config.py
-${PYSITELIB}/freevo/config.pyc
-${PYSITELIB}/freevo/config.pyo
-${PYSITELIB}/freevo/directory.py
-${PYSITELIB}/freevo/directory.pyc
-${PYSITELIB}/freevo/directory.pyo
-${PYSITELIB}/freevo/encodingcore.py
-${PYSITELIB}/freevo/encodingcore.pyc
-${PYSITELIB}/freevo/encodingcore.pyo
-${PYSITELIB}/freevo/evdev.py
-${PYSITELIB}/freevo/evdev.pyc
-${PYSITELIB}/freevo/evdev.pyo
-${PYSITELIB}/freevo/event.py
-${PYSITELIB}/freevo/event.pyc
-${PYSITELIB}/freevo/event.pyo
-${PYSITELIB}/freevo/evfallback.py
-${PYSITELIB}/freevo/evfallback.pyc
-${PYSITELIB}/freevo/evfallback.pyo
-${PYSITELIB}/freevo/fxditem.py
-${PYSITELIB}/freevo/fxditem.pyc
-${PYSITELIB}/freevo/fxditem.pyo
-${PYSITELIB}/freevo/games/__init__.py
-${PYSITELIB}/freevo/games/__init__.pyc
-${PYSITELIB}/freevo/games/__init__.pyo
-${PYSITELIB}/freevo/games/game.py
-${PYSITELIB}/freevo/games/game.pyc
-${PYSITELIB}/freevo/games/game.pyo
-${PYSITELIB}/freevo/games/genericitem.py
-${PYSITELIB}/freevo/games/genericitem.pyc
-${PYSITELIB}/freevo/games/genericitem.pyo
-${PYSITELIB}/freevo/games/genesisitem.py
-${PYSITELIB}/freevo/games/genesisitem.pyc
-${PYSITELIB}/freevo/games/genesisitem.pyo
-${PYSITELIB}/freevo/games/mame_cache.py
-${PYSITELIB}/freevo/games/mame_cache.pyc
-${PYSITELIB}/freevo/games/mame_cache.pyo
-${PYSITELIB}/freevo/games/mame_types.py
-${PYSITELIB}/freevo/games/mame_types.pyc
-${PYSITELIB}/freevo/games/mame_types.pyo
-${PYSITELIB}/freevo/games/mameitem.py
-${PYSITELIB}/freevo/games/mameitem.pyc
-${PYSITELIB}/freevo/games/mameitem.pyo
-${PYSITELIB}/freevo/games/snesitem.py
-${PYSITELIB}/freevo/games/snesitem.pyc
-${PYSITELIB}/freevo/games/snesitem.pyo
-${PYSITELIB}/freevo/games/zipped_rom.py
-${PYSITELIB}/freevo/games/zipped_rom.pyc
-${PYSITELIB}/freevo/games/zipped_rom.pyo
-${PYSITELIB}/freevo/gui/AlertBox.py
-${PYSITELIB}/freevo/gui/AlertBox.pyc
-${PYSITELIB}/freevo/gui/AlertBox.pyo
-${PYSITELIB}/freevo/gui/Border.py
-${PYSITELIB}/freevo/gui/Border.pyc
-${PYSITELIB}/freevo/gui/Border.pyo
-${PYSITELIB}/freevo/gui/Button.py
-${PYSITELIB}/freevo/gui/Button.pyc
-${PYSITELIB}/freevo/gui/Button.pyo
-${PYSITELIB}/freevo/gui/Color.py
-${PYSITELIB}/freevo/gui/Color.pyc
-${PYSITELIB}/freevo/gui/Color.pyo
-${PYSITELIB}/freevo/gui/ConfirmBox.py
-${PYSITELIB}/freevo/gui/ConfirmBox.pyc
-${PYSITELIB}/freevo/gui/ConfirmBox.pyo
-${PYSITELIB}/freevo/gui/Container.py
-${PYSITELIB}/freevo/gui/Container.pyc
-${PYSITELIB}/freevo/gui/Container.pyo
-${PYSITELIB}/freevo/gui/GUIObject.py
-${PYSITELIB}/freevo/gui/GUIObject.pyc
-${PYSITELIB}/freevo/gui/GUIObject.pyo
-${PYSITELIB}/freevo/gui/InputBox.py
-${PYSITELIB}/freevo/gui/InputBox.pyc
-${PYSITELIB}/freevo/gui/InputBox.pyo
-${PYSITELIB}/freevo/gui/Label.py
-${PYSITELIB}/freevo/gui/Label.pyc
-${PYSITELIB}/freevo/gui/Label.pyo
-${PYSITELIB}/freevo/gui/LayoutManagers.py
-${PYSITELIB}/freevo/gui/LayoutManagers.pyc
-${PYSITELIB}/freevo/gui/LayoutManagers.pyo
-${PYSITELIB}/freevo/gui/LetterBoxGroup.py
-${PYSITELIB}/freevo/gui/LetterBoxGroup.pyc
-${PYSITELIB}/freevo/gui/LetterBoxGroup.pyo
-${PYSITELIB}/freevo/gui/ListBox.py
-${PYSITELIB}/freevo/gui/ListBox.pyc
-${PYSITELIB}/freevo/gui/ListBox.pyo
-${PYSITELIB}/freevo/gui/ListItem.py
-${PYSITELIB}/freevo/gui/ListItem.pyc
-${PYSITELIB}/freevo/gui/ListItem.pyo
-${PYSITELIB}/freevo/gui/OptionBox.py
-${PYSITELIB}/freevo/gui/OptionBox.pyc
-${PYSITELIB}/freevo/gui/OptionBox.pyo
-${PYSITELIB}/freevo/gui/Panel.py
-${PYSITELIB}/freevo/gui/Panel.pyc
-${PYSITELIB}/freevo/gui/Panel.pyo
-${PYSITELIB}/freevo/gui/PopupBox.py
-${PYSITELIB}/freevo/gui/PopupBox.pyc
-${PYSITELIB}/freevo/gui/PopupBox.pyo
-${PYSITELIB}/freevo/gui/ProgressBox.py
-${PYSITELIB}/freevo/gui/ProgressBox.pyc
-${PYSITELIB}/freevo/gui/ProgressBox.pyo
-${PYSITELIB}/freevo/gui/Progressbar.py
-${PYSITELIB}/freevo/gui/Progressbar.pyc
-${PYSITELIB}/freevo/gui/Progressbar.pyo
-${PYSITELIB}/freevo/gui/RegionScroller.py
-${PYSITELIB}/freevo/gui/RegionScroller.pyc
-${PYSITELIB}/freevo/gui/RegionScroller.pyo
-${PYSITELIB}/freevo/gui/Scrollbar.py
-${PYSITELIB}/freevo/gui/Scrollbar.pyc
-${PYSITELIB}/freevo/gui/Scrollbar.pyo
-${PYSITELIB}/freevo/gui/Window.py
-${PYSITELIB}/freevo/gui/Window.pyc
-${PYSITELIB}/freevo/gui/Window.pyo
-${PYSITELIB}/freevo/gui/__init__.py
-${PYSITELIB}/freevo/gui/__init__.pyc
-${PYSITELIB}/freevo/gui/__init__.pyo
-${PYSITELIB}/freevo/gui/exceptions.py
-${PYSITELIB}/freevo/gui/exceptions.pyc
-${PYSITELIB}/freevo/gui/exceptions.pyo
-${PYSITELIB}/freevo/gui/sounds.py
-${PYSITELIB}/freevo/gui/sounds.pyc
-${PYSITELIB}/freevo/gui/sounds.pyo
-${PYSITELIB}/freevo/helpers/__init__.py
-${PYSITELIB}/freevo/helpers/__init__.pyc
-${PYSITELIB}/freevo/helpers/__init__.pyo
-${PYSITELIB}/freevo/helpers/cache.py
-${PYSITELIB}/freevo/helpers/cache.pyc
-${PYSITELIB}/freevo/helpers/cache.pyo
-${PYSITELIB}/freevo/helpers/commdetectserver.py
-${PYSITELIB}/freevo/helpers/commdetectserver.pyc
-${PYSITELIB}/freevo/helpers/commdetectserver.pyo
-${PYSITELIB}/freevo/helpers/convert_config.py
-${PYSITELIB}/freevo/helpers/convert_config.pyc
-${PYSITELIB}/freevo/helpers/convert_config.pyo
-${PYSITELIB}/freevo/helpers/daemon.py
-${PYSITELIB}/freevo/helpers/daemon.pyc
-${PYSITELIB}/freevo/helpers/daemon.pyo
-${PYSITELIB}/freevo/helpers/encodingserver.py
-${PYSITELIB}/freevo/helpers/encodingserver.pyc
-${PYSITELIB}/freevo/helpers/encodingserver.pyo
-${PYSITELIB}/freevo/helpers/imdb.py
-${PYSITELIB}/freevo/helpers/imdb.pyc
-${PYSITELIB}/freevo/helpers/imdb.pyo
-${PYSITELIB}/freevo/helpers/install.py
-${PYSITELIB}/freevo/helpers/install.pyc
-${PYSITELIB}/freevo/helpers/install.pyo
-${PYSITELIB}/freevo/helpers/makelinuxevent.py
-${PYSITELIB}/freevo/helpers/makelinuxevent.pyc
-${PYSITELIB}/freevo/helpers/makelinuxevent.pyo
-${PYSITELIB}/freevo/helpers/makelircrc.py
-${PYSITELIB}/freevo/helpers/makelircrc.pyc
-${PYSITELIB}/freevo/helpers/makelircrc.pyo
-${PYSITELIB}/freevo/helpers/makelogos.py
-${PYSITELIB}/freevo/helpers/makelogos.pyc
-${PYSITELIB}/freevo/helpers/makelogos.pyo
-${PYSITELIB}/freevo/helpers/makestationlist.py
-${PYSITELIB}/freevo/helpers/makestationlist.pyc
-${PYSITELIB}/freevo/helpers/makestationlist.pyo
-${PYSITELIB}/freevo/helpers/passwd.py
-${PYSITELIB}/freevo/helpers/passwd.pyc
-${PYSITELIB}/freevo/helpers/passwd.pyo
-${PYSITELIB}/freevo/helpers/plugins.py
-${PYSITELIB}/freevo/helpers/plugins.pyc
-${PYSITELIB}/freevo/helpers/plugins.pyo
-${PYSITELIB}/freevo/helpers/recordserver.py
-${PYSITELIB}/freevo/helpers/recordserver.pyc
-${PYSITELIB}/freevo/helpers/recordserver.pyo
-${PYSITELIB}/freevo/helpers/remote.py
-${PYSITELIB}/freevo/helpers/remote.pyc
-${PYSITELIB}/freevo/helpers/remote.pyo
-${PYSITELIB}/freevo/helpers/rssserver.py
-${PYSITELIB}/freevo/helpers/rssserver.pyc
-${PYSITELIB}/freevo/helpers/rssserver.pyo
-${PYSITELIB}/freevo/helpers/schedulefavorites.py
-${PYSITELIB}/freevo/helpers/schedulefavorites.pyc
-${PYSITELIB}/freevo/helpers/schedulefavorites.pyo
-${PYSITELIB}/freevo/helpers/tv_grab.py
-${PYSITELIB}/freevo/helpers/tv_grab.pyc
-${PYSITELIB}/freevo/helpers/tv_grab.pyo
-${PYSITELIB}/freevo/helpers/vtrelease.py
-${PYSITELIB}/freevo/helpers/vtrelease.pyc
-${PYSITELIB}/freevo/helpers/vtrelease.pyo
-${PYSITELIB}/freevo/helpers/webserver.py
-${PYSITELIB}/freevo/helpers/webserver.pyc
-${PYSITELIB}/freevo/helpers/webserver.pyo
-${PYSITELIB}/freevo/image/__init__.py
-${PYSITELIB}/freevo/image/__init__.pyc
-${PYSITELIB}/freevo/image/__init__.pyo
-${PYSITELIB}/freevo/image/imageitem.py
-${PYSITELIB}/freevo/image/imageitem.pyc
-${PYSITELIB}/freevo/image/imageitem.pyo
-${PYSITELIB}/freevo/image/plugins/__init__.py
-${PYSITELIB}/freevo/image/plugins/__init__.pyc
-${PYSITELIB}/freevo/image/plugins/__init__.pyo
-${PYSITELIB}/freevo/image/plugins/apod.py
-${PYSITELIB}/freevo/image/plugins/apod.pyc
-${PYSITELIB}/freevo/image/plugins/apod.pyo
-${PYSITELIB}/freevo/image/plugins/flickr.py
-${PYSITELIB}/freevo/image/plugins/flickr.pyc
-${PYSITELIB}/freevo/image/plugins/flickr.pyo
-${PYSITELIB}/freevo/image/plugins/gphoto.py
-${PYSITELIB}/freevo/image/plugins/gphoto.pyc
-${PYSITELIB}/freevo/image/plugins/gphoto.pyo
-${PYSITELIB}/freevo/image/viewer.py
-${PYSITELIB}/freevo/image/viewer.pyc
-${PYSITELIB}/freevo/image/viewer.pyo
-${PYSITELIB}/freevo/item.py
-${PYSITELIB}/freevo/item.pyc
-${PYSITELIB}/freevo/item.pyo
-${PYSITELIB}/freevo/linuxevent.py
-${PYSITELIB}/freevo/linuxevent.pyc
-${PYSITELIB}/freevo/linuxevent.pyo
-${PYSITELIB}/freevo/main.py
-${PYSITELIB}/freevo/main.pyc
-${PYSITELIB}/freevo/main.pyo
-${PYSITELIB}/freevo/menu.py
-${PYSITELIB}/freevo/menu.pyc
-${PYSITELIB}/freevo/menu.pyo
-${PYSITELIB}/freevo/osd.py
-${PYSITELIB}/freevo/osd.pyc
-${PYSITELIB}/freevo/osd.pyo
-${PYSITELIB}/freevo/playlist.py
-${PYSITELIB}/freevo/playlist.pyc
-${PYSITELIB}/freevo/playlist.pyo
-${PYSITELIB}/freevo/plugin.py
-${PYSITELIB}/freevo/plugin.pyc
-${PYSITELIB}/freevo/plugin.pyo
-${PYSITELIB}/freevo/plugins/__init__.py
-${PYSITELIB}/freevo/plugins/__init__.pyc
-${PYSITELIB}/freevo/plugins/__init__.pyo
-${PYSITELIB}/freevo/plugins/alsamixer.py
-${PYSITELIB}/freevo/plugins/alsamixer.pyc
-${PYSITELIB}/freevo/plugins/alsamixer.pyo
-${PYSITELIB}/freevo/plugins/alsamixer2.py
-${PYSITELIB}/freevo/plugins/alsamixer2.pyc
-${PYSITELIB}/freevo/plugins/alsamixer2.pyo
-${PYSITELIB}/freevo/plugins/audioscrobbler.py
-${PYSITELIB}/freevo/plugins/audioscrobbler.pyc
-${PYSITELIB}/freevo/plugins/audioscrobbler.pyo
-${PYSITELIB}/freevo/plugins/autocolor.py
-${PYSITELIB}/freevo/plugins/autocolor.pyc
-${PYSITELIB}/freevo/plugins/autocolor.pyo
-${PYSITELIB}/freevo/plugins/autoshutdown.py
-${PYSITELIB}/freevo/plugins/autoshutdown.pyc
-${PYSITELIB}/freevo/plugins/autoshutdown.pyo
-${PYSITELIB}/freevo/plugins/buttonbar.py
-${PYSITELIB}/freevo/plugins/buttonbar.pyc
-${PYSITELIB}/freevo/plugins/buttonbar.pyo
-${PYSITELIB}/freevo/plugins/cd_burn.py
-${PYSITELIB}/freevo/plugins/cd_burn.pyc
-${PYSITELIB}/freevo/plugins/cd_burn.pyo
-${PYSITELIB}/freevo/plugins/command.py
-${PYSITELIB}/freevo/plugins/command.pyc
-${PYSITELIB}/freevo/plugins/command.pyo
-${PYSITELIB}/freevo/plugins/df.py
-${PYSITELIB}/freevo/plugins/df.pyc
-${PYSITELIB}/freevo/plugins/df.pyo
-${PYSITELIB}/freevo/plugins/ejectromdrives.py
-${PYSITELIB}/freevo/plugins/ejectromdrives.pyc
-${PYSITELIB}/freevo/plugins/ejectromdrives.pyo
-${PYSITELIB}/freevo/plugins/file_ops.py
-${PYSITELIB}/freevo/plugins/file_ops.pyc
-${PYSITELIB}/freevo/plugins/file_ops.pyo
-${PYSITELIB}/freevo/plugins/freeboxtv.py
-${PYSITELIB}/freevo/plugins/freeboxtv.pyc
-${PYSITELIB}/freevo/plugins/freeboxtv.pyo
-${PYSITELIB}/freevo/plugins/freevo-rendezvous.py
-${PYSITELIB}/freevo/plugins/freevo-rendezvous.pyc
-${PYSITELIB}/freevo/plugins/freevo-rendezvous.pyo
-${PYSITELIB}/freevo/plugins/freevoscreensaver.py
-${PYSITELIB}/freevo/plugins/freevoscreensaver.pyc
-${PYSITELIB}/freevo/plugins/freevoscreensaver.pyo
-${PYSITELIB}/freevo/plugins/freevused.py
-${PYSITELIB}/freevo/plugins/freevused.pyc
-${PYSITELIB}/freevo/plugins/freevused.pyo
-${PYSITELIB}/freevo/plugins/headlines.py
-${PYSITELIB}/freevo/plugins/headlines.pyc
-${PYSITELIB}/freevo/plugins/headlines.pyo
-${PYSITELIB}/freevo/plugins/home_automation.py
-${PYSITELIB}/freevo/plugins/home_automation.pyc
-${PYSITELIB}/freevo/plugins/home_automation.pyo
-${PYSITELIB}/freevo/plugins/icecast.py
-${PYSITELIB}/freevo/plugins/icecast.pyc
-${PYSITELIB}/freevo/plugins/icecast.pyo
-${PYSITELIB}/freevo/plugins/idlebar/MultiMail.py
-${PYSITELIB}/freevo/plugins/idlebar/MultiMail.pyc
-${PYSITELIB}/freevo/plugins/idlebar/MultiMail.pyo
-${PYSITELIB}/freevo/plugins/idlebar/__init__.py
-${PYSITELIB}/freevo/plugins/idlebar/__init__.pyc
-${PYSITELIB}/freevo/plugins/idlebar/__init__.pyo
-${PYSITELIB}/freevo/plugins/idlebar/cdstatus.py
-${PYSITELIB}/freevo/plugins/idlebar/cdstatus.pyc
-${PYSITELIB}/freevo/plugins/idlebar/cdstatus.pyo
-${PYSITELIB}/freevo/plugins/idlebar/diskfree.py
-${PYSITELIB}/freevo/plugins/idlebar/diskfree.pyc
-${PYSITELIB}/freevo/plugins/idlebar/diskfree.pyo
-${PYSITELIB}/freevo/plugins/idlebar/encoding.py
-${PYSITELIB}/freevo/plugins/idlebar/encoding.pyc
-${PYSITELIB}/freevo/plugins/idlebar/encoding.pyo
-${PYSITELIB}/freevo/plugins/idlebar/holidays.py
-${PYSITELIB}/freevo/plugins/idlebar/holidays.pyc
-${PYSITELIB}/freevo/plugins/idlebar/holidays.pyo
-${PYSITELIB}/freevo/plugins/idlebar/mail.py
-${PYSITELIB}/freevo/plugins/idlebar/mail.pyc
-${PYSITELIB}/freevo/plugins/idlebar/mail.pyo
-${PYSITELIB}/freevo/plugins/idlebar/progactive.py
-${PYSITELIB}/freevo/plugins/idlebar/progactive.pyc
-${PYSITELIB}/freevo/plugins/idlebar/progactive.pyo
-${PYSITELIB}/freevo/plugins/idlebar/remindicon.py
-${PYSITELIB}/freevo/plugins/idlebar/remindicon.pyc
-${PYSITELIB}/freevo/plugins/idlebar/remindicon.pyo
-${PYSITELIB}/freevo/plugins/idlebar/sixvolume.py
-${PYSITELIB}/freevo/plugins/idlebar/sixvolume.pyc
-${PYSITELIB}/freevo/plugins/idlebar/sixvolume.pyo
-${PYSITELIB}/freevo/plugins/idlebar/system.py
-${PYSITELIB}/freevo/plugins/idlebar/system.pyc
-${PYSITELIB}/freevo/plugins/idlebar/system.pyo
-${PYSITELIB}/freevo/plugins/idlebar/transcode.py
-${PYSITELIB}/freevo/plugins/idlebar/transcode.pyc
-${PYSITELIB}/freevo/plugins/idlebar/transcode.pyo
-${PYSITELIB}/freevo/plugins/idlebar/tv.py
-${PYSITELIB}/freevo/plugins/idlebar/tv.pyc
-${PYSITELIB}/freevo/plugins/idlebar/tv.pyo
-${PYSITELIB}/freevo/plugins/idlebar/volume.py
-${PYSITELIB}/freevo/plugins/idlebar/volume.pyc
-${PYSITELIB}/freevo/plugins/idlebar/volume.pyo
-${PYSITELIB}/freevo/plugins/idlebar/weather.py
-${PYSITELIB}/freevo/plugins/idlebar/weather.pyc
-${PYSITELIB}/freevo/plugins/idlebar/weather.pyo
-${PYSITELIB}/freevo/plugins/itv.py
-${PYSITELIB}/freevo/plugins/itv.pyc
-${PYSITELIB}/freevo/plugins/itv.pyo
-${PYSITELIB}/freevo/plugins/joy.py
-${PYSITELIB}/freevo/plugins/joy.pyc
-${PYSITELIB}/freevo/plugins/joy.pyo
-${PYSITELIB}/freevo/plugins/lcd.py
-${PYSITELIB}/freevo/plugins/lcd.pyc
-${PYSITELIB}/freevo/plugins/lcd.pyo
-${PYSITELIB}/freevo/plugins/mediamenu.py
-${PYSITELIB}/freevo/plugins/mediamenu.pyc
-${PYSITELIB}/freevo/plugins/mediamenu.pyo
-${PYSITELIB}/freevo/plugins/mixer.py
-${PYSITELIB}/freevo/plugins/mixer.pyc
-${PYSITELIB}/freevo/plugins/mixer.pyo
-${PYSITELIB}/freevo/plugins/mpd.py
-${PYSITELIB}/freevo/plugins/mpd.pyc
-${PYSITELIB}/freevo/plugins/mpd.pyo
-${PYSITELIB}/freevo/plugins/newevents.py
-${PYSITELIB}/freevo/plugins/newevents.pyc
-${PYSITELIB}/freevo/plugins/newevents.pyo
-${PYSITELIB}/freevo/plugins/oneclick.py
-${PYSITELIB}/freevo/plugins/oneclick.pyc
-${PYSITELIB}/freevo/plugins/oneclick.pyo
-${PYSITELIB}/freevo/plugins/ossmixer.py
-${PYSITELIB}/freevo/plugins/ossmixer.pyc
-${PYSITELIB}/freevo/plugins/ossmixer.pyo
-${PYSITELIB}/freevo/plugins/pygamejoy.py
-${PYSITELIB}/freevo/plugins/pygamejoy.pyc
-${PYSITELIB}/freevo/plugins/pygamejoy.pyo
-${PYSITELIB}/freevo/plugins/remind.py
-${PYSITELIB}/freevo/plugins/remind.pyc
-${PYSITELIB}/freevo/plugins/remind.pyo
-${PYSITELIB}/freevo/plugins/rom_drives.py
-${PYSITELIB}/freevo/plugins/rom_drives.pyc
-${PYSITELIB}/freevo/plugins/rom_drives.pyo
-${PYSITELIB}/freevo/plugins/screensaver/__init__.py
-${PYSITELIB}/freevo/plugins/screensaver/__init__.pyc
-${PYSITELIB}/freevo/plugins/screensaver/__init__.pyo
-${PYSITELIB}/freevo/plugins/screensaver/balls.py
-${PYSITELIB}/freevo/plugins/screensaver/balls.pyc
-${PYSITELIB}/freevo/plugins/screensaver/balls.pyo
-${PYSITELIB}/freevo/plugins/screensaver/bouncing_freevo.py
-${PYSITELIB}/freevo/plugins/screensaver/bouncing_freevo.pyc
-${PYSITELIB}/freevo/plugins/screensaver/bouncing_freevo.pyo
-${PYSITELIB}/freevo/plugins/shoppingcart.py
-${PYSITELIB}/freevo/plugins/shoppingcart.pyc
-${PYSITELIB}/freevo/plugins/shoppingcart.pyo
-${PYSITELIB}/freevo/plugins/shutdown.py
-${PYSITELIB}/freevo/plugins/shutdown.pyc
-${PYSITELIB}/freevo/plugins/shutdown.pyo
-${PYSITELIB}/freevo/plugins/sixmixer.py
-${PYSITELIB}/freevo/plugins/sixmixer.pyc
-${PYSITELIB}/freevo/plugins/sixmixer.pyo
-${PYSITELIB}/freevo/plugins/tiny_osd.py
-${PYSITELIB}/freevo/plugins/tiny_osd.pyc
-${PYSITELIB}/freevo/plugins/tiny_osd.pyo
-${PYSITELIB}/freevo/plugins/tiny_xosd.py
-${PYSITELIB}/freevo/plugins/tiny_xosd.pyc
-${PYSITELIB}/freevo/plugins/tiny_xosd.pyo
-${PYSITELIB}/freevo/plugins/usb.py
-${PYSITELIB}/freevo/plugins/usb.pyc
-${PYSITELIB}/freevo/plugins/usb.pyo
-${PYSITELIB}/freevo/plugins/usbstorage.py
-${PYSITELIB}/freevo/plugins/usbstorage.pyc
-${PYSITELIB}/freevo/plugins/usbstorage.pyo
-${PYSITELIB}/freevo/plugins/vfd.py
-${PYSITELIB}/freevo/plugins/vfd.pyc
-${PYSITELIB}/freevo/plugins/vfd.pyo
-${PYSITELIB}/freevo/plugins/weatherdata.py
-${PYSITELIB}/freevo/plugins/weatherdata.pyc
-${PYSITELIB}/freevo/plugins/weatherdata.pyo
-${PYSITELIB}/freevo/plugins/yac.py
-${PYSITELIB}/freevo/plugins/yac.pyc
-${PYSITELIB}/freevo/plugins/yac.pyo
-${PYSITELIB}/freevo/pylcd.py
-${PYSITELIB}/freevo/pylcd.pyc
-${PYSITELIB}/freevo/pylcd.pyo
-${PYSITELIB}/freevo/rc.py
-${PYSITELIB}/freevo/rc.pyc
-${PYSITELIB}/freevo/rc.pyo
-${PYSITELIB}/freevo/revision.py
-${PYSITELIB}/freevo/revision.pyc
-${PYSITELIB}/freevo/revision.pyo
-${PYSITELIB}/freevo/rssfeed.py
-${PYSITELIB}/freevo/rssfeed.pyc
-${PYSITELIB}/freevo/rssfeed.pyo
-${PYSITELIB}/freevo/rssperiodic.py
-${PYSITELIB}/freevo/rssperiodic.pyc
-${PYSITELIB}/freevo/rssperiodic.pyo
-${PYSITELIB}/freevo/setup_freevo.py
-${PYSITELIB}/freevo/setup_freevo.pyc
-${PYSITELIB}/freevo/setup_freevo.pyo
-${PYSITELIB}/freevo/sitecustomize.py
-${PYSITELIB}/freevo/sitecustomize.pyc
-${PYSITELIB}/freevo/sitecustomize.pyo
-${PYSITELIB}/freevo/skin/__init__.py
-${PYSITELIB}/freevo/skin/__init__.pyc
-${PYSITELIB}/freevo/skin/__init__.pyo
-${PYSITELIB}/freevo/skin/models.py
-${PYSITELIB}/freevo/skin/models.pyc
-${PYSITELIB}/freevo/skin/models.pyo
-${PYSITELIB}/freevo/skin/widgets/__init__.py
-${PYSITELIB}/freevo/skin/widgets/__init__.pyc
-${PYSITELIB}/freevo/skin/widgets/__init__.pyo
-${PYSITELIB}/freevo/skin/widgets/scrollabletext_screen.py
-${PYSITELIB}/freevo/skin/widgets/scrollabletext_screen.pyc
-${PYSITELIB}/freevo/skin/widgets/scrollabletext_screen.pyo
-${PYSITELIB}/freevo/skin/widgets/textentry_screen.py
-${PYSITELIB}/freevo/skin/widgets/textentry_screen.pyc
-${PYSITELIB}/freevo/skin/widgets/textentry_screen.pyo
-${PYSITELIB}/freevo/skins/__init__.py
-${PYSITELIB}/freevo/skins/__init__.pyc
-${PYSITELIB}/freevo/skins/__init__.pyo
-${PYSITELIB}/freevo/skins/main/__init__.py
-${PYSITELIB}/freevo/skins/main/__init__.pyc
-${PYSITELIB}/freevo/skins/main/__init__.pyo
-${PYSITELIB}/freevo/skins/main/area.py
-${PYSITELIB}/freevo/skins/main/area.pyc
-${PYSITELIB}/freevo/skins/main/area.pyo
-${PYSITELIB}/freevo/skins/main/buttongroup_area.py
-${PYSITELIB}/freevo/skins/main/buttongroup_area.pyc
-${PYSITELIB}/freevo/skins/main/buttongroup_area.pyo
-${PYSITELIB}/freevo/skins/main/default_areas.py
-${PYSITELIB}/freevo/skins/main/default_areas.pyc
-${PYSITELIB}/freevo/skins/main/default_areas.pyo
-${PYSITELIB}/freevo/skins/main/info_area.py
-${PYSITELIB}/freevo/skins/main/info_area.pyc
-${PYSITELIB}/freevo/skins/main/info_area.pyo
-${PYSITELIB}/freevo/skins/main/listing_area.py
-${PYSITELIB}/freevo/skins/main/listing_area.pyc
-${PYSITELIB}/freevo/skins/main/listing_area.pyo
-${PYSITELIB}/freevo/skins/main/main.py
-${PYSITELIB}/freevo/skins/main/main.pyc
-${PYSITELIB}/freevo/skins/main/main.pyo
-${PYSITELIB}/freevo/skins/main/screen.py
-${PYSITELIB}/freevo/skins/main/screen.pyc
-${PYSITELIB}/freevo/skins/main/screen.pyo
-${PYSITELIB}/freevo/skins/main/scrollabletext_area.py
-${PYSITELIB}/freevo/skins/main/scrollabletext_area.pyc
-${PYSITELIB}/freevo/skins/main/scrollabletext_area.pyo
-${PYSITELIB}/freevo/skins/main/skin_utils.py
-${PYSITELIB}/freevo/skins/main/skin_utils.pyc
-${PYSITELIB}/freevo/skins/main/skin_utils.pyo
-${PYSITELIB}/freevo/skins/main/textentry_area.py
-${PYSITELIB}/freevo/skins/main/textentry_area.pyc
-${PYSITELIB}/freevo/skins/main/textentry_area.pyo
-${PYSITELIB}/freevo/skins/main/tvlisting_area.py
-${PYSITELIB}/freevo/skins/main/tvlisting_area.pyc
-${PYSITELIB}/freevo/skins/main/tvlisting_area.pyo
-${PYSITELIB}/freevo/skins/main/view_area.py
-${PYSITELIB}/freevo/skins/main/view_area.pyc
-${PYSITELIB}/freevo/skins/main/view_area.pyo
-${PYSITELIB}/freevo/skins/main/xml_skin.py
-${PYSITELIB}/freevo/skins/main/xml_skin.pyc
-${PYSITELIB}/freevo/skins/main/xml_skin.pyo
-${PYSITELIB}/freevo/skins/plugins/__init__.py
-${PYSITELIB}/freevo/skins/plugins/__init__.pyc
-${PYSITELIB}/freevo/skins/plugins/__init__.pyo
-${PYSITELIB}/freevo/tv/__init__.py
-${PYSITELIB}/freevo/tv/__init__.pyc
-${PYSITELIB}/freevo/tv/__init__.pyo
-${PYSITELIB}/freevo/tv/channels.py
-${PYSITELIB}/freevo/tv/channels.pyc
-${PYSITELIB}/freevo/tv/channels.pyo
-${PYSITELIB}/freevo/tv/edit_favorite.py
-${PYSITELIB}/freevo/tv/edit_favorite.pyc
-${PYSITELIB}/freevo/tv/edit_favorite.pyo
-${PYSITELIB}/freevo/tv/epg_types.py
-${PYSITELIB}/freevo/tv/epg_types.pyc
-${PYSITELIB}/freevo/tv/epg_types.pyo
-${PYSITELIB}/freevo/tv/epg_xmltv.py
-${PYSITELIB}/freevo/tv/epg_xmltv.pyc
-${PYSITELIB}/freevo/tv/epg_xmltv.pyo
-${PYSITELIB}/freevo/tv/favoriteitem.py
-${PYSITELIB}/freevo/tv/favoriteitem.pyc
-${PYSITELIB}/freevo/tv/favoriteitem.pyo
-${PYSITELIB}/freevo/tv/freq.py
-${PYSITELIB}/freevo/tv/freq.pyc
-${PYSITELIB}/freevo/tv/freq.pyo
-${PYSITELIB}/freevo/tv/ivtv.py
-${PYSITELIB}/freevo/tv/ivtv.pyc
-${PYSITELIB}/freevo/tv/ivtv.pyo
-${PYSITELIB}/freevo/tv/plugins/__init__.py
-${PYSITELIB}/freevo/tv/plugins/__init__.pyc
-${PYSITELIB}/freevo/tv/plugins/__init__.pyo
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/__init__.py
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/__init__.pyc
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/__init__.pyo
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/comms.py
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/comms.pyc
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/comms.pyo
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/live_pause.py
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/live_pause.pyc
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/live_pause.pyo
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/manager.py
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/manager.pyc
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/manager.pyo
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/record.py
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/record.pyc
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/record.pyo
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/ring_buffer.py
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/ring_buffer.pyc
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/ring_buffer.pyo
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/rwlock.py
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/rwlock.pyc
-${PYSITELIB}/freevo/tv/plugins/dvbstreamer/rwlock.pyo
-${PYSITELIB}/freevo/tv/plugins/generic_record.py
-${PYSITELIB}/freevo/tv/plugins/generic_record.pyc
-${PYSITELIB}/freevo/tv/plugins/generic_record.pyo
-${PYSITELIB}/freevo/tv/plugins/irsend_directv.py
-${PYSITELIB}/freevo/tv/plugins/irsend_directv.pyc
-${PYSITELIB}/freevo/tv/plugins/irsend_directv.pyo
-${PYSITELIB}/freevo/tv/plugins/irsend_echostar.py
-${PYSITELIB}/freevo/tv/plugins/irsend_echostar.pyc
-${PYSITELIB}/freevo/tv/plugins/irsend_echostar.pyo
-${PYSITELIB}/freevo/tv/plugins/irsend_generic.py
-${PYSITELIB}/freevo/tv/plugins/irsend_generic.pyc
-${PYSITELIB}/freevo/tv/plugins/irsend_generic.pyo
-${PYSITELIB}/freevo/tv/plugins/ivtv_record.py
-${PYSITELIB}/freevo/tv/plugins/ivtv_record.pyc
-${PYSITELIB}/freevo/tv/plugins/ivtv_record.pyo
-${PYSITELIB}/freevo/tv/plugins/ivtv_xine_tv.py
-${PYSITELIB}/freevo/tv/plugins/ivtv_xine_tv.pyc
-${PYSITELIB}/freevo/tv/plugins/ivtv_xine_tv.pyo
-${PYSITELIB}/freevo/tv/plugins/manual_record.py
-${PYSITELIB}/freevo/tv/plugins/manual_record.pyc
-${PYSITELIB}/freevo/tv/plugins/manual_record.pyo
-${PYSITELIB}/freevo/tv/plugins/mplayer.py
-${PYSITELIB}/freevo/tv/plugins/mplayer.pyc
-${PYSITELIB}/freevo/tv/plugins/mplayer.pyo
-${PYSITELIB}/freevo/tv/plugins/recordings_manager.py
-${PYSITELIB}/freevo/tv/plugins/recordings_manager.pyc
-${PYSITELIB}/freevo/tv/plugins/recordings_manager.pyo
-${PYSITELIB}/freevo/tv/plugins/scheduled_recordings.py
-${PYSITELIB}/freevo/tv/plugins/scheduled_recordings.pyc
-${PYSITELIB}/freevo/tv/plugins/scheduled_recordings.pyo
-${PYSITELIB}/freevo/tv/plugins/search_programs.py
-${PYSITELIB}/freevo/tv/plugins/search_programs.pyc
-${PYSITELIB}/freevo/tv/plugins/search_programs.pyo
-${PYSITELIB}/freevo/tv/plugins/tvtime.py
-${PYSITELIB}/freevo/tv/plugins/tvtime.pyc
-${PYSITELIB}/freevo/tv/plugins/tvtime.pyo
-${PYSITELIB}/freevo/tv/plugins/upsoon.py
-${PYSITELIB}/freevo/tv/plugins/upsoon.pyc
-${PYSITELIB}/freevo/tv/plugins/upsoon.pyo
-${PYSITELIB}/freevo/tv/plugins/vbi2srt_record.py
-${PYSITELIB}/freevo/tv/plugins/vbi2srt_record.pyc
-${PYSITELIB}/freevo/tv/plugins/vbi2srt_record.pyo
-${PYSITELIB}/freevo/tv/plugins/view_favorites.py
-${PYSITELIB}/freevo/tv/plugins/view_favorites.pyc
-${PYSITELIB}/freevo/tv/plugins/view_favorites.pyo
-${PYSITELIB}/freevo/tv/plugins/view_line_in.py
-${PYSITELIB}/freevo/tv/plugins/view_line_in.pyc
-${PYSITELIB}/freevo/tv/plugins/view_line_in.pyo
-${PYSITELIB}/freevo/tv/plugins/view_recordings.py
-${PYSITELIB}/freevo/tv/plugins/view_recordings.pyc
-${PYSITELIB}/freevo/tv/plugins/view_recordings.pyo
-${PYSITELIB}/freevo/tv/plugins/xawtv.py
-${PYSITELIB}/freevo/tv/plugins/xawtv.pyc
-${PYSITELIB}/freevo/tv/plugins/xawtv.pyo
-${PYSITELIB}/freevo/tv/plugins/xine.py
-${PYSITELIB}/freevo/tv/plugins/xine.pyc
-${PYSITELIB}/freevo/tv/plugins/xine.pyo
-${PYSITELIB}/freevo/tv/programitem.py
-${PYSITELIB}/freevo/tv/programitem.pyc
-${PYSITELIB}/freevo/tv/programitem.pyo
-${PYSITELIB}/freevo/tv/record_client.py
-${PYSITELIB}/freevo/tv/record_client.pyc
-${PYSITELIB}/freevo/tv/record_client.pyo
-${PYSITELIB}/freevo/tv/record_types.py
-${PYSITELIB}/freevo/tv/record_types.pyc
-${PYSITELIB}/freevo/tv/record_types.pyo
-${PYSITELIB}/freevo/tv/strptime.py
-${PYSITELIB}/freevo/tv/strptime.pyc
-${PYSITELIB}/freevo/tv/strptime.pyo
-${PYSITELIB}/freevo/tv/tvguide.py
-${PYSITELIB}/freevo/tv/tvguide.pyc
-${PYSITELIB}/freevo/tv/tvguide.pyo
-${PYSITELIB}/freevo/tv/tvmenu.py
-${PYSITELIB}/freevo/tv/tvmenu.pyc
-${PYSITELIB}/freevo/tv/tvmenu.pyo
-${PYSITELIB}/freevo/tv/v4l2.py
-${PYSITELIB}/freevo/tv/v4l2.pyc
-${PYSITELIB}/freevo/tv/v4l2.pyo
-${PYSITELIB}/freevo/tv/xmltv.py
-${PYSITELIB}/freevo/tv/xmltv.pyc
-${PYSITELIB}/freevo/tv/xmltv.pyo
-${PYSITELIB}/freevo/util/Rendezvous.py
-${PYSITELIB}/freevo/util/Rendezvous.pyc
-${PYSITELIB}/freevo/util/Rendezvous.pyo
-${PYSITELIB}/freevo/util/__init__.py
-${PYSITELIB}/freevo/util/__init__.pyc
-${PYSITELIB}/freevo/util/__init__.pyo
-${PYSITELIB}/freevo/util/amazon.py
-${PYSITELIB}/freevo/util/amazon.pyc
-${PYSITELIB}/freevo/util/amazon.pyo
-${PYSITELIB}/freevo/util/dbutil.py
-${PYSITELIB}/freevo/util/dbutil.pyc
-${PYSITELIB}/freevo/util/dbutil.pyo
-${PYSITELIB}/freevo/util/distribution.py
-${PYSITELIB}/freevo/util/distribution.pyc
-${PYSITELIB}/freevo/util/distribution.pyo
-${PYSITELIB}/freevo/util/distutils.py
-${PYSITELIB}/freevo/util/distutils.pyc
-${PYSITELIB}/freevo/util/distutils.pyo
-${PYSITELIB}/freevo/util/extendedmeta.py
-${PYSITELIB}/freevo/util/extendedmeta.pyc
-${PYSITELIB}/freevo/util/extendedmeta.pyo
-${PYSITELIB}/freevo/util/feedparser.py
-${PYSITELIB}/freevo/util/feedparser.pyc
-${PYSITELIB}/freevo/util/feedparser.pyo
-${PYSITELIB}/freevo/util/fileops.py
-${PYSITELIB}/freevo/util/fileops.pyc
-${PYSITELIB}/freevo/util/fileops.pyo
-${PYSITELIB}/freevo/util/fxdimdb.py
-${PYSITELIB}/freevo/util/fxdimdb.pyc
-${PYSITELIB}/freevo/util/fxdimdb.pyo
-${PYSITELIB}/freevo/util/fxdparser.py
-${PYSITELIB}/freevo/util/fxdparser.pyc
-${PYSITELIB}/freevo/util/fxdparser.pyo
-${PYSITELIB}/freevo/util/ioctl.py
-${PYSITELIB}/freevo/util/ioctl.pyc
-${PYSITELIB}/freevo/util/ioctl.pyo
-${PYSITELIB}/freevo/util/lirc.py
-${PYSITELIB}/freevo/util/lirc.pyc
-${PYSITELIB}/freevo/util/lirc.pyo
-${PYSITELIB}/freevo/util/marmalade.py
-${PYSITELIB}/freevo/util/marmalade.pyc
-${PYSITELIB}/freevo/util/marmalade.pyo
-${PYSITELIB}/freevo/util/mediainfo.py
-${PYSITELIB}/freevo/util/mediainfo.pyc
-${PYSITELIB}/freevo/util/mediainfo.pyo
-${PYSITELIB}/freevo/util/misc.py
-${PYSITELIB}/freevo/util/misc.pyc
-${PYSITELIB}/freevo/util/misc.pyo
-${PYSITELIB}/freevo/util/objectcache.py
-${PYSITELIB}/freevo/util/objectcache.pyc
-${PYSITELIB}/freevo/util/objectcache.pyo
-${PYSITELIB}/freevo/util/popen3.py
-${PYSITELIB}/freevo/util/popen3.pyc
-${PYSITELIB}/freevo/util/popen3.pyo
-${PYSITELIB}/freevo/util/pymetar.py
-${PYSITELIB}/freevo/util/pymetar.pyc
-${PYSITELIB}/freevo/util/pymetar.pyo
-${PYSITELIB}/freevo/util/tv_util.py
-${PYSITELIB}/freevo/util/tv_util.pyc
-${PYSITELIB}/freevo/util/tv_util.pyo
-${PYSITELIB}/freevo/util/vfs.py
-${PYSITELIB}/freevo/util/vfs.pyc
-${PYSITELIB}/freevo/util/vfs.pyo
-${PYSITELIB}/freevo/util/videothumb.py
-${PYSITELIB}/freevo/util/videothumb.pyc
-${PYSITELIB}/freevo/util/videothumb.pyo
-${PYSITELIB}/freevo/version.py
-${PYSITELIB}/freevo/version.pyc
-${PYSITELIB}/freevo/version.pyo
-${PYSITELIB}/freevo/video/__init__.py
-${PYSITELIB}/freevo/video/__init__.pyc
-${PYSITELIB}/freevo/video/__init__.pyo
-${PYSITELIB}/freevo/video/commdetectclient.py
-${PYSITELIB}/freevo/video/commdetectclient.pyc
-${PYSITELIB}/freevo/video/commdetectclient.pyo
-${PYSITELIB}/freevo/video/configure.py
-${PYSITELIB}/freevo/video/configure.pyc
-${PYSITELIB}/freevo/video/configure.pyo
-${PYSITELIB}/freevo/video/encodingclient.py
-${PYSITELIB}/freevo/video/encodingclient.pyc
-${PYSITELIB}/freevo/video/encodingclient.pyo
-${PYSITELIB}/freevo/video/fxdhandler.py
-${PYSITELIB}/freevo/video/fxdhandler.pyc
-${PYSITELIB}/freevo/video/fxdhandler.pyo
-${PYSITELIB}/freevo/video/plugins/__init__.py
-${PYSITELIB}/freevo/video/plugins/__init__.pyc
-${PYSITELIB}/freevo/video/plugins/__init__.pyo
-${PYSITELIB}/freevo/video/plugins/applelib.py
-${PYSITELIB}/freevo/video/plugins/applelib.pyc
-${PYSITELIB}/freevo/video/plugins/applelib.pyo
-${PYSITELIB}/freevo/video/plugins/appletrailers.py
-${PYSITELIB}/freevo/video/plugins/appletrailers.pyc
-${PYSITELIB}/freevo/video/plugins/appletrailers.pyo
-${PYSITELIB}/freevo/video/plugins/bilingual.py
-${PYSITELIB}/freevo/video/plugins/bilingual.pyc
-${PYSITELIB}/freevo/video/plugins/bilingual.pyo
-${PYSITELIB}/freevo/video/plugins/bmovl.py
-${PYSITELIB}/freevo/video/plugins/bmovl.pyc
-${PYSITELIB}/freevo/video/plugins/bmovl.pyo
-${PYSITELIB}/freevo/video/plugins/bookmarker.py
-${PYSITELIB}/freevo/video/plugins/bookmarker.pyc
-${PYSITELIB}/freevo/video/plugins/bookmarker.pyo
-${PYSITELIB}/freevo/video/plugins/cinemovies_trailers.py
-${PYSITELIB}/freevo/video/plugins/cinemovies_trailers.pyc
-${PYSITELIB}/freevo/video/plugins/cinemovies_trailers.pyo
-${PYSITELIB}/freevo/video/plugins/details.py
-${PYSITELIB}/freevo/video/plugins/details.pyc
-${PYSITELIB}/freevo/video/plugins/details.pyo
-${PYSITELIB}/freevo/video/plugins/dvdbackup.py
-${PYSITELIB}/freevo/video/plugins/dvdbackup.pyc
-${PYSITELIB}/freevo/video/plugins/dvdbackup.pyo
-${PYSITELIB}/freevo/video/plugins/dvdimage.py
-${PYSITELIB}/freevo/video/plugins/dvdimage.pyc
-${PYSITELIB}/freevo/video/plugins/dvdimage.pyo
-${PYSITELIB}/freevo/video/plugins/fxdarchive.py
-${PYSITELIB}/freevo/video/plugins/fxdarchive.pyc
-${PYSITELIB}/freevo/video/plugins/fxdarchive.pyo
-${PYSITELIB}/freevo/video/plugins/imdb.py
-${PYSITELIB}/freevo/video/plugins/imdb.pyc
-${PYSITELIB}/freevo/video/plugins/imdb.pyo
-${PYSITELIB}/freevo/video/plugins/linkbrowser.py
-${PYSITELIB}/freevo/video/plugins/linkbrowser.pyc
-${PYSITELIB}/freevo/video/plugins/linkbrowser.pyo
-${PYSITELIB}/freevo/video/plugins/mover.py
-${PYSITELIB}/freevo/video/plugins/mover.pyc
-${PYSITELIB}/freevo/video/plugins/mover.pyo
-${PYSITELIB}/freevo/video/plugins/moviecovers.py
-${PYSITELIB}/freevo/video/plugins/moviecovers.pyc
-${PYSITELIB}/freevo/video/plugins/moviecovers.pyo
-${PYSITELIB}/freevo/video/plugins/mplayer.py
-${PYSITELIB}/freevo/video/plugins/mplayer.pyc
-${PYSITELIB}/freevo/video/plugins/mplayer.pyo
-${PYSITELIB}/freevo/video/plugins/mplayer_autoaspect.py
-${PYSITELIB}/freevo/video/plugins/mplayer_autoaspect.pyc
-${PYSITELIB}/freevo/video/plugins/mplayer_autoaspect.pyo
-${PYSITELIB}/freevo/video/plugins/reencode-old.py
-${PYSITELIB}/freevo/video/plugins/reencode-old.pyc
-${PYSITELIB}/freevo/video/plugins/reencode-old.pyo
-${PYSITELIB}/freevo/video/plugins/reencode.py
-${PYSITELIB}/freevo/video/plugins/reencode.pyc
-${PYSITELIB}/freevo/video/plugins/reencode.pyo
-${PYSITELIB}/freevo/video/plugins/vlc.py
-${PYSITELIB}/freevo/video/plugins/vlc.pyc
-${PYSITELIB}/freevo/video/plugins/vlc.pyo
-${PYSITELIB}/freevo/video/plugins/vpodcast.py
-${PYSITELIB}/freevo/video/plugins/vpodcast.pyc
-${PYSITELIB}/freevo/video/plugins/vpodcast.pyo
-${PYSITELIB}/freevo/video/plugins/xine.py
-${PYSITELIB}/freevo/video/plugins/xine.pyc
-${PYSITELIB}/freevo/video/plugins/xine.pyo
-${PYSITELIB}/freevo/video/plugins/youtube.py
-${PYSITELIB}/freevo/video/plugins/youtube.pyc
-${PYSITELIB}/freevo/video/plugins/youtube.pyo
-${PYSITELIB}/freevo/video/videoitem.py
-${PYSITELIB}/freevo/video/videoitem.pyc
-${PYSITELIB}/freevo/video/videoitem.pyo
-${PYSITELIB}/freevo/www/__init__.py
-${PYSITELIB}/freevo/www/__init__.pyc
-${PYSITELIB}/freevo/www/__init__.pyo
-${PYSITELIB}/freevo/www/configlib.py
-${PYSITELIB}/freevo/www/configlib.pyc
-${PYSITELIB}/freevo/www/configlib.pyo
-${PYSITELIB}/freevo/www/downloadurl.py
-${PYSITELIB}/freevo/www/downloadurl.pyc
-${PYSITELIB}/freevo/www/downloadurl.pyo
-${PYSITELIB}/freevo/www/wap_types.py
-${PYSITELIB}/freevo/www/wap_types.pyc
-${PYSITELIB}/freevo/www/wap_types.pyo
-${PYSITELIB}/freevo/www/web_types.py
-${PYSITELIB}/freevo/www/web_types.pyc
-${PYSITELIB}/freevo/www/web_types.pyo
-bin/freevo
-share/doc/${PKGNAME}/COPYING
-share/doc/${PKGNAME}/CREDITS
-share/doc/${PKGNAME}/ChangeLog
-share/doc/${PKGNAME}/INSTALL
-share/doc/${PKGNAME}/README
-share/doc/${PKGNAME}/installation/a353.html
-share/doc/${PKGNAME}/installation/c169.html
-share/doc/${PKGNAME}/installation/c19.html
-share/doc/${PKGNAME}/installation/c205.html
-share/doc/${PKGNAME}/installation/c222.html
-share/doc/${PKGNAME}/installation/c248.html
-share/doc/${PKGNAME}/installation/c302.html
-share/doc/${PKGNAME}/installation/c322.html
-share/doc/${PKGNAME}/installation/c63.html
-share/doc/${PKGNAME}/installation/index.html
-share/doc/${PKGNAME}/installation/x183.html
-share/doc/${PKGNAME}/installation/x216.html
-share/doc/${PKGNAME}/installation/x228.html
-share/doc/${PKGNAME}/installation/x233.html
-share/doc/${PKGNAME}/installation/x244.html
-share/doc/${PKGNAME}/installation/x25.html
-share/doc/${PKGNAME}/installation/x255.html
-share/doc/${PKGNAME}/installation/x262.html
-share/doc/${PKGNAME}/installation/x273.html
-share/doc/${PKGNAME}/installation/x28.html
-share/doc/${PKGNAME}/installation/x288.html
-share/doc/${PKGNAME}/installation/x32.html
-share/doc/${PKGNAME}/installation/x333.html
-share/doc/${PKGNAME}/installation/x343.html
-share/doc/${PKGNAME}/installation/x348.html
-share/doc/${PKGNAME}/installation/x363.html
-share/doc/${PKGNAME}/installation/x375.html
-share/doc/${PKGNAME}/installation/x379.html
-share/doc/${PKGNAME}/installation/x38.html
-share/doc/${PKGNAME}/installation/x385.html
-share/doc/${PKGNAME}/installation/x424.html
-share/doc/${PKGNAME}/installation/x430.html
-share/doc/${PKGNAME}/installation/x434.html
-share/doc/${PKGNAME}/installation/x438.html
-share/doc/${PKGNAME}/installation/x442.html
-share/doc/${PKGNAME}/installation/x445.html
-share/doc/${PKGNAME}/installation/x449.html
-share/doc/${PKGNAME}/installation/x59.html
-share/doc/${PKGNAME}/installation/x71.html
-share/doc/${PKGNAME}/installation/x90.html
-share/doc/${PKGNAME}/plugin_writing/c145.html
-share/doc/${PKGNAME}/plugin_writing/c223.html
-share/doc/${PKGNAME}/plugin_writing/c27.html
-share/doc/${PKGNAME}/plugin_writing/c314.html
-share/doc/${PKGNAME}/plugin_writing/c50.html
-share/doc/${PKGNAME}/plugin_writing/index.html
-share/doc/${PKGNAME}/plugin_writing/x105.html
-share/doc/${PKGNAME}/plugin_writing/x109.html
-share/doc/${PKGNAME}/plugin_writing/x153.html
-share/doc/${PKGNAME}/plugin_writing/x187.html
-share/doc/${PKGNAME}/plugin_writing/x200.html
-share/doc/${PKGNAME}/plugin_writing/x211.html
-share/doc/${PKGNAME}/plugin_writing/x219.html
-share/doc/${PKGNAME}/plugin_writing/x232.html
-share/doc/${PKGNAME}/plugin_writing/x245.html
-share/doc/${PKGNAME}/plugin_writing/x276.html
-share/doc/${PKGNAME}/plugin_writing/x301.html
-share/doc/${PKGNAME}/plugin_writing/x33.html
-share/doc/${PKGNAME}/plugin_writing/x36.html
-share/doc/${PKGNAME}/plugin_writing/x41.html
-share/doc/${PKGNAME}/plugin_writing/x55.html
-share/doc/${PKGNAME}/plugin_writing/x69.html
-share/examples/freevo/local_conf.py.example
-share/freevo/contrib/fbcon/fbset.db
-share/freevo/contrib/fbcon/mgafb
-share/freevo/fonts/DejaVuSans-Oblique.ttf
-share/freevo/fonts/DejaVuSansCondensed-Oblique.ttf
-share/freevo/fonts/DejaVuSansCondensed.ttf
-share/freevo/fonts/DejaVuSansMono.ttf
-share/freevo/fonts/Vera.ttf
-share/freevo/fonts/VeraBI.ttf
-share/freevo/fonts/VeraBd.ttf
-share/freevo/fonts/VeraIt.ttf
-share/freevo/fonts/VeraMoBI.ttf
-share/freevo/fonts/VeraMoBd.ttf
-share/freevo/fonts/VeraMoIt.ttf
-share/freevo/fonts/VeraMono.ttf
-share/freevo/fonts/VeraSe.ttf
-share/freevo/fonts/VeraSeBd.ttf
-share/freevo/fonts/ethopool.ttf
-share/freevo/freevo_config.py
-share/freevo/fxd/examples/german-news.fxd
-share/freevo/fxd/examples/playlist.fxd
-share/freevo/fxd/examples/slideshow.fxd
-share/freevo/fxd/somafm.fxd
-share/freevo/fxd/webradio.fxd
-share/freevo/htdocs/config.rpy
-share/freevo/htdocs/configedit.rpy
-share/freevo/htdocs/edit_favorite.rpy
-share/freevo/htdocs/encoding_web.rpy
-share/freevo/htdocs/favorites.rpy
-share/freevo/htdocs/fileinfo.rpy
-share/freevo/htdocs/genre.rpy
-share/freevo/htdocs/guide.rpy
-share/freevo/htdocs/guidechannel.rpy
-share/freevo/htdocs/help/doc.rpy
-share/freevo/htdocs/help/howto.rpy
-share/freevo/htdocs/help/index.rpy
-share/freevo/htdocs/help/plugins.rpy
-share/freevo/htdocs/help/wiki/FxdFiles.html
-share/freevo/htdocs/help/wiki/SkinInfo.html
-share/freevo/htdocs/help/wiki/faq.html
-share/freevo/htdocs/help/wiki/recording.html
-share/freevo/htdocs/iceslistchanger.rpy
-share/freevo/htdocs/icons/back.png
-share/freevo/htdocs/icons/button_ok.png
-share/freevo/htdocs/icons/down.png
-share/freevo/htdocs/icons/forward.png
-share/freevo/htdocs/icons/help.png
-share/freevo/htdocs/icons/player_eject.png
-share/freevo/htdocs/icons/player_fwd.png
-share/freevo/htdocs/icons/player_pause.png
-share/freevo/htdocs/icons/player_play.png
-share/freevo/htdocs/icons/player_playlist.png
-share/freevo/htdocs/icons/player_rew.png
-share/freevo/htdocs/icons/player_stop.png
-share/freevo/htdocs/icons/previous.png
-share/freevo/htdocs/icons/up.png
-share/freevo/htdocs/images/attention.gif
-share/freevo/htdocs/images/bg.gif
-share/freevo/htdocs/images/config/auto.png
-share/freevo/htdocs/images/config/down-16px.png
-share/freevo/htdocs/images/config/down.png
-share/freevo/htdocs/images/config/error-16px.png
-share/freevo/htdocs/images/config/folder-16px.png
-share/freevo/htdocs/images/config/folder-new.png
-share/freevo/htdocs/images/config/folder.png
-share/freevo/htdocs/images/config/left-16px.png
-share/freevo/htdocs/images/config/left.png
-share/freevo/htdocs/images/config/menu_toplevel_hover.png
-share/freevo/htdocs/images/config/off-16px.png
-share/freevo/htdocs/images/config/on-16px.png
-share/freevo/htdocs/images/config/right-16px.png
-share/freevo/htdocs/images/config/right.png
-share/freevo/htdocs/images/config/up-16px.png
-share/freevo/htdocs/images/config/up.png
-share/freevo/htdocs/images/config/warning-16px.png
-share/freevo/htdocs/images/freevoheader2.jpg
-share/freevo/htdocs/images/headerfreevo.jpg
-share/freevo/htdocs/images/headertxtbg.png
-share/freevo/htdocs/images/icon-info.gif
-share/freevo/htdocs/images/library/folder.png
-share/freevo/htdocs/images/library/gohome.png
-share/freevo/htdocs/images/library/images.png
-share/freevo/htdocs/images/library/images_small.png
-share/freevo/htdocs/images/library/library-images.jpg
-share/freevo/htdocs/images/library/library-movies.jpg
-share/freevo/htdocs/images/library/library-music.jpg
-share/freevo/htdocs/images/library/library-tv.jpg
-share/freevo/htdocs/images/library/movies.png
-share/freevo/htdocs/images/library/movies_small.png
-share/freevo/htdocs/images/library/music.png
-share/freevo/htdocs/images/library/music_small.png
-share/freevo/htdocs/images/library/player_end.png
-share/freevo/htdocs/images/library/player_start.png
-share/freevo/htdocs/images/library/recorded.png
-share/freevo/htdocs/images/library/recorded_small.png
-share/freevo/htdocs/images/library/redo.png
-share/freevo/htdocs/images/library/reload.png
-share/freevo/htdocs/images/library/reload3.png
-share/freevo/htdocs/images/library/reload_all_tabs.png
-share/freevo/htdocs/images/library/reload_page.png
-share/freevo/htdocs/images/library/rotate.png
-share/freevo/htdocs/images/library/rotate_ccw.png
-share/freevo/htdocs/images/library/rotate_cw.png
-share/freevo/htdocs/images/library/start.png
-share/freevo/htdocs/images/library/television_keep.png
-share/freevo/htdocs/images/library/television_unwatched.png
-share/freevo/htdocs/images/library/television_watched.png
-share/freevo/htdocs/images/library/www-mp-movies.png
-share/freevo/htdocs/images/library/www-mp-music.png
-share/freevo/htdocs/images/library/www-mp-pictures.png
-share/freevo/htdocs/images/library/www-mp-tv.png
-share/freevo/htdocs/images/logo_200x100.png
-share/freevo/htdocs/images/moin-www.gif
-share/freevo/htdocs/images/pix.gif
-share/freevo/htdocs/images/smile.gif
-share/freevo/htdocs/images/tab/left.gif
-share/freevo/htdocs/images/tab/left_on.gif
-share/freevo/htdocs/images/tab/right.gif
-share/freevo/htdocs/images/tab/right_on.gif
-share/freevo/htdocs/index.rpy
-share/freevo/htdocs/library.rpy
-share/freevo/htdocs/manualrecord.rpy
-share/freevo/htdocs/pluginconfig.rpy
-share/freevo/htdocs/proginfo.rpy
-share/freevo/htdocs/record.rpy
-share/freevo/htdocs/scripts/browsefile.js
-share/freevo/htdocs/scripts/config.js
-share/freevo/htdocs/scripts/display_info-head.js
-share/freevo/htdocs/scripts/display_prog-head.js
-share/freevo/htdocs/scripts/encoding_web.js
-share/freevo/htdocs/scripts/guidechannel.js
-share/freevo/htdocs/scripts/pluginconfig.js
-share/freevo/htdocs/scripts/viewlogfile.js
-share/freevo/htdocs/scripts/youtube.js
-share/freevo/htdocs/search.rpy
-share/freevo/htdocs/styles/config.css
-share/freevo/htdocs/styles/guidechannel.css
-share/freevo/htdocs/styles/main.css
-share/freevo/htdocs/styles/pluginconfig.css
-share/freevo/htdocs/styles/viewlogfile.css
-share/freevo/htdocs/styles/youtube.css
-share/freevo/htdocs/viewlogfile.rpy
-share/freevo/htdocs/wap_login.rpy
-share/freevo/htdocs/wap_rec.rpy
-share/freevo/htdocs/webremote.rpy
-share/freevo/htdocs/youtube-dl
-share/freevo/htdocs/youtube.rpy
-share/freevo/icons/holidays/christmas.png
-share/freevo/icons/holidays/freevo_bday.png
-share/freevo/icons/holidays/ghost.png
-share/freevo/icons/holidays/pumpkin.png
-share/freevo/icons/holidays/snowman.png
-share/freevo/icons/holidays/usa_flag.png
-share/freevo/icons/holidays/valentine.png
-share/freevo/icons/misc/bluebutton.png
-share/freevo/icons/misc/case.png
-share/freevo/icons/misc/cdrom_mount.png
-share/freevo/icons/misc/chartpie.png
-share/freevo/icons/misc/clock.png
-share/freevo/icons/misc/cpu.png
-share/freevo/icons/misc/freevo_app.png
-share/freevo/icons/misc/greenbutton.png
-share/freevo/icons/misc/memory.png
-share/freevo/icons/misc/osd_busy.png
-share/freevo/icons/misc/redbutton.png
-share/freevo/icons/misc/reminder_off.png
-share/freevo/icons/misc/reminder_on.png
-share/freevo/icons/misc/yellowbutton.png
-share/freevo/icons/popup/popup_alert.png
-share/freevo/icons/popup/popup_wait.png
-share/freevo/icons/popup/popup_warn.png
-share/freevo/icons/status/cd_audio.png
-share/freevo/icons/status/cd_burn.png
-share/freevo/icons/status/cd_inactive.png
-share/freevo/icons/status/cd_mixed.png
-share/freevo/icons/status/cd_photo.png
-share/freevo/icons/status/cd_rip.png
-share/freevo/icons/status/cd_video.png
-share/freevo/icons/status/check.png
-share/freevo/icons/status/cross.png
-share/freevo/icons/status/diskfree-bad.png
-share/freevo/icons/status/diskfree-good.png
-share/freevo/icons/status/diskfree-poor.png
-share/freevo/icons/status/diskfree.png
-share/freevo/icons/status/enc_audio.png
-share/freevo/icons/status/enc_background.png
-share/freevo/icons/status/enc_leftclamp.png
-share/freevo/icons/status/enc_multiplex.png
-share/freevo/icons/status/enc_nojobs.png
-share/freevo/icons/status/enc_notrunning.png
-share/freevo/icons/status/enc_rightclamp.png
-share/freevo/icons/status/enc_video.png
-share/freevo/icons/status/enc_video1.png
-share/freevo/icons/status/enc_video2.png
-share/freevo/icons/status/enc_video3.png
-share/freevo/icons/status/encode_1.png
-share/freevo/icons/status/encode_2.png
-share/freevo/icons/status/encode_3.png
-share/freevo/icons/status/encode_audio.png
-share/freevo/icons/status/encode_clamp.png
-share/freevo/icons/status/encode_video.png
-share/freevo/icons/status/encoding_bar.png
-share/freevo/icons/status/encoding_box.png
-share/freevo/icons/status/newmail_active.png
-share/freevo/icons/status/newmail_active_small.png
-share/freevo/icons/status/newmail_dimmed.png
-share/freevo/icons/status/series_keep.png
-share/freevo/icons/status/series_keep_watched.png
-share/freevo/icons/status/series_unwatched.png
-share/freevo/icons/status/series_watched.png
-share/freevo/icons/status/television_active.png
-share/freevo/icons/status/television_expired.png
-share/freevo/icons/status/television_inactive.png
-share/freevo/icons/status/television_keep.png
-share/freevo/icons/status/television_keep_watched.png
-share/freevo/icons/status/television_near_expired.png
-share/freevo/icons/status/television_unwatched.png
-share/freevo/icons/status/television_watched.png
-share/freevo/icons/status/volbar1.png
-share/freevo/icons/status/volbar2.png
-share/freevo/icons/status/volbar3.png
-share/freevo/icons/status/volbar4.png
-share/freevo/icons/status/volbar5.png
-share/freevo/icons/status/volume_bar.png
-share/freevo/icons/status/volume_mute.png
-share/freevo/icons/status/volume_mute_multi.png
-share/freevo/icons/status/volume_out.png
-share/freevo/icons/status/volume_out_multi.png
-share/freevo/icons/themes/AquaFusion/AquaFusion_Icons.txt
-share/freevo/icons/themes/AquaFusion/AquaFusion_Icons_LICENSE
-share/freevo/icons/themes/AquaFusion/auto.png
-share/freevo/icons/themes/AquaFusion/bla.png
-share/freevo/icons/themes/AquaFusion/down.png
-share/freevo/icons/themes/AquaFusion/images.png
-share/freevo/icons/themes/AquaFusion/left.png
-share/freevo/icons/themes/AquaFusion/mimetypes/audio.png
-share/freevo/icons/themes/AquaFusion/mimetypes/audiocd.png
-share/freevo/icons/themes/AquaFusion/mimetypes/cdrom.png
-share/freevo/icons/themes/AquaFusion/mimetypes/dvd.png
-share/freevo/icons/themes/AquaFusion/mimetypes/empty_cdrom.png
-share/freevo/icons/themes/AquaFusion/mimetypes/folder.png
-share/freevo/icons/themes/AquaFusion/mimetypes/folder_audio.png
-share/freevo/icons/themes/AquaFusion/mimetypes/folder_image.png
-share/freevo/icons/themes/AquaFusion/mimetypes/folder_video.png
-share/freevo/icons/themes/AquaFusion/mimetypes/playlist.png
-share/freevo/icons/themes/AquaFusion/mimetypes/unknown.png
-share/freevo/icons/themes/AquaFusion/mimetypes/vcd.png
-share/freevo/icons/themes/AquaFusion/mimetypes/video.png
-share/freevo/icons/themes/AquaFusion/movies.png
-share/freevo/icons/themes/AquaFusion/mp3.png
-share/freevo/icons/themes/AquaFusion/off.png
-share/freevo/icons/themes/AquaFusion/on.png
-share/freevo/icons/themes/AquaFusion/package_games.png
-share/freevo/icons/themes/AquaFusion/right.png
-share/freevo/icons/themes/AquaFusion/shutdown.png
-share/freevo/icons/themes/AquaFusion/tv.png
-share/freevo/icons/themes/AquaFusion/up.png
-share/freevo/icons/themes/AquaFusion/videogame.png
-share/freevo/icons/themes/Crystal/auto.png
-share/freevo/icons/themes/Crystal/commands_off.png
-share/freevo/icons/themes/Crystal/commands_on.png
-share/freevo/icons/themes/Crystal/down.png
-share/freevo/icons/themes/Crystal/email_off.png
-share/freevo/icons/themes/Crystal/email_on.png
-share/freevo/icons/themes/Crystal/games_off.png
-share/freevo/icons/themes/Crystal/games_on.png
-share/freevo/icons/themes/Crystal/headlines_off.png
-share/freevo/icons/themes/Crystal/headlines_on.png
-share/freevo/icons/themes/Crystal/image_off.png
-share/freevo/icons/themes/Crystal/image_on.png
-share/freevo/icons/themes/Crystal/left.png
-share/freevo/icons/themes/Crystal/mimetypes/RadioNetscape.png
-share/freevo/icons/themes/Crystal/mimetypes/audio.png
-share/freevo/icons/themes/Crystal/mimetypes/audiocd.png
-share/freevo/icons/themes/Crystal/mimetypes/cdrom.png
-share/freevo/icons/themes/Crystal/mimetypes/detached_player.png
-share/freevo/icons/themes/Crystal/mimetypes/dvd.png
-share/freevo/icons/themes/Crystal/mimetypes/empty_cdrom.png
-share/freevo/icons/themes/Crystal/mimetypes/folder.png
-share/freevo/icons/themes/Crystal/mimetypes/linkbrowser.png
-share/freevo/icons/themes/Crystal/mimetypes/playlist.png
-share/freevo/icons/themes/Crystal/mimetypes/trailers.png
-share/freevo/icons/themes/Crystal/mimetypes/unknown.png
-share/freevo/icons/themes/Crystal/mimetypes/vcd.png
-share/freevo/icons/themes/Crystal/mimetypes/video.png
-share/freevo/icons/themes/Crystal/mimetypes/video_quicktime.png
-share/freevo/icons/themes/Crystal/mimetypes/video_real.png
-share/freevo/icons/themes/Crystal/mimetypes/webradio.png
-share/freevo/icons/themes/Crystal/misc/case.png
-share/freevo/icons/themes/Crystal/misc/cdrom_mount.png
-share/freevo/icons/themes/Crystal/misc/clock.png
-share/freevo/icons/themes/Crystal/misc/cpu.png
-share/freevo/icons/themes/Crystal/misc/freevo_app.png
-share/freevo/icons/themes/Crystal/misc/hddtemp-cool.png
-share/freevo/icons/themes/Crystal/misc/hddtemp-norm.png
-share/freevo/icons/themes/Crystal/misc/hddtemp-warm.png
-share/freevo/icons/themes/Crystal/misc/memory.png
-share/freevo/icons/themes/Crystal/movie_off.png
-share/freevo/icons/themes/Crystal/movie_on.png
-share/freevo/icons/themes/Crystal/music_off.png
-share/freevo/icons/themes/Crystal/music_on.png
-share/freevo/icons/themes/Crystal/off.png
-share/freevo/icons/themes/Crystal/on.png
-share/freevo/icons/themes/Crystal/popup/popup_wait.png
-share/freevo/icons/themes/Crystal/right.png
-share/freevo/icons/themes/Crystal/shutdown_off.png
-share/freevo/icons/themes/Crystal/shutdown_on.png
-share/freevo/icons/themes/Crystal/status/cd_audio.png
-share/freevo/icons/themes/Crystal/status/cd_burn.png
-share/freevo/icons/themes/Crystal/status/cd_inactive.png
-share/freevo/icons/themes/Crystal/status/cd_mixed.png
-share/freevo/icons/themes/Crystal/status/cd_photo.png
-share/freevo/icons/themes/Crystal/status/cd_rip.png
-share/freevo/icons/themes/Crystal/status/cd_video.png
-share/freevo/icons/themes/Crystal/status/mail_dimmed.png
-share/freevo/icons/themes/Crystal/status/mail_new.png
-share/freevo/icons/themes/Crystal/status/newmail_active.png
-share/freevo/icons/themes/Crystal/status/newmail_active_small.png
-share/freevo/icons/themes/Crystal/status/newmail_dimmed.png
-share/freevo/icons/themes/Crystal/status/television_active.png
-share/freevo/icons/themes/Crystal/status/television_expired.png
-share/freevo/icons/themes/Crystal/status/television_inactive.png
-share/freevo/icons/themes/Crystal/status/television_near_expired.png
-share/freevo/icons/themes/Crystal/status/volume_bar.png
-share/freevo/icons/themes/Crystal/status/volume_mute.png
-share/freevo/icons/themes/Crystal/status/volume_out.png
-share/freevo/icons/themes/Crystal/tv_off.png
-share/freevo/icons/themes/Crystal/tv_on.png
-share/freevo/icons/themes/Crystal/up.png
-share/freevo/icons/themes/Crystal/weather_off.png
-share/freevo/icons/themes/Crystal/weather_on.png
-share/freevo/icons/themes/Noia/README
-share/freevo/icons/themes/Noia/auto.png
-share/freevo/icons/themes/Noia/down.png
-share/freevo/icons/themes/Noia/left.png
-share/freevo/icons/themes/Noia/mimetypes/audio.png
-share/freevo/icons/themes/Noia/mimetypes/audiocd.png
-share/freevo/icons/themes/Noia/mimetypes/cdrom.png
-share/freevo/icons/themes/Noia/mimetypes/detached_player.png
-share/freevo/icons/themes/Noia/mimetypes/dvd.png
-share/freevo/icons/themes/Noia/mimetypes/empty_cdrom.png
-share/freevo/icons/themes/Noia/mimetypes/folder.png
-share/freevo/icons/themes/Noia/mimetypes/news.png
-share/freevo/icons/themes/Noia/mimetypes/playlist.png
-share/freevo/icons/themes/Noia/mimetypes/unknown.png
-share/freevo/icons/themes/Noia/mimetypes/vcd.png
-share/freevo/icons/themes/Noia/mimetypes/video.png
-share/freevo/icons/themes/Noia/mimetypes/video_quicktime.png
-share/freevo/icons/themes/Noia/mimetypes/video_real.png
-share/freevo/icons/themes/Noia/mimetypes/webradio.png
-share/freevo/icons/themes/Noia/misc/osd_busy.png
-share/freevo/icons/themes/Noia/off.png
-share/freevo/icons/themes/Noia/on.png
-share/freevo/icons/themes/Noia/right.png
-share/freevo/icons/themes/Noia/up.png
-share/freevo/icons/themes/Panorama/down.png
-share/freevo/icons/themes/Panorama/left.png
-share/freevo/icons/themes/Panorama/mimetypes/audiocd.png
-share/freevo/icons/themes/Panorama/mimetypes/cdrom.png
-share/freevo/icons/themes/Panorama/mimetypes/empty_cdrom.png
-share/freevo/icons/themes/Panorama/mimetypes/folder.png
-share/freevo/icons/themes/Panorama/mimetypes/folder_image.png
-share/freevo/icons/themes/Panorama/mimetypes/playlist.png
-share/freevo/icons/themes/Panorama/mimetypes/playlist_image.png
-share/freevo/icons/themes/Panorama/mimetypes/unknown.png
-share/freevo/icons/themes/Panorama/recordinglater.png
-share/freevo/icons/themes/Panorama/recordingnow.png
-share/freevo/icons/themes/Panorama/right.png
-share/freevo/icons/themes/Panorama/status/cd_audio.png
-share/freevo/icons/themes/Panorama/status/cd_burn.png
-share/freevo/icons/themes/Panorama/status/cd_inactive.png
-share/freevo/icons/themes/Panorama/status/cd_mixed.png
-share/freevo/icons/themes/Panorama/status/cd_photo.png
-share/freevo/icons/themes/Panorama/status/cd_rip.png
-share/freevo/icons/themes/Panorama/status/cd_video.png
-share/freevo/icons/themes/Panorama/status/mail_dimmed.png
-share/freevo/icons/themes/Panorama/status/mail_new.png
-share/freevo/icons/themes/Panorama/status/newmail_active.png
-share/freevo/icons/themes/Panorama/status/newmail_active_small.png
-share/freevo/icons/themes/Panorama/status/newmail_dimmed.png
-share/freevo/icons/themes/Panorama/status/television_active.png
-share/freevo/icons/themes/Panorama/status/television_expired.png
-share/freevo/icons/themes/Panorama/status/television_inactive.png
-share/freevo/icons/themes/Panorama/status/television_near_expired.png
-share/freevo/icons/themes/Panorama/status/volume_bar.png
-share/freevo/icons/themes/Panorama/status/volume_mute.png
-share/freevo/icons/themes/Panorama/status/volume_out.png
-share/freevo/icons/themes/Panorama/up.png
-share/freevo/icons/themes/Rain/auto.png
-share/freevo/icons/themes/Rain/commands_off.png
-share/freevo/icons/themes/Rain/commands_on.png
-share/freevo/icons/themes/Rain/down.png
-share/freevo/icons/themes/Rain/email_off.png
-share/freevo/icons/themes/Rain/email_on.png
-share/freevo/icons/themes/Rain/games_off.png
-share/freevo/icons/themes/Rain/games_on.png
-share/freevo/icons/themes/Rain/headlines_off.png
-share/freevo/icons/themes/Rain/headlines_on.png
-share/freevo/icons/themes/Rain/image_off.png
-share/freevo/icons/themes/Rain/image_on.png
-share/freevo/icons/themes/Rain/left.png
-share/freevo/icons/themes/Rain/mimetypes/audio.png
-share/freevo/icons/themes/Rain/mimetypes/audiocd.png
-share/freevo/icons/themes/Rain/mimetypes/cdrom.png
-share/freevo/icons/themes/Rain/mimetypes/detached_player.png
-share/freevo/icons/themes/Rain/mimetypes/dvd.png
-share/freevo/icons/themes/Rain/mimetypes/empty_cdrom.png
-share/freevo/icons/themes/Rain/mimetypes/folder.png
-share/freevo/icons/themes/Rain/mimetypes/linkbrowser.png
-share/freevo/icons/themes/Rain/mimetypes/playlist.png
-share/freevo/icons/themes/Rain/mimetypes/trailers.png
-share/freevo/icons/themes/Rain/mimetypes/unknown.png
-share/freevo/icons/themes/Rain/mimetypes/vcd.png
-share/freevo/icons/themes/Rain/mimetypes/video.png
-share/freevo/icons/themes/Rain/mimetypes/video_quicktime.png
-share/freevo/icons/themes/Rain/mimetypes/video_real.png
-share/freevo/icons/themes/Rain/mimetypes/webradio.png
-share/freevo/icons/themes/Rain/misc/case.png
-share/freevo/icons/themes/Rain/misc/cdrom_mount.png
-share/freevo/icons/themes/Rain/misc/clock.png
-share/freevo/icons/themes/Rain/misc/cpu.png
-share/freevo/icons/themes/Rain/misc/freevo_app.png
-share/freevo/icons/themes/Rain/misc/hddtemp-cool.png
-share/freevo/icons/themes/Rain/misc/hddtemp-norm.png
-share/freevo/icons/themes/Rain/misc/hddtemp-warm.png
-share/freevo/icons/themes/Rain/misc/memory.png
-share/freevo/icons/themes/Rain/movie_off.png
-share/freevo/icons/themes/Rain/movie_on.png
-share/freevo/icons/themes/Rain/music_off.png
-share/freevo/icons/themes/Rain/music_on.png
-share/freevo/icons/themes/Rain/off.png
-share/freevo/icons/themes/Rain/on.png
-share/freevo/icons/themes/Rain/popup/popup_wait.png
-share/freevo/icons/themes/Rain/right.png
-share/freevo/icons/themes/Rain/shutdown_off.png
-share/freevo/icons/themes/Rain/shutdown_on.png
-share/freevo/icons/themes/Rain/status/cd_audio.png
-share/freevo/icons/themes/Rain/status/cd_burn.png
-share/freevo/icons/themes/Rain/status/cd_inactive.png
-share/freevo/icons/themes/Rain/status/cd_mixed.png
-share/freevo/icons/themes/Rain/status/cd_photo.png
-share/freevo/icons/themes/Rain/status/cd_rip.png
-share/freevo/icons/themes/Rain/status/cd_video.png
-share/freevo/icons/themes/Rain/status/mail_dimmed.png
-share/freevo/icons/themes/Rain/status/mail_new.png
-share/freevo/icons/themes/Rain/status/newmail_active.png
-share/freevo/icons/themes/Rain/status/newmail_active_small.png
-share/freevo/icons/themes/Rain/status/newmail_dimmed.png
-share/freevo/icons/themes/Rain/status/television_active.png
-share/freevo/icons/themes/Rain/status/television_expired.png
-share/freevo/icons/themes/Rain/status/television_inactive.png
-share/freevo/icons/themes/Rain/status/television_near_expired.png
-share/freevo/icons/themes/Rain/status/volume_bar.png
-share/freevo/icons/themes/Rain/status/volume_mute.png
-share/freevo/icons/themes/Rain/status/volume_out.png
-share/freevo/icons/themes/Rain/tv_off.png
-share/freevo/icons/themes/Rain/tv_on.png
-share/freevo/icons/themes/Rain/up.png
-share/freevo/icons/themes/Rain/weather_off.png
-share/freevo/icons/themes/Rain/weather_on.png
-share/freevo/icons/themes/bluestar/auto.png
-share/freevo/icons/themes/bluestar/down.png
-share/freevo/icons/themes/bluestar/email_off.png
-share/freevo/icons/themes/bluestar/email_on.png
-share/freevo/icons/themes/bluestar/games_off.png
-share/freevo/icons/themes/bluestar/games_on.png
-share/freevo/icons/themes/bluestar/headlines_off.png
-share/freevo/icons/themes/bluestar/headlines_on.png
-share/freevo/icons/themes/bluestar/image_off.png
-share/freevo/icons/themes/bluestar/image_on.png
-share/freevo/icons/themes/bluestar/left.png
-share/freevo/icons/themes/bluestar/mimetypes/audio.png
-share/freevo/icons/themes/bluestar/mimetypes/audiocd.png
-share/freevo/icons/themes/bluestar/mimetypes/cdrom.png
-share/freevo/icons/themes/bluestar/mimetypes/detached_player.png
-share/freevo/icons/themes/bluestar/mimetypes/dvd.png
-share/freevo/icons/themes/bluestar/mimetypes/empty_cdrom.png
-share/freevo/icons/themes/bluestar/mimetypes/folder.png
-share/freevo/icons/themes/bluestar/mimetypes/folder_audio.png
-share/freevo/icons/themes/bluestar/mimetypes/folder_image.png
-share/freevo/icons/themes/bluestar/mimetypes/folder_video.png
-share/freevo/icons/themes/bluestar/mimetypes/image.png
-share/freevo/icons/themes/bluestar/mimetypes/linkbrowser.png
-share/freevo/icons/themes/bluestar/mimetypes/playlist.png
-share/freevo/icons/themes/bluestar/mimetypes/playlist_image.png
-share/freevo/icons/themes/bluestar/mimetypes/unknown.png
-share/freevo/icons/themes/bluestar/mimetypes/vcd.png
-share/freevo/icons/themes/bluestar/mimetypes/video.png
-share/freevo/icons/themes/bluestar/mimetypes/webradio.png
-share/freevo/icons/themes/bluestar/movie_off.png
-share/freevo/icons/themes/bluestar/movie_on.png
-share/freevo/icons/themes/bluestar/music_off.png
-share/freevo/icons/themes/bluestar/music_on.png
-share/freevo/icons/themes/bluestar/off.png
-share/freevo/icons/themes/bluestar/on.png
-share/freevo/icons/themes/bluestar/popup/osd_busy.png
-share/freevo/icons/themes/bluestar/popup/popup_wait.png
-share/freevo/icons/themes/bluestar/recordinglater.png
-share/freevo/icons/themes/bluestar/recordingnow.png
-share/freevo/icons/themes/bluestar/right.png
-share/freevo/icons/themes/bluestar/shutdown_off.png
-share/freevo/icons/themes/bluestar/shutdown_on.png
-share/freevo/icons/themes/bluestar/status/cd_audio.png
-share/freevo/icons/themes/bluestar/status/cd_burn.png
-share/freevo/icons/themes/bluestar/status/cd_inactive.png
-share/freevo/icons/themes/bluestar/status/cd_mixed.png
-share/freevo/icons/themes/bluestar/status/cd_photo.png
-share/freevo/icons/themes/bluestar/status/cd_rip.png
-share/freevo/icons/themes/bluestar/status/cd_video.png
-share/freevo/icons/themes/bluestar/status/mail_dimmed.png
-share/freevo/icons/themes/bluestar/status/mail_new.png
-share/freevo/icons/themes/bluestar/status/mail_offline.png
-share/freevo/icons/themes/bluestar/status/newmail_active.png
-share/freevo/icons/themes/bluestar/status/newmail_dimmed.png
-share/freevo/icons/themes/bluestar/status/television_active.png
-share/freevo/icons/themes/bluestar/status/television_expired.png
-share/freevo/icons/themes/bluestar/status/television_inactive.png
-share/freevo/icons/themes/bluestar/status/television_near_expired.png
-share/freevo/icons/themes/bluestar/status/volume_bar.png
-share/freevo/icons/themes/bluestar/status/volume_mute.png
-share/freevo/icons/themes/bluestar/status/volume_out.png
-share/freevo/icons/themes/bluestar/tv_off.png
-share/freevo/icons/themes/bluestar/tv_on.png
-share/freevo/icons/themes/bluestar/up.png
-share/freevo/icons/themes/bluestar/weather_off.png
-share/freevo/icons/themes/bluestar/weather_on.png
-share/freevo/icons/themes/blurr/down.png
-share/freevo/icons/themes/blurr/left.png
-share/freevo/icons/themes/blurr/mimetypes/audiocd.png
-share/freevo/icons/themes/blurr/mimetypes/cdrom.png
-share/freevo/icons/themes/blurr/mimetypes/empty_cdrom.png
-share/freevo/icons/themes/blurr/mimetypes/folder_image.png
-share/freevo/icons/themes/blurr/mimetypes/playlist.png
-share/freevo/icons/themes/blurr/mimetypes/playlist_image.png
-share/freevo/icons/themes/blurr/mimetypes/unknown.png
-share/freevo/icons/themes/blurr/misc/bluebutton.png
-share/freevo/icons/themes/blurr/misc/greenbutton.png
-share/freevo/icons/themes/blurr/misc/redbutton.png
-share/freevo/icons/themes/blurr/misc/yellowbutton.png
-share/freevo/icons/themes/blurr/recordinglater.png
-share/freevo/icons/themes/blurr/recordingnow.png
-share/freevo/icons/themes/blurr/right.png
-share/freevo/icons/themes/blurr/status/cd_audio.png
-share/freevo/icons/themes/blurr/status/cd_inactive.png
-share/freevo/icons/themes/blurr/status/cd_mixed.png
-share/freevo/icons/themes/blurr/status/cd_video.png
-share/freevo/icons/themes/blurr/status/diskfree-bad.png
-share/freevo/icons/themes/blurr/status/diskfree-good.png
-share/freevo/icons/themes/blurr/status/diskfree-poor.png
-share/freevo/icons/themes/blurr/status/diskfree.png
-share/freevo/icons/themes/blurr/status/newmail_active.png
-share/freevo/icons/themes/blurr/status/newmail_dimmed.png
-share/freevo/icons/themes/blurr/status/series_keep.png
-share/freevo/icons/themes/blurr/status/series_keep_watched.png
-share/freevo/icons/themes/blurr/status/series_unwatched.png
-share/freevo/icons/themes/blurr/status/series_watched.png
-share/freevo/icons/themes/blurr/status/television_active.png
-share/freevo/icons/themes/blurr/status/television_inactive.png
-share/freevo/icons/themes/blurr/status/television_keep.png
-share/freevo/icons/themes/blurr/status/television_keep_watched.png
-share/freevo/icons/themes/blurr/status/television_unwatched.png
-share/freevo/icons/themes/blurr/status/television_watched.png
-share/freevo/icons/themes/blurr/up.png
-share/freevo/icons/themes/geexbox/down.png
-share/freevo/icons/themes/geexbox/left.png
-share/freevo/icons/themes/geexbox/mimetypes/audiocd.png
-share/freevo/icons/themes/geexbox/mimetypes/cdrom.png
-share/freevo/icons/themes/geexbox/mimetypes/empty_cdrom.png
-share/freevo/icons/themes/geexbox/mimetypes/folder_image.png
-share/freevo/icons/themes/geexbox/mimetypes/playlist.png
-share/freevo/icons/themes/geexbox/mimetypes/playlist_image.png
-share/freevo/icons/themes/geexbox/mimetypes/unknown.png
-share/freevo/icons/themes/geexbox/right.png
-share/freevo/icons/themes/geexbox/status/cd_audio.png
-share/freevo/icons/themes/geexbox/status/cd_inactive.png
-share/freevo/icons/themes/geexbox/status/cd_mixed.png
-share/freevo/icons/themes/geexbox/status/cd_video.png
-share/freevo/icons/themes/geexbox/status/newmail_active.png
-share/freevo/icons/themes/geexbox/status/newmail_dimmed.png
-share/freevo/icons/themes/geexbox/status/television_active.png
-share/freevo/icons/themes/geexbox/status/television_inactive.png
-share/freevo/icons/themes/geexbox/up.png
-share/freevo/icons/themes/mediaportal/auto.png
-share/freevo/icons/themes/mediaportal/down.png
-share/freevo/icons/themes/mediaportal/left.png
-share/freevo/icons/themes/mediaportal/mimetypes/RadioNetscape.png
-share/freevo/icons/themes/mediaportal/mimetypes/audio.png
-share/freevo/icons/themes/mediaportal/mimetypes/audiocd.png
-share/freevo/icons/themes/mediaportal/mimetypes/cdrom.png
-share/freevo/icons/themes/mediaportal/mimetypes/detached_player.png
-share/freevo/icons/themes/mediaportal/mimetypes/dvd.png
-share/freevo/icons/themes/mediaportal/mimetypes/empty_cdrom.png
-share/freevo/icons/themes/mediaportal/mimetypes/folder.png
-share/freevo/icons/themes/mediaportal/mimetypes/linkbrowser.png
-share/freevo/icons/themes/mediaportal/mimetypes/playlist.png
-share/freevo/icons/themes/mediaportal/mimetypes/trailers.png
-share/freevo/icons/themes/mediaportal/mimetypes/unknown.png
-share/freevo/icons/themes/mediaportal/mimetypes/vcd.png
-share/freevo/icons/themes/mediaportal/mimetypes/video.png
-share/freevo/icons/themes/mediaportal/mimetypes/video_quicktime.png
-share/freevo/icons/themes/mediaportal/mimetypes/video_real.png
-share/freevo/icons/themes/mediaportal/mimetypes/webradio.png
-share/freevo/icons/themes/mediaportal/misc/case.png
-share/freevo/icons/themes/mediaportal/misc/cdrom_mount.png
-share/freevo/icons/themes/mediaportal/misc/clock.png
-share/freevo/icons/themes/mediaportal/misc/freevo_app.png
-share/freevo/icons/themes/mediaportal/misc/hddtemp-cool.png
-share/freevo/icons/themes/mediaportal/misc/hddtemp-norm.png
-share/freevo/icons/themes/mediaportal/misc/hddtemp-warm.png
-share/freevo/icons/themes/mediaportal/misc/memory.png
-share/freevo/icons/themes/mediaportal/off.png
-share/freevo/icons/themes/mediaportal/on.png
-share/freevo/icons/themes/mediaportal/popup/popup_wait.png
-share/freevo/icons/themes/mediaportal/right.png
-share/freevo/icons/themes/mediaportal/status/cd_audio.png
-share/freevo/icons/themes/mediaportal/status/cd_burn.png
-share/freevo/icons/themes/mediaportal/status/cd_inactive.png
-share/freevo/icons/themes/mediaportal/status/cd_mixed.png
-share/freevo/icons/themes/mediaportal/status/cd_photo.png
-share/freevo/icons/themes/mediaportal/status/cd_rip.png
-share/freevo/icons/themes/mediaportal/status/cd_video.png
-share/freevo/icons/themes/mediaportal/status/mail_dimmed.png
-share/freevo/icons/themes/mediaportal/status/mail_new.png
-share/freevo/icons/themes/mediaportal/status/newmail_active.png
-share/freevo/icons/themes/mediaportal/status/newmail_active_small.png
-share/freevo/icons/themes/mediaportal/status/newmail_dimmed.png
-share/freevo/icons/themes/mediaportal/status/television_active.png
-share/freevo/icons/themes/mediaportal/status/television_expired.png
-share/freevo/icons/themes/mediaportal/status/television_inactive.png
-share/freevo/icons/themes/mediaportal/status/television_near_expired.png
-share/freevo/icons/themes/mediaportal/status/volume_bar.png
-share/freevo/icons/themes/mediaportal/status/volume_mute.png
-share/freevo/icons/themes/mediaportal/status/volume_out.png
-share/freevo/icons/themes/mediaportal/tv_down.png
-share/freevo/icons/themes/mediaportal/tv_up.png
-share/freevo/icons/themes/mediaportal/tvguide_arrow_left.png
-share/freevo/icons/themes/mediaportal/tvguide_arrow_right.png
-share/freevo/icons/themes/mediaportal/up.png
-share/freevo/icons/themes/tuxntosh/down.png
-share/freevo/icons/themes/tuxntosh/left.png
-share/freevo/icons/themes/tuxntosh/mainmenu/54x54/images.png
-share/freevo/icons/themes/tuxntosh/mainmenu/54x54/movies.png
-share/freevo/icons/themes/tuxntosh/mainmenu/54x54/music.png
-share/freevo/icons/themes/tuxntosh/mainmenu/54x54/out_images.png
-share/freevo/icons/themes/tuxntosh/mainmenu/54x54/out_movies.png
-share/freevo/icons/themes/tuxntosh/mainmenu/54x54/out_music.png
-share/freevo/icons/themes/tuxntosh/mainmenu/54x54/out_shutdown.png
-share/freevo/icons/themes/tuxntosh/mainmenu/54x54/out_tv.png
-share/freevo/icons/themes/tuxntosh/mainmenu/54x54/shutdown.png
-share/freevo/icons/themes/tuxntosh/mainmenu/54x54/tv.png
-share/freevo/icons/themes/tuxntosh/mimetypes/audio.png
-share/freevo/icons/themes/tuxntosh/mimetypes/audiocd.png
-share/freevo/icons/themes/tuxntosh/mimetypes/cdrom.png
-share/freevo/icons/themes/tuxntosh/mimetypes/dvd.png
-share/freevo/icons/themes/tuxntosh/mimetypes/empty_cdrom.png
-share/freevo/icons/themes/tuxntosh/mimetypes/file.png
-share/freevo/icons/themes/tuxntosh/mimetypes/folder.png
-share/freevo/icons/themes/tuxntosh/mimetypes/folder_audio.png
-share/freevo/icons/themes/tuxntosh/mimetypes/folder_image.png
-share/freevo/icons/themes/tuxntosh/mimetypes/folder_video.png
-share/freevo/icons/themes/tuxntosh/mimetypes/image.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_audio.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_audiocd.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_cdrom.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_dvd.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_empty_cdrom.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_file.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_folder.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_folder_audio.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_folder_image.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_folder_video.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_image.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_playlist.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_playlist_audio.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_playlist_image.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_playlist_video.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_unknown.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_vcd.png
-share/freevo/icons/themes/tuxntosh/mimetypes/out_video.png
-share/freevo/icons/themes/tuxntosh/mimetypes/playlist.png
-share/freevo/icons/themes/tuxntosh/mimetypes/playlist_audio.png
-share/freevo/icons/themes/tuxntosh/mimetypes/playlist_image.png
-share/freevo/icons/themes/tuxntosh/mimetypes/playlist_video.png
-share/freevo/icons/themes/tuxntosh/mimetypes/unknown.png
-share/freevo/icons/themes/tuxntosh/mimetypes/video.png
-share/freevo/icons/themes/tuxntosh/right.png
-share/freevo/icons/themes/tuxntosh/up.png
-share/freevo/icons/weather/cloud.png
-share/freevo/icons/weather/fog.png
-share/freevo/icons/weather/moon-mc.png
-share/freevo/icons/weather/moon-pc.png
-share/freevo/icons/weather/moon.png
-share/freevo/icons/weather/na.png
-share/freevo/icons/weather/rain.png
-share/freevo/icons/weather/snow.png
-share/freevo/icons/weather/storm.png
-share/freevo/icons/weather/sun-mc.png
-share/freevo/icons/weather/sun-pc.png
-share/freevo/icons/weather/sun.png
-share/freevo/icons/weather/suncloud.png
-share/freevo/icons/weather/tstorms.png
-share/freevo/icons/weather/wind.png
-share/freevo/images/aubin_bg2.jpg
-share/freevo/images/barbieri/bg.jpg
-share/freevo/images/bluestar_back.jpg
-share/freevo/images/bluestar_logo.png
-share/freevo/images/bluestar_scheduledtv.png
-share/freevo/images/bluestar_splash.jpg
-share/freevo/images/blurr_naxos.jpg
-share/freevo/images/blurrback.jpg
-share/freevo/images/blurrsplash.jpg
-share/freevo/images/crystal_back.jpg
-share/freevo/images/dark.png
-share/freevo/images/frame.png
-share/freevo/images/fxd/webradio/somafm/250x250sfm.jpg
-share/freevo/images/fxd/webradio/somafm/DroneZoneBox.jpg
-share/freevo/images/fxd/webradio/somafm/GrooveSaladBox.jpg
-share/freevo/images/fxd/webradio/somafm/SecretAgentBox.jpg
-share/freevo/images/fxd/webradio/somafm/blender.jpg
-share/freevo/images/fxd/webradio/somafm/bootliquor.jpg
-share/freevo/images/fxd/webradio/somafm/cliqhop.jpg
-share/freevo/images/fxd/webradio/somafm/doomed.jpg
-share/freevo/images/fxd/webradio/somafm/illstreet.jpg
-share/freevo/images/fxd/webradio/somafm/indychick.jpg
-share/freevo/images/fxd/webradio/somafm/sss.jpg
-share/freevo/images/fxd/webradio/somafm/tagstrancefract.jpg
-share/freevo/images/gant/chat.png
-share/freevo/images/gant/commands.png
-share/freevo/images/gant/games.png
-share/freevo/images/gant/headlines.png
-share/freevo/images/gant/image.png
-share/freevo/images/gant/logo.png
-share/freevo/images/gant/movie.png
-share/freevo/images/gant/music.png
-share/freevo/images/gant/scheduledtv.png
-share/freevo/images/gant/shutdown.png
-share/freevo/images/gant/tv.png
-share/freevo/images/gant/weather.png
-share/freevo/images/geexbox/back.png
-share/freevo/images/geexbox/back_image.png
-share/freevo/images/geexbox/back_main.png
-share/freevo/images/geexbox/back_movie.png
-share/freevo/images/geexbox/back_music.png
-share/freevo/images/geexbox/back_tv.png
-share/freevo/images/geexbox/back_weather.png
-share/freevo/images/geexbox/headlines.jpg
-share/freevo/images/geexbox/image.png
-share/freevo/images/geexbox/logo.png
-share/freevo/images/geexbox/movie.png
-share/freevo/images/geexbox/music.png
-share/freevo/images/geexbox/newspaper.jpg
-share/freevo/images/geexbox/panel.png
-share/freevo/images/geexbox/panel2.png
-share/freevo/images/geexbox/shutdown.jpg
-share/freevo/images/geexbox/tv.png
-share/freevo/images/geexbox/weather.png
-share/freevo/images/idlebar.png
-share/freevo/images/logo.png
-share/freevo/images/logo_david.png
-share/freevo/images/mediaportal/background-xbmc.png
-share/freevo/images/mediaportal/background_my_recipies.png
-share/freevo/images/mediaportal/background_myalarm.png
-share/freevo/images/mediaportal/background_myburn.png
-share/freevo/images/mediaportal/background_myexplorer.png
-share/freevo/images/mediaportal/background_mymessenger.png
-share/freevo/images/mediaportal/background_mymusic.png
-share/freevo/images/mediaportal/background_mynews.png
-share/freevo/images/mediaportal/background_mypictures.png
-share/freevo/images/mediaportal/background_myprograms.png
-share/freevo/images/mediaportal/background_myradio.png
-share/freevo/images/mediaportal/background_mystatus.png
-share/freevo/images/mediaportal/background_mytv.png
-share/freevo/images/mediaportal/background_myvideos.png
-share/freevo/images/mediaportal/background_myweather.png
-share/freevo/images/mediaportal/background_scheduletv.png
-share/freevo/images/mediaportal/commands.png
-share/freevo/images/mediaportal/mail.png
-share/freevo/images/mediaportalsplash.png
-share/freevo/images/mpd_frame.png
-share/freevo/images/mpd_watermark.png
-share/freevo/images/newmarks/README
-share/freevo/images/newmarks/game.png
-share/freevo/images/newmarks/headlines.png
-share/freevo/images/newmarks/image.png
-share/freevo/images/newmarks/mail.png
-share/freevo/images/newmarks/movie.png
-share/freevo/images/newmarks/music.png
-share/freevo/images/newmarks/shutdown.png
-share/freevo/images/newmarks/term.png
-share/freevo/images/newmarks/tv.png
-share/freevo/images/panorama/background.jpg
-share/freevo/images/panorama/gant_chat.png
-share/freevo/images/panorama/gant_commands.png
-share/freevo/images/panorama/gant_games.png
-share/freevo/images/panorama/gant_headlines.png
-share/freevo/images/panorama/gant_image.png
-share/freevo/images/panorama/gant_movie.png
-share/freevo/images/panorama/gant_music.png
-share/freevo/images/panorama/gant_scheduledtv.png
-share/freevo/images/panorama/gant_shutdown.png
-share/freevo/images/panorama/gant_tv.png
-share/freevo/images/panorama/gant_weather.png
-share/freevo/images/panorama/logo.png
-share/freevo/images/panorama/myth_cd.png
-share/freevo/images/panorama/myth_gallery.png
-share/freevo/images/panorama/myth_joystick.png
-share/freevo/images/panorama/myth_music.png
-share/freevo/images/panorama/myth_news.png
-share/freevo/images/panorama/myth_shutdown.png
-share/freevo/images/panorama/myth_tv.png
-share/freevo/images/panorama/myth_video.png
-share/freevo/images/panorama/myth_weather.png
-share/freevo/images/panorama/splashlogo.png
-share/freevo/images/panorama/watermark_cd.png
-share/freevo/images/panorama/watermark_gallery.png
-share/freevo/images/panorama/watermark_joystick.png
-share/freevo/images/panorama/watermark_logo.png
-share/freevo/images/panorama/watermark_music.png
-share/freevo/images/panorama/watermark_news.png
-share/freevo/images/panorama/watermark_shutdown.png
-share/freevo/images/panorama/watermark_tv.png
-share/freevo/images/panorama/watermark_video.png
-share/freevo/images/panorama/watermark_weather.png
-share/freevo/images/rain_back.jpg
-share/freevo/images/reminder_frame.png
-share/freevo/images/reminder_watermark.png
-share/freevo/images/splashscreen-bsd.png
-share/freevo/images/splashscreen.png
-share/freevo/images/watermarks/bluestar_email.png
-share/freevo/images/watermarks/bluestar_games.png
-share/freevo/images/watermarks/bluestar_headlines.png
-share/freevo/images/watermarks/bluestar_image.png
-share/freevo/images/watermarks/bluestar_movie.png
-share/freevo/images/watermarks/bluestar_music.png
-share/freevo/images/watermarks/bluestar_shutdown.png
-share/freevo/images/watermarks/bluestar_tv.png
-share/freevo/images/watermarks/bluestar_weather.png
-share/freevo/images/watermarks/crystal_commands.png
-share/freevo/images/watermarks/crystal_email.png
-share/freevo/images/watermarks/crystal_games.png
-share/freevo/images/watermarks/crystal_headlines.png
-share/freevo/images/watermarks/crystal_image.png
-share/freevo/images/watermarks/crystal_movie.png
-share/freevo/images/watermarks/crystal_music.png
-share/freevo/images/watermarks/crystal_shutdown.png
-share/freevo/images/watermarks/crystal_tv.png
-share/freevo/images/watermarks/crystal_weather.png
-share/freevo/images/watermarks/image.png
-share/freevo/images/watermarks/mail.png
-share/freevo/images/watermarks/movie.png
-share/freevo/images/watermarks/music.png
-share/freevo/images/watermarks/rain_commands.png
-share/freevo/images/watermarks/rain_email.png
-share/freevo/images/watermarks/rain_games.png
-share/freevo/images/watermarks/rain_headlines.png
-share/freevo/images/watermarks/rain_image.png
-share/freevo/images/watermarks/rain_movie.png
-share/freevo/images/watermarks/rain_music.png
-share/freevo/images/watermarks/rain_shutdown.png
-share/freevo/images/watermarks/rain_tv.png
-share/freevo/images/watermarks/rain_weather.png
-share/freevo/images/watermarks/shutdown.png
-share/freevo/images/watermarks/tv.png
-share/freevo/images/weather/cloudy.png
-share/freevo/images/weather/fair.png
-share/freevo/images/weather/flurries.png
-share/freevo/images/weather/fog.png
-share/freevo/images/weather/lshowers.png
-share/freevo/images/weather/mcloudy.png
-share/freevo/images/weather/mediaportal/cloudy.png
-share/freevo/images/weather/mediaportal/drizzle.png
-share/freevo/images/weather/mediaportal/fair.png
-share/freevo/images/weather/mediaportal/flurries.png
-share/freevo/images/weather/mediaportal/fog.png
-share/freevo/images/weather/mediaportal/ice.png
-share/freevo/images/weather/mediaportal/lrain.png
-share/freevo/images/weather/mediaportal/lshowers.png
-share/freevo/images/weather/mediaportal/mcloudy.png
-share/freevo/images/weather/mediaportal/msunny.png
-share/freevo/images/weather/mediaportal/pcloudy.png
-share/freevo/images/weather/mediaportal/permission.txt
-share/freevo/images/weather/mediaportal/rain.png
-share/freevo/images/weather/mediaportal/rainsnow.png
-share/freevo/images/weather/mediaportal/scthunder.png
-share/freevo/images/weather/mediaportal/showers.png
-share/freevo/images/weather/mediaportal/snow.png
-share/freevo/images/weather/mediaportal/snowshow.png
-share/freevo/images/weather/mediaportal/sunny.png
-share/freevo/images/weather/mediaportal/thunder.png
-share/freevo/images/weather/mediaportal/thunshowers.png
-share/freevo/images/weather/mediaportal/unknown.png
-share/freevo/images/weather/mediaportal/weather_frame.png
-share/freevo/images/weather/mediaportal/weathertypes.dat
-share/freevo/images/weather/mediaportal/wshowers.png
-share/freevo/images/weather/oneclick_frame.png
-share/freevo/images/weather/pcloudy.png
-share/freevo/images/weather/rainsnow.png
-share/freevo/images/weather/showers.png
-share/freevo/images/weather/snowshow.png
-share/freevo/images/weather/sunny.png
-share/freevo/images/weather/thunshowers.png
-share/freevo/images/weather/unknown.png
-share/freevo/images/weather/weather_frame.png
-share/freevo/images/weather/weather_watermark.png
-share/freevo/images/weather/weathertypes.dat
-share/freevo/skins/freevo-skin.dtd
-share/freevo/skins/main/Panorama.fxd
-share/freevo/skins/main/Panorama.jpg
-share/freevo/skins/main/Panorama.txt
-share/freevo/skins/main/README
-share/freevo/skins/main/basic.fxd
-share/freevo/skins/main/bluestar.fxd
-share/freevo/skins/main/bluestar.jpg
-share/freevo/skins/main/blurr.fxd
-share/freevo/skins/main/blurr.jpg
-share/freevo/skins/main/crystal.fxd
-share/freevo/skins/main/dark.fxd
-share/freevo/skins/main/dark.jpg
-share/freevo/skins/main/geexbox.fxd
-share/freevo/skins/main/image.fxd
-share/freevo/skins/main/info.fxd
-share/freevo/skins/main/info.jpg
-share/freevo/skins/main/mediaportal.fxd
-share/freevo/skins/main/mediaportal.png
-share/freevo/skins/main/noia.fxd
-share/freevo/skins/main/noia.jpg
-share/freevo/skins/main/rain.fxd
-share/freevo/skins/main/rain.jpg
-share/freevo/skins/plugins/mpd.fxd
-share/freevo/skins/plugins/oneclick.fxd
-share/freevo/skins/plugins/reminder.fxd
-share/freevo/skins/plugins/video_details.fxd
-share/freevo/skins/plugins/weather.fxd
-share/locale/af/LC_MESSAGES/freevo.mo
-share/locale/af/LC_MESSAGES/freevo.po
-share/locale/ca/LC_MESSAGES/freevo.mo
-share/locale/ca/LC_MESSAGES/freevo.po
-share/locale/cs/LC_MESSAGES/freevo.mo
-share/locale/cs/LC_MESSAGES/freevo.po
-share/locale/da/LC_MESSAGES/freevo.mo
-share/locale/da/LC_MESSAGES/freevo.po
-share/locale/de/LC_MESSAGES/freevo.mo
-share/locale/de/LC_MESSAGES/freevo.po
-share/locale/el/LC_MESSAGES/freevo.mo
-share/locale/el/LC_MESSAGES/freevo.po
-share/locale/en_GB/LC_MESSAGES/freevo.mo
-share/locale/en_GB/LC_MESSAGES/freevo.po
-share/locale/es/LC_MESSAGES/freevo.mo
-share/locale/es/LC_MESSAGES/freevo.po
-share/locale/fi/LC_MESSAGES/freevo.mo
-share/locale/fi/LC_MESSAGES/freevo.po
-share/locale/fr/LC_MESSAGES/freevo.mo
-share/locale/fr/LC_MESSAGES/freevo.po
-share/locale/hu/LC_MESSAGES/freevo.mo
-share/locale/hu/LC_MESSAGES/freevo.po
-share/locale/it/LC_MESSAGES/freevo.mo
-share/locale/it/LC_MESSAGES/freevo.po
-share/locale/nl/LC_MESSAGES/freevo.mo
-share/locale/nl/LC_MESSAGES/freevo.po
-share/locale/no/LC_MESSAGES/freevo.mo
-share/locale/no/LC_MESSAGES/freevo.po
-share/locale/pt/LC_MESSAGES/freevo.mo
-share/locale/pt/LC_MESSAGES/freevo.po
-share/locale/pt_BR/LC_MESSAGES/freevo.mo
-share/locale/pt_BR/LC_MESSAGES/freevo.po
-share/locale/ro/LC_MESSAGES/freevo.mo
-share/locale/ro/LC_MESSAGES/freevo.po
-share/locale/ru/LC_MESSAGES/freevo.mo
-share/locale/ru/LC_MESSAGES/freevo.po
-share/locale/sv/LC_MESSAGES/freevo.mo
-share/locale/sv/LC_MESSAGES/freevo.po
-share/locale/zh_CN/LC_MESSAGES/freevo.mo
-share/locale/zh_CN/LC_MESSAGES/freevo.po
diff --git a/freevo/TODO b/freevo/TODO
deleted file mode 100644
index caab402c72..0000000000
--- a/freevo/TODO
+++ /dev/null
@@ -1,43 +0,0 @@
-- broken dependency from www/py-beautifulsoup
-
-- fix python's ossaudiodev to support netbsd
-
-- nearly all the pkg-options (except for mame and snes groups) are used for
-  viewing or recording TV.  Maybe they should all be combined into one
-  option "tv" ?
-
-- port Lirc (Linux infrared remote control) to netbsd, make a package,
-  then make a package for py-lirc and then add dependency to freevo.
-
-- Most of the patches were removed.  Most of them simply changed the check
-  for the python version.  It works fine on my box without the patches.
-  Is that a freebsd thing?
-
-  Specificly:
-  original maintainer had replaced all instances of 
-            sys.version[0:3]
-  with
-            sys.version[0:3].replace("p", ".")
-
-  However, I find that sys.version[0:3] returns a perfectly formed "2.3"
-  does the "p" show up often?
-
-- Lots of testing to do.  Dunno what is up with dotz's error, below, but
-  it may be fixed by now in FreeBSD.
-
-- I think some of freevo's device support will need fixing for netbsd.
-  (remote control, game pad, etc)
-
-
-    -- dhowland%users.sourceforge.net@localhost
-
-
-E-mail:
-	http://sourceforge.net/mail/?group_id=46652	
-and ask for NetBSD (pkgsrc) package placement at:
-	http://freevo.sourceforge.net/install.html
-_when_ it works. No earlier.
-
-Current crash reason: pygame draw module not available (on fbsd at least)
-
-	-- dotz%irc.pl@localhost
diff --git a/freevo/distinfo b/freevo/distinfo
deleted file mode 100644
index a0ab96f105..0000000000
--- a/freevo/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.23 2008/02/18 03:07:37 dhowland Exp $
-
-SHA1 (freevo-1.7.6.tar.gz) = b2568150b67886a943992cb57ee12fdb04bd809c
-RMD160 (freevo-1.7.6.tar.gz) = 609b517e4f3ba682f1b222f7cccc095622a4f951
-Size (freevo-1.7.6.tar.gz) = 20856017 bytes
-SHA1 (patch-aa) = 0c126f9e379c16d7a22441e73a2823f39e7fb80b
-SHA1 (patch-ab) = d0702070bd7c6ea45be77b7d3bdc5d92c5cbb0a1
-SHA1 (patch-ad) = ac216cbf96291a0e570072c2cdf84789add18ac7
-SHA1 (patch-ae) = 78797e8d37af5fe388700e3e03b4634f06f295b7
-SHA1 (patch-ai) = c0cc16d5878a24796f865982e28acce1474e015e
diff --git a/freevo/files/pygamejoy.py b/freevo/files/pygamejoy.py
deleted file mode 100644
index 6bb313a532..0000000000
--- a/freevo/files/pygamejoy.py
+++ /dev/null
@@ -1,148 +0,0 @@
-# -*- coding: iso-8859-1 -*-
-# -----------------------------------------------------------------------
-# pygamejoy.py - Alternative joystick plugin by David Howland 
-# -----------------------------------------------------------------------
-# Activate this module with the following lines in your config file:
-#   plugin.remove('joy')
-#   plugin.activate('pygamejoy')
-# Configure this module with lines such as these:
-#   JOY_DEV = 1
-#   JOY_CMDS = {
-#     'a2 neg'         : 'UP'      ,
-#     'a2 pos'         : 'DOWN'    ,
-#     'a1 neg'         : 'LEFT'    ,
-#     'a1 pos'         : 'RIGHT'   ,
-#     'h1 up'          : 'UP'      ,
-#     'h1 down'        : 'DOWN'    ,
-#     'h1 left'        : 'LEFT'    ,
-#     'h1 right'       : 'RIGHT'   ,
-#     'button 1'       : 'PLAY'    ,
-#     'button 2'       : 'PAUSE'   ,
-#     'button 3'       : 'STOP'    ,
-#     'button 4'       : 'ENTER'   ,
-#     'button 9'       : 'EXIT'    ,
-#     'button 10'      : 'SELECT'  ,
-#   }
-# -----------------------------------------------------------------------
-# Freevo - A Home Theater PC framework
-# Copyright (C) 2003 Krister Lagerstrom, et al. 
-# Please see the file freevo/Docs/CREDITS for a complete list of authors.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MER-
-# CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
-# Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
-# ----------------------------------------------------------------------- */
-
-
-import sys
-import os
-import select
-import struct
-import traceback
-from time import sleep
-
-import pygame
-from pygame.locals import *
-
-import config
-import plugin
-import rc
-
-rc = rc.get_singleton()
-
-class PluginInterface(plugin.DaemonPlugin):
-
-    def __init__(self):
-        self.plugin_name = 'JOY'
-        self.device_name = ''
-     
-        if config.JOY_DEV == 0:
-            self.reason = 'Joystick input module disabled'
-            return
-
-        pygame.joystick.init()
-
-        num_joy = pygame.joystick.get_count()
-        print "Found %d joysticks." % num_joy
-
-        if num_joy < 1:
-            self.reason = 'No joysticks found'
-            return
-
-        self.Joystick = pygame.joystick.Joystick(config.JOY_DEV-1)
-        self.Joystick.init()
-        print "Using joystick:", self.Joystick.get_name()
-        print "with: %d axis %d hats %d buttons" % (self.Joystick.get_numaxes(),self.Joystick.get_numhats(),self.Joystick.get_numbuttons())
-
-        self.MIN = []
-        self.MAX = []
-        for i in range(self.Joystick.get_numaxes()):
-	    self.MIN.append(-0.5)
-	    self.MAX.append(0.5)
-
-        # ok, joystick is working
-        plugin.DaemonPlugin.__init__(self)
-        
-        self.poll_interval  = 1
-        self.poll_menu_only = False
-
-
-    def poll(self):
-        command = ''
-
-        # buttons are first priority
-        for i in range(self.Joystick.get_numbuttons()):
-            if(self.Joystick.get_button(i)):
-                button = "button %d" % (i + 1)
-                command = config.JOY_CMDS.get(button, '')
-
-        # hats are second priority
-        if command == '':
-	    hatstring = ''
-            for i in range(self.Joystick.get_numhats()):
-                value = self.Joystick.get_hat(i)
-                if(value[1] == 1):
-                    hatstring = "h%d up" % (i + 1)
-                if(value[1] == -1):
-                    hatstring = "h%d down" % (i + 1)
-                if(value[0] == -1):
-                    hatstring = "h%d left" % (i + 1)
-                if(value[0] == 1):
-                    hatstring = "h%d right" % (i + 1)
-            if hatstring != '':
-                command = config.JOY_CMDS.get(hatstring, '')
-
-        # axis are last priority
-        if command == '':
-	    joystring = ''
-            for i in range(self.Joystick.get_numaxes()):
-                value = self.Joystick.get_axis(i)
-                if (value > self.MAX[i]):
-                    self.MAX[i] = value
-                if (value < self.MIN[i]):
-                    self.MIN[i] = value
-                if (value > (self.MAX[i] * 0.8)):
-                    joystring = "a%d pos" % (i + 1)
-                if (value < (self.MIN[i] * 0.8)):
-                    joystring = "a%d neg" % (i + 1)
-            if joystring != '':
-                command = config.JOY_CMDS.get(joystring, '')
-
-	# if we have something to do
-        if command != '':
-            command = rc.key_event_mapper(command)
-            if command:
-                rc.post_event(command)
-		sleep(0.2)
-
diff --git a/freevo/options.mk b/freevo/options.mk
deleted file mode 100644
index e5a004c1cc..0000000000
--- a/freevo/options.mk
+++ /dev/null
@@ -1,43 +0,0 @@
-# $NetBSD: options.mk,v 1.6 2005/11/22 06:00:25 dhowland Exp $
-
-PKG_OPTIONS_VAR=		PKG_OPTIONS.freevo
-PKG_SUPPORTED_OPTIONS=		mencoder xine lame flac oggenc xmltv xmame
-PKG_OPTIONS_OPTIONAL_GROUPS=	snes
-PKG_OPTIONS_GROUP.snes=		snes9x zsnes
-PKG_SUGGESTED_OPTIONS=
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mmencoder)
-DEPENDS+=		mencoder>=1.0rc3:../../multimedia/mencoder
-.endif
-
-.if !empty(PKG_OPTIONS:Mxine)
-DEPENDS+=		xine-ui>=0.99.2:../../multimedia/xine-ui
-.endif
-
-.if !empty(PKG_OPTIONS:Mlame)
-DEPENDS+=		lame>=3.96.1:../../audio/lame
-.endif
-
-.if !empty(PKG_OPTIONS:Mflac)
-DEPENDS+=		flac>=1.1.2:../../audio/flac
-.endif
-
-.if !empty(PKG_OPTIONS:Moggenc)
-DEPENDS+=		vorbis-tools>=1.1.1:../../audio/vorbis-tools
-.endif
-
-.if !empty(PKG_OPTIONS:Mxmltv)
-DEPENDS+=		p5-xmltv>=0.5.40:../../multimedia/p5-xmltv
-.endif
-
-.if !empty(PKG_OPTIONS:Mxmame)
-DEPENDS+=		xmame>=0.101:../../emulators/xmame
-.endif
-
-.if !empty(PKG_OPTIONS:Msnes9x)
-DEPENDS+=		snes9x>=1.39:../../emulators/snes9x
-.elif !empty(PKG_OPTIONS:Mzsnes)
-DEPENDS+=		zsnes>=1.42:../../emulators/zsnes
-.endif
diff --git a/freevo/patches/patch-aa b/freevo/patches/patch-aa
deleted file mode 100644
index e38164c1ce..0000000000
--- a/freevo/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.7 2008/02/18 03:07:37 dhowland Exp $
-
---- freevo.orig	2007-11-10 23:44:00.000000000 -0500
-+++ freevo
-@@ -101,7 +101,7 @@ def get_python(check_freevo):
-     _debug_('version=%r' % (sys.version)) 
-     if float(sys.version[0:3]) >= 2.3:
-         # python seems to be ok
--        search = ('python', 'python2')
-+        search = ('python', 'python2', 'python2.3', 'python2.4')
-     elif float(sys.version[0:3]) >= 2.2:
-         # try python2.3, else take python
-         search = ('python2.3', 'python')
diff --git a/freevo/patches/patch-ab b/freevo/patches/patch-ab
deleted file mode 100644
index 0d26a29cf9..0000000000
--- a/freevo/patches/patch-ab
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-ab,v 1.9 2008/02/18 03:07:37 dhowland Exp $
-
---- src/config.py.orig	2008-02-01 14:57:03.000000000 -0500
-+++ src/config.py
-@@ -302,7 +302,7 @@ def make_freevodir(envvar, linux_dir, bs
-     """
-     if os.environ.has_key('OS_' + envvar):
-         os_dirname = os.environ['OS_' + envvar]
--    elif os.uname()[0] == 'FreeBSD':
-+    elif ((os.uname()[0] == 'FreeBSD') or (os.uname()[0] == 'NetBSD')):
-         os_dirname = bsd_dir
-     else:
-         os_dirname = linux_dir
-@@ -449,7 +449,7 @@ __builtin__.__dict__['DINFO'] = DINFO
- # Config file handling
- #
- cfgfilepath = ['.', os.path.expanduser('~/.freevo'), '/etc/freevo',
--                '/usr/local/etc/freevo']
-+                '@@PKG_SYSCONFDIR@@']
- 
- 
- #
-@@ -809,6 +809,10 @@ if ROM_DRIVES == None:
-                 # Use native FreeBSD device names
-                 dispname = devname[5:]
- 
-+            if os.uname()[0] == 'NetBSD':
-+                # Use native NetBSD device names
-+                dispname = devname[5:]
-+
-             # Weed out duplicates
-             for rd_mntdir, rd_devname, rd_dispname in ROM_DRIVES:
-                 if os.path.realpath(rd_devname) == os.path.realpath(devname):
diff --git a/freevo/patches/patch-ad b/freevo/patches/patch-ad
deleted file mode 100644
index 97a08af93e..0000000000
--- a/freevo/patches/patch-ad
+++ /dev/null
@@ -1,56 +0,0 @@
-$NetBSD: patch-ad,v 1.6 2008/02/18 03:07:37 dhowland Exp $
-
---- src/plugins/rom_drives.py.orig	2007-12-12 12:58:45.000000000 -0500
-+++ src/plugins/rom_drives.py
-@@ -49,7 +49,7 @@ try:
-     # (for some strange reason, this is missing sometimes)
-     CDROM_DRIVE_STATUS
- except:
--    if os.uname()[0] == 'FreeBSD':
-+    if ((os.uname()[0] == 'FreeBSD') or (os.uname()[0] == 'NetBSD')):
-         # FreeBSD ioctls - there is no CDROM.py...
-         CDIOCEJECT = 0x20006318
-         CDIOCCLOSE = 0x2000631c
-@@ -344,7 +344,7 @@ class RemovableMedia:
-         try:
-             fd = os.open(self.devicename, os.O_RDONLY | os.O_NONBLOCK)
-             try:
--                if os.uname()[0] == 'FreeBSD':
-+                if ((os.uname()[0] == 'FreeBSD') or (os.uname()[0] == 'NetBSD')):
-                     self.can_close = True
-                     self.can_eject = True
-                     self.can_select_speed = True
-@@ -391,9 +391,13 @@ class RemovableMedia:
-         try:
-             fd = os.open(self.devicename, os.O_RDONLY | os.O_NONBLOCK)
-             try:
--                if os.uname()[0] == 'FreeBSD':
-+                if ((os.uname()[0] == 'FreeBSD') or (os.uname()[0] == 'NetBSD')):
-                     try:
--                        data = array.array('c', '\000'*4096)
-+                        if (os.uname()[0] == 'NetBSD'):
-+                            #length value has to fit inside u_char
-+                            data = array.array('c', '\000'*255)
-+                        else:
-+                            data = array.array('c', '\000'*4096)
-                         (address, length) = data.buffer_info()
-                         buf = pack('BBHP', CD_MSF_FORMAT, 0, length, address)
-                         s = ioctl(fd, CDIOREADTOCENTRYS, buf)
-@@ -429,7 +433,7 @@ class RemovableMedia:
-         try:
-             fd = os.open(self.devicename, os.O_RDONLY | os.O_NONBLOCK)
-             try:
--                if os.uname()[0] == 'FreeBSD':
-+                if ((os.uname()[0] == 'FreeBSD') or (os.uname()[0] == 'NetBSD')):
-                     s = ioctl(fd, CDIOCEJECT, 0)
-                 else:
-                     s = ioctl(fd, CDROMEJECT)
-@@ -447,7 +451,7 @@ class RemovableMedia:
-         try:
-             fd = os.open(self.devicename, os.O_RDONLY | os.O_NONBLOCK)
-             try:
--                if os.uname()[0] == 'FreeBSD':
-+                if ((os.uname()[0] == 'FreeBSD') or (os.uname()[0] == 'NetBSD')):
-                     s = ioctl(fd, CDIOCCLOSE, 0)
-                 else:
-                     s = ioctl(fd, CDROMCLOSETRAY)
diff --git a/freevo/patches/patch-ae b/freevo/patches/patch-ae
deleted file mode 100644
index 3d8eecbdee..0000000000
--- a/freevo/patches/patch-ae
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ae,v 1.4 2006/12/30 10:09:47 absd Exp $
-
---- src/audio/audiodiskitem.py.orig	2006-11-24 19:50:21.000000000 +0000
-+++ src/audio/audiodiskitem.py
-@@ -100,7 +100,15 @@ class AudioDiskItem(Playlist):
-                 item.mplayer_options += (' ' + config.MPLAYER_ARGS['cd'])
- 
-             if self.devicename:
--                item.mplayer_options += ' -cdrom-device %s' % self.devicename
-+                if os.uname()[0] == 'NetBSD':
-+                    if self.devicename[5:] == 'cd0a':
-+                        item.mplayer_options += ' -cdrom-device %s' % '/dev/rcd0d'
-+                    elif self.devicename[5:] == 'cd1a':
-+                        item.mplayer_options += ' -cdrom-device %s' % '/dev/rcd1d'
-+                    else:
-+                        item.mplayer_options += ' -cdrom-device %s' % self.devicename
-+                else:
-+                    item.mplayer_options += ' -cdrom-device %s' % self.devicename
-             play_items.append(item)
- 
-         # add all playable items to the playlist of the directory
diff --git a/freevo/patches/patch-ai b/freevo/patches/patch-ai
deleted file mode 100644
index ef0c59ad74..0000000000
--- a/freevo/patches/patch-ai
+++ /dev/null
@@ -1,62 +0,0 @@
-$NetBSD: patch-ai,v 1.2 2006/12/30 10:09:47 absd Exp $
-
---- contrib/fbcon/mgafb.orig	2006-11-24 19:50:22.000000000 +0000
-+++ contrib/fbcon/mgafb
-@@ -28,7 +28,7 @@ else
-     exit 1
- fi
- 
--if [ "$1" == "restore" ]; then
-+if [ "$1" = "restore" ]; then
-     if [ -c /dev/fb0 ]; then
- 	HEAD0=/dev/fb0
- 	HEAD1=/dev/fb1
-@@ -51,8 +51,8 @@ if [ "$1" == "restore" ]; then
-     exit 0
- fi
- 
--if ! [ "$1" == "pal" ] && ! [ "$1" == "PAL" ] && \
--    ! [ "$1" == "ntsc" ] && ! [ "$1" == "NTSC" ]; then
-+if ! [ "$1" = "pal" ] && ! [ "$1" = "PAL" ] && \
-+    ! [ "$1" = "ntsc" ] && ! [ "$1" = "NTSC" ]; then
-     echo "usage: mgafb [ pal | ntsc ] resolution"
-     echo "       mgafb restore"
-     exit 1
-@@ -66,11 +66,11 @@ $freevo runapp matroxset -f /dev/fb1 -m 
- $freevo runapp matroxset -f /dev/fb0 -m 3
- 
- # set the correct fbset mode
--if [ "$1" == "pal" ] || [ "$1" == "PAL" ]; then
-+if [ "$1" = "pal" ] || [ "$1" = "PAL" ]; then
-     # switch to PAL
-     $freevo runapp matroxset 1
- 
--    if [ "$2" == "768x576" ]; then
-+    if [ "$2" = "768x576" ]; then
- 	$freevo runapp fbset -fb /dev/fb0 -depth 32 -left 20 -right 10 -hslen 34 \
- 	    -upper 30 -lower 10 -vslen 10 -xres 768 -yres 576 \
- 	    -vxres 768 -vyres 576 -depth 32 -laced false -bcast true -pixclock 38400 \
-@@ -80,7 +80,7 @@ if [ "$1" == "pal" ] || [ "$1" == "PAL" 
- # 	    -upper 39 -lower 10 -hslen 46 -vslen 4 -xres 768 -yres 576 \
- # 	    -vxres 768 -vyres 576 -depth 32 -laced false -bcast true
- 
--    elif [ "$2" == "800x600" ]; then
-+    elif [ "$2" = "800x600" ]; then
- 	$freevo runapp fbset -fb /dev/fb0 -depth 32 -left 48 -right 24 \
- 	    -upper 70 -lower 32 -hslen 40 -vslen 2 -xres 800 -yres 600 \
- 	    -vxres 800 -vyres 600 -depth 32 -laced false -bcast true
-@@ -93,11 +93,11 @@ if [ "$1" == "pal" ] || [ "$1" == "PAL" 
- else
-     $freevo runapp matroxset -f /dev/fb0 2 2
-     db=`dirname $0`/fbset.db
--    if [ "$2" == "640x480" ]; then
-+    if [ "$2" = "640x480" ]; then
- 	$freevo runapp fbset -db $db -fb /dev/fb0 "ntsc-640x480_60"
--    elif [ "$2" == "768x576" ]; then
-+    elif [ "$2" = "768x576" ]; then
- 	$freevo runapp fbset -db $db -fb /dev/fb0 "ntsc-768x576"
--    elif [ "$2" == "800x600" ]; then
-+    elif [ "$2" = "800x600" ]; then
- 	$freevo runapp fbset -db $db -fb /dev/fb0 "ntsc-800x600"
-     else
- 	echo unsupported mode $2 for ntsc


Home | Main Index | Thread Index | Old Index