File xine-ui-logopng.diff of Package xine-ui
Index: configure.ac
===================================================================
--- configure.ac.orig
+++ configure.ac
@@ -618,7 +618,7 @@ AC_SUBST(XINE_SKINDIR)
AC_SUBST(XINE_SKINPATH)
AC_DEFINE_UNQUOTED(XINE_SKINDIR, "$XINE_SKINPATH",[Location of xine skin directory])
-XINE_LOGO_MRL="file:$XINE_SKINDIR/xine-ui_logo.mpv"
+XINE_LOGO_MRL="file:$XINE_SKINDIR/xine-ui_logo.png"
AC_DEFINE_UNQUOTED(XINE_LOGO_MRL, "`makeexpand $XINE_LOGO_MRL`",[official logo mrl])
XINE_SPLASH="$XINE_SKINDIR/xine_splash.png"
Index: misc/xine-bugreport
===================================================================
--- misc/xine-bugreport.orig
+++ misc/xine-bugreport
@@ -1055,7 +1055,7 @@ if test -n "$skindir"; then
if test -d "$skindir"; then
msg skindir-exists
cd $skindir
- if test -f xine-ui_logo.mpv; then
+ if test -f xine-ui_logo.png; then
msg logo-exists
else
msg no-xine-logo 2
Index: misc/xine-check.sh.in
===================================================================
--- misc/xine-check.sh.in.orig
+++ misc/xine-check.sh.in
@@ -641,7 +641,7 @@ if test -n "$skindir"; then
if test -d "$skindir"; then
msg skindir-exists
cd $skindir
- if test -f xine-ui_logo.mpv; then
+ if test -f xine-ui_logo.png; then
msg logo-exists
else
msg no-xine-logo 2