aboutsummaryrefslogtreecommitdiff
path: root/ports/corrade
diff options
context:
space:
mode:
authorJonathan Hale <Squareys@googlemail.com>2019-02-11 22:49:12 +0100
committerCodiferous <44823842+Codiferous@users.noreply.github.com>2019-02-11 13:49:12 -0800
commit6c6516621f487a4fb3fa2d9b9417a54c3013ee23 (patch)
tree1b5258c0751948505ed21c9b92b1fb1dd60c8ea1 /ports/corrade
parente6b174ed58b42b6f7cb5c376612add552c04531f (diff)
downloadvcpkg-6c6516621f487a4fb3fa2d9b9417a54c3013ee23.tar.gz
vcpkg-6c6516621f487a4fb3fa2d9b9417a54c3013ee23.zip
[corrade,magnum,-integration,-extras,-plugins] Update Magnum to v2019.01 (#5312)
* [corrade] Update to v2019.01 Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Update to v2019.01, remove shapes and glutapplication features These features were deprecated in earlier versions and now removed. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-(extras,plugins,integration)] Update to v2019.01, add imgui feat. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Improve dependencies to corrade Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Add faad2audioimporter - faad2 is currently not in vcpkg, hence commented out - The commented out empty line is required to have vcpkg parse the file without issues Signed-off-by: Squareys <squareys@googlemail.com>
Diffstat (limited to 'ports/corrade')
-rw-r--r--ports/corrade/CONTROL2
-rw-r--r--ports/corrade/portfile.cmake5
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/corrade/CONTROL b/ports/corrade/CONTROL
index 8e7205158..db1dd82f9 100644
--- a/ports/corrade/CONTROL
+++ b/ports/corrade/CONTROL
@@ -1,5 +1,5 @@
Source: corrade
-Version: 2018.10-2
+Version: 2019.01-1
Description: C++11/C++14 multiplatform utility library http://magnum.graphics/corrade/
Default-Features: interconnect, pluginmanager, testsuite, utility
diff --git a/ports/corrade/portfile.cmake b/ports/corrade/portfile.cmake
index c5b5780bd..c9e0321dd 100644
--- a/ports/corrade/portfile.cmake
+++ b/ports/corrade/portfile.cmake
@@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mosra/corrade
- REF v2018.10
- SHA512 594c15d9622fa0abdf893c15054f27bdcc40b5de1543d722b7173138ec5d299c45b7a85376ed617cdf9b4f52a05bf7a3d1ea1983e112b62690211116c255d201
+ REF v2019.01
+ SHA512 63468ee0a9362d92d61e2bc77fb8c3e455761894998393910f6bce4111b0ec74db8fe2a8658cec1292c5ceb26e57e005324b34f1ec343d4216abf3a955eaa97e
HEAD_REF master
PATCHES fixC2666.patch
)
@@ -30,6 +30,7 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA # Disable this option if project cannot be built with Ninja
OPTIONS
+ -DDUTILITY_USE_ANSI_COLORS=ON
-DBUILD_STATIC=${BUILD_STATIC}
${_COMPONENT_FLAGS}
)