pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: nia
Date: Wed Aug 21 13:44:29 UTC 2019
Modified Files:
pkgsrc/graphics/MesaLib: DESCR Makefile
pkgsrc/graphics/MesaLib11: DESCR Makefile
pkgsrc/graphics/MesaLib7: DESCR Makefile
Log Message:
MesaLib*: Update DESCR and COMMENT.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/MesaLib/DESCR
cvs rdiff -u -r1.149 -r1.150 pkgsrc/graphics/MesaLib/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/MesaLib11/DESCR \
pkgsrc/graphics/MesaLib11/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/MesaLib7/DESCR
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/MesaLib7/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/MesaLib/DESCR
diff -u pkgsrc/graphics/MesaLib/DESCR:1.3 pkgsrc/graphics/MesaLib/DESCR:1.4
--- pkgsrc/graphics/MesaLib/DESCR:1.3 Thu Apr 24 07:40:24 2008
+++ pkgsrc/graphics/MesaLib/DESCR Wed Aug 21 13:44:29 2019
@@ -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.
Index: pkgsrc/graphics/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.149 pkgsrc/graphics/MesaLib/Makefile:1.150
--- pkgsrc/graphics/MesaLib/Makefile:1.149 Wed Aug 21 13:35:28 2019
+++ pkgsrc/graphics/MesaLib/Makefile Wed Aug 21 13:44:29 2019
@@ -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 @@ EXTRACT_SUFX= .tar.xz
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
Index: pkgsrc/graphics/MesaLib11/DESCR
diff -u pkgsrc/graphics/MesaLib11/DESCR:1.1 pkgsrc/graphics/MesaLib11/DESCR:1.2
--- pkgsrc/graphics/MesaLib11/DESCR:1.1 Wed Aug 21 13:35:28 2019
+++ pkgsrc/graphics/MesaLib11/DESCR Wed Aug 21 13:44:29 2019
@@ -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.
Index: pkgsrc/graphics/MesaLib11/Makefile
diff -u pkgsrc/graphics/MesaLib11/Makefile:1.1 pkgsrc/graphics/MesaLib11/Makefile:1.2
--- pkgsrc/graphics/MesaLib11/Makefile:1.1 Wed Aug 21 13:35:28 2019
+++ pkgsrc/graphics/MesaLib11/Makefile Wed Aug 21 13:44:29 2019
@@ -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 @@ EXTRACT_SUFX= .tar.xz
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
Index: pkgsrc/graphics/MesaLib7/DESCR
diff -u pkgsrc/graphics/MesaLib7/DESCR:1.1 pkgsrc/graphics/MesaLib7/DESCR:1.2
--- pkgsrc/graphics/MesaLib7/DESCR:1.1 Sun Apr 5 17:01:37 2015
+++ pkgsrc/graphics/MesaLib7/DESCR Wed Aug 21 13:44:29 2019
@@ -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.
Index: pkgsrc/graphics/MesaLib7/Makefile
diff -u pkgsrc/graphics/MesaLib7/Makefile:1.16 pkgsrc/graphics/MesaLib7/Makefile:1.17
--- pkgsrc/graphics/MesaLib7/Makefile:1.16 Fri Apr 26 14:12:39 2019
+++ pkgsrc/graphics/MesaLib7/Makefile Wed Aug 21 13:44:29 2019
@@ -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 @@ EXTRACT_SUFX= .tar.bz2
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