File xine-ui-logopng.diff of Package xine-ui
diff -urp ../xine-ui-0.99.4.orig/configure.ac ./configure.ac
--- ../xine-ui-0.99.4.orig/configure.ac 2005-07-21 19:56:25.000000000 +0200
+++ ./configure.ac 2006-10-10 15:26:33.000000000 +0200
@@ -1044,7 +1044,7 @@ eval XINE_SKINDIR=`eval echo "$XINE_SKIN
AC_SUBST(XINE_SKINPATH)
AC_DEFINE_UNQUOTED(XINE_SKINDIR, "$XINE_SKINDIR",[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"
diff -urp ../xine-ui-0.99.4.orig/misc/xine-bugreport ./misc/xine-bugreport
--- ../xine-ui-0.99.4.orig/misc/xine-bugreport 2005-07-26 20:38:34.000000000 +0200
+++ ./misc/xine-bugreport 2006-10-10 15:25:35.000000000 +0200
@@ -1041,7 +1041,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
diff -urp ../xine-ui-0.99.4.orig/misc/xine-check.sh.in ./misc/xine-check.sh.in
--- ../xine-ui-0.99.4.orig/misc/xine-check.sh.in 2005-05-31 20:14:29.000000000 +0200
+++ ./misc/xine-check.sh.in 2006-10-10 15:26:01.000000000 +0200
@@ -618,7 +618,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