* Fix several issues with the Halide port after v12
1. Use vcpkg-cmake and vcpkg-cmake-config ports
2. Fix usage file to point to relevant documentation
3. Remove OpenGL feature (Halide 12 dropped support)
4. Drop VCPKG_POLICY_EMPTY_PACKAGE
5. Set new Halide packaging variables for better vcpkg compliance.
* update versions
* [llvm] update to 12.0.0, enable zlib and libxml2
* [llvm] disable libxml2 by default, arm64-windows should be supported
* [llvm] try to fix build with ffi on Windows #17663
* [llvm] re-enable libxml2
* [llvm] fix formatting
* [llvm] overwrite version
* [mesa] update to v21.1.0
* [llvm] update ci.baseline
* [halide] update to the latest master commit
* [llvm] disable libxml2 port until complete PR #15390
* update versions
* [llvm] fix disabling of external libraries
* update version
* update ci.baseline
* update ci.baseline
* fix typo
* [llvm] fix libxml2 (depends on #17945)
* revert "[halide] update to the latest master commit"
* update versions
* [halide] fix zlib dependency for tools
* update versions
* [halide] update to official release v12.0.0
* update versions
* [halide] update to v12.0.1
* update version
* [mesa] remove llvm from defaults
* update version
* update ci.baseline
* [mesa] update to v21.1.2 and fix build with LLVM on Windows
* [llvm] allow to build libunwind project on Windows
* update versions
* [mesa] update ci.baseline.txt to disable x64-windows-static-md, may be fixed in the PR #18495
* Add portaudio:: namespace
* Switch from vcpkg_from_git to vcpkg_from_github
* Convert portfile to unix line-endings
* Increase port-version of portaudio
* Update version hash of portaudio
* Remove namespace patch
Signed-off-by: Hendrik <git@h3ndrk.de>
* Update version hash of portaudio
* Fix indent issue
* Update the baseline version
* Fix the port version
* Fix baseline version
* Remove redundant tag in portfile
* Update version hash of portaudio
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
* [gstreamer] create port with meson
* initial build config
* nodownload in vcpkg_configure_meson needs be removed
* [gstreamer] remove duplicated GL headers
* 1st check for deps in windows
* mac: fix regex for bison
* [gstreamer] more detailed options
* remove glib usage
Will use WIP changes in microsoft/vcpkg
* [gstreamer] build with glib port
* [gstreamer] extract plugins to features
* fix some config errors in windows
* fails to find z.lib. this should be zlib.lib
* [gstreamer] create patches to search 'zlib'
* update tool list
* [vcpkg meson] add path of GIT
* use append for LINKER_FLAGS
Allow injection of LINKER_FLAGS to vcpkg_configure_meson
* [gstreamer] update baseline and port SHA
* [gstreamer] zlib is required for Windows
* Revert "[vcpkg meson] add path of GIT"
This reverts commit 8a67fbd1d2.
* [gstreamer] make git visible in meson
* [gstreamer] fix platform expression
* [gstreamer] revert change of vcpkg_configure_meson
* [gstreamer] modify build.ninja after configure
* [gstreamer] drop unknown flag with vcpkg_replace_string
* [gstreamer] disable 'devtools' option
* [gstreamer] remove dylib
* [gstreamer] move dll,pdb after install
* [gstreamer] remove 'nls' feature
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
- New upstream version 8.45
This is the final release of PCRE1
- Update patches:
export-cmake-targets.patch
pcre-8.45_suppress_cmake_and_compiler_warnings-errors.patch
- Add patch:
pcre-8.45_fix_postfix_for_debug_Windows_builds.patch
- Remove deprecated SYSTEM_LIBRARIES from vcpkg_fixup_pkgconfig()
- Switch from CONTROL to vcpkg.json
.\vcpkg format-manifest .\ports\pcre\CONTROL
* [libogg] Upgrade to 1.3.5
* Upgrade to 1.3.5.
* Convert CONTROL to vcpkg.json
* Change homepage to https://www.xiph.org/ogg (as in README.md)
* Download from the main repo https://gitlab.xiph.org/xiph/ogg
* [libogg] Use version instead of version-string in manifest
* [libogg] Update libogg.json
* added libsmb2 port
* added version file
* updated baseline
* Ran command
./vcpkg x-add-version --all
and then
./vcpkg format-manifest ports/libsmb2/vcpkg.json
* updated SHA based on result of "./vcpkg x-add-version libsmb2" and also added osx=fail to CI file in order to pass CI
* suggested changes made
* sha
* Update scripts/ci.baseline.txt
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/libsmb2/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/libsmb2/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* sha
* added missing "vcpkg_check_linkage(ONLY_STATIC_LIBRARY)"
* sha
* vcpkg_fixup_pkgconfig()
* sha
Co-authored-by: Tim <tim@fake.WHAT>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [qt6] Update to 6.1.1
* version stuff
* fix empty dir
* update version
* fix casing in qtbase
* [libpq] add secure32.lib on windows
* add clang-cl fix
* version stuff
* fix flag removal by adding a space
* version stuff
* make qt6->Qt6 usage consistent since Qt6 refers to itself as Qt6 with uppercase Q
* fix libpq wrapper opensll linkage on linux
* use policy to fix dependent ports
* version stuff
* use upstream patch
* version stuff
* fix source location for clang-cl
* version stuff
* remove ws change
* version stuff
* [openblas] Fix the macro collision with Windows 10 SDK
* Update version files
* Update feature thread as threads in vcpkg.json
* Update versions/o-/openblas.json
- New upstream version 10.37
- Drop patches (fixed upstream):
pcre2-10.35_add_check_for_Intel_CET.patch
pcre2-10.35_fix_postfix_for_debug_Windows_builds.patch
pcre2-10.35_fix-space.patch
- Switch from CONTROL to vcpkg.json
.\vcpkg format-manifest .\ports\pcre2\CONTROL
* Update arrow to 4.0.0
* Format
* Try fix thrift
* Update versions/ files
* Do not set ZSTD_ROOT
* Remove double quotes causing Windows problems
* Apply patches
* Remove LIB_DIR_OPTIONS
* Tweak zstd flags
* Update version hash
* Format
* Fail early on x86
* Update hash
* Fail early on arm, arm64
* Update hash
* Add expected failures to to scripts/ci.baseline.txt
* Exclude mallocs from default features
* Update hash
* Set default-features to false for aws-sdk-cpp
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Specify only x64 support in manifest
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Remove unneeded ci.baseline.txt entries
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Remove dataset from default-features
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update hash
* Remove zstd path args
* Update hash
Co-authored-by: Tanguy Fautre <tanguy@fautre.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>