Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (f63e7f57713ab8010bb6e3136457c8342890339f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (f63e7f57713ab8010bb6e3136457c8342890339f)
  • Date: Thu, 7 May 2009 15:30:07 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/openscenegraph/BUILD | 8 +-------
libs/openscenegraph/DEPENDS | 16 ++++++++++++++--
libs/openscenegraph/DETAILS | 11 ++++++-----
libs/openscenegraph/HISTORY | 10 ++++++++++
libs/openscenegraph/OpenSceneGraph-2.8.0.zip.sig |binary
5 files changed, 31 insertions(+), 14 deletions(-)

New commits:
commit f63e7f57713ab8010bb6e3136457c8342890339f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

openscenegraph: Updated to 2.8.0
Removed UPDATED
SOURCE_URL moved to openscenegraph, hasn't been hosted on SF
since 2006
SOURCE is now .zip
Depends on libx11, libice, libxext, libxrandr, cmake, zlib,
and openthreads
No longer uses openproducer
Use cmake_build()

diff --git a/libs/openscenegraph/BUILD b/libs/openscenegraph/BUILD
index 527e550..e013b8d 100755
--- a/libs/openscenegraph/BUILD
+++ b/libs/openscenegraph/BUILD
@@ -1,7 +1 @@
-sedit "s/gmake/make/" Make/instexamplesrc &&
-sedit "s/-O2/\"$CFLAGS\"/" Make/makedefs &&
-for i in $(grep -rl YieldCurrentThread .)
-do
- sedit "s/YieldCurrentThread/CurrentThread/" $i
-done &&
-make opt GIF_LIBS="-lungif"
+cmake_build
diff --git a/libs/openscenegraph/DEPENDS b/libs/openscenegraph/DEPENDS
index e5cb842..2e7a0e5 100755
--- a/libs/openscenegraph/DEPENDS
+++ b/libs/openscenegraph/DEPENDS
@@ -1,9 +1,21 @@
+depends cmake &&
depends GLUT &&
depends freetype1 &&
depends libpng &&
+depends libx11 &&
+depends libxext &&
+depends libice &&
+depends libxrandr &&
depends giflib &&
depends jpeg &&
+depends openthreads &&
depends tiff &&
-depends openproducer &&
depends libxml2 &&
-depends unzip
+depends unzip &&
+depends zlib &&
+
+optional_depends cairo '' '' '' 'for GTK+ plugins' &&
+optional_depends gtk+2 '' '' '' 'for GTK+ plugins' &&
+optional_depends gtkglext '' '' '' 'for GTK+ plugins' &&
+optional_depends librsvg2 '' '' '' 'for GTK+ plugins' &&
+optional_depends poppler '' '' '' 'for GTK+ plugins'
diff --git a/libs/openscenegraph/DETAILS b/libs/openscenegraph/DETAILS
index 5b295bb..deeb082 100755
--- a/libs/openscenegraph/DETAILS
+++ b/libs/openscenegraph/DETAILS
@@ -1,12 +1,13 @@
SPELL=openscenegraph
- VERSION=0.9.6-2
- SOURCE=OpenSceneGraph-$VERSION.tar.gz
+ VERSION=2.8.0
+ BRANCH=${VERSION/%.?/}
+ SOURCE=OpenSceneGraph-$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/OpenSceneGraph-${VERSION}
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:fa615b68dda33db468a4d476a76839692b2fb8cb6926ec60fbef00aef4b5da90ec6fdef87d668458aaebb661ec7142f58167facfb463f6127fe33841f932b9f3
+
SOURCE_URL[0]=http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$BRANCH/source/$SOURCE
+#
SOURCE_HASH=sha512:fa615b68dda33db468a4d476a76839692b2fb8cb6926ec60fbef00aef4b5da90ec6fdef87d668458aaebb661ec7142f58167facfb463f6127fe33841f932b9f3
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
WEB_SITE=http://www.openscenegraph.org/
ENTERED=20021102
- UPDATED=20031208
LICENSE[0]=LGPL
KEYWORDS="graph libs"
SHORT="A free scene graph library."
diff --git a/libs/openscenegraph/HISTORY b/libs/openscenegraph/HISTORY
index b644d9b..db86de3 100644
--- a/libs/openscenegraph/HISTORY
+++ b/libs/openscenegraph/HISTORY
@@ -1,3 +1,13 @@
+2009-05-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.8.0
+ Removed UPDATED
+ SOURCE_URL moved to openscenegraph, hasn't been hosted on SF since
2006
+ SOURCE is now .zip
+ * DEPENDS: Depends on libx11, libice, libxext, libxrandr, cmake,
zlib, and
+ openthreads
+ No longer uses openproducer
+ * BUILD: Use cmake_build()
+
2008-07-12 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: depends on giflib, libungif deprecated

diff --git a/libs/openscenegraph/OpenSceneGraph-2.8.0.zip.sig
b/libs/openscenegraph/OpenSceneGraph-2.8.0.zip.sig
new file mode 100644
index 0000000..8df7280
Binary files /dev/null and b/libs/openscenegraph/OpenSceneGraph-2.8.0.zip.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (f63e7f57713ab8010bb6e3136457c8342890339f), Eric Sandall, 05/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page