aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mythtv-frontend
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2011-01-04 17:49:38 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2011-01-04 17:49:38 +0000
commit210672c345279459a7a38f99f1c7fa27ac37b14b (patch)
treed50e41f96907e19d2f713f36861d617c540f4ff7 /multimedia/mythtv-frontend
parent966c4738ffe156238ed721204f3e8bc2c62e5780 (diff)
downloadports-210672c345279459a7a38f99f1c7fa27ac37b14b.tar.gz
ports-210672c345279459a7a38f99f1c7fa27ac37b14b.zip
Notes
Diffstat (limited to 'multimedia/mythtv-frontend')
-rw-r--r--multimedia/mythtv-frontend/Makefile16
-rw-r--r--multimedia/mythtv-frontend/distinfo5
-rw-r--r--multimedia/mythtv-frontend/files/patch-configure54
-rw-r--r--multimedia/mythtv-frontend/files/patch-external__FFmpeg__configure31
-rw-r--r--multimedia/mythtv-frontend/files/patch-external__FFmpeg__libavcodec__Makefile11
-rw-r--r--multimedia/mythtv-frontend/files/patch-libs__libmyth__mythdeque.h49
-rw-r--r--multimedia/mythtv-frontend/files/patch-libs__libmythtv__recordingprofile.h11
-rw-r--r--multimedia/mythtv-frontend/files/patch-libs__libmythupnp__eventing.h29
-rw-r--r--multimedia/mythtv-frontend/files/patch-programs__programs.pro12
-rw-r--r--multimedia/mythtv-frontend/pkg-plist597
10 files changed, 578 insertions, 237 deletions
diff --git a/multimedia/mythtv-frontend/Makefile b/multimedia/mythtv-frontend/Makefile
index 27b32e683ba4..d1c40f2c4515 100644
--- a/multimedia/mythtv-frontend/Makefile
+++ b/multimedia/mythtv-frontend/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
PORTNAME= mythtv-frontend
-PORTVERSION= 0.23.1
+PORTVERSION= 0.24
CATEGORIES= multimedia
MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \
http://ftp.osuosl.org/pub/mythtv/old_releases/ \
@@ -17,6 +17,7 @@ DISTNAME= mythtv-${PORTVERSION}
MAINTAINER= decke@FreeBSD.org
COMMENT= MythTV is a homebrew PVR project
+BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \
freetype.9:${PORTSDIR}/print/freetype2
@@ -41,11 +42,11 @@ MAKE_ENV= QTDIR="${QT_PREFIX}" \
CONFIGURE_ENV+= QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" CPPFLAGS="${CPPFLAGS} ${QTCPPFLAGS}" \
QTDIR="${QT_PREFIX}" LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --prefix="${PREFIX}" --disable-firewire --disable-iptv --disable-hdhomerun \
+CONFIGURE_ARGS= --prefix="${PREFIX}" --disable-audio-alsa --disable-firewire --disable-iptv \
+ --disable-hdhomerun \
--disable-v4l --disable-ivtv --disable-hdpvr --disable-dvb --enable-xvmc \
- --disable-xvmcw --enable-xvmc-pro --enable-opengl-video \
- --disable-directfb --without-bindings=perl,python \
- --enable-glx-procaddrarb
+ --disable-xvmcw --enable-xvmc --enable-opengl-video \
+ --disable-directfb --without-bindings=perl,python
QMAKESPEC?= ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++
@@ -91,15 +92,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/configure \
${WRKSRC}/libs/libmythtv/libmythtv.pro \
- ${WRKSRC}/libs/libavformat/libavformat.pro \
${WRKSRC}/bindings/perl/MythTV/Recording.pm \
${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \
${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \
${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \
- ${WRKSRC}/contrib/encoding_converting/mythencode/mythencode.pl \
- ${WRKSRC}/contrib/user_jobs/firewire_primer.pl \
- ${WRKSRC}/contrib/user_jobs/mythvidexport.py \
- ${WRKSRC}/contrib/info/mythname/mythname.pl \
${WRKSRC}/programs/mythcommflag/mythcommflag-analyze
.include <bsd.port.post.mk>
diff --git a/multimedia/mythtv-frontend/distinfo b/multimedia/mythtv-frontend/distinfo
index 5a7663de065c..3e62ff488323 100644
--- a/multimedia/mythtv-frontend/distinfo
+++ b/multimedia/mythtv-frontend/distinfo
@@ -1,3 +1,2 @@
-MD5 (mythtv-0.23.1.tar.bz2) = 3379a5fd12ae866cd10c5b5d23439898
-SHA256 (mythtv-0.23.1.tar.bz2) = d228efeba1c547257895b2b403c448619d0c587db5a6d6c1d7585ca07f54b61c
-SIZE (mythtv-0.23.1.tar.bz2) = 26626412
+SHA256 (mythtv-0.24.tar.bz2) = 6370c06df110a6f7954efac1e062560058100fa1fd1f219f327f1daeee84df06
+SIZE (mythtv-0.24.tar.bz2) = 29595590
diff --git a/multimedia/mythtv-frontend/files/patch-configure b/multimedia/mythtv-frontend/files/patch-configure
index 476f2b1a6362..40981fe8fcd8 100644
--- a/multimedia/mythtv-frontend/files/patch-configure
+++ b/multimedia/mythtv-frontend/files/patch-configure
@@ -1,31 +1,49 @@
---- configure.orig 2010-03-30 00:09:16.000000000 +0200
-+++ configure 2010-04-06 19:10:20.000000000 +0200
-@@ -666,21 +666,21 @@
+--- configure.orig 2010-11-08 18:40:43.000000000 +0100
++++ configure 2010-11-11 19:23:31.000000000 +0100
+@@ -691,21 +691,21 @@
log check_cc "$@"
cat > $TMPC
log_file $TMPC
-- check_cmd $cc $CPPFLAGS $CFLAGS $OPTFLAGS "$@" -c -o $TMPO $TMPC
-+ check_cmd $cc $CPPFLAGS $CFLAGS $OPTFLAGS -I${prefix}/include "$@" -c -o $TMPO $TMPC
+- check_cmd $cc $CPPFLAGS $CFLAGS "$@" -c -o $TMPO $TMPC
++ check_cmd $cc $CPPFLAGS $CFLAGS -I${prefix}/include "$@" -c -o $TMPO $TMPC
}
check_cpp(){
log check_cpp "$@"
cat > $TMPC
log_file $TMPC
-- check_cmd $cc $CPPFLAGS $CFLAGS $OPTFLAGS "$@" -E -o $TMPO $TMPC
-+ check_cmd $cc $CPPFLAGS $CFLAGS $OPTFLAGS -I${prefix}/include "$@" -E -o $TMPO $TMPC
+- check_cmd $cc $CPPFLAGS $CFLAGS "$@" -E -o $TMPO $TMPC
++ check_cmd $cc $CPPFLAGS $CFLAGS -I${prefix}/include "$@" -E -o $TMPO $TMPC
}
check_cxx(){
log check_cxx "$@"
cat > $TMPCXX
log_file $TMPCXX
-- check_cmd $cxx $ECXXFLAGS "$@" -c -o $TMPO $TMPCXX
-+ check_cmd $cxx $ECXXFLAGS -I${prefix}/include "$@" -c -o $TMPO $TMPCXX
+- check_cmd $cxx $CXXPPFLAGS $ECXXFLAGS "$@" -c -o $TMPO $TMPCXX
++ check_cmd $cxx $CXXPPFLAGS $ECXXFLAGS -I${prefix}/include "$@" -c -o $TMPO $TMPCXX
}
check_as(){
-@@ -2841,7 +2841,6 @@
+@@ -1865,7 +1865,7 @@
+
+ # machine
+ arch_default=$(uname -m)
+-cpu="generic"
++cpu="i686"
+ processor=`uname -p 2>/dev/null`
+ processor_flags=""
+ tune="generic"
+@@ -2826,7 +2826,7 @@
+ i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|k8-sse3|opteron-sse3|athlon64-sse3|core2|amdfam10|barcelona|atom)
+ cpuflags="-march=$cpu"
+ enable cmov
+- enable fast_cmov
++ disable fast_cmov
+ ;;
+ # targets that do support conditional mov but on which it's slow
+ pentium4|pentium4m|prescott|nocona)
+@@ -3026,7 +3026,6 @@
enable malloc_aligned
# Workaround compile errors from missing u_int/uint def
CPPFLAGS=`echo $CPPFLAGS | sed 's/-D_POSIX_C_SOURCE=200112//'`
@@ -33,12 +51,20 @@
enable backend
;;
bsd/os)
-@@ -4581,6 +4580,8 @@
+@@ -4742,6 +4741,8 @@
# directories, it cannot be modified.
- QMAKE_LIBDIR_QT -= $libdir
- LATE_LIBS += -L$libdir
+ QMAKE_LIBDIR_QT-=${sysroot}${libdir}
+ LATE_LIBS+=-L${sysroot}${libdir}
+CONFIG_INCLUDEPATH=
+FREETYPE_CFLAGS -= -I/usr/local/include
EOF
- diff $TMPH $MYTH_CONFIG_H >/dev/null 2>&1
+ #echo "endif # FFMPEG_CONFIG_MAK" >> config.mak
+@@ -4778,6 +4779,7 @@
+ BINDIR=\$(INSTALL_ROOT)$bindir
+ DATADIR=\$(INSTALL_ROOT)$datadir
+ MANDIR=\$(INSTALL_ROOT)$mandir
++CFLAGS+=-I/usr/local/include
+ endif # FFMPEG_CONFIG_MAK
+ EOF
+
diff --git a/multimedia/mythtv-frontend/files/patch-external__FFmpeg__configure b/multimedia/mythtv-frontend/files/patch-external__FFmpeg__configure
new file mode 100644
index 000000000000..8fe0073fafd3
--- /dev/null
+++ b/multimedia/mythtv-frontend/files/patch-external__FFmpeg__configure
@@ -0,0 +1,31 @@
+--- external/FFmpeg/configure.orig 2010-08-23 18:54:20.000000000 +0200
++++ external/FFmpeg/configure 2010-11-01 21:13:19.000000000 +0100
+@@ -1528,8 +1528,8 @@
+ nm_opts='-g'
+
+ # machine
+-arch_default=$(uname -m)
+-cpu="generic"
++arch_default=$(uname -p)
++cpu="i686"
+
+ # OS
+ target_os_default=$(tolower $(uname -s))
+@@ -2108,7 +2108,7 @@
+ i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona)
+ cpuflags="-march=$cpu"
+ enable cmov
+- enable fast_cmov
++ disable fast_cmov
+ ;;
+ # targets that do support conditional mov but on which it's slow
+ pentium4|pentium4m|prescott|nocona)
+@@ -3063,7 +3063,7 @@
+ SRC_PATH_BARE=$source_path
+ BUILD_ROOT="$PWD"
+ CC_IDENT=$cc_ident
+-ARCH=$arch
++FFMPEG_ARCH=$arch
+ CC=$cc
+ AS=$as
+ LD=$ld
diff --git a/multimedia/mythtv-frontend/files/patch-external__FFmpeg__libavcodec__Makefile b/multimedia/mythtv-frontend/files/patch-external__FFmpeg__libavcodec__Makefile
new file mode 100644
index 000000000000..2f3a9b67c3f1
--- /dev/null
+++ b/multimedia/mythtv-frontend/files/patch-external__FFmpeg__libavcodec__Makefile
@@ -0,0 +1,11 @@
+--- external/FFmpeg/libavcodec/Makefile.orig 2010-11-01 21:14:42.000000000 +0100
++++ external/FFmpeg/libavcodec/Makefile 2010-11-01 20:30:35.000000000 +0100
+@@ -631,7 +631,7 @@
+ # well.
+ OBJS-$(!CONFIG_SMALL) += inverse.o
+
+--include $(SUBDIR)$(ARCH)/Makefile
++-include $(SUBDIR)x86/Makefile
+
+ SKIPHEADERS = %_tablegen.h
+ SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h
diff --git a/multimedia/mythtv-frontend/files/patch-libs__libmyth__mythdeque.h b/multimedia/mythtv-frontend/files/patch-libs__libmyth__mythdeque.h
deleted file mode 100644
index a911b0c9573f..000000000000
--- a/multimedia/mythtv-frontend/files/patch-libs__libmyth__mythdeque.h
+++ /dev/null
@@ -1,49 +0,0 @@
---- ./libs/libmyth/mythdeque.h (revision 20349)
-+++ ./libs/libmyth/mythdeque.h (revision 26434)
-@@ -4,6 +4,12 @@
- #define __MYTH_DEQUE_H__
-
-+#include <QString>
- #include <deque>
- using namespace std;
-+
-+template<typename T>
-+inline T myth_deque_init(const T*) { return (T)(0); }
-+template<>
-+inline QString myth_deque_init(const QString*) { return QString(); }
-
- /** \class MythDeque
-@@ -19,6 +25,7 @@
- T dequeue()
- {
-+ T *dummy = NULL;
- if (deque<T>::empty())
-- return (T)(0);
-+ return myth_deque_init(dummy);
- T item = deque<T>::front();
- deque<T>::pop_front();
-@@ -66,14 +73,20 @@
-
- /// \brief Returns item at head of list. O(1).
-- T head() { return (deque<T>::size()) ? deque<T>::front() : (T)(NULL); }
-+ T head()
-+ { if (!deque<T>::empty()) return deque<T>::front();
-+ T *dummy = NULL; return myth_deque_init(dummy); }
- /// \brief Returns item at head of list. O(1).
- const T head() const
-- { return (deque<T>::size()) ? deque<T>::front() : (T)(NULL); }
-+ { if (!deque<T>::empty()) return deque<T>::front();
-+ T *dummy = NULL; return myth_deque_init(dummy); }
-
- /// \brief Returns item at tail of list. O(1).
-- T tail() { return (deque<T>::size()) ? deque<T>::back() : (T)(NULL); }
-+ T tail()
-+ { if (!deque<T>::empty()) return deque<T>::back();
-+ T *dummy = NULL; return myth_deque_init(dummy); }
- /// \brief Returns item at tail of list. O(1).
- const T tail() const
-- { return (deque<T>::size()) ? deque<T>::back() : (T)(NULL); }
-+ { if (!deque<T>::empty()) return deque<T>::back();
-+ T *dummy = NULL; return myth_deque_init(dummy); }
- };
-
diff --git a/multimedia/mythtv-frontend/files/patch-libs__libmythtv__recordingprofile.h b/multimedia/mythtv-frontend/files/patch-libs__libmythtv__recordingprofile.h
deleted file mode 100644
index ce37bfe29256..000000000000
--- a/multimedia/mythtv-frontend/files/patch-libs__libmythtv__recordingprofile.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./libs/libmythtv/recordingprofile.h.orig 2009-10-22 03:30:12.000000000 +0400
-+++ ./libs/libmythtv/recordingprofile.h 2010-12-01 23:01:20.247699483 +0300
-@@ -84,7 +84,7 @@
-
- public:
- // initializers
-- RecordingProfile(QString profName = NULL);
-+ RecordingProfile(QString profName = QString());
- virtual void loadByID(int id);
- virtual bool loadByType(const QString &name, const QString &cardtype);
- virtual bool loadByGroup(const QString &name, const QString &group);
diff --git a/multimedia/mythtv-frontend/files/patch-libs__libmythupnp__eventing.h b/multimedia/mythtv-frontend/files/patch-libs__libmythupnp__eventing.h
deleted file mode 100644
index 72ccc8be963b..000000000000
--- a/multimedia/mythtv-frontend/files/patch-libs__libmythupnp__eventing.h
+++ /dev/null
@@ -1,29 +0,0 @@
---- ./libs/libmythupnp/eventing.h (revision 23038)
-+++ ./libs/libmythupnp/eventing.h (revision 26434)
-@@ -174,4 +174,9 @@
- //////////////////////////////////////////////////////////////////////////////
-
-+template<typename T>
-+inline T state_var_init(const T*) { return (T)(0); }
-+template<>
-+inline QString state_var_init(const QString*) { return QString(); }
-+
- class UPNP_PUBLIC StateVariables
- {
-@@ -232,7 +237,8 @@
- T GetValue( const QString &sName )
- {
-+ T *dummy = NULL;
- SVMap::iterator it = m_map.find(sName);
- if (it == m_map.end())
-- return T(0);
-+ return state_var_init(dummy);
-
- StateVariable< T > *pVariable =
-@@ -242,5 +248,5 @@
- return pVariable->GetValue();
-
-- return T(0);
-+ return state_var_init(dummy);
- }
-
diff --git a/multimedia/mythtv-frontend/files/patch-programs__programs.pro b/multimedia/mythtv-frontend/files/patch-programs__programs.pro
index eb20dc7fea6c..b5a933ab40fc 100644
--- a/multimedia/mythtv-frontend/files/patch-programs__programs.pro
+++ b/multimedia/mythtv-frontend/files/patch-programs__programs.pro
@@ -1,13 +1,11 @@
---- programs/programs.pro.orig 2009-10-15 23:39:07.000000000 +0000
-+++ programs/programs.pro 2009-10-15 23:39:19.000000000 +0000
-@@ -9,10 +9,6 @@
- SUBDIRS += mythwelcome mythshutdown mythtranscode/replex
+--- programs/programs.pro.orig 2010-11-01 14:01:30.000000000 +0100
++++ programs/programs.pro 2010-11-01 14:07:41.000000000 +0100
+@@ -11,8 +11,4 @@
+ !mingw: SUBDIRS += mythtranscode/replex
}
-using_backend {
- SUBDIRS += mythbackend mythfilldatabase mythtv-setup scripts
-}
-
- using_frontend:using_backend {
- SUBDIRS += mythtranscode
- }
+ using_mythtranscode: SUBDIRS += mythtranscode
diff --git a/multimedia/mythtv-frontend/pkg-plist b/multimedia/mythtv-frontend/pkg-plist
index 62139bce9799..a1a7a2fdfb10 100644
--- a/multimedia/mythtv-frontend/pkg-plist
+++ b/multimedia/mythtv-frontend/pkg-plist
@@ -4,13 +4,38 @@ bin/mythcommflag
bin/mythfrontend
bin/mythjobqueue
bin/mythlcdserver
+bin/mythpreviewgen
bin/mythreplex
bin/mythshutdown
bin/mythtranscode
bin/mythtvosd
bin/mythwelcome
include/mythtv/audiooutput.h
+include/mythtv/audiooutputsettings.h
include/mythtv/audiosettings.h
+include/mythtv/autodeletedeque.h
+include/mythtv/bluray/attributes.h
+include/mythtv/bluray/bdparse.h
+include/mythtv/bluray/bits.h
+include/mythtv/bluray/bluray.h
+include/mythtv/bluray/clpi_parse.h
+include/mythtv/bluray/dl.h
+include/mythtv/bluray/file.h
+include/mythtv/bluray/file_mythiowrapper.h
+include/mythtv/bluray/filesystem.h
+include/mythtv/bluray/hdmv_insn.h
+include/mythtv/bluray/hdmv_vm.h
+include/mythtv/bluray/index_parse.h
+include/mythtv/bluray/log_control.h
+include/mythtv/bluray/logging.h
+include/mythtv/bluray/macro.h
+include/mythtv/bluray/mobj_parse.h
+include/mythtv/bluray/mpls_parse.h
+include/mythtv/bluray/mutex.h
+include/mythtv/bluray/navigation.h
+include/mythtv/bluray/sound_parse.h
+include/mythtv/bluray/strutl.h
+include/mythtv/bluray/uo_mask_table.h
include/mythtv/compat.h
include/mythtv/dbutil.h
include/mythtv/dialogbox.h
@@ -25,28 +50,40 @@ include/mythtv/dvdread/nav_types.h
include/mythtv/exitcodes.h
include/mythtv/generictree.h
include/mythtv/httpcomms.h
+include/mythtv/iso3166.h
+include/mythtv/iso639.h
include/mythtv/langsettings.h
include/mythtv/lcddevice.h
include/mythtv/libavcodec/avcodec.h
+include/mythtv/libavcodec/avfft.h
include/mythtv/libavcodec/dxva2.h
include/mythtv/libavcodec/mmx.h
include/mythtv/libavcodec/opt.h
include/mythtv/libavcodec/vaapi.h
include/mythtv/libavcodec/vdpau.h
include/mythtv/libavcodec/xvmc.h
+include/mythtv/libavcore/avcore.h
+include/mythtv/libavcore/imgutils.h
+include/mythtv/libavcore/parseutils.h
+include/mythtv/libavdevice/avdevice.h
+include/mythtv/libavfilter/avfilter.h
include/mythtv/libavformat/avformat.h
include/mythtv/libavformat/avio.h
-include/mythtv/libavformat/rtp.h
-include/mythtv/libavformat/rtsp.h
-include/mythtv/libavformat/rtspcodes.h
+include/mythtv/libavutil/adler32.h
+include/mythtv/libavutil/attributes.h
include/mythtv/libavutil/avconfig.h
include/mythtv/libavutil/avstring.h
include/mythtv/libavutil/avutil.h
include/mythtv/libavutil/base64.h
+include/mythtv/libavutil/bswap.h
include/mythtv/libavutil/common.h
include/mythtv/libavutil/crc.h
+include/mythtv/libavutil/error.h
+include/mythtv/libavutil/eval.h
include/mythtv/libavutil/fifo.h
include/mythtv/libavutil/intfloat_readwrite.h
+include/mythtv/libavutil/intreadwrite.h
+include/mythtv/libavutil/lfg.h
include/mythtv/libavutil/log.h
include/mythtv/libavutil/lzo.h
include/mythtv/libavutil/mathematics.h
@@ -54,59 +91,77 @@ include/mythtv/libavutil/md5.h
include/mythtv/libavutil/mem.h
include/mythtv/libavutil/pixdesc.h
include/mythtv/libavutil/pixfmt.h
+include/mythtv/libavutil/random_seed.h
include/mythtv/libavutil/rational.h
include/mythtv/libavutil/sha1.h
include/mythtv/libmyth/audiooutput.h
+include/mythtv/libmyth/audiooutputsettings.h
include/mythtv/libmyth/audiosettings.h
+include/mythtv/libmyth/autodeletedeque.h
include/mythtv/libmyth/compat.h
include/mythtv/libmyth/dbutil.h
include/mythtv/libmyth/dialogbox.h
include/mythtv/libmyth/exitcodes.h
include/mythtv/libmyth/generictree.h
include/mythtv/libmyth/httpcomms.h
+include/mythtv/libmyth/iso3166.h
+include/mythtv/libmyth/iso639.h
include/mythtv/libmyth/langsettings.h
include/mythtv/libmyth/lcddevice.h
include/mythtv/libmyth/managedlist.h
include/mythtv/libmyth/mcodecs.h
include/mythtv/libmyth/msocketdevice.h
+include/mythtv/libmyth/mythcdrom.h
include/mythtv/libmyth/mythconfig.h
include/mythtv/libmyth/mythconfig.mak
include/mythtv/libmyth/mythconfigdialogs.h
include/mythtv/libmyth/mythconfiggroups.h
include/mythtv/libmyth/mythcontext.h
+include/mythtv/libmyth/mythcorecontext.h
+include/mythtv/libmyth/mythcoreutil.h
include/mythtv/libmyth/mythdb.h
include/mythtv/libmyth/mythdbcon.h
include/mythtv/libmyth/mythdbparams.h
include/mythtv/libmyth/mythdeque.h
include/mythtv/libmyth/mythdialogs.h
include/mythtv/libmyth/mythdirs.h
+include/mythtv/libmyth/mythdownloadmanager.h
include/mythtv/libmyth/mythevent.h
include/mythtv/libmyth/mythexp.h
include/mythtv/libmyth/mythhttppool.h
+include/mythtv/libmyth/mythlocale.h
include/mythtv/libmyth/mythmedia.h
include/mythtv/libmyth/mythmediamonitor.h
include/mythtv/libmyth/mythobservable.h
include/mythtv/libmyth/mythplugin.h
include/mythtv/libmyth/mythpluginapi.h
+include/mythtv/libmyth/mythrssmanager.h
include/mythtv/libmyth/mythsocket.h
include/mythtv/libmyth/mythsocket_cb.h
include/mythtv/libmyth/mythstorage.h
+include/mythtv/libmyth/mythsystem.h
include/mythtv/libmyth/mythterminal.h
include/mythtv/libmyth/mythtimer.h
+include/mythtv/libmyth/mythtranslation.h
include/mythtv/libmyth/mythuifilebrowser.h
include/mythtv/libmyth/mythverbose.h
include/mythtv/libmyth/mythversion.h
include/mythtv/libmyth/mythwidgets.h
include/mythtv/libmyth/mythwizard.h
+include/mythtv/libmyth/netgrabbermanager.h
+include/mythtv/libmyth/netutils.h
include/mythtv/libmyth/oldsettings.h
include/mythtv/libmyth/output.h
include/mythtv/libmyth/programinfo.h
+include/mythtv/libmyth/programtypes.h
include/mythtv/libmyth/recordingtypes.h
include/mythtv/libmyth/remotefile.h
include/mythtv/libmyth/remoteutil.h
+include/mythtv/libmyth/rssparse.h
include/mythtv/libmyth/schemawizard.h
include/mythtv/libmyth/settings.h
include/mythtv/libmyth/storagegroup.h
+include/mythtv/libmyth/storagegroupeditor.h
include/mythtv/libmyth/uilistbtntype.h
include/mythtv/libmyth/uitypes.h
include/mythtv/libmyth/util.h
@@ -117,24 +172,33 @@ include/mythtv/libmyth/xmlparse.h
include/mythtv/libmythdb/compat.h
include/mythtv/libmythdb/exitcodes.h
include/mythtv/libmythdb/httpcomms.h
+include/mythtv/libmythdb/iso3166.h
+include/mythtv/libmythdb/iso639.h
include/mythtv/libmythdb/lcddevice.h
include/mythtv/libmythdb/mcodecs.h
include/mythtv/libmythdb/msocketdevice.h
include/mythtv/libmythdb/mythconfig.h
include/mythtv/libmythdb/mythconfig.mak
+include/mythtv/libmythdb/mythcorecontext.h
+include/mythtv/libmythdb/mythcoreutil.h
include/mythtv/libmythdb/mythdb.h
include/mythtv/libmythdb/mythdbcon.h
include/mythtv/libmythdb/mythdbparams.h
include/mythtv/libmythdb/mythdirs.h
+include/mythtv/libmythdb/mythdownloadmanager.h
include/mythtv/libmythdb/mythevent.h
include/mythtv/libmythdb/mythexp.h
+include/mythtv/libmythdb/mythlocale.h
include/mythtv/libmythdb/mythobservable.h
include/mythtv/libmythdb/mythsocket.h
include/mythtv/libmythdb/mythsocket_cb.h
include/mythtv/libmythdb/mythstorage.h
+include/mythtv/libmythdb/mythsystem.h
include/mythtv/libmythdb/mythtimer.h
+include/mythtv/libmythdb/mythtranslation.h
include/mythtv/libmythdb/mythverbose.h
include/mythtv/libmythdb/mythversion.h
+include/mythtv/libmythdb/storagegroup.h
include/mythtv/libmythui/mythdialogbox.h
include/mythtv/libmythui/mythfontproperties.h
include/mythtv/libmythui/mythgenerictree.h
@@ -148,7 +212,6 @@ include/mythtv/libmythui/mythprogressdialog.h
include/mythtv/libmythui/mythrect.h
include/mythtv/libmythui/mythscreenstack.h
include/mythtv/libmythui/mythscreentype.h
-include/mythtv/libmythui/mythsystem.h
include/mythtv/libmythui/myththemebase.h
include/mythtv/libmythui/myththemedmenu.h
include/mythtv/libmythui/mythuibutton.h
@@ -156,6 +219,7 @@ include/mythtv/libmythui/mythuibuttonlist.h
include/mythtv/libmythui/mythuibuttontree.h
include/mythtv/libmythui/mythuicheckbox.h
include/mythtv/libmythui/mythuiclock.h
+include/mythtv/libmythui/mythuieditbar.h
include/mythtv/libmythui/mythuigroup.h
include/mythtv/libmythui/mythuiguidegrid.h
include/mythtv/libmythui/mythuihelper.h
@@ -170,52 +234,80 @@ include/mythtv/libmythui/mythuitype.h
include/mythtv/libmythui/mythuiutils.h
include/mythtv/libmythui/mythuiwebbrowser.h
include/mythtv/libmythui/mythvirtualkeyboard.h
+include/mythtv/libmythui/themeinfo.h
include/mythtv/libmythui/x11colors.h
include/mythtv/libmythui/xmlparsebase.h
+include/mythtv/libpostproc/postprocess.h
include/mythtv/libswscale/swscale.h
include/mythtv/managedlist.h
include/mythtv/mcodecs.h
+include/mythtv/metadata/cleanup.h
+include/mythtv/metadata/dbaccess.h
+include/mythtv/metadata/dirscan.h
+include/mythtv/metadata/globals.h
+include/mythtv/metadata/metadatacommon.h
+include/mythtv/metadata/metadatadownload.h
+include/mythtv/metadata/metadataimagedownload.h
+include/mythtv/metadata/parentalcontrols.h
+include/mythtv/metadata/quicksp.h
+include/mythtv/metadata/videometadata.h
+include/mythtv/metadata/videometadatalistmanager.h
+include/mythtv/metadata/videoscan.h
+include/mythtv/metadata/videoutils.h
include/mythtv/mpeg2dec/mpeg2.h
include/mythtv/msocketdevice.h
+include/mythtv/mythcdrom.h
include/mythtv/mythconfig.h
include/mythtv/mythconfig.mak
include/mythtv/mythconfigdialogs.h
include/mythtv/mythconfiggroups.h
include/mythtv/mythcontext.h
+include/mythtv/mythcorecontext.h
+include/mythtv/mythcoreutil.h
include/mythtv/mythdb.h
include/mythtv/mythdbcon.h
include/mythtv/mythdbparams.h
include/mythtv/mythdeque.h
include/mythtv/mythdialogs.h
include/mythtv/mythdirs.h
+include/mythtv/mythdownloadmanager.h
include/mythtv/mythevent.h
include/mythtv/mythexp.h
include/mythtv/mythhttppool.h
+include/mythtv/mythlocale.h
include/mythtv/mythmedia.h
include/mythtv/mythmediamonitor.h
include/mythtv/mythobservable.h
include/mythtv/mythplugin.h
include/mythtv/mythpluginapi.h
+include/mythtv/mythrssmanager.h
include/mythtv/mythsocket.h
include/mythtv/mythsocket_cb.h
include/mythtv/mythstorage.h
+include/mythtv/mythsystem.h
include/mythtv/mythterminal.h
include/mythtv/mythtimer.h
+include/mythtv/mythtranslation.h
include/mythtv/mythuifilebrowser.h
include/mythtv/mythverbose.h
include/mythtv/mythversion.h
include/mythtv/mythwidgets.h
include/mythtv/mythwizard.h
+include/mythtv/netgrabbermanager.h
+include/mythtv/netutils.h
include/mythtv/oldsettings.h
include/mythtv/output.h
include/mythtv/programinfo.h
+include/mythtv/programtypes.h
include/mythtv/recordingtypes.h
include/mythtv/remotefile.h
include/mythtv/remoteutil.h
+include/mythtv/rssparse.h
include/mythtv/samplerate.h
include/mythtv/schemawizard.h
include/mythtv/settings.h
include/mythtv/storagegroup.h
+include/mythtv/storagegroupeditor.h
include/mythtv/uilistbtntype.h
include/mythtv/uitypes.h
include/mythtv/upnp/broadcast.h
@@ -248,47 +340,60 @@ include/mythtv/virtualkeyboard_qt.h
include/mythtv/visual.h
include/mythtv/volumebase.h
include/mythtv/xmlparse.h
-lib/libmyth-0.23.1.so
-lib/libmyth-0.23.1.so.0
-lib/libmyth-0.23.1.so.0.23
-lib/libmyth-0.23.1.so.0.23.1
-lib/libmythavcodec-0.23.1.so
-lib/libmythavcodec-0.23.1.so.0
-lib/libmythavcodec-0.23.1.so.0.23
-lib/libmythavcodec-0.23.1.so.0.23.1
-lib/libmythavformat-0.23.1.so
-lib/libmythavformat-0.23.1.so.0
-lib/libmythavformat-0.23.1.so.0.23
-lib/libmythavformat-0.23.1.so.0.23.1
-lib/libmythavutil-0.23.1.so
-lib/libmythavutil-0.23.1.so.0
-lib/libmythavutil-0.23.1.so.0.23
-lib/libmythavutil-0.23.1.so.0.23.1
-lib/libmythdb-0.23.1.so
-lib/libmythdb-0.23.1.so.0
-lib/libmythdb-0.23.1.so.0.23
-lib/libmythdb-0.23.1.so.0.23.1
-lib/libmythdvdnav-0.23.1.a
-lib/libmythfreemheg-0.23.1.so
-lib/libmythfreemheg-0.23.1.so.0
-lib/libmythfreemheg-0.23.1.so.0.23
-lib/libmythfreemheg-0.23.1.so.0.23.1
-lib/libmythswscale-0.23.1.so
-lib/libmythswscale-0.23.1.so.0
-lib/libmythswscale-0.23.1.so.0.23
-lib/libmythswscale-0.23.1.so.0.23.1
-lib/libmythtv-0.23.1.so
-lib/libmythtv-0.23.1.so.0
-lib/libmythtv-0.23.1.so.0.23
-lib/libmythtv-0.23.1.so.0.23.1
-lib/libmythui-0.23.1.so
-lib/libmythui-0.23.1.so.0
-lib/libmythui-0.23.1.so.0.23
-lib/libmythui-0.23.1.so.0.23.1
-lib/libmythupnp-0.23.1.so
-lib/libmythupnp-0.23.1.so.0
-lib/libmythupnp-0.23.1.so.0.23
-lib/libmythupnp-0.23.1.so.0.23.1
+lib/libmyth-0.24.so
+lib/libmyth-0.24.so.0
+lib/libmyth-0.24.so.0.24
+lib/libmyth-0.24.so.0.24.0
+lib/libmythavcodec.so
+lib/libmythavcodec.so.52
+lib/libmythavcodec.so.52.86.1
+lib/libmythavcore.so
+lib/libmythavcore.so.0
+lib/libmythavcore.so.0.6.0
+lib/libmythavdevice.so
+lib/libmythavdevice.so.52
+lib/libmythavdevice.so.52.2.1
+lib/libmythavfilter.so
+lib/libmythavfilter.so.1
+lib/libmythavfilter.so.1.37.0
+lib/libmythavformat.so
+lib/libmythavformat.so.52
+lib/libmythavformat.so.52.78.3
+lib/libmythavutil.so
+lib/libmythavutil.so.50
+lib/libmythavutil.so.50.24.0
+lib/libmythbluray-0.24.a
+lib/libmythdb-0.24.so
+lib/libmythdb-0.24.so.0
+lib/libmythdb-0.24.so.0.24
+lib/libmythdb-0.24.so.0.24.0
+lib/libmythdvdnav-0.24.a
+lib/libmythfreemheg-0.24.so
+lib/libmythfreemheg-0.24.so.0
+lib/libmythfreemheg-0.24.so.0.24
+lib/libmythfreemheg-0.24.so.0.24.0
+lib/libmythmetadata-0.24.so
+lib/libmythmetadata-0.24.so.0
+lib/libmythmetadata-0.24.so.0.24
+lib/libmythmetadata-0.24.so.0.24.0
+lib/libmythpostproc.so
+lib/libmythpostproc.so.51
+lib/libmythpostproc.so.51.2.0
+lib/libmythswscale.so
+lib/libmythswscale.so.0
+lib/libmythswscale.so.0.11.0
+lib/libmythtv-0.24.so
+lib/libmythtv-0.24.so.0
+lib/libmythtv-0.24.so.0.24
+lib/libmythtv-0.24.so.0.24.0
+lib/libmythui-0.24.so
+lib/libmythui-0.24.so.0
+lib/libmythui-0.24.so.0.24
+lib/libmythui-0.24.so.0.24.0
+lib/libmythupnp-0.24.so
+lib/libmythupnp-0.24.so.0
+lib/libmythupnp-0.24.so.0.24
+lib/libmythupnp-0.24.so.0.24.0
lib/mythtv/filters/libadjust.so
lib/mythtv/filters/libbobdeint.so
lib/mythtv/filters/libcrop.so
@@ -301,20 +406,27 @@ lib/mythtv/filters/libivtc.so
lib/mythtv/filters/libkerneldeint.so
lib/mythtv/filters/liblinearblend.so
lib/mythtv/filters/libonefield.so
+lib/mythtv/filters/libpostprocess.so
lib/mythtv/filters/libquickdnr.so
lib/mythtv/filters/libyadif.so
%%DATADIR%%/CDS_scpd.xml
%%DATADIR%%/CMGR_scpd.xml
-%%DATADIR%%/FreeMono.ttf
-%%DATADIR%%/FreeSans.ttf
-%%DATADIR%%/FreeSansBold.ttf
%%DATADIR%%/MFEXML_scpd.xml
%%DATADIR%%/MSRR_scpd.xml
+%%DATADIR%%/fonts/FreeMono.ttf
+%%DATADIR%%/fonts/FreeSans.ttf
+%%DATADIR%%/fonts/FreeSansBold.ttf
+%%DATADIR%%/fonts/Tiresias Infofont Italic.ttf
+%%DATADIR%%/fonts/Tiresias Infofont.ttf
+%%DATADIR%%/fonts/Tiresias Infofont Bold.ttf
+%%DATADIR%%/fonts/tiresias_gpl3.txt
+%%DATADIR%%/i18n/mythfrontend_bg.qm
%%DATADIR%%/i18n/mythfrontend_ca.qm
%%DATADIR%%/i18n/mythfrontend_cs.qm
%%DATADIR%%/i18n/mythfrontend_da.qm
%%DATADIR%%/i18n/mythfrontend_de.qm
%%DATADIR%%/i18n/mythfrontend_el.qm
+%%DATADIR%%/i18n/mythfrontend_en_ca.qm
%%DATADIR%%/i18n/mythfrontend_en_gb.qm
%%DATADIR%%/i18n/mythfrontend_en_us.qm
%%DATADIR%%/i18n/mythfrontend_es.qm
@@ -335,27 +447,16 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/i18n/mythfrontend_sl.qm
%%DATADIR%%/i18n/mythfrontend_sv.qm
%%DATADIR%%/i18n/mythfrontend_tr.qm
-%%DATADIR%%/themes/BlackCurves-OSD/BlackCurves-preview.png
-%%DATADIR%%/themes/BlackCurves-OSD/COPYING
-%%DATADIR%%/themes/BlackCurves-OSD/DejaVuSans.ttf
-%%DATADIR%%/themes/BlackCurves-OSD/cut_point.png
-%%DATADIR%%/themes/BlackCurves-OSD/fill_green.png
-%%DATADIR%%/themes/BlackCurves-OSD/fill_red.png
-%%DATADIR%%/themes/BlackCurves-OSD/osd.xml
-%%DATADIR%%/themes/BlackCurves-OSD/osd_browse_info.png
-%%DATADIR%%/themes/BlackCurves-OSD/osd_channel_editor.png
-%%DATADIR%%/themes/BlackCurves-OSD/osd_channel_number.png
-%%DATADIR%%/themes/BlackCurves-OSD/osd_notify.png
-%%DATADIR%%/themes/BlackCurves-OSD/osd_popup.png
-%%DATADIR%%/themes/BlackCurves-OSD/osd_program_info.png
-%%DATADIR%%/themes/BlackCurves-OSD/osd_scroll.png
-%%DATADIR%%/themes/BlackCurves-OSD/osd_settings.png
-%%DATADIR%%/themes/BlackCurves-OSD/osd_status.png
-%%DATADIR%%/themes/BlackCurves-OSD/osd_status_frame.png
-%%DATADIR%%/themes/BlackCurves-OSD/phone.png
-%%DATADIR%%/themes/BlackCurves-OSD/position_marker.png
-%%DATADIR%%/themes/BlackCurves-OSD/select.png
-%%DATADIR%%/themes/BlackCurves-OSD/themeinfo.xml
+%%DATADIR%%/locales/da_dk.xml
+%%DATADIR%%/locales/de_de.xml
+%%DATADIR%%/locales/en_ca.xml
+%%DATADIR%%/locales/en_gb.xml
+%%DATADIR%%/locales/en_us.xml
+%%DATADIR%%/locales/et_ee.xml
+%%DATADIR%%/locales/fr_ca.xml
+%%DATADIR%%/locales/fr_fr.xml
+%%DATADIR%%/locales/nb_no.xml
+%%DATADIR%%/locales/ru_ru.xml
%%DATADIR%%/themes/DVR/dvr-preview.png
%%DATADIR%%/themes/DVR/main_settings.xml
%%DATADIR%%/themes/DVR/mainmenu.xml
@@ -367,25 +468,6 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/DVR/tv_settings.xml
%%DATADIR%%/themes/DVR/tvmenu.xml
%%DATADIR%%/themes/DVR/util_menu.xml
-%%DATADIR%%/themes/Gray-OSD/DejaVuSans-Bold.ttf
-%%DATADIR%%/themes/Gray-OSD/DejaVuSans-Oblique.ttf
-%%DATADIR%%/themes/Gray-OSD/DejaVuSans.ttf
-%%DATADIR%%/themes/Gray-OSD/cut_end.png
-%%DATADIR%%/themes/Gray-OSD/cut_start.png
-%%DATADIR%%/themes/Gray-OSD/fill_green.png
-%%DATADIR%%/themes/Gray-OSD/fill_red.png
-%%DATADIR%%/themes/Gray-OSD/gray-osd-preview.png
-%%DATADIR%%/themes/Gray-OSD/osd-bar-mid.png
-%%DATADIR%%/themes/Gray-OSD/osd-channel-edit.png
-%%DATADIR%%/themes/Gray-OSD/osd-editmode.png
-%%DATADIR%%/themes/Gray-OSD/osd-notify.png
-%%DATADIR%%/themes/Gray-OSD/osd-small.png
-%%DATADIR%%/themes/Gray-OSD/osd.xml
-%%DATADIR%%/themes/Gray-OSD/popup.png
-%%DATADIR%%/themes/Gray-OSD/position_marker.png
-%%DATADIR%%/themes/Gray-OSD/selector.png
-%%DATADIR%%/themes/Gray-OSD/slider_frame.png
-%%DATADIR%%/themes/Gray-OSD/themeinfo.xml
%%DATADIR%%/themes/MythCenter-wide/README
%%DATADIR%%/themes/MythCenter-wide/appear-ui.xml
%%DATADIR%%/themes/MythCenter-wide/base.xml
@@ -394,7 +476,22 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/MythCenter-wide/htmls/progdetails_page1.html
%%DATADIR%%/themes/MythCenter-wide/htmls/progdetails_page2.html
%%DATADIR%%/themes/MythCenter-wide/menu-ui.xml
-%%DATADIR%%/themes/MythCenter-wide/preview.jpg
+%%DATADIR%%/themes/MythCenter-wide/osd.xml
+%%DATADIR%%/themes/MythCenter-wide/osd/bd.png
+%%DATADIR%%/themes/MythCenter-wide/osd/dvd.png
+%%DATADIR%%/themes/MythCenter-wide/osd/info.png
+%%DATADIR%%/themes/MythCenter-wide/osd/input.png
+%%DATADIR%%/themes/MythCenter-wide/osd/message.png
+%%DATADIR%%/themes/MythCenter-wide/osd/prog_bot.png
+%%DATADIR%%/themes/MythCenter-wide/osd/prog_top.png
+%%DATADIR%%/themes/MythCenter-wide/osd/progressbar_bg.png
+%%DATADIR%%/themes/MythCenter-wide/osd/progressbar_cut.png
+%%DATADIR%%/themes/MythCenter-wide/osd/progressbar_fill.png
+%%DATADIR%%/themes/MythCenter-wide/osd/recording.png
+%%DATADIR%%/themes/MythCenter-wide/osd/sd.png
+%%DATADIR%%/themes/MythCenter-wide/osd/tv.png
+%%DATADIR%%/themes/MythCenter-wide/osd/video.png
+%%DATADIR%%/themes/MythCenter-wide/preview.png
%%DATADIR%%/themes/MythCenter-wide/qtlook.txt
%%DATADIR%%/themes/MythCenter-wide/recordings-ui.xml
%%DATADIR%%/themes/MythCenter-wide/schedule-ui.xml
@@ -424,6 +521,7 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/MythCenter-wide/ui/horizon.png
%%DATADIR%%/themes/MythCenter-wide/ui/mythtv_logo.png
%%DATADIR%%/themes/MythCenter-wide/ui/up.png
+%%DATADIR%%/themes/MythCenter-wide/video-ui.xml
%%DATADIR%%/themes/MythCenter-wide/watermark/alarmclock.png
%%DATADIR%%/themes/MythCenter-wide/watermark/appearance.png
%%DATADIR%%/themes/MythCenter-wide/watermark/big_arrow_down.png
@@ -469,6 +567,7 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/MythCenter-wide/watermark/weather.png
%%DATADIR%%/themes/MythCenter-wide/watermark/zoneminder.png
%%DATADIR%%/themes/MythCenter-wide/welcome-ui.xml
+%%DATADIR%%/themes/MythCenter-wide/zoneminder-ui.xml
%%DATADIR%%/themes/MythCenter/README
%%DATADIR%%/themes/MythCenter/base.xml
%%DATADIR%%/themes/MythCenter/cr-lines.png
@@ -476,7 +575,8 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/MythCenter/htmls/progdetails_page1.html
%%DATADIR%%/themes/MythCenter/htmls/progdetails_page2.html
%%DATADIR%%/themes/MythCenter/menu-ui.xml
-%%DATADIR%%/themes/MythCenter/preview.jpg
+%%DATADIR%%/themes/MythCenter/osd.xml
+%%DATADIR%%/themes/MythCenter/preview.png
%%DATADIR%%/themes/MythCenter/qtlook.txt
%%DATADIR%%/themes/MythCenter/recordings-ui.xml
%%DATADIR%%/themes/MythCenter/schedule-ui.xml
@@ -582,8 +682,15 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/Terra/menu/menubackground.png
%%DATADIR%%/themes/Terra/menu/menuframe.png
%%DATADIR%%/themes/Terra/music-ui.xml
+%%DATADIR%%/themes/Terra/music/miniplayer_pauseicon.png
+%%DATADIR%%/themes/Terra/music/miniplayer_playicon.png
+%%DATADIR%%/themes/Terra/music/miniplayer_stopicon.png
%%DATADIR%%/themes/Terra/netvision-ui.xml
%%DATADIR%%/themes/Terra/news-ui.xml
+%%DATADIR%%/themes/Terra/osd.xml
+%%DATADIR%%/themes/Terra/osd/editorbackground.png
+%%DATADIR%%/themes/Terra/osd/infobackground.png
+%%DATADIR%%/themes/Terra/osd/messagebackground.png
%%DATADIR%%/themes/Terra/popups/alt_menu_background.png
%%DATADIR%%/themes/Terra/popups/busy/busy_0.png
%%DATADIR%%/themes/Terra/popups/busy/busy_1.png
@@ -616,6 +723,7 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/Terra/popups/busy/busy_8.png
%%DATADIR%%/themes/Terra/popups/busy/busy_9.png
%%DATADIR%%/themes/Terra/popups/confirmation_background.png
+%%DATADIR%%/themes/Terra/popups/edit_background.png
%%DATADIR%%/themes/Terra/popups/largemenubackground.png
%%DATADIR%%/themes/Terra/popups/menu_background.png
%%DATADIR%%/themes/Terra/popups/menu_button.png
@@ -670,6 +778,8 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/Terra/shared/bronze_star.png
%%DATADIR%%/themes/Terra/shared/cross.png
%%DATADIR%%/themes/Terra/shared/directory.png
+%%DATADIR%%/themes/Terra/shared/disabled.png
+%%DATADIR%%/themes/Terra/shared/error.png
%%DATADIR%%/themes/Terra/shared/gold_star.png
%%DATADIR%%/themes/Terra/shared/horizlist_internal_left_arrow.png
%%DATADIR%%/themes/Terra/shared/horizlist_internal_right_arrow.png
@@ -690,19 +800,26 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/Terra/shared/list_left_arrow.png
%%DATADIR%%/themes/Terra/shared/list_right_arrow.png
%%DATADIR%%/themes/Terra/shared/list_up_arrow.png
+%%DATADIR%%/themes/Terra/shared/normal.png
%%DATADIR%%/themes/Terra/shared/playlist.png
+%%DATADIR%%/themes/Terra/shared/running.png
+%%DATADIR%%/themes/Terra/shared/selected_disabled.png
+%%DATADIR%%/themes/Terra/shared/selected_error.png
+%%DATADIR%%/themes/Terra/shared/selected_normal.png
+%%DATADIR%%/themes/Terra/shared/selected_running.png
%%DATADIR%%/themes/Terra/shared/selected_state_mask.png
+%%DATADIR%%/themes/Terra/shared/selected_warning.png
%%DATADIR%%/themes/Terra/shared/silver_star.png
%%DATADIR%%/themes/Terra/shared/super_gold_star.png
%%DATADIR%%/themes/Terra/shared/tick.png
%%DATADIR%%/themes/Terra/shared/updirectory.png
+%%DATADIR%%/themes/Terra/shared/warning.png
%%DATADIR%%/themes/Terra/shared/watched.png
%%DATADIR%%/themes/Terra/status-ui.xml
%%DATADIR%%/themes/Terra/themeinfo.xml
%%DATADIR%%/themes/Terra/video-ui.xml
%%DATADIR%%/themes/Terra/video/browserlistbackground.png
%%DATADIR%%/themes/Terra/video/browserlistframe.png
-%%DATADIR%%/themes/Terra/video/filters_background.png
%%DATADIR%%/themes/Terra/video/info_background.png
%%DATADIR%%/themes/Terra/video/info_poster_mask.png
%%DATADIR%%/themes/Terra/video/managerlistbackground.png
@@ -793,6 +910,7 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/default-wide/def-ro-lines.png
%%DATADIR%%/themes/default-wide/filler.png
%%DATADIR%%/themes/default-wide/md_progress_background.png
+%%DATADIR%%/themes/default-wide/osd.xml
%%DATADIR%%/themes/default-wide/pd-background.png
%%DATADIR%%/themes/default-wide/pf-background.png
%%DATADIR%%/themes/default-wide/pf-lines.png
@@ -921,8 +1039,8 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/default/keyboard/de_ui.xml
%%DATADIR%%/themes/default/keyboard/dk.xml
%%DATADIR%%/themes/default/keyboard/dk_ui.xml
-%%DATADIR%%/themes/default/keyboard/en_uk.xml
-%%DATADIR%%/themes/default/keyboard/en_uk_ui.xml
+%%DATADIR%%/themes/default/keyboard/en_gb.xml
+%%DATADIR%%/themes/default/keyboard/en_gb_ui.xml
%%DATADIR%%/themes/default/keyboard/en_us.xml
%%DATADIR%%/themes/default/keyboard/en_us_ui.xml
%%DATADIR%%/themes/default/keyboard/es.xml
@@ -996,10 +1114,257 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/default/leftright_off.png
%%DATADIR%%/themes/default/leftright_on.png
%%DATADIR%%/themes/default/leftright_pushed.png
+%%DATADIR%%/themes/default/locale/ad.png
+%%DATADIR%%/themes/default/locale/ae.png
+%%DATADIR%%/themes/default/locale/af.png
+%%DATADIR%%/themes/default/locale/ag.png
+%%DATADIR%%/themes/default/locale/ai.png
+%%DATADIR%%/themes/default/locale/al.png
+%%DATADIR%%/themes/default/locale/am.png
+%%DATADIR%%/themes/default/locale/an.png
+%%DATADIR%%/themes/default/locale/ao.png
+%%DATADIR%%/themes/default/locale/ar.png
+%%DATADIR%%/themes/default/locale/as.png
+%%DATADIR%%/themes/default/locale/at.png
+%%DATADIR%%/themes/default/locale/au.png
+%%DATADIR%%/themes/default/locale/aw.png
+%%DATADIR%%/themes/default/locale/ax.png
+%%DATADIR%%/themes/default/locale/az.png
+%%DATADIR%%/themes/default/locale/ba.png
+%%DATADIR%%/themes/default/locale/bb.png
+%%DATADIR%%/themes/default/locale/bd.png
+%%DATADIR%%/themes/default/locale/be.png
+%%DATADIR%%/themes/default/locale/bf.png
+%%DATADIR%%/themes/default/locale/bg.png
+%%DATADIR%%/themes/default/locale/bh.png
+%%DATADIR%%/themes/default/locale/bi.png
+%%DATADIR%%/themes/default/locale/bj.png
+%%DATADIR%%/themes/default/locale/bl.png
+%%DATADIR%%/themes/default/locale/bm.png
+%%DATADIR%%/themes/default/locale/bn.png
+%%DATADIR%%/themes/default/locale/bo.png
+%%DATADIR%%/themes/default/locale/br.png
+%%DATADIR%%/themes/default/locale/bs.png
+%%DATADIR%%/themes/default/locale/bt.png
+%%DATADIR%%/themes/default/locale/bv.png
+%%DATADIR%%/themes/default/locale/bw.png
+%%DATADIR%%/themes/default/locale/by.png
+%%DATADIR%%/themes/default/locale/bz.png
+%%DATADIR%%/themes/default/locale/ca.png
+%%DATADIR%%/themes/default/locale/cc.png
+%%DATADIR%%/themes/default/locale/cd.png
+%%DATADIR%%/themes/default/locale/cf.png
+%%DATADIR%%/themes/default/locale/cg.png
+%%DATADIR%%/themes/default/locale/ch.png
+%%DATADIR%%/themes/default/locale/ci.png
+%%DATADIR%%/themes/default/locale/ck.png
+%%DATADIR%%/themes/default/locale/cl.png
+%%DATADIR%%/themes/default/locale/cm.png
+%%DATADIR%%/themes/default/locale/cn.png
+%%DATADIR%%/themes/default/locale/co.png
+%%DATADIR%%/themes/default/locale/cr.png
+%%DATADIR%%/themes/default/locale/cu.png
+%%DATADIR%%/themes/default/locale/cv.png
+%%DATADIR%%/themes/default/locale/cx.png
+%%DATADIR%%/themes/default/locale/cy.png
+%%DATADIR%%/themes/default/locale/cz.png
+%%DATADIR%%/themes/default/locale/de.png
+%%DATADIR%%/themes/default/locale/dj.png
+%%DATADIR%%/themes/default/locale/dk.png
+%%DATADIR%%/themes/default/locale/dm.png
+%%DATADIR%%/themes/default/locale/do.png
+%%DATADIR%%/themes/default/locale/dz.png
+%%DATADIR%%/themes/default/locale/ec.png
+%%DATADIR%%/themes/default/locale/ee.png
+%%DATADIR%%/themes/default/locale/eg.png
+%%DATADIR%%/themes/default/locale/eng.png
+%%DATADIR%%/themes/default/locale/er.png
+%%DATADIR%%/themes/default/locale/es.png
+%%DATADIR%%/themes/default/locale/et.png
+%%DATADIR%%/themes/default/locale/fi.png
+%%DATADIR%%/themes/default/locale/fj.png
+%%DATADIR%%/themes/default/locale/fk.png
+%%DATADIR%%/themes/default/locale/fm.png
+%%DATADIR%%/themes/default/locale/fo.png
+%%DATADIR%%/themes/default/locale/fr.png
+%%DATADIR%%/themes/default/locale/ga.png
+%%DATADIR%%/themes/default/locale/gb.png
+%%DATADIR%%/themes/default/locale/gd.png
+%%DATADIR%%/themes/default/locale/ge.png
+%%DATADIR%%/themes/default/locale/gf.png
+%%DATADIR%%/themes/default/locale/gg.png
+%%DATADIR%%/themes/default/locale/gh.png
+%%DATADIR%%/themes/default/locale/gi.png
+%%DATADIR%%/themes/default/locale/gl.png
+%%DATADIR%%/themes/default/locale/gm.png
+%%DATADIR%%/themes/default/locale/gn.png
+%%DATADIR%%/themes/default/locale/gp.png
+%%DATADIR%%/themes/default/locale/gq.png
+%%DATADIR%%/themes/default/locale/gr.png
+%%DATADIR%%/themes/default/locale/gs.png
+%%DATADIR%%/themes/default/locale/gt.png
+%%DATADIR%%/themes/default/locale/gu.png
+%%DATADIR%%/themes/default/locale/gw.png
+%%DATADIR%%/themes/default/locale/gy.png
+%%DATADIR%%/themes/default/locale/hk.png
+%%DATADIR%%/themes/default/locale/hn.png
+%%DATADIR%%/themes/default/locale/hr.png
+%%DATADIR%%/themes/default/locale/ht.png
+%%DATADIR%%/themes/default/locale/hu.png
+%%DATADIR%%/themes/default/locale/id.png
+%%DATADIR%%/themes/default/locale/ie.png
+%%DATADIR%%/themes/default/locale/il.png
+%%DATADIR%%/themes/default/locale/im.png
+%%DATADIR%%/themes/default/locale/in.png
+%%DATADIR%%/themes/default/locale/io.png
+%%DATADIR%%/themes/default/locale/iq.png
+%%DATADIR%%/themes/default/locale/ir.png
+%%DATADIR%%/themes/default/locale/is.png
+%%DATADIR%%/themes/default/locale/it.png
+%%DATADIR%%/themes/default/locale/je.png
+%%DATADIR%%/themes/default/locale/jm.png
+%%DATADIR%%/themes/default/locale/jo.png
+%%DATADIR%%/themes/default/locale/jp.png
+%%DATADIR%%/themes/default/locale/ke.png
+%%DATADIR%%/themes/default/locale/kg.png
+%%DATADIR%%/themes/default/locale/kh.png
+%%DATADIR%%/themes/default/locale/ki.png
+%%DATADIR%%/themes/default/locale/km.png
+%%DATADIR%%/themes/default/locale/kn.png
+%%DATADIR%%/themes/default/locale/kp.png
+%%DATADIR%%/themes/default/locale/kr.png
+%%DATADIR%%/themes/default/locale/kw.png
+%%DATADIR%%/themes/default/locale/ky.png
+%%DATADIR%%/themes/default/locale/kz.png
+%%DATADIR%%/themes/default/locale/la.png
+%%DATADIR%%/themes/default/locale/lb.png
+%%DATADIR%%/themes/default/locale/lc.png
+%%DATADIR%%/themes/default/locale/li.png
+%%DATADIR%%/themes/default/locale/lk.png
+%%DATADIR%%/themes/default/locale/lr.png
+%%DATADIR%%/themes/default/locale/ls.png
+%%DATADIR%%/themes/default/locale/lt.png
+%%DATADIR%%/themes/default/locale/lu.png
+%%DATADIR%%/themes/default/locale/lv.png
+%%DATADIR%%/themes/default/locale/ly.png
+%%DATADIR%%/themes/default/locale/ma.png
+%%DATADIR%%/themes/default/locale/mc.png
+%%DATADIR%%/themes/default/locale/md.png
+%%DATADIR%%/themes/default/locale/me.png
+%%DATADIR%%/themes/default/locale/mf.png
+%%DATADIR%%/themes/default/locale/mg.png
+%%DATADIR%%/themes/default/locale/mh.png
+%%DATADIR%%/themes/default/locale/mk.png
+%%DATADIR%%/themes/default/locale/ml.png
+%%DATADIR%%/themes/default/locale/mm.png
+%%DATADIR%%/themes/default/locale/mn.png
+%%DATADIR%%/themes/default/locale/mo.png
+%%DATADIR%%/themes/default/locale/mp.png
+%%DATADIR%%/themes/default/locale/mq.png
+%%DATADIR%%/themes/default/locale/mr.png
+%%DATADIR%%/themes/default/locale/ms.png
+%%DATADIR%%/themes/default/locale/mt.png
+%%DATADIR%%/themes/default/locale/mu.png
+%%DATADIR%%/themes/default/locale/mv.png
+%%DATADIR%%/themes/default/locale/mw.png
+%%DATADIR%%/themes/default/locale/mx.png
+%%DATADIR%%/themes/default/locale/my.png
+%%DATADIR%%/themes/default/locale/mz.png
+%%DATADIR%%/themes/default/locale/na.png
+%%DATADIR%%/themes/default/locale/nc.png
+%%DATADIR%%/themes/default/locale/ne.png
+%%DATADIR%%/themes/default/locale/nf.png
+%%DATADIR%%/themes/default/locale/ng.png
+%%DATADIR%%/themes/default/locale/ni.png
+%%DATADIR%%/themes/default/locale/nl.png
+%%DATADIR%%/themes/default/locale/no.png
+%%DATADIR%%/themes/default/locale/np.png
+%%DATADIR%%/themes/default/locale/nr.png
+%%DATADIR%%/themes/default/locale/nu.png
+%%DATADIR%%/themes/default/locale/nz.png
+%%DATADIR%%/themes/default/locale/om.png
+%%DATADIR%%/themes/default/locale/pa.png
+%%DATADIR%%/themes/default/locale/pe.png
+%%DATADIR%%/themes/default/locale/pf.png
+%%DATADIR%%/themes/default/locale/pg.png
+%%DATADIR%%/themes/default/locale/ph.png
+%%DATADIR%%/themes/default/locale/pk.png
+%%DATADIR%%/themes/default/locale/pl.png
+%%DATADIR%%/themes/default/locale/pm.png
+%%DATADIR%%/themes/default/locale/pn.png
+%%DATADIR%%/themes/default/locale/pr.png
+%%DATADIR%%/themes/default/locale/ps.png
+%%DATADIR%%/themes/default/locale/pt.png
+%%DATADIR%%/themes/default/locale/pw.png
+%%DATADIR%%/themes/default/locale/py.png
+%%DATADIR%%/themes/default/locale/qa.png
+%%DATADIR%%/themes/default/locale/re.png
+%%DATADIR%%/themes/default/locale/ro.png
+%%DATADIR%%/themes/default/locale/rs.png
+%%DATADIR%%/themes/default/locale/ru.png
+%%DATADIR%%/themes/default/locale/rw.png
+%%DATADIR%%/themes/default/locale/sa.png
+%%DATADIR%%/themes/default/locale/sb.png
+%%DATADIR%%/themes/default/locale/sc.png
+%%DATADIR%%/themes/default/locale/sct.png
+%%DATADIR%%/themes/default/locale/sd.png
+%%DATADIR%%/themes/default/locale/se.png
+%%DATADIR%%/themes/default/locale/sg.png
+%%DATADIR%%/themes/default/locale/sh.png
+%%DATADIR%%/themes/default/locale/si.png
+%%DATADIR%%/themes/default/locale/sj.png
+%%DATADIR%%/themes/default/locale/sk.png
+%%DATADIR%%/themes/default/locale/sl.png
+%%DATADIR%%/themes/default/locale/sm.png
+%%DATADIR%%/themes/default/locale/sn.png
+%%DATADIR%%/themes/default/locale/so.png
+%%DATADIR%%/themes/default/locale/sr.png
+%%DATADIR%%/themes/default/locale/st.png
+%%DATADIR%%/themes/default/locale/sv.png
+%%DATADIR%%/themes/default/locale/sy.png
+%%DATADIR%%/themes/default/locale/sz.png
+%%DATADIR%%/themes/default/locale/tc.png
+%%DATADIR%%/themes/default/locale/td.png
+%%DATADIR%%/themes/default/locale/tf.png
+%%DATADIR%%/themes/default/locale/tg.png
+%%DATADIR%%/themes/default/locale/th.png
+%%DATADIR%%/themes/default/locale/tj.png
+%%DATADIR%%/themes/default/locale/tk.png
+%%DATADIR%%/themes/default/locale/tl.png
+%%DATADIR%%/themes/default/locale/tm.png
+%%DATADIR%%/themes/default/locale/tn.png
+%%DATADIR%%/themes/default/locale/to.png
+%%DATADIR%%/themes/default/locale/tr.png
+%%DATADIR%%/themes/default/locale/tt.png
+%%DATADIR%%/themes/default/locale/tv.png
+%%DATADIR%%/themes/default/locale/tw.png
+%%DATADIR%%/themes/default/locale/tz.png
+%%DATADIR%%/themes/default/locale/ua.png
+%%DATADIR%%/themes/default/locale/ug.png
+%%DATADIR%%/themes/default/locale/um.png
+%%DATADIR%%/themes/default/locale/us.png
+%%DATADIR%%/themes/default/locale/uy.png
+%%DATADIR%%/themes/default/locale/uz.png
+%%DATADIR%%/themes/default/locale/va.png
+%%DATADIR%%/themes/default/locale/vc.png
+%%DATADIR%%/themes/default/locale/ve.png
+%%DATADIR%%/themes/default/locale/vg.png
+%%DATADIR%%/themes/default/locale/vi.png
+%%DATADIR%%/themes/default/locale/vn.png
+%%DATADIR%%/themes/default/locale/vu.png
+%%DATADIR%%/themes/default/locale/wf.png
+%%DATADIR%%/themes/default/locale/wls.png
+%%DATADIR%%/themes/default/locale/ws.png
+%%DATADIR%%/themes/default/locale/ye.png
+%%DATADIR%%/themes/default/locale/yt.png
+%%DATADIR%%/themes/default/locale/za.png
+%%DATADIR%%/themes/default/locale/zm.png
+%%DATADIR%%/themes/default/locale/zw.png
%%DATADIR%%/themes/default/mono.png
%%DATADIR%%/themes/default/mythdialogbox-background.png
%%DATADIR%%/themes/default/mythfilebrowser-background.png
%%DATADIR%%/themes/default/mythprogressdialog-background.png
+%%DATADIR%%/themes/default/osd.xml
%%DATADIR%%/themes/default/pd-background.png
%%DATADIR%%/themes/default/pf-background.png
%%DATADIR%%/themes/default/pf-lines.png
@@ -1029,6 +1394,17 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/default/schedule_recording.png
%%DATADIR%%/themes/default/selectbar.png
%%DATADIR%%/themes/default/settings-ui.xml
+%%DATADIR%%/themes/default/shared/0_stars.png
+%%DATADIR%%/themes/default/shared/10_stars.png
+%%DATADIR%%/themes/default/shared/1_stars.png
+%%DATADIR%%/themes/default/shared/2_stars.png
+%%DATADIR%%/themes/default/shared/3_stars.png
+%%DATADIR%%/themes/default/shared/4_stars.png
+%%DATADIR%%/themes/default/shared/5_stars.png
+%%DATADIR%%/themes/default/shared/6_stars.png
+%%DATADIR%%/themes/default/shared/7_stars.png
+%%DATADIR%%/themes/default/shared/8_stars.png
+%%DATADIR%%/themes/default/shared/9_stars.png
%%DATADIR%%/themes/default/shared/directory.png
%%DATADIR%%/themes/default/shared/executable.png
%%DATADIR%%/themes/default/shared/file.png
@@ -1063,6 +1439,7 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/default/very_wide_button_pushed_background.png
%%DATADIR%%/themes/default/very_wide_button_selected_background.png
%%DATADIR%%/themes/default/watched.png
+%%DATADIR%%/themes/default/welcome-ui.xml
%%DATADIR%%/themes/default/wide.png
%%DATADIR%%/themes/default/wide_button_background.png
%%DATADIR%%/themes/default/wide_button_pushed_background.png
@@ -1083,23 +1460,6 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/defaultmenu/tv_settings.xml
%%DATADIR%%/themes/defaultmenu/tvmenu.xml
%%DATADIR%%/themes/defaultmenu/util_menu.xml
-%%DATADIR%%/themes/isthmus/cut_end.png
-%%DATADIR%%/themes/isthmus/cut_start.png
-%%DATADIR%%/themes/isthmus/fill_green.png
-%%DATADIR%%/themes/isthmus/fill_red.png
-%%DATADIR%%/themes/isthmus/isthmus-preview.png
-%%DATADIR%%/themes/isthmus/news_scroller.png
-%%DATADIR%%/themes/isthmus/osd-alert.png
-%%DATADIR%%/themes/isthmus/osd-channel-edit.png
-%%DATADIR%%/themes/isthmus/osd-mid.png
-%%DATADIR%%/themes/isthmus/osd.xml
-%%DATADIR%%/themes/isthmus/phone.png
-%%DATADIR%%/themes/isthmus/popup.png
-%%DATADIR%%/themes/isthmus/position_marker.png
-%%DATADIR%%/themes/isthmus/red.png
-%%DATADIR%%/themes/isthmus/selector.png
-%%DATADIR%%/themes/isthmus/slider_frame.png
-%%DATADIR%%/themes/isthmus/themeinfo.xml
%%DATADIR%%/themes/mediacentermenu/advanced.xml
%%DATADIR%%/themes/mediacentermenu/info_settings.xml
%%DATADIR%%/themes/mediacentermenu/main_settings.xml
@@ -1114,26 +1474,32 @@ lib/mythtv/filters/libyadif.so
%%DATADIR%%/themes/mediacentermenu/tv_schedule.xml
%%DATADIR%%/themes/mediacentermenu/tv_search.xml
%%DATADIR%%/themes/mediacentermenu/tv_settings.xml
-%%DATADIR%%/themes/default/welcome-ui.xml
+%%DATADIR%%/themes/mythuitheme.dtd
@dirrm include/mythtv/upnp
+@dirrm include/mythtv/libpostproc
@dirrm include/mythtv/mpeg2dec
+@dirrm include/mythtv/metadata
@dirrm include/mythtv/libswscale
@dirrm include/mythtv/libmythui
@dirrm include/mythtv/libmythdb
@dirrm include/mythtv/libmyth
@dirrm include/mythtv/libavutil
@dirrm include/mythtv/libavformat
+@dirrm include/mythtv/libavfilter
+@dirrm include/mythtv/libavdevice
+@dirrm include/mythtv/libavcore
@dirrm include/mythtv/libavcodec
@dirrm include/mythtv/dvdread
@dirrm include/mythtv/dvdnav
+@dirrm include/mythtv/bluray
@dirrm include/mythtv
@dirrm lib/mythtv/filters
@dirrm lib/mythtv
@dirrm %%DATADIR%%/themes/mediacentermenu
-@dirrm %%DATADIR%%/themes/isthmus
@dirrm %%DATADIR%%/themes/defaultmenu
@dirrm %%DATADIR%%/themes/default/shared
@dirrm %%DATADIR%%/themes/default/recording
+@dirrm %%DATADIR%%/themes/default/locale
@dirrm %%DATADIR%%/themes/default/keyboard
@dirrm %%DATADIR%%/themes/default/htmls
@dirrm %%DATADIR%%/themes/default/busyimages
@@ -1149,6 +1515,8 @@ lib/mythtv/filters/libyadif.so
@dirrm %%DATADIR%%/themes/Terra/recordings
@dirrm %%DATADIR%%/themes/Terra/popups/busy
@dirrm %%DATADIR%%/themes/Terra/popups
+@dirrm %%DATADIR%%/themes/Terra/osd
+@dirrm %%DATADIR%%/themes/Terra/music
@dirrm %%DATADIR%%/themes/Terra/menu
@dirrm %%DATADIR%%/themes/Terra/htmls
@dirrm %%DATADIR%%/themes/Terra/guide
@@ -1161,14 +1529,15 @@ lib/mythtv/filters/libyadif.so
@dirrm %%DATADIR%%/themes/MythCenter/title
@dirrm %%DATADIR%%/themes/MythCenter/htmls
@dirrm %%DATADIR%%/themes/MythCenter-wide/watermark
+@dirrm %%DATADIR%%/themes/MythCenter-wide/osd
@dirrm %%DATADIR%%/themes/MythCenter-wide/ui
@dirrm %%DATADIR%%/themes/MythCenter-wide/title
@dirrm %%DATADIR%%/themes/MythCenter-wide/htmls
@dirrm %%DATADIR%%/themes/MythCenter-wide
@dirrm %%DATADIR%%/themes/MythCenter
-@dirrm %%DATADIR%%/themes/Gray-OSD
@dirrm %%DATADIR%%/themes/DVR
-@dirrm %%DATADIR%%/themes/BlackCurves-OSD
@dirrmtry %%DATADIR%%/themes
+@dirrm %%DATADIR%%/locales
@dirrm %%DATADIR%%/i18n
+@dirrm %%DATADIR%%/fonts
@dirrmtry %%DATADIR%%