View | Details | Raw Unified | Return to bug 219149 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-32 / +53 lines)
Lines 2-17 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mythtv
4
PORTNAME=	mythtv
5
PORTVERSION=	0.27.5.20150616
5
PORTVERSION=	0.28.1
6
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
7
7
8
MAINTAINER=	decke@FreeBSD.org
8
MAINTAINER=	ports@FreeBSD.org
9
COMMENT=	MythTV is a homebrew PVR project
9
COMMENT=	MythTV is a homebrew PVR project
10
10
11
LICENSE=	GPLv2
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
11
LIB_DEPENDS=	libmp3lame.so:audio/lame \
14
LIB_DEPENDS=	libmp3lame.so:audio/lame \
12
		libfreetype.so:print/freetype2 \
15
		libfreetype.so:print/freetype2 \
13
		libtag.so:audio/taglib \
16
		libtag.so:audio/taglib \
14
		libxml2.so:textproc/libxml2
17
		libxml2.so:textproc/libxml2 \
18
		libudf.so:sysutils/libcdio \
19
		libva.so:multimedia/libva \
20
		libass.so:multimedia/libass \
21
		libfftw3_threads.so:math/fftw3 \
22
		libfftw3f.so:math/fftw3-float \
23
		libexiv2.so:graphics/exiv2 \
24
		libsndio.so:audio/sndio \
25
		libjack.so:audio/jack \
26
		libGL.so:graphics/mesa-libs
27
15
BUILD_DEPENDS=	v4l_compat>=1.0.20100321:multimedia/v4l_compat \
28
BUILD_DEPENDS=	v4l_compat>=1.0.20100321:multimedia/v4l_compat \
16
		yasm:devel/yasm
29
		yasm:devel/yasm
17
RUN_DEPENDS=	tv_check:textproc/p5-xmltv \
30
RUN_DEPENDS=	tv_check:textproc/p5-xmltv \
Lines 21-27 Link Here
21
34
22
USE_GITHUB=	yes
35
USE_GITHUB=	yes
23
GH_ACCOUNT=	MythTV
36
GH_ACCOUNT=	MythTV
24
GH_TAGNAME=	ad97d24
37
GH_TAGNAME=	03f4403
25
38
26
WRKSRC_SUBDIR=	${PORTNAME}
39
WRKSRC_SUBDIR=	${PORTNAME}
27
40
Lines 28-40 Link Here
28
ONLY_FOR_ARCHS=	i386 amd64
41
ONLY_FOR_ARCHS=	i386 amd64
29
USE_PERL5=	run build
42
USE_PERL5=	run build
30
NOPRECIOUSMAKEVARS=	# don't override $(ARCH) in ffmpeg makefiles
43
NOPRECIOUSMAKEVARS=	# don't override $(ARCH) in ffmpeg makefiles
31
USES=		gmake libtool perl5 pkgconfig pathfix shebangfix
44
USES=		gmake iconv libtool perl5 pkgconfig pathfix shebangfix ssl
32
SHEBANG_FILES=	programs/scripts/database/mythconverg_backup.pl \
45
SHEBANG_FILES=	programs/scripts/database/mythconverg_backup.pl \
33
		programs/scripts/database/mythconverg_restore.pl
46
		programs/scripts/database/mythconverg_restore.pl \
