wok-6.x diff xine-ui/receipt @ rev 7943
slitaz-mercurial-style: Tiny cosmetic fix
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jan 12 01:37:53 2011 +0100 (2011-01-12) |
parents | 79eb1bd99d53 |
children | af9a1b47948c |
line diff
1.1 --- a/xine-ui/receipt Mon Aug 03 04:10:15 2009 +0200 1.2 +++ b/xine-ui/receipt Wed Jan 12 01:37:53 2011 +0100 1.3 @@ -5,9 +5,10 @@ 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 libpng 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 +DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv openssl libpng \ 1.11 +ncurses readline xorg-libXft xorg-libXxf86vm" 1.12 +BUILD_DEPENDS="xine-lib xine-lib-dev xorg-dev xorg-libXtst-dev xorg-libXv-dev \ 1.13 +xorg-inputproto xorg-xf86vidmodeproto" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.xine-project.org/" 1.16 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" 1.17 @@ -16,8 +17,11 @@ 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 - ./configure --prefix=/usr \ 1.22 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.23 + ./configure \ 1.24 + --prefix=/usr \ 1.25 + --mandir=/usr/share/man \ 1.26 + --without-curl \ 1.27 + $CONFIGURE_ARGS && 1.28 make && 1.29 make DESTDIR=$PWD/_pkg install 1.30 } 1.31 @@ -28,8 +32,7 @@ 1.32 mkdir -p $fs/usr/share 1.33 cp -a $_pkg/usr/bin $fs/usr 1.34 cp -a $_pkg/usr/share/xine $fs/usr/share 1.35 - 1.36 + 1.37 # Remove the sample default.avi 1.38 rm $fs/usr/share/xine/visuals/*.avi 1.39 } 1.40 -