[SM-Commit] GIT changes to stable-rc-0.33 grimoire by Jaka Kranjc (60af23a6b78b80c20d1e919e0ec5a6e6884c2dcc)

Jaka Kranjc scm at sourcemage.org
Tue May 12 04:45:26 EDT 2009


GIT changes to stable-rc-0.33 grimoire by Jaka Kranjc <lynxlynxlynx 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
 video-libs/mplayer-gui/HISTORY                   |    4 ++++
 video-libs/mplayer-gui/INSTALL                   |    1 +
 7 files changed, 36 insertions(+), 14 deletions(-)

New commits:
commit 60af23a6b78b80c20d1e919e0ec5a6e6884c2dcc
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx 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()
    (cherry picked from commit f63e7f57713ab8010bb6e3136457c8342890339f)

commit 319fe8fbfa3e8a4bc531682f05108c5fa4882c57
Author: Ethan Grammatikidis <eekee57 at fastmail.fm>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    mplayer-gui: /usr/share/mplayer may not exist, make it.
    (cherry picked from commit 46feb7abb9d895f261f336780f921693eba78766)

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
diff --git a/video-libs/mplayer-gui/HISTORY b/video-libs/mplayer-gui/HISTORY
index 14dca7b..6592841 100644
--- a/video-libs/mplayer-gui/HISTORY
+++ b/video-libs/mplayer-gui/HISTORY
@@ -1,3 +1,7 @@
+2009-05-06 Ethan Grammatikidis <eekee57 at fastmail.fm>
+	* INSTALL: /usr/share/mplayer may not exist, make it before attempting
+	  to install theme.
+
 2009-03-23 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: Fixed SOURCE_URL[0]; updated spell to 1.7
 	* INSTALL: use correct path; removed useless stuff; increased verbosity
diff --git a/video-libs/mplayer-gui/INSTALL b/video-libs/mplayer-gui/INSTALL
index e1a3eb9..5193cdc 100755
--- a/video-libs/mplayer-gui/INSTALL
+++ b/video-libs/mplayer-gui/INSTALL
@@ -1,3 +1,4 @@
+mkdir -p "$INSTALL_ROOT/usr/share/mplayer/skins" &&
 cp -av Blue "$INSTALL_ROOT/usr/share/mplayer/skins" &&
 
 ln -vsf "$TRACK_ROOT/usr/share/mplayer/skins/Blue" \



More information about the SM-Commit mailing list