ports/127856: [NEW PORT] multimedia/mythtv-frontend: MythTV is a homebrew PVR project

Bernhard Froehlich decke at bluelife.at
Sat Oct 4 16:00:15 UTC 2008


>Number:         127856
>Category:       ports
>Synopsis:       [NEW PORT] multimedia/mythtv-frontend: MythTV is a homebrew PVR project
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 04 16:00:11 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Bernhard Fr__hlich
>Release:        FreeBSD 7.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD chii.bluelife.at 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #1: Tue Sep  2 20:58:26 CEST
>Description:
MythTV is a "Personal Video Recorder", i.e. a computer-based video
recorder.  It supports pausing and rewinding live TV, multiple tuner
cards, hardware or software video compression, onscreen program guides
and a distributed architecture.

WWW: http://www.mythtv.org

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mythtv-frontend-0.21.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mythtv-frontend
#	mythtv-frontend/files
#	mythtv-frontend/files/patch-libs-libmythfreemheg-Programs.cpp
#	mythtv-frontend/files/patch-libs-libmythtv-libmythtv.pro
#	mythtv-frontend/files/patch-libs-libmyth-util.cpp
#	mythtv-frontend/files/patch-libs-mythdvdnav-dvd_input.c
#	mythtv-frontend/files/patch-programs-mythfrontend-main.cpp
#	mythtv-frontend/files/patch-programs-mythtranscode-mythtranscode.pro
#	mythtv-frontend/files/patch-settings.pro
#	mythtv-frontend/pkg-plist
#	mythtv-frontend/pkg-descr
#	mythtv-frontend/distinfo
#	mythtv-frontend/Makefile
#
echo c - mythtv-frontend
mkdir -p mythtv-frontend > /dev/null 2>&1
echo c - mythtv-frontend/files
mkdir -p mythtv-frontend/files > /dev/null 2>&1
echo x - mythtv-frontend/files/patch-libs-libmythfreemheg-Programs.cpp
sed 's/^X//' >mythtv-frontend/files/patch-libs-libmythfreemheg-Programs.cpp << 'bf87f09c2d2dbdf20cd3e2c514e619aa'
X--- libs/libmythfreemheg/Programs.cpp	2007-03-29 21:44:23.000000000 +0200
X+++ libs/libmythfreemheg/Programs.cpp	2008-09-15 20:07:39.000000000 +0200
X@@ -32,6 +32,10 @@
X #include <sys/timeb.h>
X #include <time.h>
X 
X+#ifdef __FreeBSD__
X+#include <sys/time.h>
X+#endif
X+
X #include "../../config.h"
X 
X /*
bf87f09c2d2dbdf20cd3e2c514e619aa
echo x - mythtv-frontend/files/patch-libs-libmythtv-libmythtv.pro
sed 's/^X//' >mythtv-frontend/files/patch-libs-libmythtv-libmythtv.pro << 'ca863012c5a7429e7b081aad2bdb7215'
X--- libs/libmythtv/libmythtv.pro.orig	2008-02-18 23:59:32.000000000 +0100
X+++ libs/libmythtv/libmythtv.pro	2008-09-22 11:56:52.000000000 +0200
X@@ -49,6 +49,7 @@
X 
X 
X DEFINES += _LARGEFILE_SOURCE
X+QMAKE_CXXFLAGS = -I../libmyth -I../libavcodec -I../libavutil -I../libmythmpeg2 $${QMAKE_CXXFLAGS}
X QMAKE_CXXFLAGS += $${FREETYPE_CFLAGS}
X QMAKE_LFLAGS_SHLIB += $${FREETYPE_LIBS}
X 
ca863012c5a7429e7b081aad2bdb7215
echo x - mythtv-frontend/files/patch-libs-libmyth-util.cpp
sed 's/^X//' >mythtv-frontend/files/patch-libs-libmyth-util.cpp << '590937c9c298c8ebfcdd693aad688268'
X--- libs/libmyth/util.cpp	2008-09-14 23:29:09.000000000 +0200
X+++ libs/libmyth/util.cpp	2008-09-14 23:28:01.000000000 +0200
X@@ -54,6 +54,10 @@
X #include <sys/mount.h>  // for struct statfs
X #endif
X 
X+#ifdef __FreeBSD__
X+#include <sys/mount.h>
X+#endif
X+
X #ifdef USE_LIRC
X #include "lircevent.h"
X #endif
590937c9c298c8ebfcdd693aad688268
echo x - mythtv-frontend/files/patch-libs-mythdvdnav-dvd_input.c
sed 's/^X//' >mythtv-frontend/files/patch-libs-mythdvdnav-dvd_input.c << '8d492c9da779c551f724917f9c971390'
X--- libs/libmythdvdnav/dvd_input.c	2008-09-14 22:40:08.000000000 +0200
X+++ libs/libmythdvdnav/dvd_input.c	2008-09-14 22:40:22.000000000 +0200
X@@ -24,6 +24,9 @@
X #include <fcntl.h>
X #include <unistd.h>
X 
X+#define off64_t off_t
X+#define lseek64 lseek
X+
X #include "dvd_reader.h"
X #include "dvd_input.h"
X 
8d492c9da779c551f724917f9c971390
echo x - mythtv-frontend/files/patch-programs-mythfrontend-main.cpp
sed 's/^X//' >mythtv-frontend/files/patch-programs-mythfrontend-main.cpp << 'b04bf903d1110eaec7784278343ef5b2'
X--- programs/mythfrontend/main.cpp	2008-09-17 20:22:31.000000000 +0200
X+++ programs/mythfrontend/main.cpp	2008-09-17 20:22:58.000000000 +0200
X@@ -577,7 +577,7 @@
X void haltnow()
X {
X     QString halt_cmd = gContext->GetSetting("HaltCommand", 
X-                                            "sudo /sbin/halt -p");
X+                                            "/sbin/shutdown -p now");
X     if (!halt_cmd.isEmpty())
X         system(halt_cmd.ascii());
X }
b04bf903d1110eaec7784278343ef5b2
echo x - mythtv-frontend/files/patch-programs-mythtranscode-mythtranscode.pro
sed 's/^X//' >mythtv-frontend/files/patch-programs-mythtranscode-mythtranscode.pro << '8a2abbcda6474ddba2a3d79f7d6bc9e2'
X--- programs/mythtranscode/mythtranscode.pro.orig	2008-09-23 11:10:01.000000000 +0200
X+++ programs/mythtranscode/mythtranscode.pro	2008-09-23 11:10:42.000000000 +0200
X@@ -20,3 +20,7 @@
X INCLUDEPATH += replex
X INCLUDEPATH += ../../libs/libavcodec ../../libs/libavformat \
X                ../../libs/libavutil  ../../libs/libmythmpeg2
X+
X+QMAKE_CXXFLAGS = -I../../libs/libavcodec -I../../libs/libavformat \
X+                 -I../../libs/libavutil -I../../libs/libmythmpeg2 \
X+                 $${QMAKE_CXXFLAGS}
8a2abbcda6474ddba2a3d79f7d6bc9e2
echo x - mythtv-frontend/files/patch-settings.pro
sed 's/^X//' >mythtv-frontend/files/patch-settings.pro << '428a37adf1e1223b445282cbe21ac30d'
X--- settings.pro.orig	2008-02-05 12:18:34.000000000 +0100
X+++ settings.pro	2008-09-17 14:29:22.000000000 +0200
X@@ -50,8 +50,8 @@
X # and we do that in their Makefiles if CONFIG has mac_bundle
X macx: CONFIG += console
X 
X-INCLUDEPATH += $${PREFIX}/include
X-INCLUDEPATH += $$CONFIG_INCLUDEPATH
X+#INCLUDEPATH += $${PREFIX}/include
X+#INCLUDEPATH += $$CONFIG_INCLUDEPATH
X 
X # remove warn_{on|off} from CONFIG since we set it in our CFLAGS
X CONFIG -= warn_on warn_off
428a37adf1e1223b445282cbe21ac30d
echo x - mythtv-frontend/pkg-plist
sed 's/^X//' >mythtv-frontend/pkg-plist << '243b6de3bb221312accbe307372ec60a'
X at comment $FreeBSD$
Xbin/mythbackend
Xbin/mythcommflag
Xbin/mythfilldatabase
Xbin/mythfrontend
Xbin/mythjobqueue
Xbin/mythlcdserver
Xbin/mythreplex
Xbin/mythshutdown
Xbin/mythtranscode
Xbin/mythtv
Xbin/mythtv-setup
Xbin/mythtvosd
Xbin/mythwelcome
Xinclude/mythtv/audiooutput.h
Xinclude/mythtv/compat.h
Xinclude/mythtv/dialogbox.h
Xinclude/mythtv/dvdnav/dvd_reader.h
Xinclude/mythtv/dvdnav/dvd_types.h
Xinclude/mythtv/dvdnav/dvdnav.h
Xinclude/mythtv/dvdnav/dvdnav_events.h
Xinclude/mythtv/dvdnav/ifo_read.h
Xinclude/mythtv/dvdnav/ifo_types.h
Xinclude/mythtv/dvdnav/nav_print.h
Xinclude/mythtv/dvdnav/nav_read.h
Xinclude/mythtv/dvdnav/nav_types.h
Xinclude/mythtv/exitcodes.h
Xinclude/mythtv/ffmpeg/adler32.h
Xinclude/mythtv/ffmpeg/aes.h
Xinclude/mythtv/ffmpeg/avcodec.h
Xinclude/mythtv/ffmpeg/avformat.h
Xinclude/mythtv/ffmpeg/avio.h
Xinclude/mythtv/ffmpeg/avstring.h
Xinclude/mythtv/ffmpeg/avutil.h
Xinclude/mythtv/ffmpeg/base64.h
Xinclude/mythtv/ffmpeg/common.h
Xinclude/mythtv/ffmpeg/crc.h
Xinclude/mythtv/ffmpeg/fifo.h
Xinclude/mythtv/ffmpeg/integer.h
Xinclude/mythtv/ffmpeg/internal.h
Xinclude/mythtv/ffmpeg/intfloat_readwrite.h
Xinclude/mythtv/ffmpeg/lls.h
Xinclude/mythtv/ffmpeg/log.h
Xinclude/mythtv/ffmpeg/lzo.h
Xinclude/mythtv/ffmpeg/mathematics.h
Xinclude/mythtv/ffmpeg/md5.h
Xinclude/mythtv/ffmpeg/mem.h
Xinclude/mythtv/ffmpeg/mmx.h
Xinclude/mythtv/ffmpeg/opt.h
Xinclude/mythtv/ffmpeg/random.h
Xinclude/mythtv/ffmpeg/rational.h
Xinclude/mythtv/ffmpeg/rtp.h
Xinclude/mythtv/ffmpeg/rtsp.h
Xinclude/mythtv/ffmpeg/rtspcodes.h
Xinclude/mythtv/ffmpeg/sha1.h
Xinclude/mythtv/ffmpeg/softfloat.h
Xinclude/mythtv/ffmpeg/tree.h
Xinclude/mythtv/ffmpeg/x86_cpu.h
Xinclude/mythtv/generictree.h
Xinclude/mythtv/httpcomms.h
Xinclude/mythtv/langsettings.h
Xinclude/mythtv/lcddevice.h
Xinclude/mythtv/libmyth/audiooutput.h
Xinclude/mythtv/libmyth/compat.h
Xinclude/mythtv/libmyth/dialogbox.h
Xinclude/mythtv/libmyth/exitcodes.h
Xinclude/mythtv/libmyth/generictree.h
Xinclude/mythtv/libmyth/httpcomms.h
Xinclude/mythtv/libmyth/langsettings.h
Xinclude/mythtv/libmyth/lcddevice.h
Xinclude/mythtv/libmyth/managedlist.h
Xinclude/mythtv/libmyth/mythconfig.h
Xinclude/mythtv/libmyth/mythconfig.mak
Xinclude/mythtv/libmyth/mythconfigdialogs.h
Xinclude/mythtv/libmyth/mythconfiggroups.h
Xinclude/mythtv/libmyth/mythcontext.h
Xinclude/mythtv/libmyth/mythdbcon.h
Xinclude/mythtv/libmyth/mythdialogs.h
Xinclude/mythtv/libmyth/mythevent.h
Xinclude/mythtv/libmyth/mythexp.h
Xinclude/mythtv/libmyth/mythmedia.h
Xinclude/mythtv/libmyth/mythmediamonitor.h
Xinclude/mythtv/libmyth/mythobservable.h
Xinclude/mythtv/libmyth/mythplugin.h
Xinclude/mythtv/libmyth/mythpluginapi.h
Xinclude/mythtv/libmyth/mythsocket.h
Xinclude/mythtv/libmyth/mythstorage.h
Xinclude/mythtv/libmyth/mythverbose.h
Xinclude/mythtv/libmyth/mythwidgets.h
Xinclude/mythtv/libmyth/mythwizard.h
Xinclude/mythtv/libmyth/oldsettings.h
Xinclude/mythtv/libmyth/output.h
Xinclude/mythtv/libmyth/qmdcodec.h
Xinclude/mythtv/libmyth/remotefile.h
Xinclude/mythtv/libmyth/settings.h
Xinclude/mythtv/libmyth/storagegroup.h
Xinclude/mythtv/libmyth/uilistbtntype.h
Xinclude/mythtv/libmyth/uitypes.h
Xinclude/mythtv/libmyth/util.h
Xinclude/mythtv/libmyth/virtualkeyboard.h
Xinclude/mythtv/libmyth/visual.h
Xinclude/mythtv/libmyth/volumebase.h
Xinclude/mythtv/libmyth/volumecontrol.h
Xinclude/mythtv/libmyth/xmlparse.h
Xinclude/mythtv/libmythtv/programinfo.h
Xinclude/mythtv/libmythtv/recordingtypes.h
Xinclude/mythtv/libmythtv/remoteutil.h
Xinclude/mythtv/libmythui/mythdialogbox.h
Xinclude/mythtv/libmythui/mythfontproperties.h
Xinclude/mythtv/libmythui/mythgesture.h
Xinclude/mythtv/libmythui/mythimage.h
Xinclude/mythtv/libmythui/mythlistbutton.h
Xinclude/mythtv/libmythui/mythmainwindow.h
Xinclude/mythtv/libmythui/mythpainter.h
Xinclude/mythtv/libmythui/mythpainter_ogl.h
Xinclude/mythtv/libmythui/mythpainter_qt.h
Xinclude/mythtv/libmythui/mythscreenstack.h
Xinclude/mythtv/libmythui/mythscreentype.h
Xinclude/mythtv/libmythui/myththemebase.h
Xinclude/mythtv/libmythui/myththemedmenu.h
Xinclude/mythtv/libmythui/mythuibutton.h
Xinclude/mythtv/libmythui/mythuiclock.h
Xinclude/mythtv/libmythui/mythuiimage.h
Xinclude/mythtv/libmythui/mythuistatetype.h
Xinclude/mythtv/libmythui/mythuitext.h
Xinclude/mythtv/libmythui/mythuitype.h
Xinclude/mythtv/libmythui/xmlparsebase.h
Xinclude/mythtv/managedlist.h
Xinclude/mythtv/mpeg2dec/mpeg2.h
Xinclude/mythtv/mythconfig.h
Xinclude/mythtv/mythconfig.mak
Xinclude/mythtv/mythconfigdialogs.h
Xinclude/mythtv/mythconfiggroups.h
Xinclude/mythtv/mythcontext.h
Xinclude/mythtv/mythdbcon.h
Xinclude/mythtv/mythdialogs.h
Xinclude/mythtv/mythevent.h
Xinclude/mythtv/mythexp.h
Xinclude/mythtv/mythmedia.h
Xinclude/mythtv/mythmediamonitor.h
Xinclude/mythtv/mythobservable.h
Xinclude/mythtv/mythplugin.h
Xinclude/mythtv/mythpluginapi.h
Xinclude/mythtv/mythsocket.h
Xinclude/mythtv/mythstorage.h
Xinclude/mythtv/mythverbose.h
Xinclude/mythtv/mythwidgets.h
Xinclude/mythtv/mythwizard.h
Xinclude/mythtv/oldsettings.h
Xinclude/mythtv/output.h
Xinclude/mythtv/qmdcodec.h
Xinclude/mythtv/remotefile.h
Xinclude/mythtv/samplerate.h
Xinclude/mythtv/settings.h
Xinclude/mythtv/storagegroup.h
Xinclude/mythtv/uilistbtntype.h
Xinclude/mythtv/uitypes.h
Xinclude/mythtv/upnp/broadcast.h
Xinclude/mythtv/upnp/bufferedsocketdevice.h
Xinclude/mythtv/upnp/configuration.h
Xinclude/mythtv/upnp/eventing.h
Xinclude/mythtv/upnp/httprequest.h
Xinclude/mythtv/upnp/httpserver.h
Xinclude/mythtv/upnp/multicast.h
Xinclude/mythtv/upnp/mythxmlclient.h
Xinclude/mythtv/upnp/soapclient.h
Xinclude/mythtv/upnp/ssdp.h
Xinclude/mythtv/upnp/ssdpcache.h
Xinclude/mythtv/upnp/taskqueue.h
Xinclude/mythtv/upnp/threadpool.h
Xinclude/mythtv/upnp/upnp.h
Xinclude/mythtv/upnp/upnpcds.h
Xinclude/mythtv/upnp/upnpcdsobjects.h
Xinclude/mythtv/upnp/upnpcmgr.h
Xinclude/mythtv/upnp/upnpdevice.h
Xinclude/mythtv/upnp/upnpimpl.h
Xinclude/mythtv/upnp/upnptaskcache.h
Xinclude/mythtv/upnp/upnptaskevent.h
Xinclude/mythtv/upnp/upnptasknotify.h
Xinclude/mythtv/upnp/upnptasksearch.h
Xinclude/mythtv/upnp/upnputil.h
Xinclude/mythtv/util.h
Xinclude/mythtv/virtualkeyboard.h
Xinclude/mythtv/visual.h
Xinclude/mythtv/volumebase.h
Xinclude/mythtv/volumecontrol.h
Xinclude/mythtv/xmlparse.h
Xlib/libmyth-0.21.so
Xlib/libmyth-0.21.so.0
Xlib/libmyth-0.21.so.0.21
Xlib/libmyth-0.21.so.0.21.0
Xlib/libmythavcodec-0.21.so
Xlib/libmythavcodec-0.21.so.0
Xlib/libmythavcodec-0.21.so.0.21
Xlib/libmythavcodec-0.21.so.0.21.0
Xlib/libmythavformat-0.21.so
Xlib/libmythavformat-0.21.so.0
Xlib/libmythavformat-0.21.so.0.21
Xlib/libmythavformat-0.21.so.0.21.0
Xlib/libmythavutil-0.21.so
Xlib/libmythavutil-0.21.so.0
Xlib/libmythavutil-0.21.so.0.21
Xlib/libmythavutil-0.21.so.0.21.0
Xlib/libmythdvdnav-0.21.a
Xlib/libmythfreemheg-0.21.so
Xlib/libmythfreemheg-0.21.so.0
Xlib/libmythfreemheg-0.21.so.0.21
Xlib/libmythfreemheg-0.21.so.0.21.0
Xlib/libmythlivemedia-0.21.so
Xlib/libmythlivemedia-0.21.so.0
Xlib/libmythlivemedia-0.21.so.0.21
Xlib/libmythlivemedia-0.21.so.0.21.0
Xlib/libmythtv-0.21.so
Xlib/libmythtv-0.21.so.0
Xlib/libmythtv-0.21.so.0.21
Xlib/libmythtv-0.21.so.0.21.0
Xlib/libmythui-0.21.so
Xlib/libmythui-0.21.so.0
Xlib/libmythui-0.21.so.0.21
Xlib/libmythui-0.21.so.0.21.0
Xlib/libmythupnp-0.21.so
Xlib/libmythupnp-0.21.so.0
Xlib/libmythupnp-0.21.so.0.21
Xlib/libmythupnp-0.21.so.0.21.0
Xlib/mythtv/filters/libadjust.so
Xlib/mythtv/filters/libbobdeint.so
Xlib/mythtv/filters/libconvert.so
Xlib/mythtv/filters/libcrop.so
Xlib/mythtv/filters/libdenoise3d.so
Xlib/mythtv/filters/libforce.so
Xlib/mythtv/filters/libgreedyhdeint.so
Xlib/mythtv/filters/libinvert.so
Xlib/mythtv/filters/libivtc.so
Xlib/mythtv/filters/libkerneldeint.so
Xlib/mythtv/filters/liblinearblend.so
Xlib/mythtv/filters/libonefield.so
Xlib/mythtv/filters/libquickdnr.so
Xlib/mythtv/filters/libyadif.so
X%%DATADIR%%/CDS_scpd.xml
X%%DATADIR%%/CMGR_scpd.xml
X%%DATADIR%%/FreeMono.ttf
X%%DATADIR%%/FreeSans.ttf
X%%DATADIR%%/FreeSansBold.ttf
X%%DATADIR%%/MSRR_scpd.xml
X%%DATADIR%%/MXML_scpd.xml
X%%DATADIR%%/devicemaster.xml
X%%DATADIR%%/deviceslave.xml
X%%DATADIR%%/i18n/mythfrontend_ca.qm
X%%DATADIR%%/i18n/mythfrontend_cz.qm
X%%DATADIR%%/i18n/mythfrontend_de.qm
X%%DATADIR%%/i18n/mythfrontend_dk.qm
X%%DATADIR%%/i18n/mythfrontend_en_gb.qm
X%%DATADIR%%/i18n/mythfrontend_es.qm
X%%DATADIR%%/i18n/mythfrontend_et.qm
X%%DATADIR%%/i18n/mythfrontend_fi.qm
X%%DATADIR%%/i18n/mythfrontend_fr.qm
X%%DATADIR%%/i18n/mythfrontend_he.qm
X%%DATADIR%%/i18n/mythfrontend_is.qm
X%%DATADIR%%/i18n/mythfrontend_it.qm
X%%DATADIR%%/i18n/mythfrontend_ja.qm
X%%DATADIR%%/i18n/mythfrontend_nb.qm
X%%DATADIR%%/i18n/mythfrontend_nl.qm
X%%DATADIR%%/i18n/mythfrontend_pl.qm
X%%DATADIR%%/i18n/mythfrontend_pt.qm
X%%DATADIR%%/i18n/mythfrontend_pt_br.qm
X%%DATADIR%%/i18n/mythfrontend_ru.qm
X%%DATADIR%%/i18n/mythfrontend_si.qm
X%%DATADIR%%/i18n/mythfrontend_sv.qm
X%%DATADIR%%/i18n/mythfrontend_tr.qm
X%%DATADIR%%/i18n/mythfrontend_zh_tw.qm
X%%DATADIR%%/info_menu.xml
X%%DATADIR%%/info_settings.xml
X%%DATADIR%%/library.xml
X%%DATADIR%%/main_settings.xml
X%%DATADIR%%/mainmenu.xml
X%%DATADIR%%/manage_recordings.xml
X%%DATADIR%%/media_settings.xml
X%%DATADIR%%/optical_menu.xml
X%%DATADIR%%/recpriorities_settings.xml
X%%DATADIR%%/setup.xml
X%%DATADIR%%/themes/DVR/dvr-preview.png
X%%DATADIR%%/themes/DVR/main_settings.xml
X%%DATADIR%%/themes/DVR/mainmenu.xml
X%%DATADIR%%/themes/DVR/recpriorities_settings.xml
X%%DATADIR%%/themes/DVR/themeinfo.xml
X%%DATADIR%%/themes/DVR/tv_lists.xml
X%%DATADIR%%/themes/DVR/tv_schedule.xml
X%%DATADIR%%/themes/DVR/tv_search.xml
X%%DATADIR%%/themes/DVR/tv_settings.xml
X%%DATADIR%%/themes/DVR/tvmenu.xml
X%%DATADIR%%/themes/DVR/util_menu.xml
X%%DATADIR%%/themes/G.A.N.T/README
X%%DATADIR%%/themes/G.A.N.T/arrow_down.png
X%%DATADIR%%/themes/G.A.N.T/arrow_up.png
X%%DATADIR%%/themes/G.A.N.T/bar.png
X%%DATADIR%%/themes/G.A.N.T/base.xml
X%%DATADIR%%/themes/G.A.N.T/bkg/grey.png
X%%DATADIR%%/themes/G.A.N.T/cloudy.png
X%%DATADIR%%/themes/G.A.N.T/fair.png
X%%DATADIR%%/themes/G.A.N.T/flurries.png
X%%DATADIR%%/themes/G.A.N.T/fog.png
X%%DATADIR%%/themes/G.A.N.T/gantdown.png
X%%DATADIR%%/themes/G.A.N.T/gantleft.png
X%%DATADIR%%/themes/G.A.N.T/gantright.png
X%%DATADIR%%/themes/G.A.N.T/gantup.png
X%%DATADIR%%/themes/G.A.N.T/lshowers.png
X%%DATADIR%%/themes/G.A.N.T/mcloudy.png
X%%DATADIR%%/themes/G.A.N.T/mm_blankbutton_off.png
X%%DATADIR%%/themes/G.A.N.T/mm_blankbutton_on.png
X%%DATADIR%%/themes/G.A.N.T/mm_blankbutton_pushed.png
X%%DATADIR%%/themes/G.A.N.T/mm_checked.png
X%%DATADIR%%/themes/G.A.N.T/mm_checked_high.png
X%%DATADIR%%/themes/G.A.N.T/mm_ffw.png
X%%DATADIR%%/themes/G.A.N.T/mm_leftright_off.png
X%%DATADIR%%/themes/G.A.N.T/mm_leftright_on.png
X%%DATADIR%%/themes/G.A.N.T/mm_leftright_pushed.png
X%%DATADIR%%/themes/G.A.N.T/mm_next.png
X%%DATADIR%%/themes/G.A.N.T/mm_pause.png
X%%DATADIR%%/themes/G.A.N.T/mm_play.png
X%%DATADIR%%/themes/G.A.N.T/mm_prev.png
X%%DATADIR%%/themes/G.A.N.T/mm_rating.png
X%%DATADIR%%/themes/G.A.N.T/mm_rew.png
X%%DATADIR%%/themes/G.A.N.T/mm_selectionbar.png
X%%DATADIR%%/themes/G.A.N.T/mm_simple_button_off.png
X%%DATADIR%%/themes/G.A.N.T/mm_simple_button_on.png
X%%DATADIR%%/themes/G.A.N.T/mm_simple_button_pushed.png
X%%DATADIR%%/themes/G.A.N.T/mm_stop.png
X%%DATADIR%%/themes/G.A.N.T/mm_track_info_background.png
X%%DATADIR%%/themes/G.A.N.T/mm_unchecked.png
X%%DATADIR%%/themes/G.A.N.T/mm_unchecked_high.png
X%%DATADIR%%/themes/G.A.N.T/mm_waiting.png
X%%DATADIR%%/themes/G.A.N.T/music-ui.xml
X%%DATADIR%%/themes/G.A.N.T/myth_logo.png
X%%DATADIR%%/themes/G.A.N.T/pcloudy.png
X%%DATADIR%%/themes/G.A.N.T/preview.jpg
X%%DATADIR%%/themes/G.A.N.T/qtlook.txt
X%%DATADIR%%/themes/G.A.N.T/rainsnow.png
X%%DATADIR%%/themes/G.A.N.T/rk-selectbar.png
X%%DATADIR%%/themes/G.A.N.T/showers.png
X%%DATADIR%%/themes/G.A.N.T/snowshow.png
X%%DATADIR%%/themes/G.A.N.T/sunny.png
X%%DATADIR%%/themes/G.A.N.T/text-blank.png
X%%DATADIR%%/themes/G.A.N.T/theme.xml
X%%DATADIR%%/themes/G.A.N.T/themeinfo.xml
X%%DATADIR%%/themes/G.A.N.T/thunshowers.png
X%%DATADIR%%/themes/G.A.N.T/title/title_dvd.png
X%%DATADIR%%/themes/G.A.N.T/title/title_dvd_setup.png
X%%DATADIR%%/themes/G.A.N.T/title/title_gallery.png
X%%DATADIR%%/themes/G.A.N.T/title/title_game_setup.png
X%%DATADIR%%/themes/G.A.N.T/title/title_info_center.png
X%%DATADIR%%/themes/G.A.N.T/title/title_info_settings.png
X%%DATADIR%%/themes/G.A.N.T/title/title_main.png
X%%DATADIR%%/themes/G.A.N.T/title/title_manage.png
X%%DATADIR%%/themes/G.A.N.T/title/title_media_library.png
X%%DATADIR%%/themes/G.A.N.T/title/title_media_settings.png
X%%DATADIR%%/themes/G.A.N.T/title/title_music.png
X%%DATADIR%%/themes/G.A.N.T/title/title_music_setup.png
X%%DATADIR%%/themes/G.A.N.T/title/title_netflix.png
X%%DATADIR%%/themes/G.A.N.T/title/title_optical_discs.png
X%%DATADIR%%/themes/G.A.N.T/title/title_priorities.png
X%%DATADIR%%/themes/G.A.N.T/title/title_schedule.png
X%%DATADIR%%/themes/G.A.N.T/title/title_search.png
X%%DATADIR%%/themes/G.A.N.T/title/title_search_lists.png
X%%DATADIR%%/themes/G.A.N.T/title/title_search_words.png
X%%DATADIR%%/themes/G.A.N.T/title/title_setup.png
X%%DATADIR%%/themes/G.A.N.T/title/title_tv.png
X%%DATADIR%%/themes/G.A.N.T/title/title_tv_settings.png
X%%DATADIR%%/themes/G.A.N.T/title/title_utilities.png
X%%DATADIR%%/themes/G.A.N.T/title/title_video.png
X%%DATADIR%%/themes/G.A.N.T/title/title_video_setup.png
X%%DATADIR%%/themes/G.A.N.T/type/autoexpire.png
X%%DATADIR%%/themes/G.A.N.T/type/bookmark.png
X%%DATADIR%%/themes/G.A.N.T/type/commflagged.png
X%%DATADIR%%/themes/G.A.N.T/type/cutlist.png
X%%DATADIR%%/themes/G.A.N.T/type/processing.png
X%%DATADIR%%/themes/G.A.N.T/ui.xml
X%%DATADIR%%/themes/G.A.N.T/unknown.png
X%%DATADIR%%/themes/G.A.N.T/watermark/archive.png
X%%DATADIR%%/themes/G.A.N.T/watermark/camera.png
X%%DATADIR%%/themes/G.A.N.T/watermark/cd.png
X%%DATADIR%%/themes/G.A.N.T/watermark/cd_music.png
X%%DATADIR%%/themes/G.A.N.T/watermark/cd_play.png
X%%DATADIR%%/themes/G.A.N.T/watermark/check.png
X%%DATADIR%%/themes/G.A.N.T/watermark/clock.png
X%%DATADIR%%/themes/G.A.N.T/watermark/conflict.png
X%%DATADIR%%/themes/G.A.N.T/watermark/delete.png
X%%DATADIR%%/themes/G.A.N.T/watermark/dvd.png
X%%DATADIR%%/themes/G.A.N.T/watermark/eject.png
X%%DATADIR%%/themes/G.A.N.T/watermark/game.png
X%%DATADIR%%/themes/G.A.N.T/watermark/globe.png
X%%DATADIR%%/themes/G.A.N.T/watermark/log.png
X%%DATADIR%%/themes/G.A.N.T/watermark/music.png
X%%DATADIR%%/themes/G.A.N.T/watermark/music_playlist.png
X%%DATADIR%%/themes/G.A.N.T/watermark/newspaper.png
X%%DATADIR%%/themes/G.A.N.T/watermark/padlock.png
X%%DATADIR%%/themes/G.A.N.T/watermark/paint.png
X%%DATADIR%%/themes/G.A.N.T/watermark/pizza.png
X%%DATADIR%%/themes/G.A.N.T/watermark/previous.png
X%%DATADIR%%/themes/G.A.N.T/watermark/refresh.png
X%%DATADIR%%/themes/G.A.N.T/watermark/rip_cd.png
X%%DATADIR%%/themes/G.A.N.T/watermark/search.png
X%%DATADIR%%/themes/G.A.N.T/watermark/stop.png
X%%DATADIR%%/themes/G.A.N.T/watermark/telephone.png
X%%DATADIR%%/themes/G.A.N.T/watermark/tv.png
X%%DATADIR%%/themes/G.A.N.T/watermark/tv2.png
X%%DATADIR%%/themes/G.A.N.T/watermark/tv_recorded.png
X%%DATADIR%%/themes/G.A.N.T/watermark/video.png
X%%DATADIR%%/themes/G.A.N.T/watermark/video_folder.png
X%%DATADIR%%/themes/G.A.N.T/watermark/weather.png
X%%DATADIR%%/themes/G.A.N.T/watermark/webcam.png
X%%DATADIR%%/themes/G.A.N.T/watermark/wrench.png
X%%DATADIR%%/themes/blue/APPEARANCE.png
X%%DATADIR%%/themes/blue/FILE_TYPES.png
X%%DATADIR%%/themes/blue/FINDER.png
X%%DATADIR%%/themes/blue/GAME_SCAN.png
X%%DATADIR%%/themes/blue/MANUAL.png
X%%DATADIR%%/themes/blue/MEDIA_LIBRARY.png
X%%DATADIR%%/themes/blue/MUSIC_PLAY.png
X%%DATADIR%%/themes/blue/MUSIC_SCAN.png
X%%DATADIR%%/themes/blue/POWER_SEARCH.png
X%%DATADIR%%/themes/blue/SEARCH_CAT.png
X%%DATADIR%%/themes/blue/SEARCH_CHAN.png
X%%DATADIR%%/themes/blue/SEARCH_KEYWORDS.png
X%%DATADIR%%/themes/blue/SEARCH_LISTS.png
X%%DATADIR%%/themes/blue/SEARCH_MOVIES.png
X%%DATADIR%%/themes/blue/SEARCH_NEW.png
X%%DATADIR%%/themes/blue/SEARCH_PEOPLE.png
X%%DATADIR%%/themes/blue/SEARCH_TIME.png
X%%DATADIR%%/themes/blue/SEARCH_TITLES.png
X%%DATADIR%%/themes/blue/SEARCH_WORDS.png
X%%DATADIR%%/themes/blue/SETTINGS.png
X%%DATADIR%%/themes/blue/UPCOMING.png
X%%DATADIR%%/themes/blue/autoexpire.png
X%%DATADIR%%/themes/blue/background.png
X%%DATADIR%%/themes/blue/bar.png
X%%DATADIR%%/themes/blue/base.xml
X%%DATADIR%%/themes/blue/blankbutton_off.png
X%%DATADIR%%/themes/blue/blankbutton_on.png
X%%DATADIR%%/themes/blue/blankbutton_pushed.png
X%%DATADIR%%/themes/blue/blankicon.jpg
X%%DATADIR%%/themes/blue/bookmark.png
X%%DATADIR%%/themes/blue/button_off.png
X%%DATADIR%%/themes/blue/button_on.png
X%%DATADIR%%/themes/blue/button_template.psd
X%%DATADIR%%/themes/blue/cd.png
X%%DATADIR%%/themes/blue/checked.png
X%%DATADIR%%/themes/blue/checked_high.png
X%%DATADIR%%/themes/blue/conflict.png
X%%DATADIR%%/themes/blue/cr-background.png
X%%DATADIR%%/themes/blue/cr-lines.png
X%%DATADIR%%/themes/blue/cr-selectbar.png
X%%DATADIR%%/themes/blue/cutlist.png
X%%DATADIR%%/themes/blue/delete.png
X%%DATADIR%%/themes/blue/downarrow.png
X%%DATADIR%%/themes/blue/dvd.png
X%%DATADIR%%/themes/blue/eject.png
X%%DATADIR%%/themes/blue/ff_button_off.png
X%%DATADIR%%/themes/blue/ff_button_on.png
X%%DATADIR%%/themes/blue/ff_button_pushed.png
X%%DATADIR%%/themes/blue/gallery-ui.xml
X%%DATADIR%%/themes/blue/game-ui.xml
X%%DATADIR%%/themes/blue/game.png
X%%DATADIR%%/themes/blue/gg-background.png
X%%DATADIR%%/themes/blue/gg-vid-background.png
X%%DATADIR%%/themes/blue/home.png
X%%DATADIR%%/themes/blue/images.png
X%%DATADIR%%/themes/blue/leftarrow.png
X%%DATADIR%%/themes/blue/leftright_off.png
X%%DATADIR%%/themes/blue/leftright_on.png
X%%DATADIR%%/themes/blue/leftright_pushed.png
X%%DATADIR%%/themes/blue/logo_template.psd
X%%DATADIR%%/themes/blue/mm_waiting.png
X%%DATADIR%%/themes/blue/music-ui.xml
X%%DATADIR%%/themes/blue/mv-vbrowser.png
X%%DATADIR%%/themes/blue/mv-vlist.png
X%%DATADIR%%/themes/blue/mv-vmanager.png
X%%DATADIR%%/themes/blue/mv_filerequest.png
X%%DATADIR%%/themes/blue/myth_tv_logo.png
X%%DATADIR%%/themes/blue/news.png
X%%DATADIR%%/themes/blue/next_button_off.png
X%%DATADIR%%/themes/blue/next_button_on.png
X%%DATADIR%%/themes/blue/next_button_pushed.png
X%%DATADIR%%/themes/blue/pause_button_off.png
X%%DATADIR%%/themes/blue/pause_button_on.png
X%%DATADIR%%/themes/blue/pause_button_pushed.png
X%%DATADIR%%/themes/blue/play.png
X%%DATADIR%%/themes/blue/play_button_off.png
X%%DATADIR%%/themes/blue/play_button_on.png
X%%DATADIR%%/themes/blue/play_button_pushed.png
X%%DATADIR%%/themes/blue/play_cd.png
X%%DATADIR%%/themes/blue/playlist.png
X%%DATADIR%%/themes/blue/prev_button_off.png
X%%DATADIR%%/themes/blue/prev_button_on.png
X%%DATADIR%%/themes/blue/prev_button_pushed.png
X%%DATADIR%%/themes/blue/preview.jpg
X%%DATADIR%%/themes/blue/previous.png
X%%DATADIR%%/themes/blue/processing.png
X%%DATADIR%%/themes/blue/progfind_background.png
X%%DATADIR%%/themes/blue/progfind_lines.png
X%%DATADIR%%/themes/blue/progfind_sel1.png
X%%DATADIR%%/themes/blue/progfind_sel2.png
X%%DATADIR%%/themes/blue/progfind_sel3.png
X%%DATADIR%%/themes/blue/progfind_top.png
X%%DATADIR%%/themes/blue/qtlook.txt
X%%DATADIR%%/themes/blue/record.png
X%%DATADIR%%/themes/blue/recpriorities.png
X%%DATADIR%%/themes/blue/rew_button_off.png
X%%DATADIR%%/themes/blue/rew_button_on.png
X%%DATADIR%%/themes/blue/rew_button_pushed.png
X%%DATADIR%%/themes/blue/rightarrow.png
X%%DATADIR%%/themes/blue/rip_cd.png
X%%DATADIR%%/themes/blue/rip_dvd.png
X%%DATADIR%%/themes/blue/rk-lines.png
X%%DATADIR%%/themes/blue/rolines.png
X%%DATADIR%%/themes/blue/search_template.psd
X%%DATADIR%%/themes/blue/selectionbar.png
X%%DATADIR%%/themes/blue/setup.png
X%%DATADIR%%/themes/blue/showstatus.png
X%%DATADIR%%/themes/blue/stop_button_off.png
X%%DATADIR%%/themes/blue/stop_button_on.png
X%%DATADIR%%/themes/blue/stop_button_pushed.png
X%%DATADIR%%/themes/blue/text_button_off.png
X%%DATADIR%%/themes/blue/text_button_on.png
X%%DATADIR%%/themes/blue/text_button_pushed.png
X%%DATADIR%%/themes/blue/theme.xml
X%%DATADIR%%/themes/blue/themeinfo.xml
X%%DATADIR%%/themes/blue/track_info_background.png
X%%DATADIR%%/themes/blue/trans-background.png
X%%DATADIR%%/themes/blue/trans-game-background.png
X%%DATADIR%%/themes/blue/trans-gameshowings.png
X%%DATADIR%%/themes/blue/trans-mmbackground.png
X%%DATADIR%%/themes/blue/trans-rk-background.png
X%%DATADIR%%/themes/blue/trans-showings.png
X%%DATADIR%%/themes/blue/trans-sr-background.png
X%%DATADIR%%/themes/blue/trans-titles.png
X%%DATADIR%%/themes/blue/trans-vm-background.png
X%%DATADIR%%/themes/blue/ui.xml
X%%DATADIR%%/themes/blue/unchecked.png
X%%DATADIR%%/themes/blue/unchecked_high.png
X%%DATADIR%%/themes/blue/uparrow.png
X%%DATADIR%%/themes/blue/video-ui.xml
X%%DATADIR%%/themes/blue/videobutton.png
X%%DATADIR%%/themes/blue/watch_dvd.png
X%%DATADIR%%/themes/blue/watch_tv.png
X%%DATADIR%%/themes/blue/watch_vcd.png
X%%DATADIR%%/themes/blue/weather.png
X%%DATADIR%%/themes/blue/webpage.png
X%%DATADIR%%/themes/blueosd/blueosd-preview.png
X%%DATADIR%%/themes/blueosd/cut-end.png
X%%DATADIR%%/themes/blueosd/cut-start.png
X%%DATADIR%%/themes/blueosd/fill-blue.png
X%%DATADIR%%/themes/blueosd/grey.png
X%%DATADIR%%/themes/blueosd/osd-alert.png
X%%DATADIR%%/themes/blueosd/osd-big.png
X%%DATADIR%%/themes/blueosd/osd-callerid.png
X%%DATADIR%%/themes/blueosd/osd-channel-edit.png
X%%DATADIR%%/themes/blueosd/osd-mid.png
X%%DATADIR%%/themes/blueosd/osd-small.png
X%%DATADIR%%/themes/blueosd/osd.xml
X%%DATADIR%%/themes/blueosd/position-indicator.png
X%%DATADIR%%/themes/blueosd/red.png
X%%DATADIR%%/themes/blueosd/themeinfo.xml
X%%DATADIR%%/themes/classic/classic-preview.png
X%%DATADIR%%/themes/classic/main_settings.xml
X%%DATADIR%%/themes/classic/mainmenu.xml
X%%DATADIR%%/themes/classic/recpriorities_settings.xml
X%%DATADIR%%/themes/classic/themeinfo.xml
X%%DATADIR%%/themes/classic/tv_schedule.xml
X%%DATADIR%%/themes/classic/tv_search.xml
X%%DATADIR%%/themes/classic/tv_settings.xml
X%%DATADIR%%/themes/classic/tvmenu.xml
X%%DATADIR%%/themes/default-wide/appear-ui.xml
X%%DATADIR%%/themes/default-wide/bar.png
X%%DATADIR%%/themes/default-wide/controls-ui.xml
X%%DATADIR%%/themes/default-wide/cr-lines.png
X%%DATADIR%%/themes/default-wide/cr-selectbar.png
X%%DATADIR%%/themes/default-wide/def-ro-lines.png
X%%DATADIR%%/themes/default-wide/filler.png
X%%DATADIR%%/themes/default-wide/gallery-ui.xml
X%%DATADIR%%/themes/default-wide/game-ui.xml
X%%DATADIR%%/themes/default-wide/gg-background.png
X%%DATADIR%%/themes/default-wide/gg-vid-background.png
X%%DATADIR%%/themes/default-wide/md_progress_background.png
X%%DATADIR%%/themes/default-wide/mm_blackhole_border.png
X%%DATADIR%%/themes/default-wide/mm_volume_background.png
X%%DATADIR%%/themes/default-wide/mm_waiting.png
X%%DATADIR%%/themes/default-wide/music-sel-bg.png
X%%DATADIR%%/themes/default-wide/music-ui.xml
X%%DATADIR%%/themes/default-wide/mv_pushbutton_off.png
X%%DATADIR%%/themes/default-wide/mv_pushbutton_on.png
X%%DATADIR%%/themes/default-wide/mv_pushbutton_pushed.png
X%%DATADIR%%/themes/default-wide/mytharchive-ui.xml
X%%DATADIR%%/themes/default-wide/mythburn-ui.xml
X%%DATADIR%%/themes/default-wide/mythnative-ui.xml
X%%DATADIR%%/themes/default-wide/netflix-bg.png
X%%DATADIR%%/themes/default-wide/netflix-ui.xml
X%%DATADIR%%/themes/default-wide/news-ui.xml
X%%DATADIR%%/themes/default-wide/pd-background.png
X%%DATADIR%%/themes/default-wide/pf-background.png
X%%DATADIR%%/themes/default-wide/pf-lines.png
X%%DATADIR%%/themes/default-wide/pf-sel1.png
X%%DATADIR%%/themes/default-wide/pf-sel2.png
X%%DATADIR%%/themes/default-wide/pf-sel3.png
X%%DATADIR%%/themes/default-wide/pf-top.png
X%%DATADIR%%/themes/default-wide/preview.png
X%%DATADIR%%/themes/default-wide/rk-lines.png
X%%DATADIR%%/themes/default-wide/rk-selectbar.png
X%%DATADIR%%/themes/default-wide/selectbar.png
X%%DATADIR%%/themes/default-wide/solid-background.png
X%%DATADIR%%/themes/default-wide/solid-container.png
X%%DATADIR%%/themes/default-wide/solid-cr-background.png
X%%DATADIR%%/themes/default-wide/solid-showings.png
X%%DATADIR%%/themes/default-wide/status-bar.png
X%%DATADIR%%/themes/default-wide/status-ui.xml
X%%DATADIR%%/themes/default-wide/text_button_off.png
X%%DATADIR%%/themes/default-wide/text_button_on.png
X%%DATADIR%%/themes/default-wide/text_button_pushed.png
X%%DATADIR%%/themes/default-wide/track_info_background.png
X%%DATADIR%%/themes/default-wide/trans-background.png
X%%DATADIR%%/themes/default-wide/trans-backup.png
X%%DATADIR%%/themes/default-wide/trans-container.png
X%%DATADIR%%/themes/default-wide/trans-cr-background.png
X%%DATADIR%%/themes/default-wide/trans-rk-background.png
X%%DATADIR%%/themes/default-wide/trans-showings.png
X%%DATADIR%%/themes/default-wide/trans-sr-background.png
X%%DATADIR%%/themes/default-wide/trans-titles.png
X%%DATADIR%%/themes/default-wide/welcome-ui.xml
X%%DATADIR%%/themes/default/appear-ui.xml
X%%DATADIR%%/themes/default/autoexpire.png
X%%DATADIR%%/themes/default/bar.png
X%%DATADIR%%/themes/default/base.xml
X%%DATADIR%%/themes/default/blank.png
X%%DATADIR%%/themes/default/blankbutton_off.png
X%%DATADIR%%/themes/default/blankbutton_on.png
X%%DATADIR%%/themes/default/blankbutton_pushed.png
X%%DATADIR%%/themes/default/bookmark.png
X%%DATADIR%%/themes/default/bottomright.png
X%%DATADIR%%/themes/default/categories.xml
X%%DATADIR%%/themes/default/cc.png
X%%DATADIR%%/themes/default/checked.png
X%%DATADIR%%/themes/default/checked_high.png
X%%DATADIR%%/themes/default/commflagged.png
X%%DATADIR%%/themes/default/cr-lines.png
X%%DATADIR%%/themes/default/cr-selectbar.png
X%%DATADIR%%/themes/default/cutlist.png
X%%DATADIR%%/themes/default/dd.png
X%%DATADIR%%/themes/default/def-ro-lines.png
X%%DATADIR%%/themes/default/downarrow.png
X%%DATADIR%%/themes/default/dummy1280x720p29.97.ts
X%%DATADIR%%/themes/default/dummy1920x1088p29.97.ts
X%%DATADIR%%/themes/default/dummy640x480p29.97.ts
X%%DATADIR%%/themes/default/dummy720x480p29.97.ts
X%%DATADIR%%/themes/default/dummy720x576p25.00.ts
X%%DATADIR%%/themes/default/dummy768x576p50.00.ts
X%%DATADIR%%/themes/default/filler.png
X%%DATADIR%%/themes/default/galleryfolder.png
X%%DATADIR%%/themes/default/gg-arrow-left.png
X%%DATADIR%%/themes/default/gg-arrow-right.png
X%%DATADIR%%/themes/default/gg-background.png
X%%DATADIR%%/themes/default/gg-chans.png
X%%DATADIR%%/themes/default/gg-rs-all.png
X%%DATADIR%%/themes/default/gg-rs-channel.png
X%%DATADIR%%/themes/default/gg-rs-findone.png
X%%DATADIR%%/themes/default/gg-rs-override.png
X%%DATADIR%%/themes/default/gg-rs-single.png
X%%DATADIR%%/themes/default/gg-rs-timeslot.png
X%%DATADIR%%/themes/default/gg-rs-weekslot.png
X%%DATADIR%%/themes/default/gg-times.png
X%%DATADIR%%/themes/default/gg-vid-background.png
X%%DATADIR%%/themes/default/hd.png
X%%DATADIR%%/themes/default/keyboard/ar_ui.xml
X%%DATADIR%%/themes/default/keyboard/de_ui.xml
X%%DATADIR%%/themes/default/keyboard/dk_ui.xml
X%%DATADIR%%/themes/default/keyboard/en_uk_ui.xml
X%%DATADIR%%/themes/default/keyboard/en_us_ui.xml
X%%DATADIR%%/themes/default/keyboard/es_ui.xml
X%%DATADIR%%/themes/default/keyboard/fr_ch_ui.xml
X%%DATADIR%%/themes/default/keyboard/fr_ui.xml
X%%DATADIR%%/themes/default/keyboard/he_ui.xml
X%%DATADIR%%/themes/default/keyboard/it_ui.xml
X%%DATADIR%%/themes/default/keyboard/key_down.png
X%%DATADIR%%/themes/default/keyboard/key_down_back.png
X%%DATADIR%%/themes/default/keyboard/key_down_del.png
X%%DATADIR%%/themes/default/keyboard/key_down_done.png
X%%DATADIR%%/themes/default/keyboard/key_down_move.png
X%%DATADIR%%/themes/default/keyboard/key_down_shift.png
X%%DATADIR%%/themes/default/keyboard/key_down_space.png
X%%DATADIR%%/themes/default/keyboard/key_down_space2.png
X%%DATADIR%%/themes/default/keyboard/key_downfocused.png
X%%DATADIR%%/themes/default/keyboard/key_downfocused_back.png
X%%DATADIR%%/themes/default/keyboard/key_downfocused_del.png
X%%DATADIR%%/themes/default/keyboard/key_downfocused_done.png
X%%DATADIR%%/themes/default/keyboard/key_downfocused_move.png
X%%DATADIR%%/themes/default/keyboard/key_downfocused_shift.png
X%%DATADIR%%/themes/default/keyboard/key_downfocused_space.png
X%%DATADIR%%/themes/default/keyboard/key_downfocused_space2.png
X%%DATADIR%%/themes/default/keyboard/key_focused.png
X%%DATADIR%%/themes/default/keyboard/key_focused_back.png
X%%DATADIR%%/themes/default/keyboard/key_focused_del.png
X%%DATADIR%%/themes/default/keyboard/key_focused_done.png
X%%DATADIR%%/themes/default/keyboard/key_focused_move.png
X%%DATADIR%%/themes/default/keyboard/key_focused_shift.png
X%%DATADIR%%/themes/default/keyboard/key_focused_space.png
X%%DATADIR%%/themes/default/keyboard/key_focused_space2.png
X%%DATADIR%%/themes/default/keyboard/key_normal.png
X%%DATADIR%%/themes/default/keyboard/key_normal_back.png
X%%DATADIR%%/themes/default/keyboard/key_normal_del.png
X%%DATADIR%%/themes/default/keyboard/key_normal_done.png
X%%DATADIR%%/themes/default/keyboard/key_normal_move.png
X%%DATADIR%%/themes/default/keyboard/key_normal_shift.png
X%%DATADIR%%/themes/default/keyboard/key_normal_space.png
X%%DATADIR%%/themes/default/keyboard/key_normal_space2.png
X%%DATADIR%%/themes/default/keyboard/ru_ui.xml
X%%DATADIR%%/themes/default/keyboard/sv_ui.xml
X%%DATADIR%%/themes/default/lb-arrow.png
X%%DATADIR%%/themes/default/lb-check-empty.png
X%%DATADIR%%/themes/default/lb-check-full.png
X%%DATADIR%%/themes/default/lb-check-half.png
X%%DATADIR%%/themes/default/lb-check.png
X%%DATADIR%%/themes/default/lb-dnarrow-reg.png
X%%DATADIR%%/themes/default/lb-dnarrow-sel.png
X%%DATADIR%%/themes/default/lb-ltarrow-reg.png
X%%DATADIR%%/themes/default/lb-ltarrow-sel.png
X%%DATADIR%%/themes/default/lb-rtarrow-reg.png
X%%DATADIR%%/themes/default/lb-rtarrow-sel.png
X%%DATADIR%%/themes/default/lb-uparrow-reg.png
X%%DATADIR%%/themes/default/lb-uparrow-sel.png
X%%DATADIR%%/themes/default/leftarrow.png
X%%DATADIR%%/themes/default/leftright_off.png
X%%DATADIR%%/themes/default/leftright_on.png
X%%DATADIR%%/themes/default/leftright_pushed.png
X%%DATADIR%%/themes/default/mono.png
X%%DATADIR%%/themes/default/mw_text_button_off.png
X%%DATADIR%%/themes/default/mw_text_button_on.png
X%%DATADIR%%/themes/default/mw_text_button_pushed.png
X%%DATADIR%%/themes/default/mythdialogbox-background.png
X%%DATADIR%%/themes/default/pd-background.png
X%%DATADIR%%/themes/default/pf-background.png
X%%DATADIR%%/themes/default/pf-lines.png
X%%DATADIR%%/themes/default/pf-sel1.png
X%%DATADIR%%/themes/default/pf-sel2.png
X%%DATADIR%%/themes/default/pf-sel3.png
X%%DATADIR%%/themes/default/pf-top.png
X%%DATADIR%%/themes/default/preview.png
X%%DATADIR%%/themes/default/processing.png
X%%DATADIR%%/themes/default/rightarrow.png
X%%DATADIR%%/themes/default/rk-lines.png
X%%DATADIR%%/themes/default/rk-selectbar.png
X%%DATADIR%%/themes/default/scrollarrow-dn.png
X%%DATADIR%%/themes/default/scrollarrow-left.png
X%%DATADIR%%/themes/default/scrollarrow-right.png
X%%DATADIR%%/themes/default/scrollarrow-up.png
X%%DATADIR%%/themes/default/selectbar.png
X%%DATADIR%%/themes/default/solid-background.png
X%%DATADIR%%/themes/default/solid-container.png
X%%DATADIR%%/themes/default/solid-cr-background.png
X%%DATADIR%%/themes/default/solid-showings.png
X%%DATADIR%%/themes/default/solid-titles.png
X%%DATADIR%%/themes/default/status-bar.png
X%%DATADIR%%/themes/default/status-ui.xml
X%%DATADIR%%/themes/default/stereo.png
X%%DATADIR%%/themes/default/subs.png
X%%DATADIR%%/themes/default/subs_onscreen.png
X%%DATADIR%%/themes/default/surround.png
X%%DATADIR%%/themes/default/text_button_off.png
X%%DATADIR%%/themes/default/text_button_on.png
X%%DATADIR%%/themes/default/text_button_pushed.png
X%%DATADIR%%/themes/default/topleft.png
X%%DATADIR%%/themes/default/trans-background.png
X%%DATADIR%%/themes/default/trans-backup.png
X%%DATADIR%%/themes/default/trans-container.png
X%%DATADIR%%/themes/default/trans-cr-background.png
X%%DATADIR%%/themes/default/trans-rk-background.png
X%%DATADIR%%/themes/default/trans-showings.png
X%%DATADIR%%/themes/default/trans-sr-background.png
X%%DATADIR%%/themes/default/trans-titles.png
X%%DATADIR%%/themes/default/unchecked.png
X%%DATADIR%%/themes/default/unchecked_high.png
X%%DATADIR%%/themes/default/uparrow.png
X%%DATADIR%%/themes/default/watched.png
X%%DATADIR%%/themes/default/welcome-ui.xml
X%%DATADIR%%/themes/default/wide.png
X%%DATADIR%%/themes/defaultosd/cut-end.png
X%%DATADIR%%/themes/defaultosd/cut-start.png
X%%DATADIR%%/themes/defaultosd/defaultosd-preview.png
X%%DATADIR%%/themes/defaultosd/fill-blue.png
X%%DATADIR%%/themes/defaultosd/grey.png
X%%DATADIR%%/themes/defaultosd/osd-alert.png
X%%DATADIR%%/themes/defaultosd/osd-big.png
X%%DATADIR%%/themes/defaultosd/osd-browse.png
X%%DATADIR%%/themes/defaultosd/osd-callerid.png
X%%DATADIR%%/themes/defaultosd/osd-channel-edit.png
X%%DATADIR%%/themes/defaultosd/osd-small.png
X%%DATADIR%%/themes/defaultosd/osd.xml
X%%DATADIR%%/themes/defaultosd/position-indicator.png
X%%DATADIR%%/themes/defaultosd/red.png
X%%DATADIR%%/themes/defaultosd/themeinfo.xml
X%%DATADIR%%/tv_lists.xml
X%%DATADIR%%/tv_schedule.xml
X%%DATADIR%%/tv_search.xml
X%%DATADIR%%/tv_settings.xml
X%%DATADIR%%/tvmenu.xml
X%%DATADIR%%/util_menu.xml
X at dirrm include/mythtv/upnp/
X at dirrm include/mythtv/mpeg2dec/
X at dirrm include/mythtv/libmythui/
X at dirrm include/mythtv/libmythtv/
X at dirrm include/mythtv/libmyth/
X at dirrm include/mythtv/ffmpeg
X at dirrm include/mythtv/dvdnav
X at dirrm include/mythtv
X at dirrm lib/mythtv/filters/
X at dirrm lib/mythtv/
X at dirrm %%DATADIR%%/themes/defaultosd/
X at dirrm %%DATADIR%%/themes/default/keyboard/
X at dirrm %%DATADIR%%/themes/default/
X at dirrm %%DATADIR%%/themes/default-wide/
X at dirrm %%DATADIR%%/themes/classic/
X at dirrm %%DATADIR%%/themes/blueosd/
X at dirrm %%DATADIR%%/themes/blue/
X at dirrm %%DATADIR%%/themes/G.A.N.T/watermark/
X at dirrm %%DATADIR%%/themes/G.A.N.T/type/
X at dirrm %%DATADIR%%/themes/G.A.N.T/title/
X at dirrm %%DATADIR%%/themes/G.A.N.T/bkg/
X at dirrm %%DATADIR%%/themes/G.A.N.T/
X at dirrm %%DATADIR%%/themes/DVR/
X at dirrmtry %%DATADIR%%/themes/
X at dirrm %%DATADIR%%/i18n/
X at dirrmtry %%DATADIR%%
243b6de3bb221312accbe307372ec60a
echo x - mythtv-frontend/pkg-descr
sed 's/^X//' >mythtv-frontend/pkg-descr << 'd625b421896d2b324344da6173c24a86'
XMythTV is a "Personal Video Recorder", i.e. a computer-based video
Xrecorder.  It supports pausing and rewinding live TV, multiple tuner
Xcards, hardware or software video compression, onscreen program guides
Xand a distributed architecture.
X
XWWW: http://www.mythtv.org
d625b421896d2b324344da6173c24a86
echo x - mythtv-frontend/distinfo
sed 's/^X//' >mythtv-frontend/distinfo << '8f4c30ee0e876cb33aee4b88233e0b4c'
XMD5 (mythtv-0.21.tar.bz2) = 49fc135e1cde90cd935c1229467fa37e
XSHA256 (mythtv-0.21.tar.bz2) = 33a878a8fc3efdd74519b09b4ec3d16fa9d3a0436b321c13344e5f3ab723c5e4
XSIZE (mythtv-0.21.tar.bz2) = 14230687
8f4c30ee0e876cb33aee4b88233e0b4c
echo x - mythtv-frontend/Makefile
sed 's/^X//' >mythtv-frontend/Makefile << '95814f04be540b069b572eb2f5c36cbb'
X#
X# Ports collection makefile for:        mythtv-frontend
X# Date created:                         14 September 2008
X# Whom:                                 Bernhard Fr__hlich <decke at bluelife.at>
X#
X# $FreeBSD$
X
XPORTNAME=	mythtv
XPORTVERSION=	0.21
XCATEGORIES=	multimedia
XMASTER_SITES=	http://ftp.osuosl.org/pub/mythtv/ \
X		http://ftp.oregonstate.edu/pub/mythtv/
XPKGNAMESUFFIX=	-frontend
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	decke at bluelife.at
XCOMMENT=	MythTV is a homebrew PVR project
X
XLIB_DEPENDS=	mp3lame.0:${PORTSDIR}/audio/lame \
X		freetype.9:${PORTSDIR}/print/freetype2
XBUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
XRUN_DEPENDS=	${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin
X
XCONFLICTS=	mythtv-[0-9]*
X
XONLY_FOR_ARCHS=	i386 amd64
XUSE_BZIP2=	yes
XUSE_QT_VER=	3
XQT_NONSTANDARD=	yes
XUSE_GMAKE=	yes
XHAS_CONFIGURE=	yes
XUSE_LDCONFIG=	yes
X
XMAKE_ENV=	QTDIR="${QT_PREFIX}" \
X		QMAKESPEC="${QMAKESPEC}"
X
XCONFIGURE_ENV+=	QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" CPPFLAGS="${CPPFLAGS}  ${QTCPPFLAGS}" \
X		QTDIR="${QT_PREFIX}" KDEDIR="${KDE_PREFIX}" \
X		CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
X
XCONFIGURE_ARGS=	--prefix="${PREFIX}" --disable-v4l --disable-ivtv --disable-firewire \
X		--disable-dvb --disable-dbox2 --disable-hdhomerun --disable-iptv \
X		--without-bindings=perl,python --enable-xvmc --enable-xvmc-pro --disable-xvmcw
X
XQMAKESPEC?=	${LOCALBASE}/share/qt/mkspecs/freebsd-g++
X
XOPTIONS=	ARTS "arts sound driver" off \
X		JACK "JACK sound driver" off
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_ARTS)
XLIB_DEPENDS+=	artsc.0:${PORTSDIR}/audio/arts
XCONFIGURE_ARGS+=	--enable-audio-arts
X.else
XCONFIGURE_ARGS+=	--disable-audio-arts
X.endif
X
X.if defined(WITH_JACK)
XLIB_DEPENDS+=	jack.0:${PORTSDIR}/audio/jack
XCONFIGURE_ARGS+=	--enable-audio-jack
X.else
XCONFIGURE_ARGS+=	--disable-audio-jack
X.endif
X
X.include <bsd.port.post.mk>
95814f04be540b069b572eb2f5c36cbb
exit
--- mythtv-frontend-0.21.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list