34
USE_QT4=	gui sql network script linguist_build l10n sql-mysql_run \
47
		programs/scripts/*/*.py \
35
		moc_build qmake_build rcc_build uic_build imageformats
48
		programs/scripts/*/*/*.py
49
50
USE_QT5=	buildtools_build core declarative dbus gui l10n qmake_build sql sql_mysql_run network script widgets webkit xml
51
52
USE_GL=		gl
53
USE_XORG=	x11 xcb xext xinerama xrandr xv xxf86vm
36
QT_NONSTANDARD=	yes
54
QT_NONSTANDARD=	yes
37
USE_MYSQL=	yes
38
HAS_CONFIGURE=	yes
55
HAS_CONFIGURE=	yes
39
USE_LDCONFIG=	${PREFIX}/lib/mythtv/filters
56
USE_LDCONFIG=	${PREFIX}/lib/mythtv/filters
40
REINPLACE_ARGS=	-i ""
57
REINPLACE_ARGS=	-i ""
Lines 44-63 Link Here
44
USERS=		mythtv
61
USERS=		mythtv
45
GROUPS=		mythtv
62
GROUPS=		mythtv
46
63
47
MAKE_ENV=	QTDIR="${QT_PREFIX}" \
48
		QMAKESPEC="${QMAKESPEC}"
49
50
CPPFLAGS+=	${QTCPPFLAGS}
51
CONFIGURE_ENV+=	QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" \
52
		QTDIR="${QT_PREFIX}"
53
CONFIGURE_ENV+=	PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig"
64
CONFIGURE_ENV+=	PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig"
54
LDFLAGS+=	-L${LOCALBASE}/lib
65
LDFLAGS+=	-L${LOCALBASE}/lib
55
66
56
CONFIGURE_ARGS=	--prefix="${PREFIX}" --cc="${CC}" --cxx="${CXX}" --dvb-path="${LOCALBASE}/include" \
67
CONFIGURE_ARGS=	--prefix="${PREFIX}" --cc="${CC}" --cxx="${CXX}" --dvb-path="${LOCALBASE}/include/libdvbv5" \
57
		--libxml2-path="${LOCALBASE}/include/libxml2" --enable-v4l2 --enable-ivtv --enable-xv \
68
		--libxml2-path="${LOCALBASE}/include/libxml2" --enable-v4l2 --enable-ivtv --enable-xv \
58
		--disable-audio-alsa --disable-indev=alsa --disable-outdev=alsa --disable-mythlogserver
69
		--disable-audio-alsa --disable-indev=alsa --disable-outdev=alsa --disable-mythlogserver
59
70
60
QMAKESPEC?=	${LOCALBASE}/share/qt4/mkspecs/freebsd-g++
71
QMAKESPECS?=	${LOCALBASE}/lib/qt5/mkspecs/freebsd-g++
61
72
62
OPTIONS_DEFINE=	BINDINGS LIRC MYSQL OPENGL VDPAU
73
OPTIONS_DEFINE=	BINDINGS LIRC MYSQL OPENGL VDPAU
63
OPTIONS_DEFAULT=	BINDINGS OPENGL VDPAU
74
OPTIONS_DEFAULT=	BINDINGS OPENGL VDPAU
Lines 65-76 Link Here
65
BINDINGS_DESC=	Perl and Python bindings
76
BINDINGS_DESC=	Perl and Python bindings
66
77
67
LIRC_LIB_DEPENDS=	liblirc_client.so:comms/lirc
78
LIRC_LIB_DEPENDS=	liblirc_client.so:comms/lirc
68
MYSQL_RUN_DEPENDS=	mysqld_safe:databases/mysql${MYSQL_VER}-server
79
MYSQL_USES=	mysql:client,server
80
MYSQL_USES_OFF=	mysql
69
81
70
VDPAU_LIB_DEPENDS=	libvdpau.so:multimedia/libvdpau
82
VDPAU_LIB_DEPENDS=	libvdpau.so:multimedia/libvdpau
71
VDPAU_CONFIGURE_ENABLE=	vdpau
83
VDPAU_CONFIGURE_ENABLE=	vdpau
72
84
73
OPENGL_CONFIGURE_ENABLE=	opengl-video
85
OPENGL_CONFIGURE_ENABLE=	opengl-video
86
OPENGL_USE=	QT5=opengl
74
87
75
.include <bsd.port.options.mk>
88
.include <bsd.port.options.mk>
76
89
Lines 104-125 Link Here
104
CONFIGURE_ARGS+=--without-bindings=perl,python
117
CONFIGURE_ARGS+=--without-bindings=perl,python
105
.endif
118
.endif
106
119
107
.if ${PORT_OPTIONS:MOPENGL}
108
USE_QT4+=	opengl
109
.endif
110
111
post-patch:
120
post-patch:
112
		@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
121
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
113
			${WRKSRC}/configure \
122
		${WRKSRC}/configure \
114
			${WRKSRC}/libs/libmythtv/libmythtv.pro \
123
		${WRKSRC}/libs/libmythtv/libmythtv.pro \
115
			${WRKSRC}/bindings/perl/MythTV/Recording.pm \
124
		${WRKSRC}/bindings/perl/MythTV/Recording.pm \
116
			${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \
125
		${WRKSRC}/programs/mythtranscode/external/replex/Makefile.standalone \
117
			${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \
126
		${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \
118
			${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \
127
		${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \
119
			${WRKSRC}/programs/mythcommflag/mythcommflag-analyze
128
		${WRKSRC}/programs/mythcommflag/mythcommflag-analyze
129
	@${REINPLACE_CMD} -e 's|<dvdnav/dvd_types.h>|"dvd_types.h"|' \
130
		${WRKSRC}/external/libmythdvdnav/dvdnav/dvdnav/*.h 
120
131
121
post-install:
132
post-install:
122
		@${INSTALL} -d ${STAGEDIR}${PREFIX}/share/mythtv/database
133
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/mythtv/database
123
		@${CP} ${WRKSRC}/database/mc.sql ${STAGEDIR}${PREFIX}/share/mythtv/database
134
	@${CP} ${WRKSRC}/database/mc.sql ${STAGEDIR}${PREFIX}/share/mythtv/database
135
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
136
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mythtv/filters/*.so
124
137
138
.for filename in mythutil mythffmpeg mythfilldatabase mythfilerecorder mythccextractor \
139
	mythlcdserver mythfrontend mythpreviewgen mythjobqueue mythbackend \
140
	mythffprobe mythmetadatalookup mythtranscode mythcommflag mythffserver \
141
	mythavtest mythmediaserver mythhdhomerun_config mythtv-setup \
142
	mythreplex mythwelcome mythshutdown mythscreenwizard
143
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${filename}
144
.endfor
145
125
.include <bsd.port.mk>
146
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (MythTV-mythtv-0.27.5.20150616-ad97d24_GH0.tar.gz) = 9e3b0782e7627fdbb91641ac39e2c39d3fc01ee1a57152c74df9c9116e966238
1
TIMESTAMP = 1494996534
2
SIZE (MythTV-mythtv-0.27.5.20150616-ad97d24_GH0.tar.gz) = 85651303
2
SHA256 (MythTV-mythtv-0.28.1-03f4403_GH0.tar.gz) = 7553ac918427b37f376fbb293868b718c26836e4ed9d1f51b39a1494b49a97be
3
SIZE (MythTV-mythtv-0.28.1-03f4403_GH0.tar.gz) = 104460837
(-)files/patch-configure (-46 / +29 lines)
Lines 1-6 Link Here
1
--- configure.orig	2013-09-18 20:06:08.000000000 +0000
1
--- configure.orig	2017-02-01 09:49:25 UTC
2
+++ configure	2013-10-18 11:11:10.000000000 +0000
2
+++ configure
3
@@ -846,28 +846,28 @@
3
@@ -979,35 +979,35 @@ check_cc(){
4
     log check_cc "$@"
4
     log check_cc "$@"
5
     cat > $TMPC
5
     cat > $TMPC
6
     log_file $TMPC
6
     log_file $TMPC
Lines 24-78 Link Here
24
+    check_cmd $cxx $CPPFLAGS $CXXFLAGS $ECXXFLAGS -I${prefix}/include "$@" $CXX_C -o $TMPO $TMPCPP
24
+    check_cmd $cxx $CPPFLAGS $CXXFLAGS $ECXXFLAGS -I${prefix}/include "$@" $CXX_C -o $TMPO $TMPCPP
25
 }
25
 }
26
 
26
 
27
 check_objcc(){
28
     log check_objcc "$@"
29
     cat > $TMPM
30
     log_file $TMPM
31
-    check_cmd $objcc -Werror=missing-prototypes $CPPFLAGS $CFLAGS $OBJCFLAGS "$@" $OBJCC_C $(cc_o $TMPO) $TMPM
32
+    check_cmd $objcc -Werror=missing-prototypes $CPPFLAGS $CFLAGS $OBJCFLAGS -I${prefix}/include  "$@" $OBJCC_C $(cc_o $TMPO) $TMPM
33
 }
34
 
27
 check_cpp(){
35
 check_cpp(){
28
     log check_cpp "$@"
36
     log check_cpp "$@"
29
     cat > $TMPC
37
     cat > $TMPC
30
     log_file $TMPC
38
     log_file $TMPC
31
-    check_cmd $cc $CPPFLAGS $CFLAGS "$@" $(cc_e $TMPO) $TMPC
39
-    check_cmd $cc $CPPFLAGS $CFLAGS "$@" $(cc_e $TMPO) $TMPC
32
+    check_cmd $cc $CPPFLAGS $CFLAGS -I${prefix}/include "$@" $(cc_e $TMPO) $TMPC
40
+    check_cmd $cc $CPPFLAGS $CFLAGS -I${prefix}/include  "$@" $(cc_e $TMPO) $TMPC
33
 }
41
 }
34
 
42
 
35
 as_o(){
43
 as_o(){
36
@@ -2539,7 +2539,7 @@
44
@@ -3364,7 +3364,7 @@ vbox_deps="backend"
45
 ceton_deps="backend"
46
 mpegtsraw_demuxer_deps="merge_libavformat_mpegts_c"
47
 mythtranscode_deps="backend frontend"
48
-opengl_deps_any="agl_h GL_gl_h EGL_egl_h GLES2_gl2_h darwin windows x11"
49
+opengl_deps_any="agl_h GL_gl_h EGL_egl_h GLES2_gl2_h darwin windows x11"
50
 opengles_deps="GLES2_gl2_h"
51
 opengl_video_deps="opengl"
52
 opengl_themepainter_deps="opengl"
53
@@ -6615,7 +6615,7 @@ if enabled taglib; then
54
         taglibs=`taglib-config --libs`
55
     fi
37
 
56
 
38
 # machine
57
-    if test $taglib_minor -lt 7 || ! check_class_headers_cpp "taglib/fileref.h stdlib.h" TagLib::FileRef $tagincludes $taglibs -lstdc++; then
39
 arch_default=$(uname -m)
58
+    if test $taglib_minor -lt 10 || ! check_class_headers_cpp "/usr/local/include/taglib/fileref.h stdlib.h" TagLib::FileRef $tagincludes $taglibs -lstdc++; then
40
-cpu="generic"
59
         die "ERROR: cannot find taglib 1.7 or later."
41
+cpu="i686"
60
     fi
42
 processor=`uname -p 2>/dev/null`
61
 fi
43
 processor_flags=""
44
 tune="generic"
45
@@ -3931,7 +3931,7 @@
46
         i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx|core2|corei7*|amdfam10|barcelona|atom|bdver*)
47
             cpuflags="-march=$cpu"
48
             enable cmov
49
-            enable fast_cmov
50
+            disable fast_cmov
51
         ;;
52
         # targets that do support conditional mov but on which it's slow
53
         pentium4|pentium4m|prescott|nocona)
54
@@ -4102,7 +4102,6 @@
55
         append CCONFIG "freebsd"
56
         # Workaround compile errors from missing u_int/uint def
57
         CPPFLAGS=`echo $CPPFLAGS | sed 's/-D_POSIX_C_SOURCE=200112//'`
58
-        disable ivtv
59
         enable backend
60
         ;;
61
     bsd/os)
62
@@ -6383,6 +6382,7 @@
63
 QMAKE_LIBDIR_QT-=${sysroot}${libdir}
64
 QMAKE_LIBDIR-=${sysroot}${libdir}
65
 LATE_LIBS+=-L${sysroot}${libdir}
66
+FREETYPE_CFLAGS-= -I/usr/local/include
67
 EOF
68
 
69
 #echo "endif # FFMPEG_CONFIG_MAK" >> $TMPMAK
70
@@ -6435,7 +6435,7 @@
71
 BINDIR=\$(INSTALL_ROOT)$bindir
72
 DATADIR=\$(INSTALL_ROOT)$datadir
73
 MANDIR=\$(INSTALL_ROOT)$mandir
74
-CFLAGS=${CFLAGS} -w
75
+CFLAGS=${CFLAGS} -I/usr/local/include -w
76
 endif # FFMPEG_CONFIG_MAK
77
 EOF
78
 
(-)files/patch-external__FFmpeg__configure (-16 / +44 lines)
Lines 1-22 Link Here
1
--- external/FFmpeg/configure.orig	2010-08-23 18:54:20.000000000 +0200
1
--- external/FFmpeg/configure.orig	2017-02-01 09:49:25 UTC
2
+++ external/FFmpeg/configure	2010-11-01 21:13:19.000000000 +0100
2
+++ external/FFmpeg/configure
3
@@ -1528,8 +1528,8 @@
3
@@ -4234,7 +4234,7 @@ elif enabled mips; then
4
 nm_opts='-g'
4
             enable simd_align_16
5
 
5
             enable fast_64bit
6
 # machine
6
             enable fast_clz
7
-arch_default=$(uname -m)
7
-            enable fast_cmov
8
-cpu="generic"
8
+            disable fast_cmov
9
+arch_default=$(uname -p)
9
             enable fast_unaligned
10
+cpu="i686"
10
             disable aligned_stack
11
 
11
             case $cpu in
12
 # OS
12
@@ -4357,7 +4357,7 @@ elif enabled x86; then
13
 target_os_default=$(tolower $(uname -s))
13
         |core*|atom|bonnell|nehalem|westmere|silvermont|sandybridge|ivybridge|haswell|broadwell|amdfam10|barcelona|b[dt]ver*)
14
@@ -2108,7 +2108,7 @@
15
         i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona)
16
             cpuflags="-march=$cpu"
14
             cpuflags="-march=$cpu"
17
             enable cmov
15
             enable i686
18
-            enable fast_cmov
16
-            enable fast_cmov
19
+            disable fast_cmov
17
+            disable fast_cmov
20
         ;;
18
         ;;
21
         # targets that do support conditional mov but on which it's slow
19
         # targets that do support conditional mov but on which it's slow
22
         pentium4|pentium4m|prescott|nocona)
20
         pentium4|pentium4m|prescott|nocona)
21
@@ -4458,7 +4458,7 @@ enabled spic && enable_weak pic
22
 case $target_os in
23
     aix)
24
         SHFLAGS=-shared
25
-        add_cppflags '-I\$(SRC_PATH)/compat/aix'
26
+        add_cppflags '-I\$(sRC_PATH)/compat/aix'
27
         enabled shared && add_ldflags -Wl,-brtl
28
         ;;
29
     android)
30
@@ -6285,19 +6285,15 @@ DATADIR=\$(DESTDIR)$datadir
31
 DOCDIR=\$(DESTDIR)$docdir
32
 MANDIR=\$(DESTDIR)$mandir
33
 PKGCONFIGDIR=\$(DESTDIR)$pkgconfigdir
34
-SRC_PATH=$source_path
35
 SRC_LINK=$source_link
36
 ifndef MAIN_MAKEFILE
37
 SRC_PATH:=\$(SRC_PATH:.%=..%)
38
 endif
39
-CC_IDENT=$cc_ident
40
 ARCH=$arch
41
 INTRINSICS=$intrinsics
42
-CC=$cc
43
-CXX=$cxx
44
-AS=$as
45
 OBJCC=$objcc
46
 LD=$ld
47
+FFMPEG=$arch
48
 DEPCC=$dep_cc
49
 DEPCCFLAGS=$DEPCCFLAGS \$(CPPFLAGS)
50
 DEPAS=$as
(-)files/patch-external__FFmpeg__libavcodec__x86__ac3dsp_init.c (-5 / +5 lines)
Lines 1-8 Link Here
1
--- external/FFmpeg/libavcodec/x86/ac3dsp_init.c.orig	2013-09-18 20:06:08.000000000 +0000
1
--- external/FFmpeg/libavcodec/x86/ac3dsp_init.c.orig	2017-02-01 09:49:25 UTC
2
+++ external/FFmpeg/libavcodec/x86/ac3dsp_init.c	2013-10-18 11:58:01.000000000 +0000
2
+++ external/FFmpeg/libavcodec/x86/ac3dsp_init.c
3
@@ -51,7 +51,7 @@
3
@@ -63,7 +63,7 @@ void ff_apply_window_int16_ssse3(int16_t
4
 extern void ff_ac3_extract_exponents_sse2 (uint8_t *exp, int32_t *coef, int nb_coefs);
4
 void ff_apply_window_int16_ssse3_atom(int16_t *output, const int16_t *input,
5
 extern void ff_ac3_extract_exponents_ssse3(uint8_t *exp, int32_t *coef, int nb_coefs);
5
                                       const int16_t *window, unsigned int len);
6
 
6
 
7
-#if ARCH_X86_32 && defined(__INTEL_COMPILER)
7
-#if ARCH_X86_32 && defined(__INTEL_COMPILER)
8
+#if ARCH_X86_32 && (defined(__INTEL_COMPILER) || defined(__clang__))
8
+#if ARCH_X86_32 && (defined(__INTEL_COMPILER) || defined(__clang__))
(-)files/patch-external__zeromq__src__Makefile.am (-10 lines)
Lines 1-10 Link Here
1
--- external/zeromq/src/Makefile.am.orig	2015-11-16 14:31:23.735432710 +0000
2
+++ external/zeromq/src/Makefile.am	2015-11-16 14:28:48.465433398 +0000
3
@@ -1,6 +1,6 @@
4
 lib_LTLIBRARIES = libmythzmq.la
5
 
6
-pkgconfigdir = $(libdir)/pkgconfig
7
+pkgconfigdir = $(PKG_CONFIG_PATH)
8
 pkgconfig_DATA = libmythzmq.pc
9
 
10
 include_HEADERS = ../include/zmq.h ../include/zmq.hpp ../include/zmq_utils.h
(-)files/patch-libs__libmyth__remoteutil.h (-5 / +4 lines)
Lines 1-7 Link Here
1
--- libs/libmyth/remoteutil.h.orig	2013-09-18 16:06:08.000000000 -0400
1
--- libs/libmyth/remoteutil.h.orig	2017-02-01 09:49:25 UTC
2
+++ libs/libmyth/remoteutil.h	2014-01-22 08:26:34.000000000 -0500
2
+++ libs/libmyth/remoteutil.h
3
@@ -8,6 +8,7 @@
3
@@ -10,6 +10,7 @@
4
 using namespace std;
4
 using std::vector;
5
 
5
 
6
 #include "mythexp.h"
6
 #include "mythexp.h"
7
+#include <sys/types.h>
7
+#include <sys/types.h>
Lines 8-11 Link Here
8
 
8
 
9
 class ProgramInfo;
9
 class ProgramInfo;
10
 class MythEvent;
10
 class MythEvent;
11
(-)files/patch-libs__libmythtv__recorders__dvbstreamhandler.cpp (-29 lines)
Lines 1-29 Link Here
1
--- libs/libmythtv/recorders/dvbstreamhandler.cpp.orig	2012-03-05 03:31:31.000000000 +0100
2
+++ libs/libmythtv/recorders/dvbstreamhandler.cpp	2012-03-18 11:24:44.309770699 +0100
3
@@ -614,7 +614,7 @@
4
     {
5
         struct dmx_pes_filter_params pesFilterParams;
6
         memset(&pesFilterParams, 0, sizeof(struct dmx_pes_filter_params));
7
-        pesFilterParams.pid      = (__u16) _pid;
8
+        pesFilterParams.pid      = (uint16_t) _pid;
9
         pesFilterParams.input    = DMX_IN_FRONTEND;
10
         pesFilterParams.output   = DMX_OUT_TS_TAP;
11
         pesFilterParams.flags    = DMX_IMMEDIATE_START;
12
@@ -634,7 +634,7 @@
13
     {
14
         struct dmx_sct_filter_params sctFilterParams;
15
         memset(&sctFilterParams, 0, sizeof(struct dmx_sct_filter_params));
16
-        switch ( (__u16) _pid )
17
+        switch ( (uint16_t) _pid )
18
         {
19
             case 0x0: // PAT
20
                 sctFilterParams.filter.filter[0] = 0;
21
@@ -670,7 +670,7 @@
22
                 sctFilterParams.filter.mask[0]   = 0x00;
23
                 break;
24
         }
25
-        sctFilterParams.pid            = (__u16) _pid;
26
+        sctFilterParams.pid            = (uint16_t) _pid;
27
         sctFilterParams.timeout        = 0;
28
         sctFilterParams.flags          = DMX_IMMEDIATE_START;
29
 
(-)files/patch-libs__libmythtv__videoout_vdpau.cpp (-3 / +3 lines)
Lines 1-6 Link Here
1
--- libs/libmythtv/videoout_vdpau.cpp.orig	2010-02-27 06:58:11.000000000 +0100
1
--- libs/libmythtv/videoout_vdpau.cpp.orig	2017-02-01 09:49:25 UTC
2
+++ libs/libmythtv/videoout_vdpau.cpp	2010-04-06 17:40:50.000000000 +0200
2
+++ libs/libmythtv/videoout_vdpau.cpp
3
@@ -395,7 +395,7 @@
3
@@ -436,7 +436,7 @@ void VideoOutputVDPAU::PrepareFrame(Vide
4
     if (frame)
4
     if (frame)
5
     {
5
     {
6
         // FIXME for 0.23. This should be triggered from AFD by a seek
6
         // FIXME for 0.23. This should be triggered from AFD by a seek
(-)files/patch-libs__libmythui__mythgesture.cpp (-4 / +4 lines)
Lines 1-5 Link Here
1
--- libs/libmythui/mythgesture.cpp.orig	2013-09-18 16:06:08.000000000 -0400
1
--- libs/libmythui/mythgesture.cpp.orig	2017-02-01 09:49:25 UTC
2
+++ libs/libmythui/mythgesture.cpp	2014-01-22 08:20:33.000000000 -0500
2
+++ libs/libmythui/mythgesture.cpp
3
@@ -28,6 +28,7 @@
3
@@ -28,6 +28,7 @@
4
 
4
 
5
 #include "mythgesture.h"
5
 #include "mythgesture.h"
Lines 7-14 Link Here
7
+#include <cstdlib>
7
+#include <cstdlib>
8
 #include <cmath>
8
 #include <cmath>
9
 #include <algorithm>
9
 #include <algorithm>
10
 
10
 #include <complex>
11
@@ -283,7 +284,7 @@
11
@@ -288,7 +289,7 @@ bool MythGesture::record(const QPoint & 
12
     int dely = p.y() - points.back().y();
12
     int dely = p.y() - points.back().y();
13
 
13
 
14
     /* step by the greatest delta direction */
14
     /* step by the greatest delta direction */
(-)files/patch-libs__libmythui__mythpainter.cpp (-3 / +4 lines)
Lines 1-8 Link Here
1
--- libs/libmythui/mythpainter.cpp.orig	2013-09-18 16:06:08.000000000 -0400
1
--- libs/libmythui/mythpainter.cpp.orig	2017-02-01 09:49:25 UTC
2
+++ libs/libmythui/mythpainter.cpp	2014-01-22 08:18:40.000000000 -0500
2
+++ libs/libmythui/mythpainter.cpp
3
@@ -1,5 +1,6 @@
3
@@ -1,6 +1,7 @@
4
 #include <stdint.h>
4
 #include <stdint.h>
5
 #include <algorithm>
5
 #include <algorithm>
6
 #include <complex>
6
+#include <cstdlib>
7
+#include <cstdlib>
7
 
8
 
8
 // QT headers
9
 // QT headers
(-)files/patch-libs__libmythupnp__mmulticastsocketdevice.h (-6 / +5 lines)
Lines 1-11 Link Here
1
--- libs/libmythupnp/mmulticastsocketdevice.h.orig	2013-09-18 16:06:08.000000000 -0400
1
--- libs/libmythupnp/mmulticastsocketdevice.h.orig	2017-02-01 09:49:25 UTC
2
+++ libs/libmythupnp/mmulticastsocketdevice.h	2014-01-22 08:24:26.000000000 -0500
2
+++ libs/libmythupnp/mmulticastsocketdevice.h
3
@@ -18,6 +18,7 @@
3
@@ -20,6 +20,7 @@
4
 #  include <ws2tcpip.h>
4
 #ifdef _WIN32
5
 # endif
5
 # include <ws2tcpip.h>
6
 #else
6
 #else
7
+# include <sys/types.h>
7
+# include <sys/types.h>
8
 # include <sys/socket.h>
8
 # include <sys/socket.h>
9
 # include <netinet/in.h>
9
 # include <netinet/in.h>
10
 # include <netinet/ip.h>
10
 # include <netinet/ip.h>
