wok-next rev 2977
xine-ui: reduce size
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Sun May 10 14:34:05 2009 +0000 (2009-05-10) |
parents | f9b8e9e02818 |
children | bf290059c433 |
files | xine-ui/receipt |
line diff
1.1 --- a/xine-ui/receipt Sun May 10 14:32:51 2009 +0000 1.2 +++ b/xine-ui/receipt Sun May 10 14:34:05 2009 +0000 1.3 @@ -5,8 +5,7 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Xine media player user interface." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv curl libldap cyrus-sasl \ 1.8 -openssl libiconv libpng ncurses readline xorg-libXft" 1.9 +DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv curl libldap cyrus-sasl openssl" 1.10 BUILD_DEPENDS="xine-lib xine-lib-dev xorg-dev xorg-libXtst-dev xorg-libXv-dev" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.xinehq.de/" 1.13 @@ -28,5 +27,8 @@ 1.14 mkdir -p $fs/usr/share 1.15 cp -a $_pkg/usr/bin $fs/usr 1.16 cp -a $_pkg/usr/share/xine $fs/usr/share 1.17 + 1.18 + # Remove the sample default.avi 1.19 + rm $fs/usr/share/xine/visuals/*.avi 1.20 } 1.21