Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (4c483adff6440c2b60f1db688d4a7b0f1ad05e71)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (4c483adff6440c2b60f1db688d4a7b0f1ad05e71)
  • Date: Tue, 27 May 2025 20:20:14 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics-libs/libglvnd/HISTORY | 3 ---
graphics-libs/libglvnd/INSTALL | 3 ---
2 files changed, 6 deletions(-)

New commits:
commit 4c483adff6440c2b60f1db688d4a7b0f1ad05e71
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Revert "graphics-libs/libglvnd: added INSTALL for symlinking: gl.pc ->
opengl.pc"

The change broke xserver and possibly other spells. These packages
pkg-config
files aren't equivalent.

libGL exports all traditional APIs: OpenGL, GLX and many extensions,
including
vendors-specific extensions.

libOpenGL on the other hand exports only plain OpenGL, and each of the
others
APIs have their own libraries too (GLX, EGL, etc.).

This reverts commit 527278eba0a710c12586cac0b39be27efa7dbb7e.

diff --git a/graphics-libs/libglvnd/HISTORY b/graphics-libs/libglvnd/HISTORY
index 4d7e59c..36307f8 100644
--- a/graphics-libs/libglvnd/HISTORY
+++ b/graphics-libs/libglvnd/HISTORY
@@ -1,6 +1,3 @@
-2024-02-14 Pavel Vinogradov <public AT sourcemage.org>
- * INSTALL: added to create symlink gl.pc -> opengl.pc
-
2023-09-13 Pavel Vinogradov <public AT sorcemage.org>
* DETAILS: version 1.7.0, added Watch line

diff --git a/graphics-libs/libglvnd/INSTALL b/graphics-libs/libglvnd/INSTALL
deleted file mode 100755
index b1a02ad..0000000
--- a/graphics-libs/libglvnd/INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-default_install &&
-
-ln -sf "opengl.pc" "${INSTALL_ROOT}/usr/lib/pkgconfig/gl.pc"


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (4c483adff6440c2b60f1db688d4a7b0f1ad05e71), Ismael Luceno, 05/27/2025

Archive powered by MHonArc 2.6.24.

Top of Page