11
(-)pkg-descr (-1 / +1 lines)
Lines 10-13 Link Here
10
have been reported with this port; if you use it, you should join
10
have been reported with this port; if you use it, you should join
11
the FreeBSD-multimedia mailing list and report where appropriate.
11
the FreeBSD-multimedia mailing list and report where appropriate.
12
12
13
WWW: http://www.mythtv.org
13
WWW: http://www.mythtv.org/
(-)pkg-plist (-280 / +429 lines)
Lines 5-10 Link Here
5
bin/mythffmpeg
5
bin/mythffmpeg
6
bin/mythffprobe
6
bin/mythffprobe
7
bin/mythffserver
7
bin/mythffserver
8
bin/mythfilerecorder
8
bin/mythfilldatabase
9
bin/mythfilldatabase
9
bin/mythfrontend
10
bin/mythfrontend
10
bin/mythhdhomerun_config
11
bin/mythhdhomerun_config
Lines 13-19 Link Here
13
bin/mythmediaserver
14
bin/mythmediaserver
14
bin/mythmetadatalookup
15
bin/mythmetadatalookup
15
bin/mythpreviewgen
16
bin/mythpreviewgen
16
%%BINDINGS%%bin/mythpython
17
bin/mythpython
17
bin/mythreplex
18
bin/mythreplex
18
bin/mythscreenwizard
19
bin/mythscreenwizard
19
bin/mythshutdown
20
bin/mythshutdown
Lines 21-36 Link Here
21
bin/mythtv-setup
22
bin/mythtv-setup
22
bin/mythutil
23
bin/mythutil
23
bin/mythwelcome
24
bin/mythwelcome
24
%%BINDINGS%%bin/mythwikiscripts
25
bin/mythwikiscripts
25
include/mythtv/QJson/Parser
26
include/mythtv/QJson/QObjectHelper
27
include/mythtv/QJson/Serializer
28
include/mythtv/QJson/parser.h
29
include/mythtv/QJson/parserrunnable.h
30
include/mythtv/QJson/qjson_export.h
31
include/mythtv/QJson/qobjecthelper.h
32
include/mythtv/QJson/serializer.h
33
include/mythtv/QJson/serializerrunnable.h
34
include/mythtv/audioconvert.h
26
include/mythtv/audioconvert.h
35
include/mythtv/audiooutput.h
27
include/mythtv/audiooutput.h
36
include/mythtv/audiooutputsettings.h
28
include/mythtv/audiooutputsettings.h
Lines 37-42 Link Here
37
include/mythtv/audiooutpututil.h
29
include/mythtv/audiooutpututil.h
38
include/mythtv/audiosettings.h
30
include/mythtv/audiosettings.h
39
include/mythtv/autodeletedeque.h
31
include/mythtv/autodeletedeque.h
32
include/mythtv/blockinput.h
33
include/mythtv/bluray/array.h
40
include/mythtv/bluray/attributes.h
34
include/mythtv/bluray/attributes.h
41
include/mythtv/bluray/bdid_parse.h
35
include/mythtv/bluray/bdid_parse.h
42
include/mythtv/bluray/bdparse.h
36
include/mythtv/bluray/bdparse.h
Lines 44-53 Link Here
44
include/mythtv/bluray/bluray.h
38
include/mythtv/bluray/bluray.h
45
include/mythtv/bluray/clpi_data.h
39
include/mythtv/bluray/clpi_data.h
46
include/mythtv/bluray/clpi_parse.h
40
include/mythtv/bluray/clpi_parse.h
41
include/mythtv/bluray/dirs.h
47
include/mythtv/bluray/dl.h
42
include/mythtv/bluray/dl.h
48
include/mythtv/bluray/extdata_parse.h
43
include/mythtv/bluray/extdata_parse.h
49
include/mythtv/bluray/file.h
44
include/mythtv/bluray/file.h
50
include/mythtv/bluray/file_mythiowrapper.h
51
include/mythtv/bluray/filesystem.h
45
include/mythtv/bluray/filesystem.h
52
include/mythtv/bluray/hdmv_insn.h
46
include/mythtv/bluray/hdmv_insn.h
53
include/mythtv/bluray/hdmv_vm.h
47
include/mythtv/bluray/hdmv_vm.h
Lines 57-68 Link Here
57
include/mythtv/bluray/macro.h
51
include/mythtv/bluray/macro.h
58
include/mythtv/bluray/meta_data.h
52
include/mythtv/bluray/meta_data.h
59
include/mythtv/bluray/meta_parse.h
53
include/mythtv/bluray/meta_parse.h
54
include/mythtv/bluray/mobj_data.h
60
include/mythtv/bluray/mobj_parse.h
55
include/mythtv/bluray/mobj_parse.h
56
include/mythtv/bluray/mobj_print.h
57
include/mythtv/bluray/mount.h
61
include/mythtv/bluray/mpls_parse.h
58
include/mythtv/bluray/mpls_parse.h
62
include/mythtv/bluray/mutex.h
59
include/mythtv/bluray/mutex.h
63
include/mythtv/bluray/navigation.h
60
include/mythtv/bluray/navigation.h
61
include/mythtv/bluray/refcnt.h
64
include/mythtv/bluray/sound_parse.h
62
include/mythtv/bluray/sound_parse.h
65
include/mythtv/bluray/strutl.h
63
include/mythtv/bluray/strutl.h
64
include/mythtv/bluray/time.h
66
include/mythtv/bluray/uo_mask_table.h
65
include/mythtv/bluray/uo_mask_table.h
67
include/mythtv/bonjourregister.h
66
include/mythtv/bonjourregister.h
68
include/mythtv/bswap.h
67
include/mythtv/bswap.h
Lines 87-104 Link Here
87
include/mythtv/langsettings.h
86
include/mythtv/langsettings.h
88
include/mythtv/lcddevice.h
87
include/mythtv/lcddevice.h
89
include/mythtv/libavcodec/avcodec.h
88
include/mythtv/libavcodec/avcodec.h
89
include/mythtv/libavcodec/avdct.h
90
include/mythtv/libavcodec/avfft.h
90
include/mythtv/libavcodec/avfft.h
91
include/mythtv/libavcodec/d3d11va.h
92
include/mythtv/libavcodec/dirac.h
93
include/mythtv/libavcodec/dv_profile.h
91
include/mythtv/libavcodec/dxva2.h
94
include/mythtv/libavcodec/dxva2.h
92
include/mythtv/libavcodec/old_codec_ids.h
95
include/mythtv/libavcodec/qsv.h
93
include/mythtv/libavcodec/vaapi.h
96
include/mythtv/libavcodec/vaapi.h
94
include/mythtv/libavcodec/vda.h
97
include/mythtv/libavcodec/vda.h
95
include/mythtv/libavcodec/vdpau.h
98
include/mythtv/libavcodec/vdpau.h
96
include/mythtv/libavcodec/version.h
99
include/mythtv/libavcodec/version.h
100
include/mythtv/libavcodec/videotoolbox.h
101
include/mythtv/libavcodec/vorbis_parser.h
97
include/mythtv/libavcodec/xvmc.h
102
include/mythtv/libavcodec/xvmc.h
98
include/mythtv/libavdevice/avdevice.h
103
include/mythtv/libavdevice/avdevice.h
99
include/mythtv/libavdevice/version.h
104
include/mythtv/libavdevice/version.h
100
include/mythtv/libavfilter/asrc_abuffer.h
101
include/mythtv/libavfilter/avcodec.h
102
include/mythtv/libavfilter/avfilter.h
105
include/mythtv/libavfilter/avfilter.h
103
include/mythtv/libavfilter/avfiltergraph.h
106
include/mythtv/libavfilter/avfiltergraph.h
104
include/mythtv/libavfilter/buffersink.h
107
include/mythtv/libavfilter/buffersink.h
Lines 109-117 Link Here
109
include/mythtv/libavformat/version.h
112
include/mythtv/libavformat/version.h
110
include/mythtv/libavutil/adler32.h
113
include/mythtv/libavutil/adler32.h
111
include/mythtv/libavutil/aes.h
114
include/mythtv/libavutil/aes.h
115
include/mythtv/libavutil/aes_ctr.h
112
include/mythtv/libavutil/attributes.h
116
include/mythtv/libavutil/attributes.h
113
include/mythtv/libavutil/audio_fifo.h
117
include/mythtv/libavutil/audio_fifo.h
114
include/mythtv/libavutil/audioconvert.h
115
include/mythtv/libavutil/avassert.h
118
include/mythtv/libavutil/avassert.h
116
include/mythtv/libavutil/avconfig.h
119
include/mythtv/libavutil/avconfig.h
117
include/mythtv/libavutil/avstring.h
120
include/mythtv/libavutil/avstring.h
Lines 120-157 Link Here
120
include/mythtv/libavutil/blowfish.h
123
include/mythtv/libavutil/blowfish.h
121
include/mythtv/libavutil/bprint.h
124
include/mythtv/libavutil/bprint.h
122
include/mythtv/libavutil/bswap.h
125
include/mythtv/libavutil/bswap.h
126
include/mythtv/libavutil/buffer.h
127
include/mythtv/libavutil/camellia.h
128
include/mythtv/libavutil/cast5.h
123
include/mythtv/libavutil/channel_layout.h
129
include/mythtv/libavutil/channel_layout.h
124
include/mythtv/libavutil/common.h
130
include/mythtv/libavutil/common.h
125
include/mythtv/libavutil/cpu.h
131
include/mythtv/libavutil/cpu.h
126
include/mythtv/libavutil/crc.h
132
include/mythtv/libavutil/crc.h
133
include/mythtv/libavutil/des.h
127
include/mythtv/libavutil/dict.h
134
include/mythtv/libavutil/dict.h
135
include/mythtv/libavutil/display.h
136
include/mythtv/libavutil/downmix_info.h
128
include/mythtv/libavutil/error.h
137
include/mythtv/libavutil/error.h
129
include/mythtv/libavutil/eval.h
138
include/mythtv/libavutil/eval.h
139
include/mythtv/libavutil/ffversion.h
130
include/mythtv/libavutil/fifo.h
140
include/mythtv/libavutil/fifo.h
131
include/mythtv/libavutil/file.h
141
include/mythtv/libavutil/file.h
142
include/mythtv/libavutil/frame.h
143
include/mythtv/libavutil/hash.h
132
include/mythtv/libavutil/hmac.h
144
include/mythtv/libavutil/hmac.h
133
include/mythtv/libavutil/imgutils.h
145
include/mythtv/libavutil/imgutils.h
134
include/mythtv/libavutil/intfloat.h
146
include/mythtv/libavutil/intfloat.h
135
include/mythtv/libavutil/intfloat_readwrite.h
136
include/mythtv/libavutil/intreadwrite.h
147
include/mythtv/libavutil/intreadwrite.h
137
include/mythtv/libavutil/lfg.h
148
include/mythtv/libavutil/lfg.h
138
include/mythtv/libavutil/log.h
149
include/mythtv/libavutil/log.h
139
include/mythtv/libavutil/lzo.h
150
include/mythtv/libavutil/lzo.h
151
include/mythtv/libavutil/macros.h
152
include/mythtv/libavutil/mastering_display_metadata.h
140
include/mythtv/libavutil/mathematics.h
153
include/mythtv/libavutil/mathematics.h
141
include/mythtv/libavutil/md5.h
154
include/mythtv/libavutil/md5.h
142
include/mythtv/libavutil/mem.h
155
include/mythtv/libavutil/mem.h
143
include/mythtv/libavutil/old_pix_fmts.h
156
include/mythtv/libavutil/motion_vector.h
157
include/mythtv/libavutil/murmur3.h
144
include/mythtv/libavutil/opt.h
158
include/mythtv/libavutil/opt.h
145
include/mythtv/libavutil/parseutils.h
159
include/mythtv/libavutil/parseutils.h
146
include/mythtv/libavutil/pixdesc.h
160
include/mythtv/libavutil/pixdesc.h
161
include/mythtv/libavutil/pixelutils.h
147
include/mythtv/libavutil/pixfmt.h
162
include/mythtv/libavutil/pixfmt.h
148
include/mythtv/libavutil/random_seed.h
163
include/mythtv/libavutil/random_seed.h
149
include/mythtv/libavutil/rational.h
164
include/mythtv/libavutil/rational.h
165
include/mythtv/libavutil/rc4.h
166
include/mythtv/libavutil/replaygain.h
167
include/mythtv/libavutil/ripemd.h
150
include/mythtv/libavutil/samplefmt.h
168
include/mythtv/libavutil/samplefmt.h
151
include/mythtv/libavutil/sha.h
169
include/mythtv/libavutil/sha.h
170
include/mythtv/libavutil/sha512.h
171
include/mythtv/libavutil/stereo3d.h
172
include/mythtv/libavutil/tea.h
173
include/mythtv/libavutil/threadmessage.h
152
include/mythtv/libavutil/time.h
174
include/mythtv/libavutil/time.h
153
include/mythtv/libavutil/timecode.h
175
include/mythtv/libavutil/timecode.h
154
include/mythtv/libavutil/timestamp.h
176
include/mythtv/libavutil/timestamp.h
177
include/mythtv/libavutil/tree.h
178
include/mythtv/libavutil/twofish.h
155
include/mythtv/libavutil/version.h
179
include/mythtv/libavutil/version.h
156
include/mythtv/libavutil/xtea.h
180
include/mythtv/libavutil/xtea.h
157
include/mythtv/libmyth/audioconvert.h
181
include/mythtv/libmyth/audioconvert.h
Lines 174-195 Link Here
174
include/mythtv/libmyth/mythwizard.h
198
include/mythtv/libmyth/mythwizard.h
175
include/mythtv/libmyth/netgrabbermanager.h
199
include/mythtv/libmyth/netgrabbermanager.h
176
include/mythtv/libmyth/netutils.h
200
include/mythtv/libmyth/netutils.h
177
include/mythtv/libmyth/oldsettings.h
178
include/mythtv/libmyth/output.h
201
include/mythtv/libmyth/output.h
179
include/mythtv/libmyth/programinfo.h
202
include/mythtv/libmyth/programinfo.h
180
include/mythtv/libmyth/programtypes.h
203
include/mythtv/libmyth/programtypes.h
181
include/mythtv/libmyth/recordingtypes.h
204
include/mythtv/libmyth/recordingtypes.h
182
include/mythtv/libmyth/remotefile.h
183
include/mythtv/libmyth/remoteutil.h
205
include/mythtv/libmyth/remoteutil.h
184
include/mythtv/libmyth/rssparse.h
206
include/mythtv/libmyth/rssparse.h
185
include/mythtv/libmyth/schemawizard.h
207
include/mythtv/libmyth/schemawizard.h
186
include/mythtv/libmyth/settings.h
208
include/mythtv/libmyth/settings.h
187
include/mythtv/libmyth/storagegroupeditor.h
209
include/mythtv/libmyth/storagegroupeditor.h
188
include/mythtv/libmyth/uitypes.h
189
include/mythtv/libmyth/virtualkeyboard_qt.h
190
include/mythtv/libmyth/visual.h
210
include/mythtv/libmyth/visual.h
191
include/mythtv/libmyth/volumebase.h
211
include/mythtv/libmyth/volumebase.h
192
include/mythtv/libmyth/xmlparse.h
193
include/mythtv/libmythbase/autodeletedeque.h
212
include/mythtv/libmythbase/autodeletedeque.h
194
include/mythtv/libmythbase/bonjourregister.h
213
include/mythtv/libmythbase/bonjourregister.h
195
include/mythtv/libmythbase/bswap.h
214
include/mythtv/libmythbase/bswap.h
Lines 203-209 Link Here
203
include/mythtv/libmythbase/iso639.h
222
include/mythtv/libmythbase/iso639.h
204
include/mythtv/libmythbase/lcddevice.h
223
include/mythtv/libmythbase/lcddevice.h
205
include/mythtv/libmythbase/loggingserver.h
224
include/mythtv/libmythbase/loggingserver.h
206
include/mythtv/libmythbase/mcodecs.h
207
include/mythtv/libmythbase/mthread.h
225
include/mythtv/libmythbase/mthread.h
208
include/mythtv/libmythbase/mthreadpool.h
226
include/mythtv/libmythbase/mthreadpool.h
209
include/mythtv/libmythbase/mythbaseexp.h
227
include/mythtv/libmythbase/mythbaseexp.h
Lines 229-234 Link Here
229
include/mythtv/libmythbase/mythplugin.h
247
include/mythtv/libmythbase/mythplugin.h
230
include/mythtv/libmythbase/mythpluginapi.h
248
include/mythtv/libmythbase/mythpluginapi.h
231
include/mythtv/libmythbase/mythqtcompat.h
249
include/mythtv/libmythbase/mythqtcompat.h
250
include/mythtv/libmythbase/mythsession.h
232
include/mythtv/libmythbase/mythsingledownload.h
251
include/mythtv/libmythbase/mythsingledownload.h
233
include/mythtv/libmythbase/mythsocket.h
252
include/mythtv/libmythbase/mythsocket.h
234
include/mythtv/libmythbase/mythsocket_cb.h
253
include/mythtv/libmythbase/mythsocket_cb.h
Lines 252-274 Link Here
252
include/mythtv/libmythservicecontracts/datacontracthelper.h
271
include/mythtv/libmythservicecontracts/datacontracthelper.h
253
include/mythtv/libmythservicecontracts/datacontracts/artworkInfo.h
272
include/mythtv/libmythservicecontracts/datacontracts/artworkInfo.h
254
include/mythtv/libmythservicecontracts/datacontracts/artworkInfoList.h
273
include/mythtv/libmythservicecontracts/datacontracts/artworkInfoList.h
274
include/mythtv/libmythservicecontracts/datacontracts/backendInfo.h
255
include/mythtv/libmythservicecontracts/datacontracts/blurayInfo.h
275
include/mythtv/libmythservicecontracts/datacontracts/blurayInfo.h
276
include/mythtv/libmythservicecontracts/datacontracts/buildInfo.h
256
include/mythtv/libmythservicecontracts/datacontracts/captureCard.h
277
include/mythtv/libmythservicecontracts/datacontracts/captureCard.h
257
include/mythtv/libmythservicecontracts/datacontracts/captureCardList.h
278
include/mythtv/libmythservicecontracts/datacontracts/captureCardList.h
279
include/mythtv/libmythservicecontracts/datacontracts/castMember.h
280
include/mythtv/libmythservicecontracts/datacontracts/castMemberList.h
281
include/mythtv/libmythservicecontracts/datacontracts/channelGroup.h
282
include/mythtv/libmythservicecontracts/datacontracts/channelGroupList.h
258
include/mythtv/libmythservicecontracts/datacontracts/channelInfoList.h
283
include/mythtv/libmythservicecontracts/datacontracts/channelInfoList.h
259
include/mythtv/libmythservicecontracts/datacontracts/connectionInfo.h
284
include/mythtv/libmythservicecontracts/datacontracts/connectionInfo.h
285
include/mythtv/libmythservicecontracts/datacontracts/cutList.h
286
include/mythtv/libmythservicecontracts/datacontracts/cutting.h
260
include/mythtv/libmythservicecontracts/datacontracts/databaseInfo.h
287
include/mythtv/libmythservicecontracts/datacontracts/databaseInfo.h
288
include/mythtv/libmythservicecontracts/datacontracts/enum.h
289
include/mythtv/libmythservicecontracts/datacontracts/enumItem.h
290
include/mythtv/libmythservicecontracts/datacontracts/envInfo.h
261
include/mythtv/libmythservicecontracts/datacontracts/frontendActionList.h
291
include/mythtv/libmythservicecontracts/datacontracts/frontendActionList.h
262
include/mythtv/libmythservicecontracts/datacontracts/frontendStatus.h
292
include/mythtv/libmythservicecontracts/datacontracts/frontendStatus.h
293
include/mythtv/libmythservicecontracts/datacontracts/imageMetadataInfo.h
294
include/mythtv/libmythservicecontracts/datacontracts/imageMetadataInfoList.h
295
include/mythtv/libmythservicecontracts/datacontracts/imageSyncInfo.h
296
include/mythtv/libmythservicecontracts/datacontracts/input.h
297
include/mythtv/libmythservicecontracts/datacontracts/inputList.h
263
include/mythtv/libmythservicecontracts/datacontracts/labelValue.h
298
include/mythtv/libmythservicecontracts/datacontracts/labelValue.h
264
include/mythtv/libmythservicecontracts/datacontracts/lineup.h
299
include/mythtv/libmythservicecontracts/datacontracts/lineup.h
265
include/mythtv/libmythservicecontracts/datacontracts/liveStreamInfo.h
300
include/mythtv/libmythservicecontracts/datacontracts/liveStreamInfo.h
266
include/mythtv/libmythservicecontracts/datacontracts/liveStreamInfoList.h
301
include/mythtv/libmythservicecontracts/datacontracts/liveStreamInfoList.h
302
include/mythtv/libmythservicecontracts/datacontracts/logInfo.h
267
include/mythtv/libmythservicecontracts/datacontracts/logMessage.h
303
include/mythtv/libmythservicecontracts/datacontracts/logMessage.h
268
include/mythtv/libmythservicecontracts/datacontracts/logMessageList.h
304
include/mythtv/libmythservicecontracts/datacontracts/logMessageList.h
269
include/mythtv/libmythservicecontracts/datacontracts/programAndChannel.h
305
include/mythtv/libmythservicecontracts/datacontracts/programAndChannel.h
270
include/mythtv/libmythservicecontracts/datacontracts/programGuide.h
306
include/mythtv/libmythservicecontracts/datacontracts/programGuide.h
271
include/mythtv/libmythservicecontracts/datacontracts/recRule.h
307
include/mythtv/libmythservicecontracts/datacontracts/recRule.h
308
include/mythtv/libmythservicecontracts/datacontracts/recRuleFilter.h
309
include/mythtv/libmythservicecontracts/datacontracts/recRuleFilterList.h
272
include/mythtv/libmythservicecontracts/datacontracts/recRuleList.h
310
include/mythtv/libmythservicecontracts/datacontracts/recRuleList.h
273
include/mythtv/libmythservicecontracts/datacontracts/recording.h
311
include/mythtv/libmythservicecontracts/datacontracts/recording.h
274
include/mythtv/libmythservicecontracts/datacontracts/settingList.h
312
include/mythtv/libmythservicecontracts/datacontracts/settingList.h
Lines 293-299 Link Here
293
include/mythtv/libmythservicecontracts/services/dvrServices.h
331
include/mythtv/libmythservicecontracts/services/dvrServices.h
294
include/mythtv/libmythservicecontracts/services/frontendServices.h
332
include/mythtv/libmythservicecontracts/services/frontendServices.h
295
include/mythtv/libmythservicecontracts/services/guideServices.h
333
include/mythtv/libmythservicecontracts/services/guideServices.h
334
include/mythtv/libmythservicecontracts/services/imageServices.h
296
include/mythtv/libmythservicecontracts/services/mythServices.h
335
include/mythtv/libmythservicecontracts/services/mythServices.h
336
include/mythtv/libmythservicecontracts/services/rttiServices.h
297
include/mythtv/libmythservicecontracts/services/videoServices.h
337
include/mythtv/libmythservicecontracts/services/videoServices.h
298
include/mythtv/libmythui/mythdialogbox.h
338
include/mythtv/libmythui/mythdialogbox.h
299
include/mythtv/libmythui/mythfontproperties.h
339
include/mythtv/libmythui/mythfontproperties.h
Lines 351-367 Link Here
351
include/mythtv/libswscale/swscale.h
391
include/mythtv/libswscale/swscale.h
352
include/mythtv/libswscale/version.h
392
include/mythtv/libswscale/version.h
353
include/mythtv/loggingserver.h
393
include/mythtv/loggingserver.h
354
include/mythtv/mcodecs.h
355
include/mythtv/metadata/bluraymetadata.h
394
include/mythtv/metadata/bluraymetadata.h
356
include/mythtv/metadata/cleanup.h
395
include/mythtv/metadata/cleanup.h
357
include/mythtv/metadata/dbaccess.h
396
include/mythtv/metadata/dbaccess.h
358
include/mythtv/metadata/dirscan.h
397
include/mythtv/metadata/dirscan.h
359
include/mythtv/metadata/globals.h
398
include/mythtv/metadata/globals.h
399
include/mythtv/metadata/imagemanager.h
400
include/mythtv/metadata/imagemetadata.h
401
include/mythtv/metadata/imagetypes.h
402
include/mythtv/metadata/lyricsdata.h
360
include/mythtv/metadata/metadatacommon.h
403
include/mythtv/metadata/metadatacommon.h
361
include/mythtv/metadata/metadatadownload.h
404
include/mythtv/metadata/metadatadownload.h
362
include/mythtv/metadata/metadatafactory.h
405
include/mythtv/metadata/metadatafactory.h
406
include/mythtv/metadata/metadatagrabber.h
363
include/mythtv/metadata/metadataimagedownload.h
407
include/mythtv/metadata/metadataimagedownload.h
364
include/mythtv/metadata/metadataimagehelper.h
365
include/mythtv/metadata/metaio.h
408
include/mythtv/metadata/metaio.h
366
include/mythtv/metadata/metaioavfcomment.h
409
include/mythtv/metadata/metaioavfcomment.h
367
include/mythtv/metadata/metaioflacvorbis.h
410
include/mythtv/metadata/metaioflacvorbis.h
Lines 370-375 Link Here
370
include/mythtv/metadata/metaiooggvorbis.h
413
include/mythtv/metadata/metaiooggvorbis.h
371
include/mythtv/metadata/metaiotaglib.h
414
include/mythtv/metadata/metaiotaglib.h
372
include/mythtv/metadata/metaiowavpack.h
415
include/mythtv/metadata/metaiowavpack.h
416
include/mythtv/metadata/musicfilescanner.h
373
include/mythtv/metadata/musicmetadata.h
417
include/mythtv/metadata/musicmetadata.h
374
include/mythtv/metadata/musicutils.h
418
include/mythtv/metadata/musicutils.h
375
include/mythtv/metadata/mythmetaexp.h
419
include/mythtv/metadata/mythmetaexp.h
Lines 382-390 Link Here
382
include/mythtv/metadata/videoscan.h
426
include/mythtv/metadata/videoscan.h
383
include/mythtv/metadata/videoutils.h
427
include/mythtv/metadata/videoutils.h
384
include/mythtv/metadataimagehelper.h
428
include/mythtv/metadataimagehelper.h
429
include/mythtv/minilzo.h
385
include/mythtv/mpeg2dec/mpeg2.h
430
include/mythtv/mpeg2dec/mpeg2.h
386
include/mythtv/mthread.h
431
include/mythtv/mthread.h
387
include/mythtv/mthreadpool.h
432
include/mythtv/mthreadpool.h
433
include/mythtv/mythavutil.h
388
include/mythtv/mythbaseexp.h
434
include/mythtv/mythbaseexp.h
389
include/mythtv/mythcdrom.h
435
include/mythtv/mythcdrom.h
390
include/mythtv/mythcommandlineparser.h
436
include/mythtv/mythcommandlineparser.h
Lines 405-410 Link Here
405
include/mythtv/mythdownloadmanager.h
451
include/mythtv/mythdownloadmanager.h
406
include/mythtv/mythevent.h
452
include/mythtv/mythevent.h
407
include/mythtv/mythexp.h
453
include/mythtv/mythexp.h
454
include/mythtv/mythframe.h
408
include/mythtv/mythlocale.h
455
include/mythtv/mythlocale.h
409
include/mythtv/mythlogging.h
456
include/mythtv/mythlogging.h
410
include/mythtv/mythmedia.h
457
include/mythtv/mythmedia.h
Lines 415-420 Link Here
415
include/mythtv/mythpluginapi.h
462
include/mythtv/mythpluginapi.h
416
include/mythtv/mythqtcompat.h
463
include/mythtv/mythqtcompat.h
417
include/mythtv/mythrssmanager.h
464
include/mythtv/mythrssmanager.h
465
include/mythtv/mythsession.h
418
include/mythtv/mythsingledownload.h
466
include/mythtv/mythsingledownload.h
419
include/mythtv/mythsocket.h
467
include/mythtv/mythsocket.h
420
include/mythtv/mythsocket_cb.h
468
include/mythtv/mythsocket_cb.h
Lines 431-437 Link Here
431
include/mythtv/mythwizard.h
479
include/mythtv/mythwizard.h
432
include/mythtv/netgrabbermanager.h
480
include/mythtv/netgrabbermanager.h
433
include/mythtv/netutils.h
481
include/mythtv/netutils.h
434
include/mythtv/oldsettings.h
435
include/mythtv/output.h
482
include/mythtv/output.h
436
include/mythtv/playgroup.h
483
include/mythtv/playgroup.h
437
include/mythtv/plist.h
484
include/mythtv/plist.h
Lines 451-457 Link Here
451
include/mythtv/storagegroup.h
498
include/mythtv/storagegroup.h
452
include/mythtv/storagegroupeditor.h
499
include/mythtv/storagegroupeditor.h
453
include/mythtv/threadedfilewriter.h
500
include/mythtv/threadedfilewriter.h
454
include/mythtv/uitypes.h
501
include/mythtv/udfread.h
455
include/mythtv/upnp/bufferedsocketdevice.h
502
include/mythtv/upnp/bufferedsocketdevice.h
456
include/mythtv/upnp/configuration.h
503
include/mythtv/upnp/configuration.h
457
include/mythtv/upnp/eventing.h
504
include/mythtv/upnp/eventing.h
Lines 474-479 Link Here
474
include/mythtv/upnp/upnpcdsobjects.h
521
include/mythtv/upnp/upnpcdsobjects.h
475
include/mythtv/upnp/upnpcmgr.h
522
include/mythtv/upnp/upnpcmgr.h
476
include/mythtv/upnp/upnpdevice.h
523
include/mythtv/upnp/upnpdevice.h
524
include/mythtv/upnp/upnphelpers.h
477
include/mythtv/upnp/upnpsubscription.h
525
include/mythtv/upnp/upnpsubscription.h
478
include/mythtv/upnp/upnptaskcache.h
526
include/mythtv/upnp/upnptaskcache.h
479
include/mythtv/upnp/upnptaskevent.h
527
include/mythtv/upnp/upnptaskevent.h
Lines 482-655 Link Here
482
include/mythtv/upnp/upnputil.h
530
include/mythtv/upnp/upnputil.h
483
include/mythtv/upnp/wsdl.h
531
include/mythtv/upnp/wsdl.h
484
include/mythtv/upnp/xmlSerializer.h
532
include/mythtv/upnp/xmlSerializer.h
533
include/mythtv/upnp/xsd.h
485
include/mythtv/verbosedefs.h
534
include/mythtv/verbosedefs.h
486
include/mythtv/version.h
535
include/mythtv/version.h
487
include/mythtv/virtualkeyboard_qt.h
488
include/mythtv/visual.h
536
include/mythtv/visual.h
489
include/mythtv/volumebase.h
537
include/mythtv/volumebase.h
490
include/mythtv/xmlparse.h
538
lib/libmyth-0.28.so
491
%%BINDINGS%%%%SITE_PERL%%/IO/Socket/INET/MythTV.pm
539
lib/libmyth-0.28.so.0
492
%%BINDINGS%%%%SITE_PERL%%/MythTV.pm
540
lib/libmyth-0.28.so.0.28
493
%%BINDINGS%%%%SITE_PERL%%/MythTV/Channel.pm
541
lib/libmyth-0.28.so.0.28.0
494
%%BINDINGS%%%%SITE_PERL%%/MythTV/Program.pm
495
%%BINDINGS%%%%SITE_PERL%%/MythTV/Recording.pm
496
%%BINDINGS%%%%SITE_PERL%%/MythTV/StorageGroup.pm
497
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV-0.27.0-py2.7.egg-info
498
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/__init__.py
499
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/__init__.pyc
500
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/_conn_mysqldb.py
501
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/_conn_mysqldb.pyc
502
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/_conn_oursql.py
503
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/_conn_oursql.pyc
504
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/altdict.py
505
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/altdict.pyc
506
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/connections.py
507
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/connections.pyc
508
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/database.py
509
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/database.pyc
510
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/dataheap.py
511
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/dataheap.pyc
512
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/exceptions.py
513
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/exceptions.pyc
514
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/logging.py
515
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/logging.pyc
516
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/methodheap.py
517
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/methodheap.pyc
518
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/msearch.py
519
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/msearch.pyc
520
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/mythproto.py
521
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/mythproto.pyc
522
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/static.py
523
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/static.pyc
524
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/system.py
525
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/system.pyc
526
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/__init__.py
527
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/__init__.pyc
528
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache.py
529
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache.pyc
530
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_engine.py
531
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_engine.pyc
532
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_file.py
533
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_file.pyc
534
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_null.py
535
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_null.pyc
536
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/locales.py
537
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/locales.pyc
538
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/pager.py
539
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/pager.pyc
540
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/request.py
541
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/request.pyc
542
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_api.py
543
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_api.pyc
544
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_auth.py
545
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_auth.pyc
546
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_exceptions.py
547
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_exceptions.pyc
548
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/util.py
549
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/util.pyc
550
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbCollection.xsl
551
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbQuery.xsl
552
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbVideo.xsl
553
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/__init__.py
554
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/__init__.pyc
555
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/cache.py
556
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/cache.pyc
557
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdbXslt.py
558
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdbXslt.pyc
559
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_api.py
560
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_api.pyc
561
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_exceptions.py
562
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_exceptions.pyc
563
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_ui.py
564
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_ui.pyc
565
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/__init__.py
566
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/__init__.pyc
567
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/altdict.py
568
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/altdict.pyc
569
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/dequebuffer.py
570
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/dequebuffer.pyc
571
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/dt.py
572
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/dt.pyc
573
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/enum.py
574
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/enum.pyc
575
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/mixin.py
576
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/mixin.pyc
577
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/other.py
578
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/other.pyc
579
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/singleton.py
580
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/singleton.pyc
581
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/__init__.py
582
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/__init__.pyc
583
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/wikiscripts.py
584
%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/wikiscripts.pyc
585
lib/libmyth-0.27.so
586
lib/libmyth-0.27.so.0
587
lib/libmyth-0.27.so.0.27
588
lib/libmyth-0.27.so.0.27.0
589
lib/libmythavcodec.so
542
lib/libmythavcodec.so
590
lib/libmythavcodec.so.54
543
lib/libmythavcodec.so.57
591
lib/libmythavcodec.so.54.92.100
544
lib/libmythavcodec.so.57.24.102
592
lib/libmythavdevice.so
545
lib/libmythavdevice.so
593
lib/libmythavdevice.so.54
546
lib/libmythavdevice.so.57
594
lib/libmythavdevice.so.54.3.103
547
lib/libmythavdevice.so.57.0.101
595
lib/libmythavfilter.so
548
lib/libmythavfilter.so
596
lib/libmythavfilter.so.3
549
lib/libmythavfilter.so.6
597
lib/libmythavfilter.so.3.42.103
550
lib/libmythavfilter.so.6.31.100
598
lib/libmythavformat.so
551
lib/libmythavformat.so
599
lib/libmythavformat.so.54
552
lib/libmythavformat.so.57
600
lib/libmythavformat.so.54.63.104
553
lib/libmythavformat.so.57.25.100
601
lib/libmythavutil.so
554
lib/libmythavutil.so
602
lib/libmythavutil.so.52
555
lib/libmythavutil.so.55
603
lib/libmythavutil.so.52.18.100
556
lib/libmythavutil.so.55.17.103
604
lib/libmythbase-0.27.so
557
lib/libmythbase-0.28.so
605
lib/libmythbase-0.27.so.0
558
lib/libmythbase-0.28.so.0
606
lib/libmythbase-0.27.so.0.27
559
lib/libmythbase-0.28.so.0.28
607
lib/libmythbase-0.27.so.0.27.0
560
lib/libmythbase-0.28.so.0.28.0
608
lib/libmythfreemheg-0.27.so
561
lib/libmythfreemheg-0.28.so
609
lib/libmythfreemheg-0.27.so.0
562
lib/libmythfreemheg-0.28.so.0
610
lib/libmythfreemheg-0.27.so.0.27
563
lib/libmythfreemheg-0.28.so.0.28
611
lib/libmythfreemheg-0.27.so.0.27.0
564
lib/libmythfreemheg-0.28.so.0.28.0
612
lib/libmythhdhomerun-0.27.so
565
lib/libmythhdhomerun-0.28.so
613
lib/libmythhdhomerun-0.27.so.0
566
lib/libmythhdhomerun-0.28.so.0
614
lib/libmythhdhomerun-0.27.so.0.27
567
lib/libmythhdhomerun-0.28.so.0.28
615
lib/libmythhdhomerun-0.27.so.0.27.0
568
lib/libmythhdhomerun-0.28.so.0.28.0
616
lib/libmythmetadata-0.27.so
569
lib/libmythmetadata-0.28.so
617
lib/libmythmetadata-0.27.so.0
570
lib/libmythmetadata-0.28.so.0
618
lib/libmythmetadata-0.27.so.0.27
571
lib/libmythmetadata-0.28.so.0.28
619
lib/libmythmetadata-0.27.so.0.27.0
572
lib/libmythmetadata-0.28.so.0.28.0
620
lib/libmythpostproc.so
573
lib/libmythpostproc.so
621
lib/libmythpostproc.so.52
574
lib/libmythpostproc.so.54
622
lib/libmythpostproc.so.52.2.100
575
lib/libmythpostproc.so.54.0.100
623
lib/libmythprotoserver-0.27.so
576
lib/libmythprotoserver-0.28.so
624
lib/libmythprotoserver-0.27.so.0
577
lib/libmythprotoserver-0.28.so.0
625
lib/libmythprotoserver-0.27.so.0.27
578
lib/libmythprotoserver-0.28.so.0.28
626
lib/libmythprotoserver-0.27.so.0.27.0
579
lib/libmythprotoserver-0.28.so.0.28.0
627
lib/libmythqjson.so
580
lib/libmythservicecontracts-0.28.so
628
lib/libmythqjson.so.0
581
lib/libmythservicecontracts-0.28.so.0
629
lib/libmythqjson.so.0.7
582
lib/libmythservicecontracts-0.28.so.0.28
630
lib/libmythqjson.so.0.7.1
583
lib/libmythservicecontracts-0.28.so.0.28.0
631
lib/libmythservicecontracts-0.27.so
632
lib/libmythservicecontracts-0.27.so.0
633
lib/libmythservicecontracts-0.27.so.0.27
634
lib/libmythservicecontracts-0.27.so.0.27.0
635
lib/libmythswresample.so
584
lib/libmythswresample.so
636
lib/libmythswresample.so.0
585
lib/libmythswresample.so.2
637
lib/libmythswresample.so.0.17.102
586
lib/libmythswresample.so.2.0.101
638
lib/libmythswscale.so
587
lib/libmythswscale.so
639
lib/libmythswscale.so.2
588
lib/libmythswscale.so.4
640
lib/libmythswscale.so.2.2.100
589
lib/libmythswscale.so.4.0.100
641
lib/libmythtv-0.27.so
590
lib/libmythtv-0.28.so
642
lib/libmythtv-0.27.so.0
591
lib/libmythtv-0.28.so.0
643
lib/libmythtv-0.27.so.0.27
592
lib/libmythtv-0.28.so.0.28
644
lib/libmythtv-0.27.so.0.27.0
593
lib/libmythtv-0.28.so.0.28.0
645
lib/libmythui-0.27.so
594
lib/libmythui-0.28.so
646
lib/libmythui-0.27.so.0
595
lib/libmythui-0.28.so.0
647
lib/libmythui-0.27.so.0.27
596
lib/libmythui-0.28.so.0.28
648
lib/libmythui-0.27.so.0.27.0
597
lib/libmythui-0.28.so.0.28.0
649
lib/libmythupnp-0.27.so
598
lib/libmythupnp-0.28.so
650
lib/libmythupnp-0.27.so.0
599
lib/libmythupnp-0.28.so.0
651
lib/libmythupnp-0.27.so.0.27
600
lib/libmythupnp-0.28.so.0.28
652
lib/libmythupnp-0.27.so.0.27.0
601
lib/libmythupnp-0.28.so.0.28.0
653
lib/mythtv/filters/libadjust.so
602
lib/mythtv/filters/libadjust.so
654
lib/mythtv/filters/libbobdeint.so
603
lib/mythtv/filters/libbobdeint.so
655
lib/mythtv/filters/libcrop.so
604
lib/mythtv/filters/libcrop.so
Lines 666-671 Link Here
666
lib/mythtv/filters/libquickdnr.so
615
lib/mythtv/filters/libquickdnr.so
667
lib/mythtv/filters/libvflip.so
616
lib/mythtv/filters/libvflip.so
668
lib/mythtv/filters/libyadif.so
617
lib/mythtv/filters/libyadif.so
618
%%SITE_PERL%%/IO/Socket/INET/MythTV.pm
619
%%SITE_PERL%%/MythTV.pm
620
%%SITE_PERL%%/MythTV/Channel.pm
621
%%SITE_PERL%%/MythTV/Program.pm
622
%%SITE_PERL%%/MythTV/Recording.pm
623
%%SITE_PERL%%/MythTV/StorageGroup.pm
624
%%PYTHON_SITELIBDIR%%/MythTV-0.28._1-py%%PYTHON_VER%%.egg-info
625
%%PYTHON_SITELIBDIR%%/MythTV/__init__.py
626
%%PYTHON_SITELIBDIR%%/MythTV/__init__.pyc
627
%%PYTHON_SITELIBDIR%%/MythTV/_conn_mysqldb.py
628
%%PYTHON_SITELIBDIR%%/MythTV/_conn_mysqldb.pyc
629
%%PYTHON_SITELIBDIR%%/MythTV/_conn_oursql.py
630
%%PYTHON_SITELIBDIR%%/MythTV/_conn_oursql.pyc
631
%%PYTHON_SITELIBDIR%%/MythTV/altdict.py
632
%%PYTHON_SITELIBDIR%%/MythTV/altdict.pyc
633
%%PYTHON_SITELIBDIR%%/MythTV/connections.py
634
%%PYTHON_SITELIBDIR%%/MythTV/connections.pyc
635
%%PYTHON_SITELIBDIR%%/MythTV/database.py
636
%%PYTHON_SITELIBDIR%%/MythTV/database.pyc
637
%%PYTHON_SITELIBDIR%%/MythTV/dataheap.py
638
%%PYTHON_SITELIBDIR%%/MythTV/dataheap.pyc
639
%%PYTHON_SITELIBDIR%%/MythTV/exceptions.py
640
%%PYTHON_SITELIBDIR%%/MythTV/exceptions.pyc
641
%%PYTHON_SITELIBDIR%%/MythTV/logging.py
642
%%PYTHON_SITELIBDIR%%/MythTV/logging.pyc
643
%%PYTHON_SITELIBDIR%%/MythTV/methodheap.py
644
%%PYTHON_SITELIBDIR%%/MythTV/methodheap.pyc
645
%%PYTHON_SITELIBDIR%%/MythTV/msearch.py
646
%%PYTHON_SITELIBDIR%%/MythTV/msearch.pyc
647
%%PYTHON_SITELIBDIR%%/MythTV/mythproto.py
648
%%PYTHON_SITELIBDIR%%/MythTV/mythproto.pyc
649
%%PYTHON_SITELIBDIR%%/MythTV/static.py
650
%%PYTHON_SITELIBDIR%%/MythTV/static.pyc
651
%%PYTHON_SITELIBDIR%%/MythTV/system.py
652
%%PYTHON_SITELIBDIR%%/MythTV/system.pyc
653
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/__init__.py
654
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/__init__.pyc
655
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache.py
656
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache.pyc
657
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_engine.py
658
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_engine.pyc
659
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_file.py
660
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_file.pyc
661
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_null.py
662
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_null.pyc
663
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/locales.py
664
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/locales.pyc
665
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/pager.py
666
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/pager.pyc
667
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/request.py
668
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/request.pyc
669
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_api.py
670
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_api.pyc
671
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_auth.py
672
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_auth.pyc
673
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_exceptions.py
674
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_exceptions.pyc
675
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/util.py
676
%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/util.pyc
677
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbCollection.xsl
678
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbQuery.xsl
679
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbVideo.xsl
680
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/__init__.py
681
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/__init__.pyc
682
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/cache.py
683
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/cache.pyc
684
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdbXslt.py
685
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdbXslt.pyc
686
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_api.py
687
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_api.pyc
688
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_exceptions.py
689
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_exceptions.pyc
690
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_ui.py
691
%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_ui.pyc
692
%%PYTHON_SITELIBDIR%%/MythTV/utility/__init__.py
693
%%PYTHON_SITELIBDIR%%/MythTV/utility/__init__.pyc
694
%%PYTHON_SITELIBDIR%%/MythTV/utility/altdict.py
695
%%PYTHON_SITELIBDIR%%/MythTV/utility/altdict.pyc
696
%%PYTHON_SITELIBDIR%%/MythTV/utility/dequebuffer.py
697
%%PYTHON_SITELIBDIR%%/MythTV/utility/dequebuffer.pyc
698
%%PYTHON_SITELIBDIR%%/MythTV/utility/dt.py
699
%%PYTHON_SITELIBDIR%%/MythTV/utility/dt.pyc
700
%%PYTHON_SITELIBDIR%%/MythTV/utility/enum.py
701
%%PYTHON_SITELIBDIR%%/MythTV/utility/enum.pyc
702
%%PYTHON_SITELIBDIR%%/MythTV/utility/mixin.py
703
%%PYTHON_SITELIBDIR%%/MythTV/utility/mixin.pyc
704
%%PYTHON_SITELIBDIR%%/MythTV/utility/other.py
705
%%PYTHON_SITELIBDIR%%/MythTV/utility/other.pyc
706
%%PYTHON_SITELIBDIR%%/MythTV/utility/singleton.py
707
%%PYTHON_SITELIBDIR%%/MythTV/utility/singleton.pyc
708
%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/__init__.py
709
%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/__init__.pyc
710
%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/wikiscripts.py
711
%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/wikiscripts.pyc
669
%%DATADIR%%/CDS_scpd.xml
712
%%DATADIR%%/CDS_scpd.xml
670
%%DATADIR%%/CMGR_scpd.xml
713
%%DATADIR%%/CMGR_scpd.xml
671
%%DATADIR%%/MFEXML_scpd.xml
714
%%DATADIR%%/MFEXML_scpd.xml
Lines 676-683 Link Here
676
%%DATADIR%%/bindings/php/MythBackend.php
719
%%DATADIR%%/bindings/php/MythBackend.php
677
%%DATADIR%%/bindings/php/MythBase.php
720
%%DATADIR%%/bindings/php/MythBase.php
678
%%DATADIR%%/bindings/php/MythFrontend.php
721
%%DATADIR%%/bindings/php/MythFrontend.php
722
%%DATADIR%%/bindings/php/MythTV.php
679
%%DATADIR%%/bindings/php/MythTVChannel.php
723
%%DATADIR%%/bindings/php/MythTVChannel.php
680
%%DATADIR%%/bindings/php/MythTV.php
681
%%DATADIR%%/bindings/php/MythTVProgram.php
724
%%DATADIR%%/bindings/php/MythTVProgram.php
682
%%DATADIR%%/bindings/php/MythTVRecording.php
725
%%DATADIR%%/bindings/php/MythTVRecording.php
683
%%DATADIR%%/bindings/php/MythTVStorageGroup.php
726
%%DATADIR%%/bindings/php/MythTVStorageGroup.php
Lines 711-718 Link Here
711
%%DATADIR%%/fonts/Tiresias Infofont Bold.ttf
754
%%DATADIR%%/fonts/Tiresias Infofont Bold.ttf
712
%%DATADIR%%/fonts/Tiresias Infofont Italic.ttf
755
%%DATADIR%%/fonts/Tiresias Infofont Italic.ttf
713
%%DATADIR%%/fonts/Tiresias Infofont.ttf
756
%%DATADIR%%/fonts/Tiresias Infofont.ttf
757
%%DATADIR%%/fonts/texgyrechorus-mediumitalic.otf
714
%%DATADIR%%/fonts/tiresias_gpl3.txt
758
%%DATADIR%%/fonts/tiresias_gpl3.txt
715
%%DATADIR%%/fonts/texgyrechorus-mediumitalic.otf
716
%%DATADIR%%/hardwareprofile/.gitignore
759
%%DATADIR%%/hardwareprofile/.gitignore
717
%%DATADIR%%/hardwareprofile/MultipartPostHandler.py
760
%%DATADIR%%/hardwareprofile/MultipartPostHandler.py
718
%%DATADIR%%/hardwareprofile/__init__.py
761
%%DATADIR%%/hardwareprofile/__init__.py
Lines 745-843 Link Here
745
%%DATADIR%%/hardwareprofile/smolt_config.py
788
%%DATADIR%%/hardwareprofile/smolt_config.py
746
%%DATADIR%%/hardwareprofile/software.py
789
%%DATADIR%%/hardwareprofile/software.py
747
%%DATADIR%%/hardwareprofile/uuiddb.py
790
%%DATADIR%%/hardwareprofile/uuiddb.py
791
%%DATADIR%%/html/3rdParty/jquery/MYTH_README
792
%%DATADIR%%/html/3rdParty/jquery/galleria/LICENSE
793
%%DATADIR%%/html/3rdParty/jquery/galleria/galleria.js
794
%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/flickr-demo.html
795
%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/flickr-loader.gif
796
%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/galleria.flickr.js
797
%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/galleria.flickr.min.js
798
%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/loader.gif
799
%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/history/galleria.history.js
800
%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/history/galleria.history.min.js
801
%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/history/history-demo.html
802
%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/picasa/galleria.picasa.js
803
%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/picasa/galleria.picasa.min.js
804
%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/picasa/loader.gif
805
%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/picasa/picasa-demo.html
806
%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/README.rst
807
%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/classic-demo.html
808
%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/classic-loader.gif
809
%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/classic-map.png
810
%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/galleria.classic.css
811
%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/galleria.classic.js
812
%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/galleria.classic.min.js
813
%%DATADIR%%/html/3rdParty/jquery/jquery-2.0.3.js
814
%%DATADIR%%/html/3rdParty/jquery/jquery-2.0.3.min.js
815
%%DATADIR%%/html/3rdParty/jquery/jquery-2.1.4.min.js
816
%%DATADIR%%/html/3rdParty/jquery/jqueryContextMenu/js/jquery.contextmenu.js
817
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/application.png
818
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/code.png
819
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/css.png
820
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/db.png
821
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/directory.png
822
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/doc.png
823
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/file.png
824
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/film.png
825
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/flash.png
826
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/folder_open.png
827
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/html.png
828
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/java.png
829
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/linux.png
830
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/music.png
831
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/pdf.png
832
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/php.png
833
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/picture.png
834
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/ppt.png
835
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/psd.png
836
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/ruby.png
837
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/script.png
838
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/spinner.gif
839
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/txt.png
840
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/xls.png
841
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/zip.png
842
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/jqueryFileTree.css
843
%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/jqueryFileTree.js
844
%%DATADIR%%/html/3rdParty/jquery/jqueryGrid/css/ui.jqgrid.css
845
%%DATADIR%%/html/3rdParty/jquery/jqueryGrid/js/grid.locale-en.js
846
%%DATADIR%%/html/3rdParty/jquery/jqueryGrid/js/jquery.jqGrid.js
847
%%DATADIR%%/html/3rdParty/jquery/jqueryJScroll/README.md
848
%%DATADIR%%/html/3rdParty/jquery/jqueryJScroll/jquery.jscroll.js
849
%%DATADIR%%/html/3rdParty/jquery/jqueryJScroll/jscroll.jquery.json
850
%%DATADIR%%/html/3rdParty/jquery/jqueryMultiSelect/css/jquery.multiselect.css
851
%%DATADIR%%/html/3rdParty/jquery/jqueryMultiSelect/css/ui.multiselect.css
852
%%DATADIR%%/html/3rdParty/jquery/jqueryMultiSelect/js/jquery.multiselect.js
853
%%DATADIR%%/html/3rdParty/jquery/jqueryMultiSelect/js/ui-multiselect-en.js
854
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_flat_30_cccccc_40x100.png
855
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_flat_50_5c5c5c_40x100.png
856
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_glass_40_ffc73d_1x400.png
857
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_hexagon_10_000000_12x10.png
858
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-hard_20_0b6a98_1x100.png
859
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-soft_33_003147_1x100.png
860
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-soft_35_222222_1x100.png
861
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-soft_44_444444_1x100.png
862
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
863
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_222222_256x240.png
864
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_4b8e0b_256x240.png
865
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_a83300_256x240.png
866
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_cccccc_256x240.png
867
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_ffffff_256x240.png
868
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/jquery-ui-1.10.3.css
869
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/jquery-ui.css
870
%%DATADIR%%/html/3rdParty/jquery/jqueryUI/js/jquery-ui-1.10.3.js
748
%%DATADIR%%/html/3rdParty/jwplayer.qsp
871
%%DATADIR%%/html/3rdParty/jwplayer.qsp
872
%%DATADIR%%/html/backend_index.qsp
749
%%DATADIR%%/html/css/Status.css
873
%%DATADIR%%/html/css/Status.css
750
%%DATADIR%%/html/css/images/ui-bg_flat_30_cccccc_40x100.png
874
%%DATADIR%%/html/css/settings.css
751
%%DATADIR%%/html/css/images/ui-bg_flat_50_5c5c5c_40x100.png
752
%%DATADIR%%/html/css/images/ui-bg_glass_40_ffc73d_1x400.png
753
%%DATADIR%%/html/css/images/ui-bg_hexagon_10_000000_12x10.png
754
%%DATADIR%%/html/css/images/ui-bg_highlight-hard_20_0b6a98_1x100.png
755
%%DATADIR%%/html/css/images/ui-bg_highlight-soft_33_003147_1x100.png
756
%%DATADIR%%/html/css/images/ui-bg_highlight-soft_35_222222_1x100.png
757
%%DATADIR%%/html/css/images/ui-bg_highlight-soft_44_444444_1x100.png
758
%%DATADIR%%/html/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
759
%%DATADIR%%/html/css/images/ui-icons_222222_256x240.png
760
%%DATADIR%%/html/css/images/ui-icons_4b8e0b_256x240.png
761
%%DATADIR%%/html/css/images/ui-icons_a83300_256x240.png
762
%%DATADIR%%/html/css/images/ui-icons_cccccc_256x240.png
763
%%DATADIR%%/html/css/images/ui-icons_ffffff_256x240.png
764
%%DATADIR%%/html/css/jquery-ui.css
765
%%DATADIR%%/html/css/menustyle.css
766
%%DATADIR%%/html/css/setup.css
875
%%DATADIR%%/html/css/setup.css
767
%%DATADIR%%/html/css/site.css
876
%%DATADIR%%/html/css/site.css
768
%%DATADIR%%/html/css/ui.jqgrid.css
769
%%DATADIR%%/html/css/ui.multiselect.css
770
%%DATADIR%%/html/css/wsdl.css
877
%%DATADIR%%/html/css/wsdl.css
878
%%DATADIR%%/html/debug/websocket.qsp
879
%%DATADIR%%/html/frontend_index.qsp
771
%%DATADIR%%/html/images/blank.gif
880
%%DATADIR%%/html/images/blank.gif
772
%%DATADIR%%/html/images/checkerboard_100x100.png
881
%%DATADIR%%/html/images/checkerboard_100x100.png
773
%%DATADIR%%/html/images/favicon.ico
882
%%DATADIR%%/html/images/favicon.ico
883
%%DATADIR%%/html/images/icons/README
884
%%DATADIR%%/html/images/icons/upnp_large_icon.jpg
885
%%DATADIR%%/html/images/icons/upnp_large_icon.png
886
%%DATADIR%%/html/images/icons/upnp_small_icon.jpg
887
%%DATADIR%%/html/images/icons/upnp_small_icon.png
774
%%DATADIR%%/html/images/menu-button-bg.gif
888
%%DATADIR%%/html/images/menu-button-bg.gif
775
%%DATADIR%%/html/images/mythtv.png
889
%%DATADIR%%/html/images/mythtv.png
776
%%DATADIR%%/html/images/ui-bg_flat_30_cccccc_40x100.png
777
%%DATADIR%%/html/images/ui-bg_flat_50_5c5c5c_40x100.png
778
%%DATADIR%%/html/images/ui-bg_glass_40_ffc73d_1x400.png
779
%%DATADIR%%/html/images/ui-bg_hexagon_10_000000_12x10.png
780
%%DATADIR%%/html/images/ui-bg_highlight-hard_20_0b6a98_1x100.png
781
%%DATADIR%%/html/images/ui-bg_highlight-soft_33_003147_1x100.png
782
%%DATADIR%%/html/images/ui-bg_highlight-soft_35_222222_1x100.png
783
%%DATADIR%%/html/images/ui-bg_highlight-soft_44_444444_1x100.png
784
%%DATADIR%%/html/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
785
%%DATADIR%%/html/images/ui-icons_222222_256x240.png
786
%%DATADIR%%/html/images/ui-icons_4b8e0b_256x240.png
787
%%DATADIR%%/html/images/ui-icons_a83300_256x240.png
788
%%DATADIR%%/html/images/ui-icons_cccccc_256x240.png
789
%%DATADIR%%/html/images/ui-icons_ffffff_256x240.png
790
%%DATADIR%%/html/index.html
791
%%DATADIR%%/html/js/databaseutil.js
792
%%DATADIR%%/html/js/fileutil.js
890
%%DATADIR%%/html/js/fileutil.js
793
%%DATADIR%%/html/js/galleria/LICENSE
794
%%DATADIR%%/html/js/galleria/galleria-1.2.3.js
795
%%DATADIR%%/html/js/galleria/galleria-1.2.3.min.js
796
%%DATADIR%%/html/js/galleria/themes/classic/README.rst
797
%%DATADIR%%/html/js/galleria/themes/classic/classic-demo.html
798
%%DATADIR%%/html/js/galleria/themes/classic/classic-loader.gif
799
%%DATADIR%%/html/js/galleria/themes/classic/classic-map.png
800
%%DATADIR%%/html/js/galleria/themes/classic/galleria.classic.css
801
%%DATADIR%%/html/js/galleria/themes/classic/galleria.classic.js
802
%%DATADIR%%/html/js/galleria/themes/classic/galleria.classic.min.js
803
%%DATADIR%%/html/js/grid.locale-en.js
804
%%DATADIR%%/html/js/inspect.js
891
%%DATADIR%%/html/js/inspect.js
805
%%DATADIR%%/html/js/jquery-ui.min.js
806
%%DATADIR%%/html/js/jquery.contextmenu.js
807
%%DATADIR%%/html/js/jquery.jqGrid.min.js
808
%%DATADIR%%/html/js/jquery.min.js
809
%%DATADIR%%/html/js/jqueryFileTree/images/application.png
810
%%DATADIR%%/html/js/jqueryFileTree/images/code.png
811
%%DATADIR%%/html/js/jqueryFileTree/images/css.png
812
%%DATADIR%%/html/js/jqueryFileTree/images/db.png
813
%%DATADIR%%/html/js/jqueryFileTree/images/directory.png
814
%%DATADIR%%/html/js/jqueryFileTree/images/doc.png
815
%%DATADIR%%/html/js/jqueryFileTree/images/file.png
816
%%DATADIR%%/html/js/jqueryFileTree/images/film.png
817
%%DATADIR%%/html/js/jqueryFileTree/images/flash.png
818
%%DATADIR%%/html/js/jqueryFileTree/images/folder_open.png
819
%%DATADIR%%/html/js/jqueryFileTree/images/html.png
820
%%DATADIR%%/html/js/jqueryFileTree/images/java.png
821
%%DATADIR%%/html/js/jqueryFileTree/images/linux.png
822
%%DATADIR%%/html/js/jqueryFileTree/images/music.png
823
%%DATADIR%%/html/js/jqueryFileTree/images/pdf.png
824
%%DATADIR%%/html/js/jqueryFileTree/images/php.png
825
%%DATADIR%%/html/js/jqueryFileTree/images/picture.png
826
%%DATADIR%%/html/js/jqueryFileTree/images/ppt.png
827
%%DATADIR%%/html/js/jqueryFileTree/images/psd.png
828
%%DATADIR%%/html/js/jqueryFileTree/images/ruby.png
829
%%DATADIR%%/html/js/jqueryFileTree/images/script.png
830
%%DATADIR%%/html/js/jqueryFileTree/images/spinner.gif
831
%%DATADIR%%/html/js/jqueryFileTree/images/txt.png
832
%%DATADIR%%/html/js/jqueryFileTree/images/xls.png
833
%%DATADIR%%/html/js/jqueryFileTree/images/zip.png
834
%%DATADIR%%/html/js/jqueryFileTree/jqueryFileTree.css
835
%%DATADIR%%/html/js/jqueryFileTree/jqueryFileTree.js
836
%%DATADIR%%/html/js/menu.js
892
%%DATADIR%%/html/js/menu.js
837
%%DATADIR%%/html/js/ui-multiselect-en.js
893
%%DATADIR%%/html/js/settings.js
838
%%DATADIR%%/html/js/ui.multiselect.js
839
%%DATADIR%%/html/js/util.qjs
894
%%DATADIR%%/html/js/util.qjs
895
%%DATADIR%%/html/js/utility.js
896
%%DATADIR%%/html/js/websocket_events.js
840
%%DATADIR%%/html/menu.qsp
897
%%DATADIR%%/html/menu.qsp
898
%%DATADIR%%/html/misc/css/overview.css
841
%%DATADIR%%/html/misc/database-backup.html
899
%%DATADIR%%/html/misc/database-backup.html
842
%%DATADIR%%/html/misc/database-repair.html
900
%%DATADIR%%/html/misc/database-repair.html
843
%%DATADIR%%/html/misc/databasetabs.html
901
%%DATADIR%%/html/misc/databasetabs.html
Lines 847-858 Link Here
847
%%DATADIR%%/html/misc/js/databasetabs.js
905
%%DATADIR%%/html/misc/js/databasetabs.js
848
%%DATADIR%%/html/misc/js/hardwareprofile.js
906
%%DATADIR%%/html/misc/js/hardwareprofile.js
849
%%DATADIR%%/html/misc/js/messagetab.js
907
%%DATADIR%%/html/misc/js/messagetab.js
908
%%DATADIR%%/html/misc/js/overview.js
850
%%DATADIR%%/html/misc/js/viewlogs.js
909
%%DATADIR%%/html/misc/js/viewlogs.js
851
%%DATADIR%%/html/misc/message.html
910
%%DATADIR%%/html/misc/message.html
852
%%DATADIR%%/html/misc/messagetab.html
911
%%DATADIR%%/html/misc/messagetab.html
912
%%DATADIR%%/html/misc/misc_template.html
853
%%DATADIR%%/html/misc/overview.qsp
913
%%DATADIR%%/html/misc/overview.qsp
854
%%DATADIR%%/html/misc/placeholder.html
914
%%DATADIR%%/html/misc/placeholder.html
855
%%DATADIR%%/html/misc/viewlogs.html
915
%%DATADIR%%/html/misc/viewlogs.html
916
%%DATADIR%%/html/robots.txt
856
%%DATADIR%%/html/samples/hlstest.qsp
917
%%DATADIR%%/html/samples/hlstest.qsp
857
%%DATADIR%%/html/samples/js/samples.js
918
%%DATADIR%%/html/samples/js/samples.js
858
%%DATADIR%%/html/samples/livestream_rec.qsp
919
%%DATADIR%%/html/samples/livestream_rec.qsp
Lines 860-868 Link Here
860
%%DATADIR%%/html/samples/recorded.qsp
921
%%DATADIR%%/html/samples/recorded.qsp
861
%%DATADIR%%/html/samples/serverside.qsp
922
%%DATADIR%%/html/samples/serverside.qsp
862
%%DATADIR%%/html/samples/storagegroups.qsp
923
%%DATADIR%%/html/samples/storagegroups.qsp
924
%%DATADIR%%/html/setup/ajax_backends/setting_util.qsp
863
%%DATADIR%%/html/setup/channeleditor-channeldetail-multi.html
925
%%DATADIR%%/html/setup/channeleditor-channeldetail-multi.html
864
%%DATADIR%%/html/setup/channeleditor-channeldetail.html
926
%%DATADIR%%/html/setup/channeleditor-channeldetail.html
865
%%DATADIR%%/html/setup/channeleditor.html
927
%%DATADIR%%/html/setup/channeleditor.html
928
%%DATADIR%%/html/setup/css/common.css
866
%%DATADIR%%/html/setup/database.html
929
%%DATADIR%%/html/setup/database.html
867
%%DATADIR%%/html/setup/expert.html
930
%%DATADIR%%/html/setup/expert.html
868
%%DATADIR%%/html/setup/general.html
931
%%DATADIR%%/html/setup/general.html
Lines 873-893 Link Here
873
%%DATADIR%%/html/setup/jobqueue-jobs.qsp
936
%%DATADIR%%/html/setup/jobqueue-jobs.qsp
874
%%DATADIR%%/html/setup/jobqueue.html
937
%%DATADIR%%/html/setup/jobqueue.html
875
%%DATADIR%%/html/setup/js/channeleditor.js
938
%%DATADIR%%/html/setup/js/channeleditor.js
939
%%DATADIR%%/html/setup/js/common.js
876
%%DATADIR%%/html/setup/js/database.js
940
%%DATADIR%%/html/setup/js/database.js
877
%%DATADIR%%/html/setup/js/general.js
941
%%DATADIR%%/html/setup/js/general.js
878
%%DATADIR%%/html/setup/js/guidedatasources.js
942
%%DATADIR%%/html/setup/js/guidedatasources.js
879
%%DATADIR%%/html/setup/js/jobqueue.js
943
%%DATADIR%%/html/setup/js/jobqueue.js
880
%%DATADIR%%/html/setup/js/password.js
944
%%DATADIR%%/html/setup/js/password.js
881
%%DATADIR%%/html/setup/js/setup.js
882
%%DATADIR%%/html/setup/js/storagegroups.js
945
%%DATADIR%%/html/setup/js/storagegroups.js
883
%%DATADIR%%/html/setup/js/systemevents.js
946
%%DATADIR%%/html/setup/js/systemevents.js
884
%%DATADIR%%/html/setup/js/wizard.js
947
%%DATADIR%%/html/setup/js/wizard.js
885
%%DATADIR%%/html/setup/overview.html
948
%%DATADIR%%/html/setup/overview.html
886
%%DATADIR%%/html/setup/password.html
949
%%DATADIR%%/html/setup/password.html
950
%%DATADIR%%/html/setup/setup_template.html
887
%%DATADIR%%/html/setup/storagegroups-add-dir.html
951
%%DATADIR%%/html/setup/storagegroups-add-dir.html
888
%%DATADIR%%/html/setup/storagegroups-add-new.html
952
%%DATADIR%%/html/setup/storagegroups-add-new.html
889
%%DATADIR%%/html/setup/storagegroups.html
953
%%DATADIR%%/html/setup/storagegroups.html
890
%%DATADIR%%/html/setup/systemevents.html
954
%%DATADIR%%/html/setup/systemevents.html
955
%%DATADIR%%/html/setup/webfrontend-settings.qsp
891
%%DATADIR%%/html/setup/wizard-database.html
956
%%DATADIR%%/html/setup/wizard-database.html
892
%%DATADIR%%/html/setup/wizard-guide_data.html
957
%%DATADIR%%/html/setup/wizard-guide_data.html
893
%%DATADIR%%/html/setup/wizard-media_storage.html
958
%%DATADIR%%/html/setup/wizard-media_storage.html
Lines 894-900 Link Here
894
%%DATADIR%%/html/setup/wizard-network.qsp
959
%%DATADIR%%/html/setup/wizard-network.qsp
895
%%DATADIR%%/html/setup/wizard-recording_devices.html
960
%%DATADIR%%/html/setup/wizard-recording_devices.html
896
%%DATADIR%%/html/setup/wizard.html
961
%%DATADIR%%/html/setup/wizard.html
962
%%DATADIR%%/html/tv/ajax_backends/dvr_util.qsp
963
%%DATADIR%%/html/tv/ajax_backends/program_util.qsp
964
%%DATADIR%%/html/tv/css/category_colors.css
965
%%DATADIR%%/html/tv/css/common.css
966
%%DATADIR%%/html/tv/css/guide.css
967
%%DATADIR%%/html/tv/css/icons.css
968
%%DATADIR%%/html/tv/css/programsearch.css
969
%%DATADIR%%/html/tv/css/recordingrules.css
970
%%DATADIR%%/html/tv/css/recordings.css
971
%%DATADIR%%/html/tv/css/schedule.css
972
%%DATADIR%%/html/tv/css/tvplayer.css
973
%%DATADIR%%/html/tv/css/upcoming.css
974
%%DATADIR%%/html/tv/guide.qsp
975
%%DATADIR%%/html/tv/images/blank.png
976
%%DATADIR%%/html/tv/images/cat_movie.svg
977
%%DATADIR%%/html/tv/images/channel_icon.svg
978
%%DATADIR%%/html/tv/images/fl_autoexp.svg
979
%%DATADIR%%/html/tv/images/fl_bookmark.svg
980
%%DATADIR%%/html/tv/images/fl_commflag.svg
981
%%DATADIR%%/html/tv/images/fl_watched.svg
982
%%DATADIR%%/html/tv/images/hd_1080.svg
983
%%DATADIR%%/html/tv/images/hd_720.svg
984
%%DATADIR%%/html/tv/images/hd_tv.svg
985
%%DATADIR%%/html/tv/images/play_arrow.png
986
%%DATADIR%%/html/tv/images/play_arrow.svg
987
%%DATADIR%%/html/tv/images/recording_icons_sprite.svg
988
%%DATADIR%%/html/tv/images/wastebin.svg
989
%%DATADIR%%/html/tv/js/common.js
990
%%DATADIR%%/html/tv/js/constants.js
991
%%DATADIR%%/html/tv/js/guide.js
992
%%DATADIR%%/html/tv/js/programsearch.js
993
%%DATADIR%%/html/tv/js/recordings.js
994
%%DATADIR%%/html/tv/js/schedule.js
995
%%DATADIR%%/html/tv/js/tvutil.qjs
996
%%DATADIR%%/html/tv/js/upcoming.js
997
%%DATADIR%%/html/tv/programsearch.qsp
998
%%DATADIR%%/html/tv/recordingrules.qsp
999
%%DATADIR%%/html/tv/recordings.qsp
1000
%%DATADIR%%/html/tv/schedule.qsp
1001
%%DATADIR%%/html/tv/stream.qsp
1002
%%DATADIR%%/html/tv/tvplayer.qsp
1003
%%DATADIR%%/html/tv/upcoming.qsp
1004
%%DATADIR%%/html/video/css/gallery.css
1005
%%DATADIR%%/html/video/gallery.qsp
1006
%%DATADIR%%/html/video/gallery_detail.qsp
1007
%%DATADIR%%/html/video/images/folder_icon.png
1008
%%DATADIR%%/html/video/images/mv_gallery_dir_up.png
1009
%%DATADIR%%/html/video/images/unknown.png
1010
%%DATADIR%%/html/video/js/gallery.js
1011
%%DATADIR%%/html/video/js/gallery.qjs
897
%%DATADIR%%/html/xslt/class.xslt
1012
%%DATADIR%%/html/xslt/class.xslt
1013
%%DATADIR%%/html/xslt/enum.xslt
898
%%DATADIR%%/html/xslt/service.xslt
1014
%%DATADIR%%/html/xslt/service.xslt
899
%%DATADIR%%/i18n/mythfrontend_bg.qm
1015
%%DATADIR%%/i18n/mythfrontend_bg.qm
900
%%DATADIR%%/i18n/mythfrontend_ca.qm
1016
%%DATADIR%%/i18n/mythfrontend_ca.qm
Lines 974-979 Link Here
974
%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/tedtalks.xml
1090
%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/tedtalks.xml
975
%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/thewb.xml
1091
%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/thewb.xml
976
%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/trailersMashup.xml
1092
%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/trailersMashup.xml
1093
%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/youtube.xml
977
%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/hulu_config.xml
1094
%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/hulu_config.xml
978
%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/mashups_config.xml
1095
%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/mashups_config.xml
979
%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/pbs_config.xml
1096
%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/pbs_config.xml
Lines 1043-1049 Link Here
1043
%%DATADIR%%/internetcontent/nv_python_libs/vimeo/oauth/__init__.py
1160
%%DATADIR%%/internetcontent/nv_python_libs/vimeo/oauth/__init__.py
1044
%%DATADIR%%/internetcontent/nv_python_libs/vimeo/oauth/oauth_api.py
1161
%%DATADIR%%/internetcontent/nv_python_libs/vimeo/oauth/oauth_api.py
1045
%%DATADIR%%/internetcontent/nv_python_libs/vimeo/vimeo_api.py
1162
%%DATADIR%%/internetcontent/nv_python_libs/vimeo/vimeo_api.py
1046
%%DATADIR%%/internetcontent/nv_python_libs/vimeo/vimeo_data.pyc
1163
%%DATADIR%%/internetcontent/nv_python_libs/vimeo/vimeo_data.py
1047
%%DATADIR%%/internetcontent/nv_python_libs/vimeo/vimeo_exceptions.py
1164
%%DATADIR%%/internetcontent/nv_python_libs/vimeo/vimeo_exceptions.py
1048
%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/__init__.py
1165
%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/__init__.py
1049
%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/bliptvXSL_api.py
1166
%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/bliptvXSL_api.py
Lines 1064-1069 Link Here
1064
%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/youtubeXSL_api.py
1181
%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/youtubeXSL_api.py
1065
%%DATADIR%%/internetcontent/nv_python_libs/youtube/__init__.py
1182
%%DATADIR%%/internetcontent/nv_python_libs/youtube/__init__.py
1066
%%DATADIR%%/internetcontent/nv_python_libs/youtube/youtube_api.py
1183
%%DATADIR%%/internetcontent/nv_python_libs/youtube/youtube_api.py
1184
%%DATADIR%%/internetcontent/nv_python_libs/youtube/youtube_data.py
1067
%%DATADIR%%/internetcontent/nv_python_libs/youtube/youtube_exceptions.py
1185
%%DATADIR%%/internetcontent/nv_python_libs/youtube/youtube_exceptions.py
1068
%%DATADIR%%/internetcontent/pbs.py
1186
%%DATADIR%%/internetcontent/pbs.py
1069
%%DATADIR%%/internetcontent/rev3.py
1187
%%DATADIR%%/internetcontent/rev3.py
Lines 1077-1082 Link Here
1077
%%DATADIR%%/internetcontent/vimeo.py
1195
%%DATADIR%%/internetcontent/vimeo.py
1078
%%DATADIR%%/internetcontent/youtube.py
1196
%%DATADIR%%/internetcontent/youtube.py
1079
%%DATADIR%%/locales/da_dk.xml
1197
%%DATADIR%%/locales/da_dk.xml
1198
%%DATADIR%%/locales/de_at.xml
1199
%%DATADIR%%/locales/de_ch.xml
1080
%%DATADIR%%/locales/de_de.xml
1200
%%DATADIR%%/locales/de_de.xml
1081
%%DATADIR%%/locales/el_gr.xml
1201
%%DATADIR%%/locales/el_gr.xml
1082
%%DATADIR%%/locales/en_ca.xml
1202
%%DATADIR%%/locales/en_ca.xml
Lines 1092-1097 Link Here
1092
%%DATADIR%%/locales/zh_hk.xml
1212
%%DATADIR%%/locales/zh_hk.xml
1093
%%DATADIR%%/locales/zh_tw.xml
1213
%%DATADIR%%/locales/zh_tw.xml
1094
%%DATADIR%%/metadata/Movie/tmdb3.py
1214
%%DATADIR%%/metadata/Movie/tmdb3.py
1215
%%DATADIR%%/metadata/Music/discid/.gitignore
1216
%%DATADIR%%/metadata/Music/discid/README
1217
%%DATADIR%%/metadata/Music/discid/__init__.py
1218
%%DATADIR%%/metadata/Music/discid/disc.py
1219
%%DATADIR%%/metadata/Music/discid/libdiscid.py
1220
%%DATADIR%%/metadata/Music/discid/track.py
1221
%%DATADIR%%/metadata/Music/discid/util.py
1222
%%DATADIR%%/metadata/Music/lyrics/README
1223
%%DATADIR%%/metadata/Music/lyrics/baidu.py
1224
%%DATADIR%%/metadata/Music/lyrics/common/.gitignore
1225
%%DATADIR%%/metadata/Music/lyrics/common/__init__.py
1226
%%DATADIR%%/metadata/Music/lyrics/common/audiofile.py
1227
%%DATADIR%%/metadata/Music/lyrics/common/utilities.py
1228
%%DATADIR%%/metadata/Music/lyrics/darklyrics.py
1229
%%DATADIR%%/metadata/Music/lyrics/embedlrc.py
1230
%%DATADIR%%/metadata/Music/lyrics/examples/README
1231
%%DATADIR%%/metadata/Music/lyrics/examples/filelyrics.lrc
1232
%%DATADIR%%/metadata/Music/lyrics/examples/filelyrics.mp3
1233
%%DATADIR%%/metadata/Music/lyrics/examples/taglyrics.mp3
1234
%%DATADIR%%/metadata/Music/lyrics/filelyrics.py
1235
%%DATADIR%%/metadata/Music/lyrics/genius.py
1236
%%DATADIR%%/metadata/Music/lyrics/gomaudio.py
1237
%%DATADIR%%/metadata/Music/lyrics/lyrdb.py
1238
%%DATADIR%%/metadata/Music/lyrics/lyricsmode.py
1239
%%DATADIR%%/metadata/Music/lyrics/lyricswiki.py
1240
%%DATADIR%%/metadata/Music/lyrics/ttplayer.py
1241
%%DATADIR%%/metadata/Music/mbutils.py
1242
%%DATADIR%%/metadata/Music/musicbrainzngs/.gitignore
1243
%%DATADIR%%/metadata/Music/musicbrainzngs/README
1244
%%DATADIR%%/metadata/Music/musicbrainzngs/__init__.py
1245
%%DATADIR%%/metadata/Music/musicbrainzngs/caa.py
1246
%%DATADIR%%/metadata/Music/musicbrainzngs/compat.py
1247
%%DATADIR%%/metadata/Music/musicbrainzngs/mbxml.py
1248
%%DATADIR%%/metadata/Music/musicbrainzngs/musicbrainz.py
1249
%%DATADIR%%/metadata/Music/musicbrainzngs/util.py
1095
%%DATADIR%%/metadata/Television/ttvdb.py
1250
%%DATADIR%%/metadata/Television/ttvdb.py
1096
%%DATADIR%%/mythconverg_backup.pl
1251
%%DATADIR%%/mythconverg_backup.pl
1097
%%DATADIR%%/mythconverg_restore.pl
1252
%%DATADIR%%/mythconverg_restore.pl
Lines 1524-1530 Link Here
1524
%%DATADIR%%/themes/Terra/video/video_gallery_background_selected.png
1679
%%DATADIR%%/themes/Terra/video/video_gallery_background_selected.png
1525
%%DATADIR%%/themes/Terra/watermarks/README.license
1680
%%DATADIR%%/themes/Terra/watermarks/README.license
1526
%%DATADIR%%/themes/Terra/watermarks/aerial.png
1681
%%DATADIR%%/themes/Terra/watermarks/aerial.png
1527
%%DATADIR%%/themes/Terra/watermarks/appearance.png
1528
%%DATADIR%%/themes/Terra/watermarks/archive.png
1682
%%DATADIR%%/themes/Terra/watermarks/archive.png
1529
%%DATADIR%%/themes/Terra/watermarks/audio.png
1683
%%DATADIR%%/themes/Terra/watermarks/audio.png
1530
%%DATADIR%%/themes/Terra/watermarks/browser.png
1684
%%DATADIR%%/themes/Terra/watermarks/browser.png
Lines 1566-1571 Link Here
1566
%%DATADIR%%/themes/Terra/watermarks/select_music.png
1720
%%DATADIR%%/themes/Terra/watermarks/select_music.png
1567
%%DATADIR%%/themes/Terra/watermarks/status.png
1721
%%DATADIR%%/themes/Terra/watermarks/status.png
1568
%%DATADIR%%/themes/Terra/watermarks/stop_light.png
1722
%%DATADIR%%/themes/Terra/watermarks/stop_light.png
1723
%%DATADIR%%/themes/Terra/watermarks/themechooser.png
1569
%%DATADIR%%/themes/Terra/watermarks/tools.png
1724
%%DATADIR%%/themes/Terra/watermarks/tools.png
1570
%%DATADIR%%/themes/Terra/watermarks/tv.png
1725
%%DATADIR%%/themes/Terra/watermarks/tv.png
1571
%%DATADIR%%/themes/Terra/watermarks/vcr.png
1726
%%DATADIR%%/themes/Terra/watermarks/vcr.png
Lines 1735-1760 Link Here
1735
%%DATADIR%%/themes/default/htmls/notfound.html
1890
%%DATADIR%%/themes/default/htmls/notfound.html
1736
%%DATADIR%%/themes/default/htmls/progdetails_page1.html
1891
%%DATADIR%%/themes/default/htmls/progdetails_page1.html
1737
%%DATADIR%%/themes/default/htmls/progdetails_page2.html
1892
%%DATADIR%%/themes/default/htmls/progdetails_page2.html
1893
%%DATADIR%%/themes/default/image-ui.xml
1738
%%DATADIR%%/themes/default/keyboard/ar.xml
1894
%%DATADIR%%/themes/default/keyboard/ar.xml
1739
%%DATADIR%%/themes/default/keyboard/ar_ui.xml
1740
%%DATADIR%%/themes/default/keyboard/da.xml
1895
%%DATADIR%%/themes/default/keyboard/da.xml
1741
%%DATADIR%%/themes/default/keyboard/da_ui.xml
1742
%%DATADIR%%/themes/default/keyboard/de.xml
1896
%%DATADIR%%/themes/default/keyboard/de.xml
1743
%%DATADIR%%/themes/default/keyboard/de_ui.xml
1897
%%DATADIR%%/themes/default/keyboard/el.xml
1744
%%DATADIR%%/themes/default/keyboard/en_gb.xml
1898
%%DATADIR%%/themes/default/keyboard/en_gb.xml
1745
%%DATADIR%%/themes/default/keyboard/en_gb_ui.xml
1746
%%DATADIR%%/themes/default/keyboard/en_us.xml
1899
%%DATADIR%%/themes/default/keyboard/en_us.xml
1747
%%DATADIR%%/themes/default/keyboard/en_us_ui.xml
1748
%%DATADIR%%/themes/default/keyboard/es.xml
1900
%%DATADIR%%/themes/default/keyboard/es.xml
1749
%%DATADIR%%/themes/default/keyboard/es_ui.xml
1750
%%DATADIR%%/themes/default/keyboard/fr.xml
1901
%%DATADIR%%/themes/default/keyboard/fr.xml
1751
%%DATADIR%%/themes/default/keyboard/fr_ch.xml
1902
%%DATADIR%%/themes/default/keyboard/fr_ch.xml
1752
%%DATADIR%%/themes/default/keyboard/fr_ch_ui.xml
1753
%%DATADIR%%/themes/default/keyboard/fr_ui.xml
1754
%%DATADIR%%/themes/default/keyboard/he.xml
1903
%%DATADIR%%/themes/default/keyboard/he.xml
1755
%%DATADIR%%/themes/default/keyboard/he_ui.xml
1756
%%DATADIR%%/themes/default/keyboard/it.xml
1904
%%DATADIR%%/themes/default/keyboard/it.xml
1757
%%DATADIR%%/themes/default/keyboard/it_ui.xml
1758
%%DATADIR%%/themes/default/keyboard/key_down.png
1905
%%DATADIR%%/themes/default/keyboard/key_down.png
1759
%%DATADIR%%/themes/default/keyboard/key_down_back.png
1906
%%DATADIR%%/themes/default/keyboard/key_down_back.png
1760
%%DATADIR%%/themes/default/keyboard/key_down_del.png
1907
%%DATADIR%%/themes/default/keyboard/key_down_del.png
Lines 1791-1804 Link Here
1791
%%DATADIR%%/themes/default/keyboard/keyboard.xml
1938
%%DATADIR%%/themes/default/keyboard/keyboard.xml
1792
%%DATADIR%%/themes/default/keyboard/leftarrow.png
1939
%%DATADIR%%/themes/default/keyboard/leftarrow.png
1793
%%DATADIR%%/themes/default/keyboard/nb.xml
1940
%%DATADIR%%/themes/default/keyboard/nb.xml
1794
%%DATADIR%%/themes/default/keyboard/nb_ui.xml
1795
%%DATADIR%%/themes/default/keyboard/returnarrow.png
1941
%%DATADIR%%/themes/default/keyboard/returnarrow.png
1796
%%DATADIR%%/themes/default/keyboard/rightarrow.png
1942
%%DATADIR%%/themes/default/keyboard/rightarrow.png
1797
%%DATADIR%%/themes/default/keyboard/ru.xml
1943
%%DATADIR%%/themes/default/keyboard/ru.xml
1798
%%DATADIR%%/themes/default/keyboard/ru_ui.xml
1799
%%DATADIR%%/themes/default/keyboard/shiftarrow.png
1944
%%DATADIR%%/themes/default/keyboard/shiftarrow.png
1800
%%DATADIR%%/themes/default/keyboard/sv.xml
1945
%%DATADIR%%/themes/default/keyboard/sv.xml
1801
%%DATADIR%%/themes/default/keyboard/sv_ui.xml
1802
%%DATADIR%%/themes/default/lb-arrow.png
1946
%%DATADIR%%/themes/default/lb-arrow.png
1803
%%DATADIR%%/themes/default/lb-check-empty.png
1947
%%DATADIR%%/themes/default/lb-check-empty.png
1804
%%DATADIR%%/themes/default/lb-check-full.png
1948
%%DATADIR%%/themes/default/lb-check-full.png
Lines 2069-2074 Link Here
2069
%%DATADIR%%/themes/default/menu_playback.xml
2213
%%DATADIR%%/themes/default/menu_playback.xml
2070
%%DATADIR%%/themes/default/menu_playback_compact.xml
2214
%%DATADIR%%/themes/default/menu_playback_compact.xml
2071
%%DATADIR%%/themes/default/mono.png
2215
%%DATADIR%%/themes/default/mono.png
2216
%%DATADIR%%/themes/default/musicscanner.png
2072
%%DATADIR%%/themes/default/mv_browse_background.png
2217
%%DATADIR%%/themes/default/mv_browse_background.png
2073
%%DATADIR%%/themes/default/mv_browse_selector.png
2218
%%DATADIR%%/themes/default/mv_browse_selector.png
2074
%%DATADIR%%/themes/default/mv_filerequest.png
2219
%%DATADIR%%/themes/default/mv_filerequest.png
Lines 2130-2138 Link Here
2130
%%DATADIR%%/themes/default/shared/directory.png
2275
%%DATADIR%%/themes/default/shared/directory.png
2131
%%DATADIR%%/themes/default/shared/executable.png
2276
%%DATADIR%%/themes/default/shared/executable.png
2132
%%DATADIR%%/themes/default/shared/file.png
2277
%%DATADIR%%/themes/default/shared/file.png
2278
%%DATADIR%%/themes/default/shared/folder-reg.png
2279
%%DATADIR%%/themes/default/shared/folder-sel.png
2133
%%DATADIR%%/themes/default/shared/grid_back_reg.png
2280
%%DATADIR%%/themes/default/shared/grid_back_reg.png
2134
%%DATADIR%%/themes/default/shared/grid_back_sel.png
2281
%%DATADIR%%/themes/default/shared/grid_back_sel.png
2135
%%DATADIR%%/themes/default/shared/grid_noimage.png
2282
%%DATADIR%%/themes/default/shared/grid_noimage.png
2283
%%DATADIR%%/themes/default/shared/movie-reg.png
2284
%%DATADIR%%/themes/default/shared/movie-sel.png
2136
%%DATADIR%%/themes/default/shared/secure.png
2285
%%DATADIR%%/themes/default/shared/secure.png
2137
%%DATADIR%%/themes/default/shared/unsecure.png
2286
%%DATADIR%%/themes/default/shared/unsecure.png
2138
%%DATADIR%%/themes/default/shared/updirectory.png
2287
%%DATADIR%%/themes/default/shared/updirectory.png

Return to bug 219149