Skip to content

Commit 75bd2ef

Browse files
ras0219-msftJackBoosYJackBoosYPhoebeHuiBillyONeal
authored
[many ports] 2019.09.14 Updates (#13536)
* [many ports] 2019.09.14 Updates * Revert failure ports * Revert failure ports * Revert failure ports * [urdfdom] Fix find dependency console_bridge * Revert failure ports * [devil] Compatible with jasper 2.0.20 * [devil] Refix compatible with jasper functions declaration on different os * Update ports/alembic/CONTROL Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Revert failure ports wangle * [azure-kinect-sensor-sdk] Fix build with matroska 1.6.2 * Revert failure ports * Revert failure ports * [urdfdom-headers] Fix include path in config.cmake file * upload patch * [urdfdom-headers] Refix include path in config.cmake file * [qt5-imageformats] Fix missing include math.h * [urdfdom-headers] Refix include path in config.cmake file * [qt5] Fix adding option PATCHES and other options when using qt_submodule_installation * Remove updated ports version * Commit suggestions * [libideviceactivation] revert Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
1 parent e14917f commit 75bd2ef

206 files changed

Lines changed: 472 additions & 418 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ports/aixlog/CONTROL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Source: aixlog
2-
Version: 1.2.4
2+
Version: 1.4.0
33
Description: Header-only C++ logging library

ports/aixlog/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
33
vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO badaix/aixlog
6-
REF 9e89f702b71320c49fee1d27cc2d1bffe330dcc6 # v1.2.4
7-
SHA512 77dbe9631bdabb5c7178a51ecd064be0e3baa76ffdae05d012ac55f6d3837c9c3fb0fd2a1993535756869fc944c89c89ca7093dddb1f1ac0fff5343328536d83
6+
REF c268f271ef7e7181389205e985740f29e6744a8c # v1.4.0
7+
SHA512 7014d22a0bdbaf85191d18652531af6e0c8ff6d8041bf92a80d51994cfbdf0d9d63c4f8836b9bba16d1895ffa03ad0749a42bd11706eb5f3cde1dcbe76746c24
88
)
99

1010
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/include)

ports/alembic/CONTROL

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Source: alembic
2-
Version: 1.7.13
3-
Port-Version: 1
2+
Version: 1.7.15
43
Build-Depends: ilmbase, hdf5
54
Description: Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications.
65
Homepage: https://alembic.io/

ports/alembic/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
77
vcpkg_from_github(
88
OUT_SOURCE_PATH SOURCE_PATH
99
REPO alembic/alembic
10-
REF cfe114639ef7ad084d61e71ab86a17e708d838ae #v1.7.13
11-
SHA512 38b797c1179e759870f10afc4a2182bc3e874eacecc9627c879d3a5cf35e49c83cae80600678427e5c22d6576d0e6280ce3cf0a2ac505f1df74ec4a8bdb083b5
10+
REF a3ad9600f5b5299dffda3d285aeab89023d2d801 # 1.7.15
11+
SHA512 db2b08c2c0426735498225e100c77871273dbf508f3791405a7fe7923714dcb708dcfbf336ae2a0419c10cac9707ccac575f9767e9396d35abcfd90c9b2b3184
1212
HEAD_REF master
1313
PATCHES
1414
fix-find-openexr-ilmbase.patch

ports/aliyun-oss-c-sdk/CONTROL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: aliyun-oss-c-sdk
2-
Version: 3.9.1
2+
Version: 3.10.0
33
Description: Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability.
44
Build-Depends: curl, apr-util
55
Supports: !uwp

ports/aliyun-oss-c-sdk/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ endif()
77
vcpkg_from_github(
88
OUT_SOURCE_PATH SOURCE_PATH
99
REPO aliyun/aliyun-oss-c-sdk
10-
REF 703ea9a0dee0ddf4eacc7f9782ba970adccc58e8 # 3.9.1
11-
SHA512 01f33d73031039d64433823c6b7b540071d18560ee0df762ef58b30898bde520c8cfb8bcf631a62cbd709d8c996b9dfc8c31c2286ceb9d1925161c39dbbe97fc
10+
REF f9e441137620d712c7d89587c951bed459ebc843 # 3.10.0
11+
SHA512 6621d105706fb69b3f1998d7c83c94ff93747946040f0c45ec52986c0e8d8db3d48237d1e3f0959e09536ca43bcbe3bcdb32f90622ce51de6ea7132be6dd7cf7
1212
HEAD_REF master
1313
PATCHES
1414
patch.patch

ports/arb/CONTROL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: arb
2-
Version: 2.17.0
2+
Version: 2.18.1
33
Homepage: https://github.com/fredrik-johansson/arb
44
Description: a C library for arbitrary-precision interval arithmetic
55
Build-Depends: flint

ports/arb/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
33
vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO fredrik-johansson/arb
6-
REF eeef7bdd349366be4d1691da05e49dcf9c01a394 # 2.17.0
7-
SHA512 d4c53c0343bec32e0b6c0d3a41e92663b13f9648a08c28c56a3098dd77d71248718b414dbb70c116bd7e07648646bdb663c1b9560e41d971d5c12d2d0466e9a0
6+
REF ae6009e3e19bd309a2433467d1b2ddb7001cd1eb # 2.18.1
7+
SHA512 78e149f0d51ef8ab29afbad99fd24e3b59acfc509f626e89bdcd57d4a8478b84c3aa51e92f5e26f8a10a20c66d72d2eed50f0dfbfda4a5f5277988f9bac3fa48
88
HEAD_REF master
99
)
1010

ports/args/CONTROL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Source: args
2-
Version: 2019-07-11
2+
Version: 2020-09-14
33
Homepage: https://github.com/Taywee/args
44
Description: A simple header-only C++ argument parser library.

ports/args/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ include(vcpkg_common_functions)
44
vcpkg_from_github(
55
OUT_SOURCE_PATH SOURCE_PATH
66
REPO Taywee/args
7-
REF 401663c1d57006566db6d8e5b37a21018fbd0bc3
8-
SHA512 2e0506f41ee8527e7fb67c0b926ff892fafe79db90920624c84eb603e374eb74c5640e4d0d0d88554db7a57424095b0da96238b4182ac515ae96dc202df95013
7+
REF 84c7f36ee123aaea0dd6653204435e473f1b088e # accessed on 2020-09-14
8+
SHA512 c2a2f6571ec7f3cd64e9a1a0346af48c989663663d55a351bb51cd82583dcca3a6ed9f5b7a2686ef490b78efeb36b944dd9a76af0aad83b3dc64d3672c770efb
99
HEAD_REF master
1010
)
1111

0 commit comments

Comments
 (0)