# HG changeset patch # User Christophe Lincoln # Date 1398005835 -7200 # Node ID faae0e0e6eab0f1f926009da1d8a58df128d55f9 # Parent bd6d53570c1258c7f12619da3b82c9c6d41c7e49 ARM: Mplayer need a gmplayer sym link and so we have a gui video player for arm :-) diff -r bd6d53570c12 -r faae0e0e6eab mplayer/receipt --- a/mplayer/receipt Sat Apr 19 22:03:30 2014 +0200 +++ b/mplayer/receipt Sun Apr 20 16:57:15 2014 +0200 @@ -26,7 +26,7 @@ case "$SLITAZ_ARCH" in arm*) DEPENDS="alsa-lib zlib libmad xorg-libXv xorg-libXxf86vm libogg \ - libvorbis libtheora libsdl xvidcore lame esound" ;; + libvorbis libtheora libsdl xvidcore lame esound gtk+" ;; esac # Handle cross compilation. Host coreutils-file-* are used @@ -91,8 +91,10 @@ cd $fs/usr/share/mplayer/skins && ln -s productive default # Font cd .. && ln -s ../fonts/truetype/ttf-dejavu/DejaVuSans.ttf subfont.ttf - # Xv support dont work for ARM + # Xv support dont work for ARM and gmplayer symlink not created case "$ARCH" in - arm*) cp -f $stuff/mplayer-arm.conf $fs/etc/mplayer/mplayer.conf ;; + arm*) + cp -f $stuff/mplayer-arm.conf $fs/etc/mplayer/mplayer.conf + cd $fs/usr/bin && ln -s mplayer gmplayer ;; esac }