summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph.mk
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 /src/openscenegraph.mk
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
Diffstat (limited to 'src/openscenegraph.mk')
-rw-r--r--src/openscenegraph.mk9
1 files changed, 4 insertions, 5 deletions
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