summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-07-10 20:38:36 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-07-10 20:38:36 (GMT)
commitd7f47c6f21cea311fa6a5f8a5ec3d9b150cf1fc3 (patch)
tree88c61c57cbc9b88b80b77389f89e06479be753dc /src/openscenegraph.mk
parent53d64ce712541a32b59c7fbf473a31459b370c99 (diff)
downloadmxe-d7f47c6f21cea311fa6a5f8a5ec3d9b150cf1fc3.zip
mxe-d7f47c6f21cea311fa6a5f8a5ec3d9b150cf1fc3.tar.gz
mxe-d7f47c6f21cea311fa6a5f8a5ec3d9b150cf1fc3.tar.bz2
update package openscenegraph
Diffstat (limited to 'src/openscenegraph.mk')
-rw-r--r--src/openscenegraph.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk
index e470591..edf96f3 100644
--- a/src/openscenegraph.mk
+++ b/src/openscenegraph.mk
@@ -4,14 +4,14 @@
# OpenSceneGraph
PKG := openscenegraph
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.8.5
-$(PKG)_CHECKSUM := 7325504070a262aa6eb952bc36d98843a4ed4cf7
+$(PKG)_VERSION := 3.0.0
+$(PKG)_CHECKSUM := aa4982bf1502c8ad52b40508221978a2ca48e34e
$(PKG)_SUBDIR := OpenSceneGraph-$($(PKG)_VERSION)
$(PKG)_FILE := OpenSceneGraph-$($(PKG)_VERSION).zip
$(PKG)_WEBSITE := http://www.openscenegraph.org/
-$(PKG)_URL := http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$($(PKG)_VERSION)/source/$($(PKG)_FILE)
+$(PKG)_URL := http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-3.0/source/$($(PKG)_FILE)
$(PKG)_URL_2 := http://distfiles.macports.org/OpenSceneGraph/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc curl ffmpeg freetype gdal giflib jasper jpeg libpng openexr tiff xine-lib zlib
+$(PKG)_DEPS := gcc curl ffmpeg freetype gdal giflib jasper jpeg libpng openexr tiff xine-lib zlib dcmtk
define $(PKG)_UPDATE
wget -q -O- 'http://www.openscenegraph.org/projects/osg/browser/OpenSceneGraph/tags?order=date&desc=1' | \
@@ -30,5 +30,5 @@ define $(PKG)_BUILD
-DDYNAMIC_OPENSCENEGRAPH=OFF \
-DBUILD_OSG_APPLICATIONS=OFF \
-D_OPENTHREADS_ATOMIC_USE_GCC_BUILTINS_EXITCODE=1
- $(MAKE) -C '$(1)' -j '$(JOBS)' install
+ $(MAKE) -C '$(1)' -j '$(JOBS)' install VERBOSE=1
endef