aboutsummaryrefslogtreecommitdiff
path: root/multimedia
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
parent966c4738ffe156238ed721204f3e8bc2c62e5780 (diff)
downloadports-210672c345279459a7a38f99f1c7fa27ac37b14b.tar.gz
ports-210672c345279459a7a38f99f1c7fa27ac37b14b.zip
- Update to 0.24
- Remove MD5 checksum
Notes
Notes: svn path=/head/; revision=267387
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mythplugin-mythvideo/Makefile2
-rw-r--r--multimedia/mythplugin-mythvideo/distinfo5
-rw-r--r--multimedia/mythplugin-mythvideo/files/patch-mythvideo-mtd-dvdprobe.cpp20
-rw-r--r--multimedia/mythplugin-mythvideo/files/patch-mythvideo-mythvideo-videodlg.h11
-rw-r--r--multimedia/mythplugin-mythvideo/pkg-plist13
-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
-rw-r--r--multimedia/mythtv-themes/Makefile2
-rw-r--r--multimedia/mythtv-themes/distinfo5
-rw-r--r--multimedia/mythtv-themes/pkg-plist191
18 files changed, 636 insertions, 428 deletions
diff --git a/multimedia/mythplugin-mythvideo/Makefile b/multimedia/mythplugin-mythvideo/Makefile
index 5a005fcbce59..a7167cf89c08 100644
--- a/multimedia/mythplugin-mythvideo/Makefile
+++ b/multimedia/mythplugin-mythvideo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mythvideo
-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/ \
diff --git a/multimedia/mythplugin-mythvideo/distinfo b/multimedia/mythplugin-mythvideo/distinfo
index 5f7ef0a8c9e8..d93f80dc2116 100644
--- a/multimedia/mythplugin-mythvideo/distinfo
+++ b/multimedia/mythplugin-mythvideo/distinfo
@@ -1,3 +1,2 @@
-MD5 (mythplugins-0.23.1.tar.bz2) = edd9c5f8a9ae0189b1c8951fa8282c4d
-SHA256 (mythplugins-0.23.1.tar.bz2) = 9bf9c84095a4d5997123c8895237591c531bdce8c85480fbf3b538ccb55ed43e
-SIZE (mythplugins-0.23.1.tar.bz2) = 35603477
+SHA256 (mythplugins-0.24.tar.bz2) = 9b654118bcc379886523ff7d1e52c1c3440e5ef382549c0f5add95ca4caa19a8
+SIZE (mythplugins-0.24.tar.bz2) = 36796930
diff --git a/multimedia/mythplugin-mythvideo/files/patch-mythvideo-mtd-dvdprobe.cpp b/multimedia/mythplugin-mythvideo/files/patch-mythvideo-mtd-dvdprobe.cpp
deleted file mode 100644
index d32ab54746b0..000000000000
--- a/multimedia/mythplugin-mythvideo/files/patch-mythvideo-mtd-dvdprobe.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- mythvideo/mtd/dvdprobe.cpp.orig 2009-09-30 09:40:41.000000000 +0200
-+++ mythvideo/mtd/dvdprobe.cpp 2010-03-06 10:00:40.000000000 +0100
-@@ -9,7 +9,7 @@
-
- #include <sys/types.h>
- #include <sys/stat.h>
--#if defined(__linux__) || defined(__FreeBSD__)
-+#if defined(__linux__)
- #include <sys/ioctl.h>
- #include <linux/cdrom.h>
- #endif
-@@ -454,7 +454,7 @@
- return false;
- }
-
--#if defined(__linux__) || defined(__FreeBSD__)
-+#if defined(__linux__)
- // I have no idea if the following code block
- // is anywhere close to the "right way" of doing
- // this, but it seems to work.
diff --git a/multimedia/mythplugin-mythvideo/files/patch-mythvideo-mythvideo-videodlg.h b/multimedia/mythplugin-mythvideo/files/patch-mythvideo-mythvideo-videodlg.h
deleted file mode 100644
index 2d81fa274337..000000000000
--- a/multimedia/mythplugin-mythvideo/files/patch-mythvideo-mythvideo-videodlg.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- mythvideo/mythvideo/videodlg.h.orig 2009-11-28 19:50:27.000000000 +0100
-+++ mythvideo/mythvideo/videodlg.h 2010-12-05 14:00:27.000000000 +0100
-@@ -150,7 +150,7 @@
- QString RemoteImageCheck(QString host, QString filename);
- QString GetCoverImage(MythGenericTree *node);
- QString GetFirstImage(MythGenericTree *node, QString type,
-- QString gpnode = NULL, int levels = 0);
-+ QString gpnode = QString(), int levels = 0);
- QString GetImageFromFolder(Metadata *metadata);
- QString GetScreenshot(MythGenericTree *node);
- QString GetBanner(MythGenericTree *node);
diff --git a/multimedia/mythplugin-mythvideo/pkg-plist b/multimedia/mythplugin-mythvideo/pkg-plist
index 04538bfaa7b2..21ce4856b04e 100644
--- a/multimedia/mythplugin-mythvideo/pkg-plist
+++ b/multimedia/mythplugin-mythvideo/pkg-plist
@@ -1,11 +1,13 @@
@comment $FreeBSD$
-bin/mtd
lib/mythtv/plugins/libmythvideo.so
%%MYTHSHARE%%/i18n/mythvideo_ca.qm
%%MYTHSHARE%%/i18n/mythvideo_cs.qm
%%MYTHSHARE%%/i18n/mythvideo_da.qm
%%MYTHSHARE%%/i18n/mythvideo_de.qm
%%MYTHSHARE%%/i18n/mythvideo_el.qm
+%%MYTHSHARE%%/i18n/mythvideo_en_ca.qm
+%%MYTHSHARE%%/i18n/mythvideo_en_gb.qm
+%%MYTHSHARE%%/i18n/mythvideo_en_us.qm
%%MYTHSHARE%%/i18n/mythvideo_es.qm
%%MYTHSHARE%%/i18n/mythvideo_et.qm
%%MYTHSHARE%%/i18n/mythvideo_fi.qm
@@ -15,28 +17,22 @@ lib/mythtv/plugins/libmythvideo.so
%%MYTHSHARE%%/i18n/mythvideo_ja.qm
%%MYTHSHARE%%/i18n/mythvideo_nb.qm
%%MYTHSHARE%%/i18n/mythvideo_nl.qm
+%%MYTHSHARE%%/i18n/mythvideo_pl.qm
%%MYTHSHARE%%/i18n/mythvideo_pt.qm
%%MYTHSHARE%%/i18n/mythvideo_ru.qm
%%MYTHSHARE%%/i18n/mythvideo_sl.qm
%%MYTHSHARE%%/i18n/mythvideo_sv.qm
%%MYTHSHARE%%/mythvideo/scripts/Movie/MythTV/MythVideoCommon.pm
-%%MYTHSHARE%%/mythvideo/scripts/Movie/allocine.pl
-%%MYTHSHARE%%/mythvideo/scripts/Movie/alpacine.pl
-%%MYTHSHARE%%/mythvideo/scripts/Movie/kinox.pl
-%%MYTHSHARE%%/mythvideo/scripts/Movie/tmdb.py
%%MYTHSHARE%%/mythvideo/scripts/README
-%%MYTHSHARE%%/mythvideo/scripts/Television/ttvdb.py
%%MYTHSHARE%%/mythvideo/scripts/jamu-example.conf
%%MYTHSHARE%%/mythvideo/scripts/jamu.README
%%MYTHSHARE%%/mythvideo/scripts/jamu.py
-%%MYTHSHARE%%/themes/default-wide/dvd-ui.xml
%%MYTHSHARE%%/themes/default-wide/mv_browse_background.png
%%MYTHSHARE%%/themes/default-wide/mv_browse_nocover_large.png
%%MYTHSHARE%%/themes/default-wide/mv_browse_selector.png
%%MYTHSHARE%%/themes/default-wide/mv_itemdetail_popup.png
%%MYTHSHARE%%/themes/default-wide/mv_results_popup.png
%%MYTHSHARE%%/themes/default-wide/video-ui.xml
-%%MYTHSHARE%%/themes/default/dvd-ui.xml
%%MYTHSHARE%%/themes/default/md_progress_background.png
%%MYTHSHARE%%/themes/default/md_rip_banner.png
%%MYTHSHARE%%/themes/default/mv_browse_background.png
@@ -52,7 +48,6 @@ lib/mythtv/plugins/libmythvideo.so
%%MYTHSHARE%%/themes/default/video-ui.xml
%%MYTHSHARE%%/video_settings.xml
%%MYTHSHARE%%/videomenu.xml
-@dirrm %%MYTHSHARE%%/mythvideo/scripts/Television
@dirrm %%MYTHSHARE%%/mythvideo/scripts/Movie/MythTV
@dirrm %%MYTHSHARE%%/mythvideo/scripts/Movie
@dirrm %%MYTHSHARE%%/mythvideo/scripts
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%%
diff --git a/multimedia/mythtv-themes/Makefile b/multimedia/mythtv-themes/Makefile
index 12b63c7cbcdc..f59bb62261f5 100644
--- a/multimedia/mythtv-themes/Makefile
+++ b/multimedia/mythtv-themes/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
PORTNAME= mythtv
-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/ \
diff --git a/multimedia/mythtv-themes/distinfo b/multimedia/mythtv-themes/distinfo
index ac2dc7b2ef9b..cd5623b4cc6c 100644
--- a/multimedia/mythtv-themes/distinfo
+++ b/multimedia/mythtv-themes/distinfo
@@ -1,3 +1,2 @@
-MD5 (myththemes-0.23.1.tar.bz2) = 7dc2588a3235f84a957909449a8bda88
-SHA256 (myththemes-0.23.1.tar.bz2) = 3bf7d40afecfde6efeaac861c9e16979947deb2cb364e3d369f61e3ede0375db
-SIZE (myththemes-0.23.1.tar.bz2) = 25210246
+SHA256 (myththemes-0.24.tar.bz2) = feab81b1051cbbb5bb36e5a0caa759893c97bab14eafa1cd0c84a87e7babe966
+SIZE (myththemes-0.24.tar.bz2) = 26263996
diff --git a/multimedia/mythtv-themes/pkg-plist b/multimedia/mythtv-themes/pkg-plist
index 3a33d52d4f78..cc0ee5f1cf22 100644
--- a/multimedia/mythtv-themes/pkg-plist
+++ b/multimedia/mythtv-themes/pkg-plist
@@ -27,9 +27,42 @@
%%DATADIR%%/themes/Arclight/base.xml
%%DATADIR%%/themes/Arclight/browser-ui.xml
%%DATADIR%%/themes/Arclight/categories.xml
+%%DATADIR%%/themes/Arclight/codecs/1080i.png
+%%DATADIR%%/themes/Arclight/codecs/1080p.png
+%%DATADIR%%/themes/Arclight/codecs/1chan.png
+%%DATADIR%%/themes/Arclight/codecs/2chan.png
+%%DATADIR%%/themes/Arclight/codecs/5chan.png
+%%DATADIR%%/themes/Arclight/codecs/6chan.png
+%%DATADIR%%/themes/Arclight/codecs/720p.png
+%%DATADIR%%/themes/Arclight/codecs/7chan.png
+%%DATADIR%%/themes/Arclight/codecs/8chan.png
+%%DATADIR%%/themes/Arclight/codecs/AAC.png
+%%DATADIR%%/themes/Arclight/codecs/AC3.png
+%%DATADIR%%/themes/Arclight/codecs/ASP.png
+%%DATADIR%%/themes/Arclight/codecs/Blu-ray.png
+%%DATADIR%%/themes/Arclight/codecs/DTS.png
+%%DATADIR%%/themes/Arclight/codecs/DVD.png
+%%DATADIR%%/themes/Arclight/codecs/EAC3.png
+%%DATADIR%%/themes/Arclight/codecs/H263.png
+%%DATADIR%%/themes/Arclight/codecs/H264.png
+%%DATADIR%%/themes/Arclight/codecs/LiveTV.png
+%%DATADIR%%/themes/Arclight/codecs/MP2.png
+%%DATADIR%%/themes/Arclight/codecs/MP3.png
+%%DATADIR%%/themes/Arclight/codecs/MPEG2.png
+%%DATADIR%%/themes/Arclight/codecs/PCM-Blu-ray.png
+%%DATADIR%%/themes/Arclight/codecs/PCM.png
+%%DATADIR%%/themes/Arclight/codecs/RTJPEG.png
+%%DATADIR%%/themes/Arclight/codecs/Recorded.png
+%%DATADIR%%/themes/Arclight/codecs/Recording.png
+%%DATADIR%%/themes/Arclight/codecs/SD.png
+%%DATADIR%%/themes/Arclight/codecs/TrueHD.png
+%%DATADIR%%/themes/Arclight/codecs/VC1.png
+%%DATADIR%%/themes/Arclight/codecs/Video.png
+%%DATADIR%%/themes/Arclight/codecs/Vorbis.png
+%%DATADIR%%/themes/Arclight/codecs/WMAPRO.png
+%%DATADIR%%/themes/Arclight/codecs/WMV3.png
%%DATADIR%%/themes/Arclight/config-ui.xml
%%DATADIR%%/themes/Arclight/controls-ui.xml
-%%DATADIR%%/themes/Arclight/dvd-ui.xml
%%DATADIR%%/themes/Arclight/gallery-ui.xml
%%DATADIR%%/themes/Arclight/game-ui.xml
%%DATADIR%%/themes/Arclight/htmls/progdetails_page1.html
@@ -116,6 +149,7 @@
%%DATADIR%%/themes/Arclight/images/halfstar.png
%%DATADIR%%/themes/Arclight/images/hdicon_black.png
%%DATADIR%%/themes/Arclight/images/hdicon_white.png
+%%DATADIR%%/themes/Arclight/images/infooverlay.png
%%DATADIR%%/themes/Arclight/images/lb-check-empty.png
%%DATADIR%%/themes/Arclight/images/lb-check-full.png
%%DATADIR%%/themes/Arclight/images/lb-check-half.png
@@ -137,6 +171,10 @@
%%DATADIR%%/themes/Arclight/images/mv_gallery_dir_up.png
%%DATADIR%%/themes/Arclight/images/mv_gallery_dir_up_open.png
%%DATADIR%%/themes/Arclight/images/mythtv.png
+%%DATADIR%%/themes/Arclight/images/osd_bg.png
+%%DATADIR%%/themes/Arclight/images/osd_bumper_left.png
+%%DATADIR%%/themes/Arclight/images/osd_bumper_right.png
+%%DATADIR%%/themes/Arclight/images/osd_overlay.png
%%DATADIR%%/themes/Arclight/images/pcloudy.png
%%DATADIR%%/themes/Arclight/images/progressbar/progress1.png
%%DATADIR%%/themes/Arclight/images/progressbar/progress10.png
@@ -190,6 +228,8 @@
%%DATADIR%%/themes/Arclight/images/progressbar/progress9.png
%%DATADIR%%/themes/Arclight/images/progressbar/progressbar_background.png
%%DATADIR%%/themes/Arclight/images/progressbar/progressbar_fill.png
+%%DATADIR%%/themes/Arclight/images/progressbar/progressbar_large_background.png
+%%DATADIR%%/themes/Arclight/images/progressbar/progressbar_large_fill.png
%%DATADIR%%/themes/Arclight/images/progressbar_background.png
%%DATADIR%%/themes/Arclight/images/progressbar_fill.png
%%DATADIR%%/themes/Arclight/images/rainsnow.png
@@ -218,8 +258,8 @@
%%DATADIR%%/themes/Arclight/images/unknown.png
%%DATADIR%%/themes/Arclight/images/wideselector_selected.png
%%DATADIR%%/themes/Arclight/images/wideselector_unselected.png
-%%DATADIR%%/themes/Arclight/keyboard/en_uk.xml
-%%DATADIR%%/themes/Arclight/keyboard/en_uk_ui.xml
+%%DATADIR%%/themes/Arclight/keyboard/en_gb.xml
+%%DATADIR%%/themes/Arclight/keyboard/en_gb_ui.xml
%%DATADIR%%/themes/Arclight/keyboard/en_us.xml
%%DATADIR%%/themes/Arclight/keyboard/en_us_ui.xml
%%DATADIR%%/themes/Arclight/keyboard/keyboard.xml
@@ -235,6 +275,7 @@
%%DATADIR%%/themes/Arclight/mythnative-ui.xml
%%DATADIR%%/themes/Arclight/netvision-ui.xml
%%DATADIR%%/themes/Arclight/news-ui.xml
+%%DATADIR%%/themes/Arclight/osd.xml
%%DATADIR%%/themes/Arclight/preview.png
%%DATADIR%%/themes/Arclight/qtlook.txt
%%DATADIR%%/themes/Arclight/recordings-ui.xml
@@ -271,7 +312,6 @@
%%DATADIR%%/themes/Childish/buttons/submenu_right.png
%%DATADIR%%/themes/Childish/config-ui.xml
%%DATADIR%%/themes/Childish/controls-ui.xml
-%%DATADIR%%/themes/Childish/dvd-ui.xml
%%DATADIR%%/themes/Childish/gallery-ui.xml
%%DATADIR%%/themes/Childish/gallery/ORIGphoto_single.png
%%DATADIR%%/themes/Childish/gallery/ORIGphoto_stack.png
@@ -424,7 +464,6 @@
%%DATADIR%%/themes/Graphite/categories.xml
%%DATADIR%%/themes/Graphite/config-ui.xml
%%DATADIR%%/themes/Graphite/controls-ui.xml
-%%DATADIR%%/themes/Graphite/dvd-ui.xml
%%DATADIR%%/themes/Graphite/gallery-ui.xml
%%DATADIR%%/themes/Graphite/game-ui.xml
%%DATADIR%%/themes/Graphite/images/1.5star.png
@@ -677,10 +716,9 @@
%%DATADIR%%/themes/Graphite/images/wide.png
%%DATADIR%%/themes/Graphite/images/widealone.png
%%DATADIR%%/themes/Graphite/menu-ui.xml
-%%DATADIR%%/themes/Graphite/movies-ui.xml
%%DATADIR%%/themes/Graphite/music-ui.xml
-%%DATADIR%%/themes/Graphite/netflix-ui.xml
%%DATADIR%%/themes/Graphite/news-ui.xml
+%%DATADIR%%/themes/Graphite/osd.xml
%%DATADIR%%/themes/Graphite/preview.png
%%DATADIR%%/themes/Graphite/qtlook.txt
%%DATADIR%%/themes/Graphite/recordings-ui.xml
@@ -689,38 +727,6 @@
%%DATADIR%%/themes/Graphite/themeinfo.xml
%%DATADIR%%/themes/Graphite/video-ui.xml
%%DATADIR%%/themes/Graphite/weather-ui.xml
-%%DATADIR%%/themes/Iulius-OSD/blue.png
-%%DATADIR%%/themes/Iulius-OSD/cut-end.png
-%%DATADIR%%/themes/Iulius-OSD/cut-start.png
-%%DATADIR%%/themes/Iulius-OSD/green-slide.png
-%%DATADIR%%/themes/Iulius-OSD/green.png
-%%DATADIR%%/themes/Iulius-OSD/iulius-osd-preview.png
-%%DATADIR%%/themes/Iulius-OSD/osd-alert.png
-%%DATADIR%%/themes/Iulius-OSD/osd-big.png
-%%DATADIR%%/themes/Iulius-OSD/osd-callerid.png
-%%DATADIR%%/themes/Iulius-OSD/osd-channel-edit.png
-%%DATADIR%%/themes/Iulius-OSD/osd-edit-bg.png
-%%DATADIR%%/themes/Iulius-OSD/osd-small.png
-%%DATADIR%%/themes/Iulius-OSD/osd.xml
-%%DATADIR%%/themes/Iulius-OSD/popup.png
-%%DATADIR%%/themes/Iulius-OSD/position-indicator.png
-%%DATADIR%%/themes/Iulius-OSD/red.png
-%%DATADIR%%/themes/Iulius-OSD/themeinfo.xml
-%%DATADIR%%/themes/Mono-OSD/cut-end.png
-%%DATADIR%%/themes/Mono-OSD/cut-start.png
-%%DATADIR%%/themes/Mono-OSD/fill-blue.png
-%%DATADIR%%/themes/Mono-OSD/grey.png
-%%DATADIR%%/themes/Mono-OSD/mono-osd-preview.png
-%%DATADIR%%/themes/Mono-OSD/osd-alert.png
-%%DATADIR%%/themes/Mono-OSD/osd-big.png
-%%DATADIR%%/themes/Mono-OSD/osd-browse.png
-%%DATADIR%%/themes/Mono-OSD/osd-callerid.png
-%%DATADIR%%/themes/Mono-OSD/osd-channel-edit.png
-%%DATADIR%%/themes/Mono-OSD/osd-small.png
-%%DATADIR%%/themes/Mono-OSD/osd.xml
-%%DATADIR%%/themes/Mono-OSD/position-indicator.png
-%%DATADIR%%/themes/Mono-OSD/red.png
-%%DATADIR%%/themes/Mono-OSD/themeinfo.xml
%%DATADIR%%/themes/Mythbuntu/README.txt
%%DATADIR%%/themes/Mythbuntu/appear-ui.xml
%%DATADIR%%/themes/Mythbuntu/background.png
@@ -755,7 +761,6 @@
%%DATADIR%%/themes/Mythbuntu/config-ui.xml
%%DATADIR%%/themes/Mythbuntu/container.png
%%DATADIR%%/themes/Mythbuntu/controls-ui.xml
-%%DATADIR%%/themes/Mythbuntu/dvd-ui.xml
%%DATADIR%%/themes/Mythbuntu/gallery-ui.xml
%%DATADIR%%/themes/Mythbuntu/game-ui.xml
%%DATADIR%%/themes/Mythbuntu/htmls/notfound.html
@@ -806,6 +811,7 @@
%%DATADIR%%/themes/Mythbuntu/news-ui.xml
%%DATADIR%%/themes/Mythbuntu/panels-with-drop.png
%%DATADIR%%/themes/Mythbuntu/preview.jpg
+%%DATADIR%%/themes/Mythbuntu/preview.png
%%DATADIR%%/themes/Mythbuntu/progress-filler.png
%%DATADIR%%/themes/Mythbuntu/qtlook.txt
%%DATADIR%%/themes/Mythbuntu/recordings-ui.xml
@@ -922,98 +928,6 @@
%%DATADIR%%/themes/Mythbuntu/weather/thunshowers.png
%%DATADIR%%/themes/Mythbuntu/weather/unknown.png
%%DATADIR%%/themes/Mythbuntu/welcome-ui.xml
-%%DATADIR%%/themes/ProjectGrayhem-OSD/Vera.ttf
-%%DATADIR%%/themes/ProjectGrayhem-OSD/VeraBd.ttf
-%%DATADIR%%/themes/ProjectGrayhem-OSD/cut_end.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/cut_start.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/edit.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/fill_green.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/fill_red.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/osd-alert.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/osd-channel-edit.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/osd.xml
-%%DATADIR%%/themes/ProjectGrayhem-OSD/osd_mid.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/paused_frame.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/phone.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/popup.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/position_marker.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/projectgrayhem-osd-preview.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/scroll.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/select.png
-%%DATADIR%%/themes/ProjectGrayhem-OSD/themeinfo.xml
-%%DATADIR%%/themes/Retro-OSD/Vera.ttf
-%%DATADIR%%/themes/Retro-OSD/VeraBd.ttf
-%%DATADIR%%/themes/Retro-OSD/cut_end.png
-%%DATADIR%%/themes/Retro-OSD/cut_start.png
-%%DATADIR%%/themes/Retro-OSD/edit.png
-%%DATADIR%%/themes/Retro-OSD/fill_green.png
-%%DATADIR%%/themes/Retro-OSD/fill_red.png
-%%DATADIR%%/themes/Retro-OSD/osd-channel-edit.png
-%%DATADIR%%/themes/Retro-OSD/osd.xml
-%%DATADIR%%/themes/Retro-OSD/osd_mid.png
-%%DATADIR%%/themes/Retro-OSD/pause.png
-%%DATADIR%%/themes/Retro-OSD/paused_frame.png
-%%DATADIR%%/themes/Retro-OSD/phone.png
-%%DATADIR%%/themes/Retro-OSD/popup.png
-%%DATADIR%%/themes/Retro-OSD/position_marker.png
-%%DATADIR%%/themes/Retro-OSD/retro-osd-preview.png
-%%DATADIR%%/themes/Retro-OSD/scroll.png
-%%DATADIR%%/themes/Retro-OSD/select.png
-%%DATADIR%%/themes/Retro-OSD/settings.png
-%%DATADIR%%/themes/Retro-OSD/themeinfo.xml
-%%DATADIR%%/themes/Titivillus-OSD/cut-end.png
-%%DATADIR%%/themes/Titivillus-OSD/cut-start.png
-%%DATADIR%%/themes/Titivillus-OSD/edit_background.png
-%%DATADIR%%/themes/Titivillus-OSD/fill-blue.png
-%%DATADIR%%/themes/Titivillus-OSD/grey.png
-%%DATADIR%%/themes/Titivillus-OSD/length.png
-%%DATADIR%%/themes/Titivillus-OSD/osd-alert.png
-%%DATADIR%%/themes/Titivillus-OSD/osd-big.png
-%%DATADIR%%/themes/Titivillus-OSD/osd-callerid.png
-%%DATADIR%%/themes/Titivillus-OSD/osd-channel-edit.png
-%%DATADIR%%/themes/Titivillus-OSD/osd-small.png
-%%DATADIR%%/themes/Titivillus-OSD/osd.xml
-%%DATADIR%%/themes/Titivillus-OSD/popup.png
-%%DATADIR%%/themes/Titivillus-OSD/position-indicator.png
-%%DATADIR%%/themes/Titivillus-OSD/red.png
-%%DATADIR%%/themes/Titivillus-OSD/themeinfo.xml
-%%DATADIR%%/themes/Titivillus-OSD/titivillus-osd-preview.png
-%%DATADIR%%/themes/blootube-osd/Vera.ttf
-%%DATADIR%%/themes/blootube-osd/VeraBd.ttf
-%%DATADIR%%/themes/blootube-osd/blootube-osd-preview.png
-%%DATADIR%%/themes/blootube-osd/cut_end.png
-%%DATADIR%%/themes/blootube-osd/cut_start.png
-%%DATADIR%%/themes/blootube-osd/edit.png
-%%DATADIR%%/themes/blootube-osd/fill_green.png
-%%DATADIR%%/themes/blootube-osd/fill_red.png
-%%DATADIR%%/themes/blootube-osd/osd-alert.png
-%%DATADIR%%/themes/blootube-osd/osd-channel-edit.png
-%%DATADIR%%/themes/blootube-osd/osd.xml
-%%DATADIR%%/themes/blootube-osd/osd_mid.png
-%%DATADIR%%/themes/blootube-osd/pause.png
-%%DATADIR%%/themes/blootube-osd/paused_frame.png
-%%DATADIR%%/themes/blootube-osd/phone.png
-%%DATADIR%%/themes/blootube-osd/popup.png
-%%DATADIR%%/themes/blootube-osd/position_marker.png
-%%DATADIR%%/themes/blootube-osd/scroll.png
-%%DATADIR%%/themes/blootube-osd/select.png
-%%DATADIR%%/themes/blootube-osd/settings.png
-%%DATADIR%%/themes/blootube-osd/themeinfo.xml
-%%DATADIR%%/themes/blueosd/blueosd-preview.png
-%%DATADIR%%/themes/blueosd/cut-end.png
-%%DATADIR%%/themes/blueosd/cut-start.png
-%%DATADIR%%/themes/blueosd/fill-blue.png
-%%DATADIR%%/themes/blueosd/grey.png
-%%DATADIR%%/themes/blueosd/osd-alert.png
-%%DATADIR%%/themes/blueosd/osd-big.png
-%%DATADIR%%/themes/blueosd/osd-callerid.png
-%%DATADIR%%/themes/blueosd/osd-channel-edit.png
-%%DATADIR%%/themes/blueosd/osd-mid.png
-%%DATADIR%%/themes/blueosd/osd-small.png
-%%DATADIR%%/themes/blueosd/osd.xml
-%%DATADIR%%/themes/blueosd/position-indicator.png
-%%DATADIR%%/themes/blueosd/red.png
-%%DATADIR%%/themes/blueosd/themeinfo.xml
%%DATADIR%%/themes/metallurgy/README
%%DATADIR%%/themes/metallurgy/backgrounds/background.png
%%DATADIR%%/themes/metallurgy/backgrounds/delete_usage_background.png
@@ -1207,7 +1121,6 @@
%%DATADIR%%/themes/metallurgy/music/stop_button_pushed.png
%%DATADIR%%/themes/metallurgy/music/visualiser_background.png
%%DATADIR%%/themes/metallurgy/mythtvlogo.png
-%%DATADIR%%/themes/metallurgy/netflix-ui.xml
%%DATADIR%%/themes/metallurgy/news-ui.xml
%%DATADIR%%/themes/metallurgy/news/download.png
%%DATADIR%%/themes/metallurgy/news/embedmedia.png
@@ -1224,9 +1137,8 @@
%%DATADIR%%/themes/metallurgy/osd/position_marker.png
%%DATADIR%%/themes/metallurgy/osd/settings_background.png
%%DATADIR%%/themes/metallurgy/osd/slider_background.png
+%%DATADIR%%/themes/metallurgy/osd/slider_foreground.png
%%DATADIR%%/themes/metallurgy/osd/slider_glass.png
-%%DATADIR%%/themes/metallurgy/osd/slider_offcolour.png
-%%DATADIR%%/themes/metallurgy/osd/slider_oncolour.png
%%DATADIR%%/themes/metallurgy/osd_preview.png
%%DATADIR%%/themes/metallurgy/preview.png
%%DATADIR%%/themes/metallurgy/qtlook.txt
@@ -1279,7 +1191,6 @@
%%DATADIR%%/themes/metallurgy/shared/volume_slider_background.png
%%DATADIR%%/themes/metallurgy/shared/volume_slider_foreground.png
%%DATADIR%%/themes/metallurgy/status-ui.xml
-%%DATADIR%%/themes/metallurgy/theme.xml
%%DATADIR%%/themes/metallurgy/themeinfo.xml
%%DATADIR%%/themes/metallurgy/type/autoexpire.png
%%DATADIR%%/themes/metallurgy/type/blank.png
@@ -1324,11 +1235,6 @@
@dirrm %%DATADIR%%/themes/metallurgy/controls
@dirrm %%DATADIR%%/themes/metallurgy/backgrounds
@dirrm %%DATADIR%%/themes/metallurgy
-@dirrm %%DATADIR%%/themes/blueosd
-@dirrm %%DATADIR%%/themes/blootube-osd
-@dirrm %%DATADIR%%/themes/Titivillus-OSD
-@dirrm %%DATADIR%%/themes/Retro-OSD
-@dirrm %%DATADIR%%/themes/ProjectGrayhem-OSD
@dirrm %%DATADIR%%/themes/Mythbuntu/weather
@dirrm %%DATADIR%%/themes/Mythbuntu/watermark
@dirrm %%DATADIR%%/themes/Mythbuntu/type
@@ -1337,8 +1243,6 @@
@dirrm %%DATADIR%%/themes/Mythbuntu/htmls
@dirrm %%DATADIR%%/themes/Mythbuntu/busyimages
@dirrm %%DATADIR%%/themes/Mythbuntu
-@dirrm %%DATADIR%%/themes/Mono-OSD
-@dirrm %%DATADIR%%/themes/Iulius-OSD
@dirrm %%DATADIR%%/themes/Graphite/images/progressbar
@dirrm %%DATADIR%%/themes/Graphite/images/backgrounds
@dirrm %%DATADIR%%/themes/Graphite/images
@@ -1356,6 +1260,7 @@
@dirrm %%DATADIR%%/themes/Arclight/images/progressbar
@dirrm %%DATADIR%%/themes/Arclight/images
@dirrm %%DATADIR%%/themes/Arclight/htmls
+@dirrm %%DATADIR%%/themes/Arclight/codecs
@dirrm %%DATADIR%%/themes/Arclight/Watermarks
@dirrm %%DATADIR%%/themes/Arclight/Backgrounds
@dirrm %%DATADIR%%/themes/Arclight