wok diff xine-ui/receipt @ rev 14844
tightvnc-viewer: improve receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jul 18 01:30:55 2013 +0200 (2013-07-18) |
parents | 33efedb07365 |
children | 380ffe05937a |
line diff
1.1 --- a/xine-ui/receipt Wed Apr 25 10:14:57 2012 +0200 1.2 +++ b/xine-ui/receipt Thu Jul 18 01:30:55 2013 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xine-ui" 1.7 -VERSION="0.99.6" 1.8 +VERSION="0.99.7" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Xine media player user interface." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -11,9 +11,9 @@ 1.13 1.14 # Keep Xine small for Live system, we have MPlaye or VLC has big video player. 1.15 DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv xorg-libXi libpng \ 1.16 -xorg-libXft xorg-libXxf86vm" 1.17 +xorg-libXft xorg-libXxf86vm xorg-libXss" 1.18 BUILD_DEPENDS="xine-lib-dev xorg-dev xorg-libXv-dev xorg-libXxf86vm-dev \ 1.19 -libpng-dev" 1.20 +libpng-dev jpeg-dev xorg-libXss-dev" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 @@ -31,9 +31,9 @@ 1.25 { 1.26 mkdir -p $fs/usr/share/applications 1.27 cp -a $stuff/xine-ui.desktop $fs/usr/share/applications 1.28 - cp -a $_pkg/usr/bin $fs/usr 1.29 - cp -a $_pkg/usr/share/xine $fs/usr/share 1.30 + cp -a $install/usr/bin $fs/usr 1.31 + cp -a $install/usr/share/xine $fs/usr/share 1.32 1.33 # Remove the sample default.avi 1.34 - rm $fs/usr/share/xine/visuals/*.avi 1.35 + rm $fs/usr/share/xine/visuals/*.mpv 1.36 }