wok diff xine-ui/receipt @ rev 11757

Up Sylpheed desktop to use nice new icon from them
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 20:28:56 2012 +0100 (2012-02-22)
parents af9a1b47948c
children 044f7a53c852
line diff
     1.1 --- a/xine-ui/receipt	Tue Jan 24 22:51:41 2012 +0100
     1.2 +++ b/xine-ui/receipt	Wed Feb 22 20:28:56 2012 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xine-ui"
     1.7 -VERSION="0.99.5"
     1.8 +VERSION="0.99.6"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Xine media player user interface."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv openssl libpng \
    1.13  ncurses readline xorg-libXft xorg-libXxf86vm"
    1.14  BUILD_DEPENDS="xine-lib xine-lib-dev xorg-dev xorg-libXtst-dev xorg-libXv-dev \
    1.15 -xorg-inputproto xorg-xf86vidmodeproto"
    1.16 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 +xorg-inputproto xorg-xf86vidmodeproto xorg-libXxf86vm-dev"
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.19  WEB_SITE="http://www.xine-project.org/"
    1.20  WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL"
    1.21  
    1.22 @@ -21,6 +21,7 @@
    1.23  		--prefix=/usr \
    1.24  		--mandir=/usr/share/man \
    1.25  		--without-curl \
    1.26 +		--disable-lirc \
    1.27  		$CONFIGURE_ARGS &&
    1.28  	make &&
    1.29  	make DESTDIR=$PWD/_pkg install