pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu May  8 08:30:02 UTC 2025

Modified Files:
        pkgsrc/graphics/MesaLib: DESCR Makefile

Log Message:
MesaLib: describe why this package is not updated

The next major version of Mesa 3D should go in graphics/mesa and we keep
graphics/MesaLib for legacy support.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/MesaLib/DESCR
cvs rdiff -u -r1.216 -r1.217 pkgsrc/graphics/MesaLib/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.4 pkgsrc/graphics/MesaLib/DESCR:1.5
--- pkgsrc/graphics/MesaLib/DESCR:1.4   Wed Aug 21 13:44:29 2019
+++ pkgsrc/graphics/MesaLib/DESCR       Thu May  8 08:30:01 2025
@@ -8,3 +8,8 @@ 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 package contains the amber branch. After Mesa 21.3, all non-Gallium
+DRI drivers were removed from the Mesa source-tree. These drivers are still
+being maintained to some degree, but only on the amber branch, and only for
+critical fixes.

Index: pkgsrc/graphics/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.216 pkgsrc/graphics/MesaLib/Makefile:1.217
--- pkgsrc/graphics/MesaLib/Makefile:1.216      Tue Mar 11 11:18:43 2025
+++ pkgsrc/graphics/MesaLib/Makefile    Thu May  8 08:30:01 2025
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.216 2025/03/11 11:18:43 nia Exp $
+# $NetBSD: Makefile,v 1.217 2025/05/08 08:30:01 tnn Exp $
 
 DISTNAME=      mesa-21.3.9
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    graphics
 MASTER_SITES=  https://mesa.freedesktop.org/archive/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.mesa3d.org/
-COMMENT=       Open source OpenGL implementation
+COMMENT=       Open source OpenGL implementation (amber branch)
 LICENSE=       mit
 
 USE_TOOLS+=    bison flex pkg-config xgettext



Home | Main Index | Thread Index | Old Index