GNU bug report logs - #74522
[PATCH 00/73] Moving Guix to libglvnd

Previous Next

Package: guix-patches;

Reported by: The Man <squishypinkelephant <at> gmail.com>

Date: Mon, 25 Nov 2024 03:40:02 UTC

Severity: normal

Tags: patch

Full log


Message #44 received at 74522 <at> debbugs.gnu.org (full text, mbox):

From: The Man <squishypinkelephant <at> gmail.com>
To: 74522 <at> debbugs.gnu.org
Cc: The Man <squishypinkelephant <at> gmail.com>
Subject: [PATCH 12/73] move libgl provider from mesa to libglvnd+mesa
Date: Sun, 24 Nov 2024 21:41:05 -0600
Change-Id: I462ea7fdb88317c745e317924fc79c409a1707be
---
 gnu/packages/engineering.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 3ceeb4425a..a97fba58f2 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -481,7 +481,7 @@ (define-public pcb
               (setenv "DISPLAY" ":1"))))))
     (inputs
      (list dbus
-           mesa
+           libgl
            glu
            gd
            gtk+-2
@@ -1061,7 +1061,7 @@ (define-public inspekt3d
       (native-inputs
        (list autoconf automake pkg-config))
       (inputs
-       (list mesa guile-3.0))
+       (list libgl guile-3.0))
       (propagated-inputs
        `(("libfive" ,libfive)
          ("guile-opengl" ,guile3.0-opengl)))
@@ -1155,7 +1155,7 @@ (define-public kicad
                   hicolor-icon-theme
                   libngspice
                   libsm
-                  mesa
+                  libgl
                   opencascade-occt
                   openssl
                   python-wrapper
@@ -3234,7 +3234,7 @@ (define-public openctm
       (native-inputs
        (list pkg-config))
       (inputs
-       `(("mesa" ,mesa)
+       `(("libgl" ,libgl)
          ("glu" ,glu)
          ("glut" ,freeglut)
          ("gtk" ,gtk+-2)))
@@ -3309,7 +3309,7 @@ (define-public meshlab
     (build-system cmake-build-system)
     (inputs
      (list qtbase-5
-           mesa
+           libgl
            glu
            glew
            muparser
@@ -3534,7 +3534,7 @@ (define-public solvespace
              libpng
              libspnav            ;spaceware
              mimalloc
-             mesa
+             libgl
              zlib))
       (synopsis
        "Parametric 2D/3D @acronym{CAD, computer-aided design} software")
@@ -3858,7 +3858,7 @@ (define-public libigl
        ("embree" ,embree-3)
        ("glfw" ,glfw-3.4)
        ("gmp" ,gmp)
-       ("mesa" ,mesa)
+       ("libgl" ,libgl)
        ("mpfr" ,mpfr)
        ("tbb" ,tbb)
        ("tinyxml2" ,tinyxml2)
@@ -4090,7 +4090,7 @@ (define-public prusa-slicer
            libigl
            libjpeg-turbo
            libpng
-           mesa
+           libgl
            mpfr
            nanosvg
            nlopt
-- 
2.46.0





This bug report was last modified 49 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.