diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-04-17 04:49:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 13:49:55 -0700 |
| commit | b12256a4af4e77e1ae87bbf76c1c3a654cdcd1a2 (patch) | |
| tree | 2de29301d343a9358165bf537a83655ac62e9559 /ports/osg/CONTROL | |
| parent | 29c933ddb6fee5f46fb2f11e6db3d906ac01c927 (diff) | |
| download | vcpkg-b12256a4af4e77e1ae87bbf76c1c3a654cdcd1a2.tar.gz vcpkg-b12256a4af4e77e1ae87bbf76c1c3a654cdcd1a2.zip | |
[osg] Add feature examples and plugins, fix configure options (#10082)
* [osg] Add feature examples and plugins, fix configure options
* [osg] Add feature tools, packages and docs
* [osgearth] Set dependency to osg[plugins]
* [osgearth] bump version
* [osg] Fix dependency
* [osg] Remove feature plugins dependency nvtt
* [osg] Remove empty folder
* [osg] Fix dependency sdl and liblas
* [osg] Fix install issue
* [osg] Fix dependency nvtt
* [osg] Re-fix dependency nvtt
* [osg] Fix judgment when selecting nvtt
* [osg] Create tools folder based on conditions
* [osg] Fix typo
* update baseline
* re-trigger ci test
* re-trigger ci test
Diffstat (limited to 'ports/osg/CONTROL')
| -rw-r--r-- | ports/osg/CONTROL | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/ports/osg/CONTROL b/ports/osg/CONTROL index b958ad092..ce46f95eb 100644 --- a/ports/osg/CONTROL +++ b/ports/osg/CONTROL @@ -1,9 +1,27 @@ Source: osg -Version: 3.6.4-1 +Version: 3.6.4-2 Homepage: https://github.com/openscenegraph/OpenSceneGraph Description: The OpenSceneGraph is an open source high performance 3D graphics toolkit. -Build-Depends: freetype, jasper, openexr, zlib, gdal, giflib, libjpeg-turbo, libpng, tiff, fontconfig, sdl2, boost-asio (!windows), libxml2 (windows), giflib (windows), freeglut (windows), expat (windows), libiconv (windows) +Build-Depends: zlib, fontconfig, boost-asio (!windows), freeglut (windows), expat (windows), openimageio (osx) Feature: collada Description: Support for Collada (.dae) files Build-Depends: collada-dom + +Feature: tools +Description: Enable to build OSG Applications (e.g. osgviewer) +Build-Depends: freetype, sdl1, curl, libjpeg-turbo, libpng, libiconv (windows) + +Feature: examples +Description: Enable to build OSG Examples +Build-Depends: freetype, sdl1, sdl2, libiconv (windows) + +Feature: plugins +Description: Build OSG Plugins - Disable for compile testing examples on a time limit +Build-Depends: freetype, sdl1, curl, openexr, ilmbase, gdal, giflib (windows), jasper, libjpeg-turbo, libpng, tiff, libxml2 (windows), libiconv (windows), libgta, liblas, nvtt + +Feature: packages +Description: Set to ON to generate CPack configuration files and packaging targets + +Feature: docs +Description: Build OpenSceneGraph reference documentation using doxygen (use: make doc_openscenegraph doc_openthreads
\ No newline at end of file |
