wok-next diff mesa/receipt @ rev 5426
ewl: update build_depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 04 22:10:34 2010 +0200 (2010-05-04) |
parents | 19dad1e8892c |
children | 3bd7d606c2e3 |
line diff
1.1 --- a/mesa/receipt Mon Mar 01 08:54:30 2010 +0000 1.2 +++ b/mesa/receipt Tue May 04 22:10:34 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mesa" 1.7 -VERSION="7.4.4" 1.8 +VERSION="7.8.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 @@ -15,7 +15,7 @@ 1.13 SOURCE="Mesa" 1.14 TARBALL="${SOURCE}Lib-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.mesa3d.org/" 1.16 -WGET_URL="$SF_MIRROR/mesa3d/$TARBALL" 1.17 +WGET_URL="ftp://ftp.freedesktop.org/pub/mesa/$VERSION/$TARBALL" 1.18 PROVIDE="libgl" 1.19 1.20 # Rules to configure and make the package. 1.21 @@ -25,7 +25,7 @@ 1.22 1.23 # Get and untar demo files 1.24 if [ ! -f $SOURCES_REPOSITORY/MesaDemos-$VERSION.tar.bz2 ]; then 1.25 - wget $SF_MIRROR/mesa3d/MesaDemos-$VERSION.tar.bz2 \ 1.26 + wget ftp://ftp.freedesktop.org/pub/mesa/$VERSION/MesaDemos-$VERSION.tar.bz2 \ 1.27 -P $SOURCES_REPOSITORY 1.28 fi 1.29 echo -n "Untaring MesaDemos-$VERSION.tar.bz2" 1.30 @@ -40,6 +40,8 @@ 1.31 --with-x \ 1.32 --enable-gl-osmesa \ 1.33 --enable-motif \ 1.34 + --disable-gallium-intel \ 1.35 + --disable-gallium \ 1.36 $CONFIGURE_ARGS && 1.37 make && 1.38 make DESTDIR=$PWD/_pkg install