Path to this page:
./
graphics/MesaLib,
Graphics library similar to SGIs OpenGL
Branch: pkgsrc-2013Q4,
Version: 7.11.2nb3,
Package name: MesaLib-7.11.2nb3,
Maintainer: pkgsrc-usersMesaLib 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:[
sysutils/libpciaccess] [
x11/Xfixes] [
x11/libXdamage] [
x11/libdrm]
Required to build:[
lang/python27] [
textproc/libxml2] [
x11/xf86vidmodeproto] [
x11/fixesproto] [
x11/damageproto] [
x11/glproto] [
x11/xextproto] [
x11/xf86driproto] [
x11/dri2proto] [
x11/inputproto] [
x11/xproto] [
pkgtools/x11-links]
Package options: dri
Master sites:
Version history: (Expand)
- (2014-01-01) Package added to pkgsrc.se, version MesaLib-7.11.2nb3 (created)
CVS history: (Expand)
2014-03-14 14:59:47 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Pullup ticket #4346 - requested by obache
graphics/MesaLib: build fix for depending packages
Revisions pulled up:
- graphics/MesaLib/dri.mk 1.8
- graphics/MesaLib/options.mk 1.26
---
Module Name: pkgsrc
Committed By: obache
Date: Fri Mar 14 07:19:36 UTC 2014
Modified Files:
pkgsrc/graphics/MesaLib: dri.mk options.mk
Log message:
Overall dri related dependency clean up.
* move dri related API_DEPENDS into dri.mk.
* add missing API_DEPENDS.
* only define such API_DEPENDS only not using builtin MesaLib.
Fixes following issues on platforms that builtin one is older than required
version (ex. NetBSD-5).
* build issue of MesaLib
* unwanted dependency on MesaLib from pkgsrc even if builtin one is
sufficient.
|