comparison src/openscenegraph.mk @ 1955:e2a680ec2f33

update packags: ffmpeg libsamplerate openscenegraph
author Mark Brand <mabrand@mabrand.nl>
date Sat, 20 Aug 2011 01:01:25 +0200
parents cfe3eba58dfd
children 0b602046f9dd
comparison
equal deleted inserted replaced
1954:4ade8a4371d0 1955:e2a680ec2f33
2 # See doc/index.html for further information. 2 # See doc/index.html for further information.
3 3
4 # OpenSceneGraph 4 # OpenSceneGraph
5 PKG := openscenegraph 5 PKG := openscenegraph
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 3.0.0 7 $(PKG)_VERSION := 3.0.1
8 $(PKG)_CHECKSUM := aa4982bf1502c8ad52b40508221978a2ca48e34e 8 $(PKG)_CHECKSUM := 13c7e39f6d62047ad944d8d28a0f0eb60384ce33
9 $(PKG)_SUBDIR := OpenSceneGraph-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := OpenSceneGraph-$($(PKG)_VERSION)
10 $(PKG)_FILE := OpenSceneGraph-$($(PKG)_VERSION).zip 10 $(PKG)_FILE := OpenSceneGraph-$($(PKG)_VERSION).zip
11 $(PKG)_WEBSITE := http://www.openscenegraph.org/ 11 $(PKG)_WEBSITE := http://www.openscenegraph.org/
12 $(PKG)_URL := http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-3.0/source/$($(PKG)_FILE) 12 $(PKG)_URL := http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$($(PKG)_VERSION)/source/$($(PKG)_FILE)
13 $(PKG)_URL_2 := http://distfiles.macports.org/OpenSceneGraph/$($(PKG)_FILE) 13 $(PKG)_URL_2 := http://distfiles.macports.org/OpenSceneGraph/$($(PKG)_FILE)
14 $(PKG)_DEPS := gcc curl ffmpeg freetype gdal giflib jasper jpeg libpng openexr tiff xine-lib zlib dcmtk 14 $(PKG)_DEPS := gcc curl ffmpeg freetype gdal giflib jasper jpeg libpng openexr tiff xine-lib zlib dcmtk
15 15
16 define $(PKG)_UPDATE 16 define $(PKG)_UPDATE
17 wget -q -O- 'http://www.openscenegraph.org/projects/osg/browser/OpenSceneGraph/tags?order=date&desc=1' | \ 17 wget -q -O- 'http://www.openscenegraph.org/projects/osg/browser/OpenSceneGraph/tags?order=date&desc=1' | \