Merge branch 'master' of github.com:dpavlin/HTML5TV
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 29 Oct 2009 17:04:27 +0000 (18:04 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 29 Oct 2009 17:04:27 +0000 (18:04 +0100)
contrib/mms_client-build.sh [new file with mode: 0755]
lib/HTML5TV/Slides.pm
media/slides.ttf [new symlink]

diff --git a/contrib/mms_client-build.sh b/contrib/mms_client-build.sh
new file mode 100755 (executable)
index 0000000..6c85fb8
--- /dev/null
@@ -0,0 +1,6 @@
+#wget -nc http://web.archive.org/web/20071011022352/http://geocities.com/majormms/xine-mms-0.0.3.tar.gz
+wget -nc http://web.archive.org/web/20071011022352/http://geocities.com/majormms/mms_client-0.0.3.tar.gz
+
+tar xvfz mms_client-*.tar.gz
+
+cd mms_client-* && ./configure && make
index 63ad823..dca7053 100644 (file)
@@ -52,7 +52,7 @@ sub show {
 
        my $font = SDL::Tool::Font->new(
                -normal => 1,
-               -ttfont => 'media/tvtimeSansBold.ttf', # FIXME
+               -ttfont => 'media/slides.ttf', # FIXME
                -size => 20,
                -fg => $overlay_color,
                -bg => $background,
diff --git a/media/slides.ttf b/media/slides.ttf
new file mode 120000 (symlink)
index 0000000..7a0c289
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf
\ No newline at end of file