summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-02-15 09:00:51 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-02-15 09:00:51 (GMT)
commite07a526aebab1a1b50afa78a604b40052038dc08 (patch)
treef665fc5ec3a5f90169e9e166d8ee6141185843c4
parent1b5aa61e93956f75f2cd8c537bc66aac86822fc6 (diff)
downloadmxe-e07a526aebab1a1b50afa78a604b40052038dc08.zip
mxe-e07a526aebab1a1b50afa78a604b40052038dc08.tar.gz
mxe-e07a526aebab1a1b50afa78a604b40052038dc08.tar.bz2
package openscenegraph: use osg git mirror and update package
http://www.openscenegraph.org/projects/osg/wiki/Downloads/GIT
-rw-r--r--index.html2
-rw-r--r--src/openscenegraph.mk9
2 files changed, 5 insertions, 6 deletions
diff --git a/index.html b/index.html
index 6a6fc15..7a01252 100644
--- a/index.html
+++ b/index.html
@@ -1784,7 +1784,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="openscenegraph-package">openscenegraph</td>
- <td id="openscenegraph-version">feeb13d</td>
+ <td id="openscenegraph-version">800b103</td>
<td id="openscenegraph-website"><a href="http://www.openscenegraph.org/">OpenSceneGraph</a></td>
</tr>
<tr>
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk
index da3994f..82a626d 100644
--- a/src/openscenegraph.mk
+++ b/src/openscenegraph.mk
@@ -3,15 +3,14 @@
PKG := openscenegraph
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 3e1b13d17cea0c729389ce440e73ff9d8962e0ae
-$(PKG)_SUBDIR := tonytheodore-$(PKG)-$($(PKG)_VERSION)
+$(PKG)_CHECKSUM := bcadb821dd962eb38c9998eadddd836d029610f0
+$(PKG)_SUBDIR := openscenegraph-osg-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := https://github.com/tonytheodore/$(PKG)/tarball/$($(PKG)_VERSION)/$($(PKG)_FILE)
+$(PKG)_URL := https://github.com/$(PKG)/osg/tarball/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc boost curl dcmtk ffmpeg freetype gdal giflib jasper jpeg libpng openal openexr poppler qt tiff xine-lib zlib
define $(PKG)_UPDATE
- echo 'info: sync latest with git svn rebase; git push origin master' >&2;
- $(WGET) -q -O- 'https://github.com/tonytheodore/$(PKG)/commits/master' | \
+ $(WGET) -q -O- 'https://github.com/$(PKG)/osg/commits/master' | \
$(SED) -n 's#.*<span class="sha">\([^<]\{7\}\)[^<]\{3\}<.*#\1#p' | \
head -1
endef