# HG changeset patch # User Pascal Bellard # Date 1371111121 -7200 # Node ID ac843e45fd3cdf7dbd4932d275ec28d30cb8032e # Parent 65c88ca468547924369ee760efb0feb713fcd7d0 mesa: update bdeps diff -r 65c88ca46854 -r ac843e45fd3c libegl-mesa/receipt --- a/libegl-mesa/receipt Thu Jun 13 09:38:35 2013 +0200 +++ b/libegl-mesa/receipt Thu Jun 13 10:12:01 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="OpenGL utility library" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.mesa3d.org/" WANTED="mesa" DEPENDS="glibc-base gcc-lib-base mesa" diff -r 65c88ca46854 -r ac843e45fd3c mesa-dev/receipt --- a/mesa-dev/receipt Thu Jun 13 09:38:35 2013 +0200 +++ b/mesa-dev/receipt Thu Jun 13 10:12:01 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="3D Graphics Library dev files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.mesa3d.org/" WANTED="mesa" DEPENDS="mesa mesa-dri mesa-dri-ati mesa-dri-intel mesa-dri-nouveau \ diff -r 65c88ca46854 -r ac843e45fd3c mesa-dri-ati/receipt --- a/mesa-dri-ati/receipt Thu Jun 13 09:38:35 2013 +0200 +++ b/mesa-dri-ati/receipt Thu Jun 13 10:12:01 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Mesa DRI + Gallium3D r300 drivers for AMD/ATI Radeon." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.mesa3d.org/" DEPENDS="mesa mesa-dri libdrm-radeon" WANTED="mesa" diff -r 65c88ca46854 -r ac843e45fd3c mesa-dri-intel/receipt --- a/mesa-dri-intel/receipt Thu Jun 13 09:38:35 2013 +0200 +++ b/mesa-dri-intel/receipt Thu Jun 13 10:12:01 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Mesa DRI drivers for Intel." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.mesa3d.org/" DEPENDS="mesa mesa-dri libdrm-intel" WANTED="mesa" diff -r 65c88ca46854 -r ac843e45fd3c mesa-dri-nouveau/receipt --- a/mesa-dri-nouveau/receipt Thu Jun 13 09:38:35 2013 +0200 +++ b/mesa-dri-nouveau/receipt Thu Jun 13 10:12:01 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Mesa classic DRI + Gallium3D drivers for Nouveau." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.mesa3d.org/" DEPENDS="mesa mesa-dri libdrm-nouveau" WANTED="mesa" diff -r 65c88ca46854 -r ac843e45fd3c mesa-dri/receipt --- a/mesa-dri/receipt Thu Jun 13 09:38:35 2013 +0200 +++ b/mesa-dri/receipt Thu Jun 13 10:12:01 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Mesa DRI drivers." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" DEPENDS="libdrm expat linux-drm linux-agp" WEB_SITE="http://www.mesa3d.org/" WANTED="mesa" diff -r 65c88ca46854 -r ac843e45fd3c mesa/receipt --- a/mesa/receipt Thu Jun 13 09:38:35 2013 +0200 +++ b/mesa/receipt Thu Jun 13 10:12:01 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="3D Graphics Library that is an open-source implementaton of OpenGL." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SUGGESTED="nvidia" SOURCE="Mesa" TARBALL="${SOURCE}Lib-$VERSION.tar.bz2" @@ -16,13 +17,13 @@ BUILD_DEPENDS="expat-dev libdrm-dev xorg-libXdamage-dev pkg-config \ xorg-libXxf86vm-dev xorg-libXt-dev xorg-dri2proto xorg-glproto \ talloc xorg-makedepend lesstif libxml2-python xorg-imake lesstif-dev \ -xorg-server-dev udev-dev file libdrm-nouveau llvm libtool" +xorg-server-dev udev-dev file libdrm-nouveau llvm libtool automake autoconf" # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ + ./autogen.sh \ --prefix=/usr \ $CONFIGURE_ARGS && make $MAKEFLAGS && make install