NOTICE: This package has been removed from pkgsrc

./wip/Mesa, Graphics library meta package, similar to SGIs OpenGL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 7.8.2, Package name: Mesa-7.8.2, Maintainer: pkgsrc-users

MesaLib is a 3-D graphics library with an API which is very similar to
that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
or state machine, it is being used with authorization from Silicon Graphics,
Inc. However, the author makes no claim that Mesa is in any way a
compatible replacement for OpenGL or associated with Silicon Graphics, Inc.


Required to run:
[wip/glx-utils] [wip/glw] [wip/dri]

Required to build:
[pkgtools/x11-links]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2014-04-03 11:38:57 by Thomas Klausner | Files touched by this commit (95) | Package removed
Log message:
Remove Mesa, pkgsrc version is newer.
   2010-01-03 17:07:03 by Pierre Allegraud | Files touched by this commit (2)
Log message:
Re-add files into Mesa.
   2010-01-03 17:04:27 by Pierre Allegraud | Files touched by this commit (1) | Imported package
Log message:
Import Mesa-7.7 as wip/Mesa.

Finally, the Mesa meta-package !

MesaLib is a 3-D graphics library with an API which is very similar to
that of OpenGL*.  To the extent that Mesa utilizes the OpenGL command syntax
or state machine, it is being used with authorization from Silicon Graphics,
Inc.  However, the author makes no claim that Mesa is in any way a
compatible replacement for OpenGL or associated with Silicon Graphics, Inc.

   2008-05-22 14:07:42 by Tobias Nygren | Files touched by this commit (109) | Package removed
Log message:
g/c some packages that made it into pkgsrc
   2008-04-23 19:45:42 by Tobias Nygren | Files touched by this commit (2)
Log message:
switch to .bz2 distfiles
   2008-04-07 00:26:41 by Blair Sadewitz | Files touched by this commit (3)
Log message:

The previous commits commented as 'Mesa' were due to an -m argument that 
snuck into my command line. ;)

What's really going on here is this:

--Update for Mesa 7.0.3 release!
--Disable 'xcb' option handling for libX11--it's not implemented yet.
--Make sure that -DHZ=${MESA_HZ} ends up in DEFINES for pkgsrc-dri.

We're very close to ready for import ... basically, we need more testing on
various platforms.  I built the whole thing on amd64 (4.99.58) yesterday
without incident (and using MAKE_JOBS=4, incedentally).

Cross-compiling support especially needs to be tested by someone 
who has the means to do so.

I hope to have a new xorg-server package [in pkgsrc-wip] and 
some kernel drm fixes committed shortly.

Cheers,

--Blair
   2008-03-24 22:57:15 by Tobias Nygren | Files touched by this commit (1)
Log message:
correct previous
   2008-03-24 22:51:36 by Tobias Nygren | Files touched by this commit (1)
Log message:
Fix xcb option test.
- Make sure PKG_BUILD_OPTIONS.libX11 is defined before testing.
- Use !empty() instead of != ""
- Give it a chance to work with native X11.