diff options
| author | Artem Shubovych <shybovycha@gmail.com> | 2021-07-07 06:51:11 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 13:51:11 -0700 |
| commit | 5fa8c717ea9fbf5949e6222526314feca2944c20 (patch) | |
| tree | 457c8a783e74fe50aff0a24acb687d233824e4e6 /ports/irrlicht/CONTROL | |
| parent | dbed9ee4c062d265b33253c1e74ad02ea383759a (diff) | |
| download | vcpkg-5fa8c717ea9fbf5949e6222526314feca2944c20.tar.gz vcpkg-5fa8c717ea9fbf5949e6222526314feca2944c20.zip | |
[irrlicht] Add OSX support (#18725)
* Fix Irrlicht compilation on OSX
* Update port description
* Update portfile instructions
* Update version
* Fix patch files
* Add missing cmake dependencies
* Remove obsolete comment
* Update version
* Remove OBJCXX language from project definition to prevent Windows builds from failing
* Update versions
* Code review tweaks
* Update version
* Update versions/i-/irrlicht.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Fix qt5-3d build failure on OSX
* Update qt5-3d version
* Update port-version for qt5-3d
* Update version for qt5-3d
* [qt5-3d] Revert modification to previous version entry
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Robert Schumacher <ras0219@outlook.com>
Diffstat (limited to 'ports/irrlicht/CONTROL')
| -rw-r--r-- | ports/irrlicht/CONTROL | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ports/irrlicht/CONTROL b/ports/irrlicht/CONTROL index e8ff45bdd..5161a33b2 100644 --- a/ports/irrlicht/CONTROL +++ b/ports/irrlicht/CONTROL @@ -1,9 +1,10 @@ Source: irrlicht
-Version: 1.8.4-10
+Version: 1.8.4
+Port-Version: 11
Homepage: http://irrlicht.sourceforge.net
-Description: Irrlicht lightning fast 3d engine
-Build-Depends: zlib, libpng, bzip2, libjpeg-turbo
-Supports: !(arm|uwp|osx)
+Description: The Irrlicht Engine is an open source realtime 3D engine written in C++. It is cross-platform, using D3D, OpenGL and its own software renderers.
+Build-Depends: zlib, libpng, bzip2, libjpeg-turbo, vcpkg-cmake, vcpkg-cmake-config
+Supports: !(arm|uwp)
Feature: unicode
Description: Support unicode path on windows
|
