wok diff mplayer/receipt @ rev 16966
icedtea6-jre: add symbolic link to java binary
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Thu Jul 31 18:07:24 2014 -0300 (2014-07-31) |
parents | 8139105f9285 |
children | 6cc661da10ce |
line diff
1.1 --- a/mplayer/receipt Sat Apr 05 23:47:33 2014 +0200 1.2 +++ b/mplayer/receipt Thu Jul 31 18:07:24 2014 -0300 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 }