* [dstorage] update for version 1.2.0 release
* Update baseline
* allow static sceanrios to work
* Update baseline
* Remove vcpkg-minimum-required call.
* Add comment about CRT compatibility.
---------
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* zeromq prevent using hosts libbsd when cross compiling
* update port version
* remove unwanted change
* add version
* Disable libbsd entirely to prevent mismatch between zeromq artifacts for shared/static objects
* update git tree hash
* Added option to enable fips build for openssl
I only implement and tested it for windows as I have no option to do this under linux
* Adjusted port version
* Updated to support only for Windows
* Corrected Formatting
* Corrected SHA for vcpkg x-add-version --all
* Changes requested by review
Removed the not needed FEATURE FIPS
Initialize INSTALL_FIPS as empty
* Corrected SHA for vcpkg x-add-version --all
* Removed Windows only support
* Corrected SHA for vcpkg x-add-version --all
* Added "supports": "!static"
As the provider conecpts needs dynamic linkage
* Corrected SHA for vcpkg x-add-version --all
* sdl1-mixer port
* Fix source reference
* Add mpg123_ssize_t patch
* Exclude arm
* Use depedencies from vcpkg
* Correct license capitalization
* Replace $(VcpkgTriplet) by @TARGET_TRIPLET@
* Create Directory.Build.props with include dirs
* Use @CURRENT_INSTALLED_DIR@
* Set debug format OldStyle to fix C2471
* Use correct RuntimeLibrary
* Add usage file
* Update github commit
* Update versions
* Clean up linux build
* Update versions
* [alsa] Add cmake wrapper.
This adds the imported location for both Debug and Release
configurations, and sets the target's INTERFACE_LINK_LIBRARIES and the
ALSA_LIBRARIES variable to the same libraries as the pkg-config file.
* [alsa] Update baseline.
Note that this does not change the fact that crashpad is marked as
unsupported, but it makes the build work now with
`--allow-unsupported`.
The build seems to work fine if the default compiler is set to clang, it
does not build with gcc, which is probably why it's marked as
unsupported.
Co-authored-by: Martijn Otto <martijn@resolume.com>
* [gtk] update to 4.10.1 (microsoft#30896)
gtk-4.8.2 and newer no longer contain a python script to emulate meson's
post-install logic, so we can't manually trigger it after patching meson
not to run the post-install. Patch the meson file to run the post-install
even when cross-compiling, though if it's execution is optional and all
it does is to generate some caches, i.e. pollute the build system, then
we might be better off not running the post-install logic at all.
Also, we now have a direct harfbuzz dependency by gtk/gtkmain.c and
it also needs harfbuzz with glib support enabled.
* [gtk] Regenerate version registries (microsoft#30896)
* [fluidsynth] Update to 2.3.2.
The usage requirements patch is no longer required as a similar patch
has been merged upstream.
* [fluidsynth] Update CMake configure options.
- List out the options per-platform.
- Set the proper options for Android.
* [fluidsynth] Update baseline.
* [fluidsynth] On Linux, link dl before ALSA.
* [fluidsynth] Update version.
* [fluidsynth] Fully quote options passed to CMake.
* [fluidsynth] Update version.
* [blend2d, asmjit] Fix blend2d features build and update asmjit to latest commit
* format vcpkg.json
* update version
* update blend2d[jit]
* update version
* fix feature blend2d[logging]
* update version
* [alsa] Update to 1.2.8.
* [alsa] Update baseline.
* [alsa] Remove redundant error message in portfile.
This issue is handled in through the manifest "supports" field.
* [alsa] Update version.
* [harfbuzz] update to 7.1.0 (microsoft#30851)
* [harfbuzz] regenerate versions registries (microsoft#30851)
---------
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This aligns with the behaviour of other ports like QT and GStreamer
deadlocks when trying to load glib shared libraries if they are in
the plugin directory.
* update open62541
* run x-add-version
* adds patch to qtopcua to support open62541 v1.3
* x-add-version
* Update ports/open62541/vcpkg.json
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* x-add-version
* remove explicit set of version variable
* x-add-version
* Add a warning when the user tries to turn on both encryption options, as requested by @LilyWangLL.
---------
Co-authored-by: Julian Zimmermann <Julian.Zimmermann@gti.de>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [qtbase/qt5-base] Add more convenient msg about install the correct dependencies for ubuntu
* Add https://doc.qt.io/qt-5/linux-requirements.html back, fix them -> they typo, and wrap.
---------
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
microsoft/vcpkg#29196 introduced new feature flag `[tools]` which
prevents generation of `libicutu`. The PR in question did not take into
account dynamic linkage target where rpath is set to hardcoded and no
longer valid list of libraries.
This PR dynamically detects presence of `[tools]` feature and adds
`libicutu` for rpath fix as necessary.
Co-authored-by: Monica <v-liumonica@microsoft.com>
* [llvm] Update port to 15.0.1
The patchset is rebased onto llvmorg-15.0.1, with some significant
differences especially around install paths. The NixOS project
appears to be midway through a large change to the install path
mechanics, for the same purpose as this patchset.
When that has landed, it looks like most of these patches can go away.
* [llvm] x-add-version for 15.0.1
* [llvm] Add enable-ios feature flag
This passes straight through to COMPILER_RT_ENABLE_IOS, which is
defaulted to ON in LLVM. This is a problem if your build host
doesn't have the iOS SDK installed, such as on vcpkg CI.
Co-authored-by: Josh Channings <josh@channings.me.uk>
* [matroska] update to 1.7.1
* [matroska] enable UWP builds
This has been used in VLC for years. There was a build issue with file access
in the "ebml" dependencies. But it should be fixed by
https://github.com/microsoft/vcpkg/pull/30750
* [akali] set discard library
* update version
* Delete information that is no longer needed
* update version
* delist port
* remove akali.json
* revert akali.json
* [dumb] New port.
* [dumb] Add to baseline.
* [dumb] Apply suggestion from review.
- Remove unofficial config since a pkg-config file is provided.
- Update the match string for pkg-config fixes.
- Limit ONLY_STATIC_LIBRARY to Windows.
* [dumb] Update version.
* [dumb] Remove vcpkg-cmake-config dependency.
This dependency is no longer needed since the unofficial config was
removed.
* [dumb] Update version.
* [ebml] update to 1.4.4
The limits patch has been applied in 1.4.3:
f0bfd53647
* [ebml] enable UWP builds
This has been used in VLC for years. There was a build issue with file access
but it's no longer build by default
05bc5c0902
* update asmjit, fbgemm, polyhook2, start asmtk
* fix error LNK2019 and update version
* update version
* version
* NEW SHA
* revert fbgemm
* format
* v db
* new function
* v db
* update fbgemm version to 0.4.1 to fix asmjit
* v db
---------
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
* [libmysql] update to 8.0.32
* update version
* minimize system libs patch
* update version
* fix compilation on macOS with homebrew
* update version
* fix `\n` by mistake
* fix mysql_config
* update version
* [aklomp-base64] fix PACKAGE_NAME
* [aklomp-base64] vcpkg version fix
* Bump port-version.
---------
Co-authored-by: Nikolay Shishov <nikolay.shishov@admiralmarkets.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [opentelemetry-cpp] unvendor absl polyfills
By default opentelemetry vendors-in a copy of some Abseil polyfills
(e.g. `absl::variant`). That makes it hard (I would claim nearly
impossible) to use both the abseil and the opentelemetry-cpp ports at
the same time, as both define `absl::variant` in some of their headers.
It seems better to always use the `-DHAVE_ABSEIL=ON` CMake option and
depend on the abseil port. Outside vcpkg it may be useful to use such
vendored-in copies of the code, as that "simplifies" dependency
management. In the context of vcpkg that is just wasteful.
Simplified how to support `abseil[cxx17]` by removing some code in
opentelemetry that forcibly downgraded the compiler to use C++11. Add a
missing dependency for gRPC generated code. This code indirectly depends
on Abseil too.
* Opentelemetry is missing a find_dependency() when -DHAVE_ABSEIL=ON
* [ffmpeg] Fix off-by-one issue when looping over the OSX_ARCHS
This fixes crosscompiling e.g. arm64 on x64
* [ffmpeg] Remove redundant --enable-cross-compile flag
* [ffmpeg] Bump port version
* [qt5-webengine] add missing includes in third party libraries
This fixes issue #30006. Newer versions of msvc require more includes than previous versions. To accommodate this change, two missing includes are added to the third party libraries chromium and libxml.
* [qt5-webengine] update port number
* [qt5-webengine] restore LF line endings on patch
* [qt5-webengine] re-run vcpkg x-add-version for qt5-webengine port-version 3
* Update stlab to 1.7.1
* Apply suggestions from code review
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Remove unnecessary closing bracket
* Run vcpkg x-add-version stlab --overwrite-version per @Cheney-W
* Add "shims" feature to port to match cmake expectations
* remove erroneous version object
* Formatting
* Run vcpkg x-add-version stlab --overwrite-version
---------
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Fix compiling AVIF and WEBP in static mode
* Bump port version to 2
* vcpkg x-add-version --all
---------
Co-authored-by: Monica <v-liumonica@microsoft.com>
* [argumentum] Update to 0.3.2
* Update hash after tag moved
* ./vcpkg.exe format-manifest ports/argumentum/vcpkg.json
* Fix vcpkg.json version, license, ./vcpkg.exe x-add-version --all
* Increase port-version
* ./vcpkg.exe x-add-version --all --overwrite-version
* Set port-version back to 0
* Remove generated version info for argumentum
* Re-add generated version info for argumentum
* Fix version string
* ./vcpkg.exe x-add-version --overwrite-version argumentum
* Install only the static version
* ./vcpkg.exe x-add-version --overwrite-version argumentum
* [msgpack] update version to 6.0.0 and switch to the C++ branch
* update version
* update
* version
* fix cmake config name
* vdb
* fix coolprop
* v db
* add dependencies
* format
* v db
* [vcpkg_baseline][llvm] Fix file conflicts for libiomp5md.dll
* update version
* add llvm
* version
* Correct files
* update version
* lib
* vdb
* fix before install
* version
* fix in end line
* version
* bin not lib
* version
* test patch
* version
* revert intel-mkl and disable libomp on WIN32
* version
* disable create symlink
* version
* Optimization patch
* version
* remove sapce
* version
* patch name
* vdb
* [backward-cpp] new port
* Update ports/backward-cpp/portfile.cmake
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* fix version after patch
* backward is header only
* disable arm and uwp
* disable only windows arm
---------
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* [libzip] Use the upstream package name for zstd.
Without it, when with the zstd feature, calling `find_package` on libzip
would fail due to the `Zstd` not being found.
* [libzip] Bump port version.
* [libzip] Update baseline.
* [libzip] Reduce patch size by using NAMES.
* [libzip] Update version.
* Added port for bxzstr
* Fixed checklist items
* Update version database
* Removed path modification, added usage
* Fixed bug where usage would not be added, added PATH_SUFFIXES
* [udt] New port
* update version database
* fix windows build
* update version database
* fix platform detection
* update version database
* fix windows build
* update version database
* fix patch
* update version database
* optimize defs
* update version database
* not support uwp
* update version database
* Fix find unofficial-udt
* update version database
* [libigl] update to 2.4.0
* update version
* update option and fix build error
* update version
* update patch
* update version
* update patch
* version
* use hunter eigen
* version
* use hunter dep
* vdb
* added a patch for updating the hunter version to the last available: resolves an issue when it was impossible to compile project on windows systems with MSVC 193+
* Update version database
* modified port version
* changed port version
* Update version database
* fix mpfr usage
* del version
* update version
* fixed wrong embree dependecy definition
* updated version
* removed not existing hunter packages
* formatted json
* updated version
* disabled hunter functionality completely. dependencies over vcpkg
* updated version
* fix typo, formatting
* updated version
* embree version
* updated versions/l-/libigl.json
* fixed gmp & mpfr linkage
* cleaned up the path file
* updated version
* patch cleanup, Eigen3 typo
* update version
* fixed dependend library naming, added static build capability
* updated version
* added tetgen, comiso and triangle as options
* autoformatted json
* updated version
* forgot options variable
* update version
* unused variables
* update version
* added upstream fix for static builds
* updated version
---------
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: Frank <1433351828@qq.com>
Co-authored-by: Dimitrii Nikolaev <nikolaev@ift.at>
* Update concurrencpp to 0.1.6
* Update CI baseline
* Enable shared builds
https://github.com/David-Haim/concurrencpp/issues/75 has been fixed.
* Update CI baseline
---------
Co-authored-by: chausner <chausner@users.noreply.github.com>
* Add libtar port
* Update ports/libtar/portfile.cmake
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
---------
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* Updating the files.
* Updating the version file's info.
* Updating the version file's info.
* Updating version file.
* Updating version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Update ports/jsonifier/portfile.cmake
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Update ports/jsonifier/vcpkg.json
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
---------
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* [sdl2-mixer] Update features behaviour.
- Reword feature description.
- Disable FLAC and MP3 support when libflac and mpg123 are not selected.
- Make libvorbis a dependency instead of a feature.
Unlike the FLAC/MP3 backends, the vorbis backend cannot be disabled.
* [sdl2-mixer] Remove alternative midi features.
The priority for MIDI backends is: fluidsynth > timidity > nativemidi.
- Turn off implicitely enabled timidity backend which shadows the
nativemidi backend.
- Remove nativemidi as it offers the same functionalities as fluidsynth
but is not available outside of Windows and Apple platforms. Moreover it
may give the false impression that MIDI is supported out of the box
* [sdl2-mixer] Use targets provided by dependencies.
This allows the dependencies to inform the sdl2-mixer about their usage
requirements, making it much easier to statically link the library.
* [sdl2-mixer] FluidSynth now requires pkg-config.
Since 2.3.1#1 FluidSynth's CMake config required pkg-config to find its
dependencies.
* [sdl2-mixer] UWP builds should work again.
* [sdl2-mixer] Update baseline.
* [sdl2-mixer] Add back a dummy libvorbis feature.
This is to keep compatibility with downstream users.
* [sdl2-mixer] Update version.
* [sdl2-mixer] Remove the dummy libvorbis feature.
Since vcpkg tool version 2023-02-16, this is no longer needed.
* [sdl2-mixer] Update version.
---------
Co-authored-by: Monica <v-liumonica@microsoft.com>