wok diff mesa/receipt @ rev 14584

Remove pigz for moment, because not compile correctly
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 17:59:51 2013 +0200 (2013-05-26)
parents 85016499ad8c
children 78230e8a1430
line diff
     1.1 --- a/mesa/receipt	Fri May 18 11:44:17 2012 +0200
     1.2 +++ b/mesa/receipt	Sun May 26 17:59:51 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mesa"
     1.7 -VERSION="7.10.2"
     1.8 +VERSION="9.0.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="3D Graphics Library that is an open-source implementaton of OpenGL."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -16,20 +16,14 @@
    1.13  BUILD_DEPENDS="expat-dev libdrm-dev xorg-libXdamage-dev pkg-config \
    1.14  xorg-libXxf86vm-dev xorg-libXt-dev xorg-dri2proto xorg-glproto \
    1.15  talloc xorg-makedepend lesstif libxml2-python xorg-imake lesstif-dev \
    1.16 -xorg-server-dev udev-dev file libdrm-nouveau"
    1.17 +xorg-server-dev udev-dev file libdrm-nouveau llvm libtool"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	#patch -Np1 -i $stuff/nouveau-fix-header.patch
    1.24 -	#--enable-gallium-nouveau
    1.25  	./configure \
    1.26  		--prefix=/usr \
    1.27 -		--with-x \
    1.28 -		--enable-motif \
    1.29 -		--enable-gallium-radeon \
    1.30 -		--enable-xcb \
    1.31  		$CONFIGURE_ARGS &&
    1.32  	make $MAKEFLAGS && make install
    1.33  }