# HG changeset patch # User Rohit Joshi # Date 1241966045 0 # Node ID 61ea1b07d082a249193617f7994576b18dd397f5 # Parent f9b8e9e02818af608e9edd314614c65119bf9e39 xine-ui: reduce size diff -r f9b8e9e02818 -r 61ea1b07d082 xine-ui/receipt --- a/xine-ui/receipt Sun May 10 14:32:51 2009 +0000 +++ b/xine-ui/receipt Sun May 10 14:34:05 2009 +0000 @@ -5,8 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Xine media player user interface." MAINTAINER="pankso@slitaz.org" -DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv curl libldap cyrus-sasl \ -openssl libiconv libpng ncurses readline xorg-libXft" +DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv curl libldap cyrus-sasl openssl" BUILD_DEPENDS="xine-lib xine-lib-dev xorg-dev xorg-libXtst-dev xorg-libXv-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.xinehq.de/" @@ -28,5 +27,8 @@ mkdir -p $fs/usr/share cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/xine $fs/usr/share + + # Remove the sample default.avi + rm $fs/usr/share/xine/visuals/*.avi }