* [azure-storage-common-cpp] Update to 12.3.0
## 12.3.0 (2022-09-06)
### Features Added
- Features in `12.3.0-beta.1` are now generally available.
* [azure-storage-blobs-cpp] Update to 12.6.0
## 12.6.0 (2022-09-06)
### Features Added
- Features in `12.6.0.beta.1` are now generally available.
### Bugs Fixed
- Empty file or existing file won't be created/overwritten if the blob to be downloaded doesn't exist.
* [outcome] Update to version 2.2.3
* [outcome] Add license information
* [outcome] Refactor deprecated functions
* [status-code] Update to latest version compatible with outcome 2.2.3
* [outcome] Provide polyfill features and extract status-code
* [outcome] Remove msvc linkage patch
* [llfio] Teach port about outcome polyfills
* [llfio] Fix vendored status-code include path
* [outcome][status-code][llfio] update version database
* Don't switch C++ standard version on polyfill feature
* [outcome] Fix version entry
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* feat(libjuice): update to 1.0.4
* feat(libjuice): update to 1.0.4 port
* feat(libjuice): update to 1.0.4 port 2
* feat(libjuice): update to 1.0.4 port 3
* feat(libjuice): update to 1.0.4 port 4
* feat(libjuice): update to 1.0.4 port 5
* feat(libdatachannel): update to 0.17.10
* feat(libdatachannel): update to 0.17.10 port
* feat(libdatachannel): update to 0.17.10 port 2
* feat(libdatachannel): update to 0.17.10 port 3
* feat(libdatachannel): update to 0.17.10 port 4
* feat(libdatachannel): update to 0.17.10 port 5
* vcpkg dpp port built from our CI
* fix missing dependency
* update
* Update Sun Jul 24 11:26:12 UTC 2022
* exclude uwp for dpp
* Update Sun Jul 24 13:21:45 UTC 2022
* fix supports
* fix supports
* Update Sun Jul 24 14:14:29 UTC 2022
* Update Sun Jul 24 15:36:39 UTC 2022
* Update Mon Jul 25 12:04:56 UTC 2022
* * Add https:// to the homepage so that it is a valid URI.
* Added usage.
* Forced pkgconfig to be required rather than quiet.
* Changed tabs to spaces in portfile.cmake.
* Update Mon Aug 15 12:38:09 UTC 2022
* Update Mon Aug 15 13:08:33 UTC 2022
* Put back missing patches
* Update portfile.cmake
* fix breakage of wrapping
* Update Mon Aug 15 13:59:12 UTC 2022
* fix up version file
* fix newlines where they dont belong
* update version
* updtae version
* update version
* Update Wed Aug 31 16:35:42 UTC 2022
Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
* [xcb-render-util] add port
* [libxkbfile] add port
* [libxkbcommon] add port
* v db
* Apply suggestions from code review
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* v db
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* [x264] fix configuration on systems without /bin/bash
* Update version database
* Update x264.json
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Since it first tries to locate the directory and then unconditionally
adds a subdirectory to it, running this script twice resulted in an
incorrect path (the last node was added multiple times).
We now check whether the script already ran and then abort.
Co-authored-by: Martijn Otto <martijn@resolume.com>
* openexr: Bump to 2.5.8
The x-add-version and patch fixes will be in next commits.
* openexr: vcpkg.json: Use "version" instead of "version-string"
* openexr: vcpkg.json: Add SPDX license identifier
* openexr: Clean 0001*-find_package patch
As upstream has cleaned it up already.
* openexr: Clean 0002-fixup_cmake_exports** patch from old whitespace fix
The upstream was already fixed it.
* openexr: Drop symlinks and find-pkg patches as it were handled at upstream
* openexr: Fix ARM build
See upstream fix for details in openexr/openexr#1216:
https://github.com/AcademySoftwareFoundation/openexr/pull/1216
* openexr: Migrate the old function to new vcpkg-cmake-config helpers
* openexr/portfile: Add comment about version for commit revision
* openexr: Update baseline via `vcpkg x-add-version openexr'
* [gdk-pixbuf] update to 2.42.9 (microsoft#26533)
* [gdk-pixbuf] don't build the test suite (microsoft#26533)
We're not running nor installing the test suite, so there's no
point in building it, either
* [gdk-pixbuf] Blacklist x64-windows-static (microsoft#26533)
Fails to build over here. In fact, 2.42.8 also fails over here,
so it's probably not a regression.
* [gdk-pixbuf] Regenerate version registries (microsoft#26533)