Package: mesa Version: 6.5.0.cvs.20060524-1 Severity: wishlist Hi,
Xorg 7.1 requires a newer Mesa snapshot than what's in experimental right now; specifically, it requires things like arrayobj in the mesa-swx11-source package. It would be great if mesa were updated to a newer snapshot. I've attached a patch that is basically what I used for a personal build against a snapshot on 20060707; note that newer CVS snapshots require a newer version of libdrm, hence the versioned build-dep bump.
=== modified file 'changelog' --- changelog +++ changelog @@ -1,3 +1,10 @@ +mesa (6.5.0.cvs.20060707-1) experimental; urgency=low + + * New pull from CVS. + * Bump the build-dep on libdrm-dev up to >>2.0.2; it will FTBFS with 2.0.1. + + -- Andres Salomon <[EMAIL PROTECTED]> Fri, 07 Jul 2006 22:28:01 +0000 + mesa (6.5.0.cvs.20060524-1) experimental; urgency=low * The "-O666 -fwater-c00ling -DBE_F4ST" release === modified file 'control' --- control +++ control @@ -4,7 +4,7 @@ Maintainer: Mesa package maintainers <[EMAIL PROTECTED]> Uploaders: Marcelo E. Magallon <[EMAIL PROTECTED]> Standards-Version: 3.7.2 -Build-Depends: lesstif2-dev, grep-dctrl, debhelper (>> 4), build-essential (>= 11), libdrm-dev (>> 2) [!hurd-i386], libdirectfb-dev, xutils, libexpat-dev, libxxf86vm-dev, libx11-dev, libxext-dev, pkg-config, x11proto-gl-dev +Build-Depends: lesstif2-dev, grep-dctrl, debhelper (>> 4), build-essential (>= 11), libdrm-dev (>> 2.0.2) [!hurd-i386], libdirectfb-dev, xutils, libexpat-dev, libxxf86vm-dev, libx11-dev, libxext-dev, pkg-config, x11proto-gl-dev Package: libgl1-mesa-swx11 Section: libs

