Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (931c7d91d42c9402b5f1312425d6b04b5b169af4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (931c7d91d42c9402b5f1312425d6b04b5b169af4)
  • Date: Sat, 1 Sep 2012 19:06:55 -0500

GIT changes to devel-xorg-modular grimoire by Pol Vinogradov
<vin.public AT gmail.com>:

ChangeLog | 4 ++++
graphics-libs/glu/DEPENDS | 2 ++
graphics-libs/glu/DETAILS | 23 +++++++++++++++++++++++
graphics-libs/glu/HISTORY | 2 ++
graphics-libs/glu/PREPARE | 2 ++
graphics-libs/glu/PRE_BUILD | 5 +++++
6 files changed, 38 insertions(+)

New commits:
commit 931c7d91d42c9402b5f1312425d6b04b5b169af4
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

graphics-libs/glu: new spell, the OpenGL Utility Library (GLU) is a
computer
graphics library for OpenGL

diff --git a/ChangeLog b/ChangeLog
index 6cc5fc9..4ee3be3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-01 Pol Vinogradov <vin.public AT gmail.com>
+ * graphics-libs/glu: new spell, the OpenGL Utility Library (GLU)
+ is a computer graphics library for OpenGL separated from mesa
+
2012-08-27 Vlad Glagolev <stealth AT sourcemage.org>
* net/nbd: new spell, Network Block Device (TCP version) userland

diff --git a/graphics-libs/glu/DEPENDS b/graphics-libs/glu/DEPENDS
new file mode 100755
index 0000000..2d5dbfe
--- /dev/null
+++ b/graphics-libs/glu/DEPENDS
@@ -0,0 +1,2 @@
+depends -sub CXX gcc &&
+depends mesalib
diff --git a/graphics-libs/glu/DETAILS b/graphics-libs/glu/DETAILS
new file mode 100755
index 0000000..ca31992
--- /dev/null
+++ b/graphics-libs/glu/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=glu
+ if [[ $GLU_AUTOUPDATE == y ]]
+ then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=git
+ fi
+ SOURCE=${SPELL}-git.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-git
+ SOURCE_URL=git_http://cgit.freedesktop.org/mesa/glu:$SPELL-git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=1
+ WEB_SITE=http://www.mesa3d.org
+ ENTERED=20120901
+ LICENSE[0]=GPL
+ KEYWORDS="graphics libs"
+ SHORT="The OpenGL Utility Library (GLU) is a computer graphics
library for OpenGL."
+cat << EOF
+GLU consists of a number of functions that use the base OpenGL library to
+provide higher-level drawing routines from the more primitive routines that
+OpenGL provides. It is usually distributed with the base OpenGL package.
+GLU is not implemented in the embedded version of the OpenGL package, OpenGL
ES.
+EOF
diff --git a/graphics-libs/glu/HISTORY b/graphics-libs/glu/HISTORY
new file mode 100644
index 0000000..9b1a7e9
--- /dev/null
+++ b/graphics-libs/glu/HISTORY
@@ -0,0 +1,2 @@
+2012-09-01 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, PREPERE, PRE_BUILD: spell created
diff --git a/graphics-libs/glu/PREPARE b/graphics-libs/glu/PREPARE
new file mode 100755
index 0000000..a68f274
--- /dev/null
+++ b/graphics-libs/glu/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch scm
diff --git a/graphics-libs/glu/PRE_BUILD b/graphics-libs/glu/PRE_BUILD
new file mode 100755
index 0000000..f6d2b08
--- /dev/null
+++ b/graphics-libs/glu/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+
+cd "$SOURCE_DIRECTORY" &&
+
+NOCONFIGURE=on ./autogen.sh



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (931c7d91d42c9402b5f1312425d6b04b5b169af4), Pol Vinogradov, 09/01/2012

Archive powered by MHonArc 2.6.24.

Top of Page