pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics MesaLib*: Update DESCR and COMMENT.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0bf1117c2fe6
branches: trunk
changeset: 400068:0bf1117c2fe6
user: nia <nia%pkgsrc.org@localhost>
date: Wed Aug 21 13:44:29 2019 +0000
description:
MesaLib*: Update DESCR and COMMENT.
diffstat:
graphics/MesaLib/DESCR | 15 ++++++++++-----
graphics/MesaLib/Makefile | 4 ++--
graphics/MesaLib11/DESCR | 18 +++++++++++++-----
graphics/MesaLib11/Makefile | 4 ++--
graphics/MesaLib7/DESCR | 18 +++++++++++++-----
graphics/MesaLib7/Makefile | 4 ++--
6 files changed, 42 insertions(+), 21 deletions(-)
diffs (117 lines):
diff -r bedabc2560a0 -r 0bf1117c2fe6 graphics/MesaLib/DESCR
--- a/graphics/MesaLib/DESCR Wed Aug 21 13:37:24 2019 +0000
+++ b/graphics/MesaLib/DESCR Wed Aug 21 13:44:29 2019 +0000
@@ -1,5 +1,10 @@
-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.
+The Mesa project began as an open-source implementation of the OpenGL
+specification - a system for rendering interactive 3D graphics.
+
+Over the years the project has grown to implement more graphics APIs,
+including OpenGL ES (versions 1, 2, 3), OpenCL, OpenMAX, VDPAU, VA API,
+XvMC and Vulkan.
+
+A variety of device drivers allows the Mesa libraries to be used in many
+different environments ranging from software emulation to complete hardware
+acceleration for modern GPUs.
diff -r bedabc2560a0 -r 0bf1117c2fe6 graphics/MesaLib/Makefile
--- a/graphics/MesaLib/Makefile Wed Aug 21 13:37:24 2019 +0000
+++ b/graphics/MesaLib/Makefile Wed Aug 21 13:44:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2019/08/21 13:35:28 nia Exp $
+# $NetBSD: Makefile,v 1.150 2019/08/21 13:44:29 nia Exp $
DISTNAME= mesa-18.3.4
PKGNAME= ${DISTNAME:S/mesa/MesaLib/}
@@ -10,7 +10,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://www.mesa3d.org/
-COMMENT= The Mesa 3D Graphics Library
+COMMENT= Open source OpenGL implementation
LICENSE= mit
GNU_CONFIGURE= yes
diff -r bedabc2560a0 -r 0bf1117c2fe6 graphics/MesaLib11/DESCR
--- a/graphics/MesaLib11/DESCR Wed Aug 21 13:37:24 2019 +0000
+++ b/graphics/MesaLib11/DESCR Wed Aug 21 13:44:29 2019 +0000
@@ -1,5 +1,13 @@
-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.
+The Mesa project began as an open-source implementation of the OpenGL
+specification - a system for rendering interactive 3D graphics.
+
+Over the years the project has grown to implement more graphics APIs,
+including OpenGL ES (versions 1, 2, 3), OpenCL, OpenMAX, VDPAU, VA API,
+XvMC and Vulkan.
+
+A variety of device drivers allows the Mesa libraries to be used in many
+different environments ranging from software emulation to complete hardware
+acceleration for modern GPUs.
+
+This old version of Mesa exists for legacy systems that may not be able
+to build or run graphics/MesaLib.
diff -r bedabc2560a0 -r 0bf1117c2fe6 graphics/MesaLib11/Makefile
--- a/graphics/MesaLib11/Makefile Wed Aug 21 13:37:24 2019 +0000
+++ b/graphics/MesaLib11/Makefile Wed Aug 21 13:44:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/21 13:35:28 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/21 13:44:29 nia Exp $
DISTNAME= mesa-11.2.2
PKGNAME= ${DISTNAME:S/mesa/MesaLib/}
@@ -9,7 +9,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://www.mesa3d.org/
-COMMENT= The Mesa 3D Graphics Library
+COMMENT= Open source OpenGL implementation (legacy version)
LICENSE= mit
GNU_CONFIGURE= yes
diff -r bedabc2560a0 -r 0bf1117c2fe6 graphics/MesaLib7/DESCR
--- a/graphics/MesaLib7/DESCR Wed Aug 21 13:37:24 2019 +0000
+++ b/graphics/MesaLib7/DESCR Wed Aug 21 13:44:29 2019 +0000
@@ -1,5 +1,13 @@
-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.
+The Mesa project began as an open-source implementation of the OpenGL
+specification - a system for rendering interactive 3D graphics.
+
+Over the years the project has grown to implement more graphics APIs,
+including OpenGL ES (versions 1, 2, 3), OpenCL, OpenMAX, VDPAU, VA API,
+XvMC and Vulkan.
+
+A variety of device drivers allows the Mesa libraries to be used in many
+different environments ranging from software emulation to complete hardware
+acceleration for modern GPUs.
+
+This old version of Mesa exists for legacy systems that may not be able
+to build or run graphics/MesaLib.
diff -r bedabc2560a0 -r 0bf1117c2fe6 graphics/MesaLib7/Makefile
--- a/graphics/MesaLib7/Makefile Wed Aug 21 13:37:24 2019 +0000
+++ b/graphics/MesaLib7/Makefile Wed Aug 21 13:44:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/04/26 14:12:39 maya Exp $
+# $NetBSD: Makefile,v 1.17 2019/08/21 13:44:29 nia Exp $
DISTNAME?= ${MESA_DISTNAME}
PKGNAME= MesaLib7-${MESA_PKGVERSION}
@@ -9,7 +9,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://www.mesa3d.org/
-COMMENT= Graphics library similar to SGI's OpenGL
+COMMENT= Open source OpenGL implementation (legacy version)
GNU_CONFIGURE_PREFIX= ${LOCALBASE}/MesaLib7
Home |
Main Index |
Thread Index |
Old Index