wok diff xine-ui/receipt @ rev 12526

Clean up xine-ui (Keep it small please!)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 25 00:40:43 2012 +0200 (2012-04-25)
parents a2a779a6f0d1
children 33efedb07365
line diff
     1.1 --- a/xine-ui/receipt	Mon Jan 30 22:43:15 2012 +0100
     1.2 +++ b/xine-ui/receipt	Wed Apr 25 00:40:43 2012 +0200
     1.3 @@ -5,26 +5,24 @@
     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 openssl libpng \
     1.8 -ncurses readline xorg-libXft xorg-libXxf86vm"
     1.9 -BUILD_DEPENDS="xine-lib xine-lib-dev xorg-dev xorg-libXtst-dev xorg-libXv-dev \
    1.10 -xorg-inputproto xorg-xf86vidmodeproto xorg-libXxf86vm-dev"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.12  WEB_SITE="http://www.xine-project.org/"
    1.13  WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL"
    1.14  
    1.15 +# Keep Xine small for Live system, we have MPlaye or VLC has big video player.
    1.16 +DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv xorg-libXi libpng \
    1.17 +xorg-libXft xorg-libXxf86vm"
    1.18 +BUILD_DEPENDS="xine-lib-dev xorg-dev xorg-libXv-dev xorg-libXxf86vm-dev"
    1.19 +
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src
    1.24  	./configure \
    1.25 -		--prefix=/usr \
    1.26 -		--mandir=/usr/share/man \
    1.27  		--without-curl \
    1.28  		--disable-lirc \
    1.29  		$CONFIGURE_ARGS &&
    1.30 -	make &&
    1.31 -	make DESTDIR=$PWD/_pkg install
    1.32 +	make && make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.