Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d769b41815d30ebd39334e59557cee0f9f35cdea)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d769b41815d30ebd39334e59557cee0f9f35cdea)
  • Date: Sun, 17 Sep 2023 10:18:32 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

graphics-libs/glu/BUILD | 2 --
graphics-libs/glu/CONFIGURE | 1 +
graphics-libs/glu/DEPENDS | 4 +++-
graphics-libs/glu/DETAILS | 9 +++++----
graphics-libs/glu/HISTORY | 7 +++++++
5 files changed, 16 insertions(+), 7 deletions(-)

New commits:
commit d769b41815d30ebd39334e59557cee0f9f35cdea
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

glu - meson build

commit 55997edfc8f0a0e9c985babeae2cae4fe3286179
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

glu: => 9.0.3

diff --git a/graphics-libs/glu/BUILD b/graphics-libs/glu/BUILD
deleted file mode 100755
index b72f068..0000000
--- a/graphics-libs/glu/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-OPT+=" --disable-static" &&
-default_build
diff --git a/graphics-libs/glu/CONFIGURE b/graphics-libs/glu/CONFIGURE
new file mode 100755
index 0000000..ce89cbe
--- /dev/null
+++ b/graphics-libs/glu/CONFIGURE
@@ -0,0 +1 @@
+. $GRIMOIRE/MESON_CONFIGURE
diff --git a/graphics-libs/glu/DEPENDS b/graphics-libs/glu/DEPENDS
index 78f8e94..45dd4e2 100755
--- a/graphics-libs/glu/DEPENDS
+++ b/graphics-libs/glu/DEPENDS
@@ -1,2 +1,4 @@
+. "${GRIMOIRE}/MESON_DEPENDS" &&
depends -sub CXX gcc &&
-depends MESA
+depends libglvnd
+#depends MESA
diff --git a/graphics-libs/glu/DETAILS b/graphics-libs/glu/DETAILS
index 2cb586b..fff091a 100755
--- a/graphics-libs/glu/DETAILS
+++ b/graphics-libs/glu/DETAILS
@@ -1,11 +1,12 @@
# Watch: ftp://ftp.freedesktop.org/pub/mesa/glu/
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=glu
- VERSION=9.0.2
+ VERSION=9.0.3
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL="ftp://ftp.freedesktop.org/pub/mesa/glu/$SOURCE";
-
SOURCE_HASH=sha512:2517d7406bb643d12c017a95dcb5d8716f307344332638bcbdf274a90752a7c22165d34745f1b082ed916bb07d40e62d1d1d67d96426225be63166f3480d6f64
- WEB_SITE=http://www.mesa3d.org
+ SOURCE_URL=https://mesa.freedesktop.org/archive/glu/$SOURCE
+
SOURCE_HASH=sha512:b2781059c0e176192c3fc0d7244645020937a463311171efddb9f35fb94ee43faabcf627fa7f429d48fceaf6dd9c5adb69c86c7a21ec4ea490f4ab143d52e3ba
+ WEB_SITE=https://www.mesa3d.org
ENTERED=20120901
LICENSE[0]=GPL
KEYWORDS="graphics libs"
diff --git a/graphics-libs/glu/HISTORY b/graphics-libs/glu/HISTORY
index beb22eb..2c97623 100644
--- a/graphics-libs/glu/HISTORY
+++ b/graphics-libs/glu/HISTORY
@@ -1,3 +1,10 @@
+2023-09-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 9.0.3
+ * : convert to meson build
+ * BUILD: deleted
+ * CONFIGURE: added
+ * DEPENDS: add libglvnd
+
2022-11-30 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 9.0.2
* BUILD: disabled static libraries



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d769b41815d30ebd39334e59557cee0f9f35cdea), Treeve Jelbert, 09/17/2023

Archive powered by MHonArc 2.6.24.

Top of Page