wok rev 16459

ARM: Mplayer need a gmplayer sym link and so we have a gui video player for arm :-)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 20 16:57:15 2014 +0200 (2014-04-20)
parents bd6d53570c12
children db8e0a331b0e
files mplayer/receipt
line diff
     1.1 --- a/mplayer/receipt	Sat Apr 19 22:03:30 2014 +0200
     1.2 +++ b/mplayer/receipt	Sun Apr 20 16:57:15 2014 +0200
     1.3 @@ -26,7 +26,7 @@
     1.4  case "$SLITAZ_ARCH" in
     1.5  	arm*) 
     1.6  		DEPENDS="alsa-lib zlib libmad xorg-libXv xorg-libXxf86vm libogg \
     1.7 -		libvorbis libtheora libsdl xvidcore lame esound" ;;
     1.8 +		libvorbis libtheora libsdl xvidcore lame esound gtk+" ;;
     1.9  esac
    1.10  
    1.11  # Handle cross compilation. Host coreutils-file-* are used
    1.12 @@ -91,8 +91,10 @@
    1.13  	cd $fs/usr/share/mplayer/skins && ln -s productive default
    1.14  	# Font
    1.15  	cd .. && ln -s ../fonts/truetype/ttf-dejavu/DejaVuSans.ttf subfont.ttf
    1.16 -	# Xv support dont work for ARM
    1.17 +	# Xv support dont work for ARM and gmplayer symlink not created
    1.18  	case "$ARCH" in
    1.19 -		arm*) cp -f $stuff/mplayer-arm.conf $fs/etc/mplayer/mplayer.conf ;;
    1.20 +		arm*)
    1.21 +			cp -f $stuff/mplayer-arm.conf $fs/etc/mplayer/mplayer.conf 
    1.22 +			cd $fs/usr/bin && ln -s mplayer gmplayer ;;
    1.23  	esac
    1.24  }