moritz-h
89e3817298
[cmakerc] update to 2022-09-08 ( #29041 )
2023-01-18 14:03:55 -08:00
Alexander Neumann
fe5f181633
[pkgconf] fix asan issue ( #29017 )
...
* [pkgconf] fix asan error
* v db
2023-01-18 13:44:04 -08:00
Kai Pastor
01350d0b49
[skia] Misc fixes ( #28971 )
...
* Handle core opengl32 dependency
* Fix regressions for legacy config
* Transform frameworks and SDK during build
* Fix python3 configuration
* Update versions
* Drop unused dep
* Fix python3 again
2023-01-18 13:38:56 -08:00
autoantwort
6b1f3c0605
[restc-cpp] use modern cmake helpers ( #29016 )
2023-01-18 13:36:42 -08:00
Leonid Pospelov
3f18689c2b
[node-api] Fix MacOS linking errors ( #29013 )
...
* fix
* add version
2023-01-18 13:35:52 -08:00
Jonathan Sweemer
b23dcc7894
[quantlib] update to v1.29 ( #29006 )
2023-01-18 13:34:26 -08:00
Vitalii Koshura
c961349ace
[mongoose] update to 7.8 ( #29005 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-01-18 13:28:32 -08:00
Francisco Facioni
d7c9296427
[libpqxx] update to 7.7.4 ( #28999 )
2023-01-18 13:27:58 -08:00
Eitan Har-Shoshanim
55f8d1eb53
[Nanopb] 0.4.7 ( #28982 )
...
* wip
* restore patch
* wip
* wip
* ran x-add-version --all
* address PR comments
* wip
* ran `.\vcpkg x-add-version --all --overwrite-version`
2023-01-18 13:24:15 -08:00
talregev
38c7df18dc
Bump ode to 0.16.3 ( #28987 )
2023-01-18 13:23:06 -08:00
Francisco Facioni
a5f93b05d1
[breakpad] Add linux tools ( #28878 )
...
* breakpad - add core tools and linux ones
* Don't guard the vcpkg_copy_tools for "linux", and avoid installing debug headers rather than deleting them.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-18 12:34:08 -08:00
Robert Coup
d2b8d93276
python3: libcrypt doesn't need to be a dependency of libpython ( #28887 )
...
Fixed upstream in Python3.11 via https://github.com/python/cpython/issues/89596
Backport here to Python3.10 so libpython doesn't have a needless system
dependency on libcrypt (which is different on Linux between RH-based and
Debian-based distros too).
2023-01-18 12:32:55 -08:00
Thomas1664
e1934f4a2a
[vcpkg-tool] Allow overriding FETCHCONTENT_FULLY_DISCONNECTED
( #28489 )
...
* Allow overriding FETCHCONTENT_FULLY_DISCONNECTED
* version
* prepend instead of append
* version
* Update version
* version
* Revert attempting to change scripts/cmake.
Co-authored-by: Cheney-Wang <850426846@qq.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-18 11:47:16 -08:00
Frank
38d714c7fa
[libhv] add support ARM ( #27524 )
...
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-18 11:42:44 -08:00
autoantwort
3ef276c10f
[llvm] fix feature pstl ( #28415 )
...
* [llvm] fix feature pstl
* Trigger Build
2023-01-18 11:42:07 -08:00
Park DongHa
d8c61f7fbf
[libtorch] create a new port ( #17199 )
...
* [onnx] feature: foxi
* https://github.com/houseroad/foxi
* install the project's copyright (MIT)
* pytorch requires `foxi_loader`
The CMake target will be renamed to `onnxifi_*` for convenience.
* [onnx] force onnx/onnx_proto static in Windows
Checked the protject's CI logs. It turned out onnx/onnx_proto are ALWAYS static.
Specify it in CMakeLists.txt because vcpkg configures `BUILD_SHARED_LIBS=ON`
If the triplet requires it.
There are no `ONNXIFI_ENABLE_EXT=ON` case.
Removed the misused build options in portfile.
Add port feature `protobuf-lite` which is in build option.
* [onnx] support windows static triplets
* remove SHARED for `onnxifi_wrapper` and `onnxifi_dummy`
* [onnx] fix wrong LICENSE install
* [onnx] remove feature 'foxi'
* also remove redundant part in patch files
* [libtorch] rework patch files
* [libtorch] config fixup ATen, Torch
* use `link_libraries` to vcpkg installed folder
* future work may use library names without `find_library`
* update versions JSON to use `version-semver`
* [libtorch] make shared only
* Caffe2 is exported when BUILD_SHARED_LIBS
* [libtorch] remove headers after install
* [libtorch] rewrite patches and feature options
* checked osx / linux build
* [libtorch] use eigen3 always
* Caffe2 eigen_utils.h requires it
* [libtorch] error if BLAS feature collision
* [libtorch] remove !static
* [libtorch] replace vcpkg_find_acquire_program
* let's see python3 from find_program supports
* Dependency python3
* [libtorch] migrate works from luncliff/vcpkg-registry
* Update target version and dependencies
* Removed unsupported features
* [libtorch] misc fix, update version, baseline
* fix merge confict for 'onnx'
* [libtorch] install pip packages
* typing-extensions, pyyaml
* [libtorch] turn off Metal options
* [onnx] revert 'onnx' changes
* [libtorch] refine patches
* [libtorch] link with foxi_loader
* removed wrong onnx related source changes
* [libtorch] update git-tree
* [libtorch] reduce patch size
* [libtorch] find numa and activate USE_NUMA
* Update ports/libtorch/portfile.cmake
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
* Update ports/libtorch/portfile.cmake
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
* Update ports/libtorch/portfile.cmake
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
* [libtorch] fix mistype and update version JSON
* Add double quotes
* version
* Fix support expression
* version
* [libtorch] update cpuinfo usage
* https://github.com/microsoft/vcpkg/pull/23944
* update version
* [tensorpipe] fix linux install
* find_package(Tensorpipe) may fail because of case mismatch
* [tensorpipe] update versions JSON
* [libtorch] fix feature failures
* [libtorch] remove CUDA feature
* [libtorch] giveup 'fbgemm' feature
* [libtorch] use mpi, openmpi in Linux
* [libtorch] fix glog link error
* [tensorpipe] bump port version
* see https://github.com/microsoft/vcpkg/pull/23569
* [libtorch] fix patch list
* [libtorch] use official libuv config
* see https://github.com/microsoft/vcpkg/pull/24745
* Update ports/libtorch/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Update ports/libtorch/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update versions JSON
* revert unnecessary 'nnpack' changes
* Update ports/libtorch/portfile.cmake
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
* [libtorch] use vcpkg-get-python-packages
* [libtorch] provide path of python3
* Update ports/libtorch/portfile.cmake
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* Fix version database.
* [libtorch] use openmpi in linux/osx
* [libtorch] update to v1.12.1
* [libtorch] find_program(python3, python)
* [libtorch] provide PYTHON_EXECUTABLE directly
* [xnnpack] update to 2022-02-17
* [xnnpack] use C11, C++11
* [libtorch] more patches, DISABLE_PARALLEL_CONFIGURE
* [libtorch] allow static torch_cpu build
* Revert "[libtorch] allow static torch_cpu build"
This reverts commit 5fd4ef0bbe4f56d5c027494c7c571a4f13b37b25.
* [libtorch] find_package(BLAS)
* [libtorch] simplify Python3, NumPy option use
* [libtorch] fix install in Windows
* [libtorch] exclude torch_global_deps in Windows
* [libtorch] platform of nnpack feature
* [libtorch] fix MPI option in Windows
* [libtorch] fixing LNK1161
* [libtorch] fix some mistypes
* [libtorch] define NOMINMAX for c10
* [libtorch] disable vulkan feature in Windows
* ci.baseline.txt: allow libtorch failure
* fails with Visual Studio 2022 17.4.2
* requires 17.4.3+
* Enable testing port on Windows
* [caffe2] redirect to libtorch
* update baseline
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2023-01-18 11:06:34 -08:00
Max Khon
ae826fceaa
Introspection support ( #28662 )
2023-01-17 11:44:20 -08:00
Lily Wang
608e7ff107
[immer] Add export CMake ConfigVersion file ( #28873 )
...
* [immer] Add export CMake ConfigVersion file
* update version
* add comment for patch
* x-add-version
* add quote
* update version
2023-01-17 11:41:49 -08:00
Adrian Bibby Walther
8b034a7612
[ctpg] Fix portfile ( #28908 )
...
* Completely ignore ctpg debug install.
* Updated version files.
* Fixed incorrect usage instructions.
* Updated version files.
* Changed port-version to 2.
* Updated version files.
2023-01-17 11:35:55 -08:00
Matthew Oliver
49299e0c05
[opencv4] Update to 4.7.0. ( #28949 )
...
* [opencv4] Update t 4.7.0.
* update versions.
* [rtabmap] Support opencv 4.7.
* Update versions.
2023-01-17 11:35:29 -08:00
autoantwort
0390768d54
[forge] improve port ( #28972 )
2023-01-17 11:34:22 -08:00
Francisco Facioni
c60b65d099
[sqlpp11] add postgres support ( #28989 )
2023-01-17 11:28:56 -08:00
moritz-h
f19f5d98b2
[openmpi] enable parallel build ( #28991 )
2023-01-17 11:28:17 -08:00
MonicaLiu
e51afe4695
[ffmpeg] Install the usage file ( #28894 )
...
* update ffmpeg
* update version
Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-01-17 00:05:47 -08:00
autoantwort
9a469723ae
[arrow] Fix dataset feature ( #28969 )
2023-01-16 12:53:41 -08:00
Dennis
021ba042f2
grpc: Update to 1.51.1 ( #28964 )
2023-01-16 12:53:23 -08:00
Kai Pastor
921ee3d101
[libosmium] Trim dependencies ( #28963 )
...
Cf. https://osmcode.org/libosmium/manual.html#dependencies
The deprecated PROJ support needs `proj_api.h`, removed in PROJ 8.0.
utfcpp was used before libosmium 2.15.0.
2023-01-16 12:52:59 -08:00
ZeeWanderer
77a14f2740
[blend2d] Update to 2022-12-31 ( #28962 )
...
* [blend2d] update to 2022-12-31
* [blend2d] update versions
2023-01-16 12:52:43 -08:00
Matthew Oliver
d1e47dbd68
[rtabmap] Update to 0.20.16. ( #28954 )
...
* [rtabmap] Update to 0.20.16.
* Update versions.
2023-01-16 12:52:05 -08:00
Daniel Schürmann
f8e72cdce0
[wavpack] Update to 5.6.0 and allow release only builds ( #28948 )
...
* [wavpack] Fix building only release or debug build type
* [wavpack] Update to 5.6.0
2023-01-16 12:51:32 -08:00
Billy O'Neal
21928dcd82
[marisa-trie] Don't install Makefile.am into include. Also remove tests. ( #28940 )
...
* [marisa-trie] Don't install Makefile.am into include. Also remove tests.
* Fix version database
2023-01-16 12:48:48 -08:00
kiwixz
6b9c9a42f6
[strong-type] add port ( #28937 )
2023-01-16 12:46:59 -08:00
autoantwort
3630da345f
[libsquish] improve supoorts expression ( #28935 )
2023-01-16 12:46:28 -08:00
Kai Pastor
51e10eb7fe
[tiff,zstd,gdal,libkml] Fix find_package interactions, enable gdal libkml driver ( #28929 )
...
* [gdal] Fix find_package2
* [cmake-user] Test gdal
* [cmake-user] gdal needs CMake 3.9
* Fix tiff & zstd
* Update versions
* [libkml] Export modern INTERFACE_LINK_LIBRARIES
* [gdal] Enable libkml driver
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2023-01-16 12:45:42 -08:00
Kai Pastor
688ece7142
[xerces-c] Update to 3.2.4 ( #28928 )
...
* [xerces-c] Update to 3.2.4
* Modernize, cleanup
* Update versions
2023-01-16 12:41:27 -08:00
autoantwort
fe214355d0
[acl] no absolute paths ( #28926 )
2023-01-16 12:39:50 -08:00
Burak Arslan
f882be041a
[sqlite3] Fix typo for the Windows build ( #28923 )
...
* [sqlite3] Fix typo for the Windows build
* [sqlite3] Update version metadata
2023-01-16 12:34:00 -08:00
Kai Pastor
e631713f1a
[liblzma] Update to 5.4.1 ( #28921 )
...
* [liblzma] Update to 5.4.1
* Update usage
* Update versions
2023-01-16 12:32:04 -08:00
Andrew Kornilov
e6e9a0b1b0
[fastcdr] Update to 1.0.26 ( #28905 )
...
* [fastcdr] Update to 1.0.26
* Update version database
* Dynamic linkage fix
* Update version
2023-01-16 12:17:34 -08:00
Alexander Neumann
63f2b374ab
[harfbuzz] update to 5.3.1 ( #28243 )
...
* [harfbuzz] udpate to 5.3.1
* v db
2023-01-16 12:07:07 -08:00
Alexander Neumann
05f3f361dc
[pixman] update to 0.42.2 ( #28240 )
...
* [pixman] update to 0.42.2
* v db
* disable neon intrinsics
* v db
* remove deprecated function
* v db
* fix function call
* v db
* v db
Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-01-16 12:05:54 -08:00
Lily Wang
17b405bbf9
[vcpkg baseline][libcsv, fast-cpp-csv-parser] Fix conflicts ( #28978 )
...
* [baseline][libcsv, fast-cpp-csv-parser] Fix conflicts
* update version
* apply suggestion
* update version
* Update libcsv.json
2023-01-16 12:03:37 -08:00
Sean Farrell
1e9facc799
[c9y] Update to 0.6.1 ( #28952 )
...
* [c9y] Upgrade to 0.6.1
* [c9y] Update baselines.
2023-01-15 11:28:59 -08:00
Matthew Oliver
f76aa219bc
[discordapi] Update to 2023-01-02 version. ( #28956 )
...
* [discordapi] Update to 2023-01-02 version.
* Update versions.
2023-01-15 11:23:48 -08:00
Frank
6245ce44a0
[protobuf] update version to 3.21.12 ( #28710 )
...
* [protobuf] update version to 3.21.12
* version
2023-01-15 11:10:54 -08:00
autoantwort
cc63dc0f66
Update cmake to 3.25.1 ( #28522 )
...
* Update cmake to 3.25.1
* [libphonenumber] fix finding of protobuf
* Add zeroc-ice:x64-windows-static-md=fail
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-01-15 11:04:04 -08:00
Kai Pastor
472ed329f5
[sentry-native] Fix cmake package import/export ( #28686 )
...
* [sentry-native] Fix cmake package import/export
* Revise zlib dependency
2023-01-13 15:22:44 -08:00
Russell Greene
92225e6ce4
[openimageio] fix build on vs2019 and earlier ( #28885 )
...
* [openimageio] fix build on vs2019 and earlier
update port-version
* ./vcpkg x-add-version --all
* ./vcpkg x-add-version --all --overwrite-version
2023-01-12 22:47:18 -08:00
Long Huan
34ddfbbb13
[openmvs] update to v2.1.0 ( #28843 )
...
* update to v2.1.0
* x-add-version
* fix InterfaceMetashape
* Update openmvs.json
2023-01-12 22:45:48 -08:00
emazv72
44a4a76bc5
[libcsv,hashids] Add new port ( #28828 )
...
* libcsv port
* libcsv versioning
* libcsv linkage fix
* Update version database
* [hashids] Add new port
* [hashids] Update version database
Co-authored-by: Emanuele Zavallone <emanuele.zavallone@next-informatica.com>
2023-01-12 22:44:11 -08:00
JoergAtGithub
407d75560d
[grantlee] Add Grantlee ( #28809 )
...
* Add Grantlee port
* Replaced deprecated functions
* Add only one version of Grantlee
* version-semver -> version
* Added quotes
2023-01-12 22:42:47 -08:00
Wei Dai
0a77b03b49
[seal] Updated seal to version 4.1.1. ( #28727 )
...
* Updated seal to version 4.1.0.
* Fixed versioning.
* Updated seal to 4.1.1.
* Fixed versioning.
* Update seal.json
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-01-12 22:12:45 -08:00
Adrian Bibby Walther
02820f4b12
[foonathan-lexy] Update to v2022.12.1 ( #28907 )
...
* Update foonathan-lexy to v2022.12.1.
* Updated version files.
2023-01-12 22:08:00 -08:00
Azure SDK Bot
9df2df01bd
[azure-storage-files-datalake-cpp] Update to 12.5.0 ( #28842 )
...
## 12.5.0 (2023-01-10)
- New features in `12.5.0-beta.1` are now generally available.
2023-01-12 22:00:32 -08:00
Fabien Péan
4c5be28bfa
[simbody] set uniform target names and add usage ( #28863 )
2023-01-12 15:28:56 -08:00
Osyotr
a61e638f3a
[qt5] Update to 5.15.8 ( #28720 )
2023-01-12 15:28:00 -08:00
marinedalek
036769f5d6
[glfw3] Add wayland feature ( #28232 )
...
* Add wayland to glfw3 port
* Results of x-add-version
* Add Wayland package info to build message
* Ran x-add-version following previous commit
* Update ports/glfw3/vcpkg.json to add wayland dependency
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
* Correct formatting of vcpkg.json
* Ran x-add-version following previous commit
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2023-01-11 23:29:41 -08:00
Edi61
b591b65d2a
[simd] Update include missing header files ( #28834 )
...
* Update include missing header files
* Update simd.json
* Update fix-CMakeLists-install.patch
* Update vcpkg.json
* Update fix-CMakeLists-install.patch
* Update simd.json
* Update simd.json
2023-01-11 23:26:28 -08:00
nfarid
5b750ad16b
[alsa] Handle plugin_dir for debian-based distro ( #28287 )
2023-01-11 23:20:50 -08:00
autoantwort
6bf594496d
[libheif] no absolute paths ( #28857 )
2023-01-11 23:19:15 -08:00
autoantwort
8dae4e57f3
[at-spi2-core] no absolute paths ( #28856 )
2023-01-11 23:17:56 -08:00
autoantwort
76e276ecfb
[ecsutil] use support expression ( #28852 )
2023-01-11 23:15:16 -08:00
autoantwort
9bb697c131
[ctemplate] use support expression ( #28851 )
2023-01-11 23:14:24 -08:00
autoantwort
d27ec218ad
[wxchartdir] support osx ( #28860 )
2023-01-11 23:13:27 -08:00
Lily Wang
efc181852e
[vk-bootstrap] Disable build tests and example ( #28869 )
...
* [vk-bootstrap] Disable build tests and example
* x-add-version
* apply suggestion
* x-add-version
2023-01-11 23:11:05 -08:00
JonLiu1993
b3968a1e21
[redis-plus-plus] update to <1.3.7> ( #28871 )
...
* [redis-plus-plus] update to <1.3.7>
* update version
2023-01-11 23:09:25 -08:00
Cheney Wang
0508fb44dd
[usockets] Update to 0.8.5 ( #28879 )
...
* [usockets] Update to 0.8.5
* x-add-version
2023-01-11 23:07:33 -08:00
Qingnan Duan
16d8b8961b
[zxing-cpp] Update to 2.0.0 ( #28882 )
...
* Update zxing-cpp version to 2.0.0
* x-add-version
2023-01-11 23:06:25 -08:00
Andrew Kornilov
fc649d55ad
[acl] Add new port ( #28819 )
...
* [acl] Add new port
* Update version database
2023-01-11 23:05:30 -08:00
Kai Pastor
ce70fb4f1c
[baseline][opengl,mesa] Resolve ambiguities ( #28160 )
...
* [mesa] supports: !staticcrt
* [mesa] Install copyright from license.rst
* [mesa] Revise internal dependencies
* [mesa] Revise external dependencies
* [mesa] Move windows opengl32 lib to manual-link
* [opengl] Fix case of include names
* [opengl] Refactor for simplicity and mingw support
* [opengl] Stop copying out of windows SDK [skip actions]
* Update versions
* Revert "[opengl] Stop copying out of windows SDK"
* [mesa] Align with port opengl
2023-01-11 23:04:26 -08:00
Mengna Li
5387e1925b
[mdnsresponder] update to 1557.140.5.0.1 ( #27974 )
...
* update to 1557.140.5.0.1
* update
* fix static-md fail
* update
* fix install copyright
* add new line at the end of file
* Fixing fatal error LNK1181: cannot open input file dnssd_stub.lib
Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-01-11 22:45:12 -08:00
autoantwort
d40bedd6f6
[zint] use support expression ( #28850 )
2023-01-11 16:45:27 -08:00
Thibaut Goetghebuer-Planchon
6e964f12ad
[robin-map] Update to 1.2.1 ( #28837 )
2023-01-11 16:44:11 -08:00
JoergAtGithub
302c1f7a55
Updated Ableton Link to 3.0.6 ( #28832 )
2023-01-11 16:43:02 -08:00
JoergAtGithub
4565f4cabb
[hidapi] Update hidapi to version 0.13.1 ( #28759 )
...
* Update hidapi to version 0.13.1
* Removed 0.13.0 from hidapi.json
2023-01-11 16:26:53 -08:00
Jennifer Chukwu
b442de3a61
[Scenepic] Add new port ( #28661 )
...
* [scenepic] new port
* format
* update version database
* resolve comments
* Update version database
* update version database
* update version database
* fix install path
* x-add-version
* Update scenepic.json
* suggested changes
* update version
Co-authored-by: Lily Wang <494550702@qq.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-01-11 16:18:45 -08:00
Victor Romero
c30de8e136
[wayland
,wayland-protocols
] Add force-build
feature 💪 ( #28628 )
...
* [wayland] Add force-build feature
* [wayland-protocols] Add force-build feature
2023-01-10 15:09:39 -08:00
Alexander Neumann
d8e1f40d27
[xaudio2redist] allow static CRT ( #28699 )
...
* [xaudio2redist] allow static crt
* v db
2023-01-10 13:57:50 -08:00
MonicaLiu
e7ec5b0ba6
[pystring] Update to v1.1.4 ( #28767 )
...
* update pystring
* update version
Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-01-10 13:55:52 -08:00
Alexander Neumann
79c5f022cb
[qt] update to 6.4.2 ( #28774 )
...
* [qt] update to 6.4.2
* v db
* qtspeech prepare for features if required ports get added
* v db
* retry
* remove patch
* add failing tmp port to get CI logs for qtwebengine ....
* try deactivating jumbo build
* add patch to fix std issue
* remove tmp port
* v db
* deactivate qtspeech on x86 & windows due to call conv
* v db
2023-01-10 13:54:28 -08:00
Rémy Tassoux
468b093ce1
[efsw] Update to 2023-01-06 ( #28779 )
...
* [efsw] Update to 2023-01-06
* [efsw] Update version files
* [efsw] Remove vcpkg_minimum_required call
* [efsw] Update version files
2023-01-10 13:52:27 -08:00
MonicaLiu
2c5a8b7ba0
[immer] Update to v0.8.0 ( #28812 )
...
* update immer
* update version
Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-01-10 13:51:46 -08:00
Tetsuya Hayashi
9d7419b358
[quill] Update to 2.6.0 ( #28823 )
...
* [quill] Update to 2.6.0
* [quill] Update version files
2023-01-10 13:25:26 -08:00
autoantwort
43f56137be
[cocoyaxi] no absolute paths ( #28822 )
2023-01-10 11:26:33 -08:00
Kai Pastor
5bb5f3923a
[pango,libgd,atk,gtk3,graphviz] Cleanup, fix static windows builds ( #28766 )
...
* [libgd] Fix static builds on windows
* [pango] Cleanup
* Use freetype2.pc with msvc
* Update CI baseline [skip actions]
* [atk] Cleanup, fix static builds
* [gtk3] Cleanup, fix static builds
* [graphviz] Fix static builds
* Update versions
* [libgd] Revert bad substitution
* [graphviz] Plugins
* [graphviz] Plugins
* [libgd] Fix static usage
* [gtk3] versions
2023-01-09 14:15:51 -08:00
Kai Pastor
55c29f1dca
[scripts|world rebuild] Disambiguate saved log files ( #26754 )
...
* Disambiguate saved log files
* CI [skip actions]
* CI [skip actions]
* CI [skip actions]
* Use ALIAS keyword instead of auto-numbering
* Update versions
2023-01-09 11:13:59 -08:00
blavallee
1c3635eabd
[launch-darkly-server] Update to 2.8.6 ( #28227 )
...
* Update to 2.8.6
* Add versions
* Fix supports
* Update git-tree
* Fix format
* Update git-tree
* FIx actions
* Add license
* Update git-tree
* Apply suggestions
* Update git-tree
* Format requirement
* Update git-tree
2023-01-09 10:55:34 -08:00
Lily Wang
35fed4bfa0
[openssl] Add no-ssl3 and no-weak-ssl-ciphers to Configure options ( #28743 )
...
* [openssl] Add no-ssl3 and no-weak-ssl-ciphers to Configure options
* x-add-version
2023-01-09 10:45:13 -08:00
Nick
41ee198bb3
[imgui] update to 1.89.2 ( #28754 )
2023-01-09 10:35:36 -08:00
Alexander Neumann
c2a2bf5673
[ffmpeg] use toolchain ( #28758 )
...
* [ffmpeg] setup toolchain more completly.
* v db
* fix build issues?
* only use ld for windows
* add SAVE_LOG_FILES
* add pkgconf.exe
* v db
2023-01-09 10:35:09 -08:00
Cheney Wang
94bfbda514
[cppad] Update to 20230000.0 ( #28763 )
2023-01-09 10:11:16 -08:00
Attractadore
b2b5d1bf9e
[spirv-reflect] Don't vendor spirv headers ( #28749 )
...
* [spirv-reflect] Add spirv-headers dependency
* [spirv-reflect] Run vcpkg x-add-version spirv-reflect
2023-01-09 10:10:03 -08:00
Chuck Walbourn
f14984af37
[directx-dxc, directx-headers] ports updated for December 2022 releases ( #28780 )
...
* [directx-dxc, directx-headers] updated for December 2022 releases
* Add WSL support to directx-dxc
* Update targets file
* [directx-headers] upstream hotfix for WSL compat issue
* Fix-up for WSL header placement
* Update baseline
* github actions code review
* update baseline
Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
2023-01-09 01:24:11 -08:00
Clemens Wasser
fe9b87a19a
[libadwaita] Add new port ( #28721 )
2023-01-09 01:22:28 -08:00
Kai Pastor
a72a3d5459
[physfs] Cleanup, fix linkage and usage issues ( #28787 )
...
* [physfs] cleanup
* Fix symbol names
* Add usage doc
* [cmake-user] Test PhysFS
* Add wrapper
* Restore msbuild for uwp
2023-01-09 01:19:59 -08:00
autoantwort
94e7b38824
[omplapp] no absolute paths ( #28789 )
2023-01-09 01:15:43 -08:00
autoantwort
db5c711f27
[ctpg] no absolute paths ( #28791 )
2023-01-09 01:15:12 -08:00
Kai Pastor
cd08228e4a
[icu] Update to 72.1 ( #28794 )
...
* [icu] Update
* Cleanup
2023-01-09 01:14:24 -08:00
Nick
9696840b74
[sdl2] update to 2.26.2 ( #28753 )
2023-01-09 01:12:09 -08:00
Edi61
53c1bea0f5
[libheif] Update to version 1.14.2 ( #28801 )
...
* Update to version 1.14.2
* Remove Empty Folders
* Update libheif.json
2023-01-09 01:10:09 -08:00
autoantwort
3640e7cb1d
[gstreamer] fix core build ( #28810 )
2023-01-09 01:08:37 -08:00
autoantwort
b2c75d882d
[hdf5] no absolute paths ( #28782 )
2023-01-09 01:07:46 -08:00
Andrew Kornilov
17f9ced3ad
[attr] Add new port ( #28733 )
...
* [attr] Add new port
* Use VERSION
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* Update version database
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2023-01-09 01:06:45 -08:00
rinechran
4a57340d3a
[onnxruntime-gpu] Update to version 1.12.1 ( #28623 )
...
* feat : onnxruntime version up
* chore : add license
* chore : versions change
* feat : make with the version variable
* feat : change vcpkg_minimum_required
2023-01-09 01:02:28 -08:00
Andrew Kornilov
c320e71bcd
[reactiveplusplus] Add new port ( #28729 )
...
* [reactiveplusplus] Add new port
* Update version database
* [reactiveplusplus] Fix installation
* [reactiveplusplus] Update version
2023-01-08 22:07:09 -08:00
JoergAtGithub
28f2ea5858
[kaitai-struct-cpp-stl-runtime] Added kaitai-struct-cpp-stl-runtime ( #28799 )
...
* Added new port kaitai-struct-cpp-stl-runtime
* Disable staticcrt triplets
* Made build with libiconv a default feature, to match the option in library's CMakelists.txt
2023-01-08 22:06:03 -08:00
autoantwort
7d02e810e7
[lz4] don't install xxhash header ( #28748 )
2023-01-08 22:04:15 -08:00
autoantwort
4f43c4dfca
[python3] force disable curses ( #28751 )
2023-01-08 21:41:19 -08:00
Kai Pastor
a3d780b5e6
[libxslt] Fix static usage ( #28786 )
2023-01-08 21:38:28 -08:00
autoantwort
6630a8b1bb
[opencv3] no absolute paths ( #28788 )
2023-01-08 21:37:20 -08:00
autoantwort
c64831df95
[itk] no absolute paths ( #28790 )
2023-01-08 21:34:52 -08:00
Mengna Li
739824a6d3
Update to 3.0.0 ( #28708 )
2023-01-07 01:17:52 -08:00
MonicaLiu
571ca110d0
[jsoncons] Update to v0.169.0 ( #28714 )
...
* update jsoncons
* update version
* update jsoncons
* update version
Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-01-07 01:17:19 -08:00
Kenji Mouri
130bb3911b
[dav1d] Enable arm, arm64 and x86 target support for Windows. ( #28737 )
2023-01-07 01:16:36 -08:00
JonLiu1993
b058b34fc8
[flatbuffers] update to 23.1.4 ( #28738 )
...
* [flatbuffers] update to 23.1.4
* update version
2023-01-07 01:15:42 -08:00
Kenji Mouri
3512f2666b
[aom] Enable arm, arm64 target support for Windows Desktop. ( #28739 )
2023-01-07 01:15:07 -08:00
Kai Pastor
94e85d15fb
[gdal] Update to 3.6.2 ( #28741 )
2023-01-07 01:14:04 -08:00
Alexander Neumann
b1fbc2e525
[wxWidgets] Fix build with clang-cl ( #28744 )
...
* [wxWidgets] change include for clang-cl
* v db
2023-01-07 01:13:32 -08:00
myd7349
96f43232a6
[yyjson] Update to 0.6.0 ( #28746 )
...
* [yyjson] Bump to 0.6.0
* [yyjson] Bump version
2023-01-07 01:12:34 -08:00
Alexander Neumann
45e66bff9b
[scripts|vcpkg_configure_make] Help C(XX)FLAGS survive through libtool ( #28349 )
...
* help cflags survive through libtool
* Guard -Xcompiler in case of gcc/gnu
since it doesn't like unknown compiler flags.
* export CMAKE_<lang>_COMPILER_FRONTEND_VARIANT from cmake
* v db and script changes
* also check compiler id
Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-01-07 01:04:32 -08:00
Kai Pastor
797256da29
[mathgl] Update, fix cmake config, dependencies, linkage, usage ( #28311 )
...
* Fix mathgl confix fixup
* Control library linkage
* Fix dependencies
* Revise tool installation
* Install usage doc
* Reduce config warnings
* Don't pick up gettext
* Fix osx
* Cross-builds partially unsupported
* uwp unsupported
* Devendor getopt
* No _CRT_STDIO_ISO_WIDE_SPECIFIERS
* Fix mgllab
* Fix glut
* Cleanup
* Update to 8.0.1
* Control building of examples
* Fix examples
* Add vcpkg-ci-mathgl test port
* Update versions
* Trim qt5 dependency
* Trim non-trivial dependencies
* Fix cross builds
* CR changes
2023-01-07 00:59:30 -08:00
Chuck Walbourn
12c2a93b40
[dxut, effects11] ports updated to support spectre-mitigated libraries ( #28713 )
...
* [dxut, effects11] ports updated to support 'spectre' feature
* Update baseline
Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
2023-01-05 05:21:48 -08:00
Frank
13224dcaaa
[snappy] fix correct lib name in snappy.pc file ( #28712 )
...
* [snappy] fix correct lib name in snappy.pc file
* update version
2023-01-05 05:20:49 -08:00
Matthew Oliver
989e976a1e
[ffmpeg] Update to 5.0.2. ( #28711 )
...
* [ffmpeg] Update to 5.0.2
* [ffmpeg] Update versions.
* [ffmpeg] Fix FindFFmpeg atomic.
* Add back yasm fallback
* Update ffmpeg.json
* [ffmpeg] Enable core OSX features.
* Update ffmpeg.json
* [ffmpeg] Fix unavailable core OS features.
* Update ffmpeg.json
* [ffmpeg] Fix Linux default OS features.
* Update ffmpeg.json
2023-01-05 05:20:29 -08:00
JonLiu1993
a628065693
[vtk-dicom] update to 0.8.14 ( #28736 )
...
* [vtk-dicom] update to 0.8.14
* update version
2023-01-05 05:06:18 -08:00
Carlos O'Ryan
4dd6b9c3ad
[google-cloud-cpp] update to latest release (v2.6.0) ( #28726 )
2023-01-05 05:04:38 -08:00
autoantwort
2c84cb29db
[cpuinfo] fix #28452 ( #28725 )
2023-01-05 05:04:11 -08:00
Martin Stump
ae5dd51153
[tcp-pubsub] Add new port ( #28649 )
...
* Add port tcp-pubsub
* Patch package config file
2023-01-05 05:03:34 -08:00
Kai Pastor
e9e1c40c76
[liblzma] Update to 5.4.0 ( #28250 )
...
* [liblzma] Update to 5.2.9
* Update to 5.4.0
2023-01-05 05:01:34 -08:00
Cheney Wang
35ca0b2033
[vcpkg baseline][ideviceinstaller] Fixing error LNK2005: optind already defined in darknet.lib ( #28718 )
...
* [vcpkg baseline][ideviceinstaller] Fixing error LNK2005: optind already defined in darknet.lib
* format-manifest .\ports\darknet\vcpkg.json
* x-add-version
2023-01-05 04:59:45 -08:00
Frank
0d239eb4d3
[ncurses] Add compiler option "enable-mixed-case" to supports mixed case file names ( #28312 )
...
* [ncurses] Add compiler option "enable-mixed-case" to supports mixed case file names
* add version
* support mingw
* version
* not mingw
* version
2023-01-04 14:49:02 -08:00
Gianluca Bianco
b10c0ba13e
[ptc-print] Add new port ( #28332 )
...
* Added basic info to ptc-print port.
* Formatting json file.
* Trying to add master branch instead of main.
* Trying to add master branch instead of main.
* Update git-tree.
* CI baseline update.
* Update ports/ptc-print/usage
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* Update ports/ptc-print/usage
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* CI baseline update.
* Update ports/ptc-print/portfile.cmake
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* Update.
* Update in usage file.
* Formatting update.
* Update.
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2023-01-04 14:48:16 -08:00
Koby Kahane
623771ee43
[lz4] update to 1.9.4. ( #28348 )
2023-01-04 14:47:07 -08:00
Francisco Facioni
6f70b430d6
[cnats] Update to 3.5.0 and remove system dependency to sodium ( #28479 )
...
* [cnats] Update to 3.5.0 and remove system dependency to sodium
* fixup! [cnats] Update to 3.5.0 and remove system dependency to sodium
Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-01-04 14:46:19 -08:00
Chuck Walbourn
aa45329eb6
[directxmesh, directxtex, directxtk, uvatlas] update ports for Dec 2022 releases ( #28482 )
...
* [directxmesh, directxtex, directxtk, uvatlas] update ports for December 2022 releases
* [directxtk12] fixed spectre feature
* Update baseline
* Upstream fixes for WSL
* Update baseline
Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
2023-01-04 14:44:07 -08:00
friendlyanon
58054d0572
[angle] Improve UX for unofficial CMake package ( #28547 )
...
* [angle] Propagate transitive dependencies
* [angle] Add usage info for unofficial CMake targets
Only the unofficial::angle::libGLESv2 and unofficial::angle::libEGL
targets are meant to be used, because they are the targets that no other
depends on.
Co-authored-by: friendlyanon <friendlyanon@users.noreply.github.com>
2023-01-04 14:41:32 -08:00
Nicolas Jakob
4548ef8b00
[entt, libharu, libopensp, minizip, smf, vlpp, vulkan-headers] Fix incorrect versions ( #28571 )
...
* [entt] Remove incorrect version
* [libharu] Fix incorrect version git tree
* [libopensp] Fix incorrect version git tree
* [minizip] Fix incorrect version git tree
* [smf] Remove incorrect version
* [vlpp] Remove incorrect version
* [vulkan-headers] Remove incorrect version
2023-01-04 14:39:57 -08:00
Kai Pastor
0a277597a1
[armadillo,ensmallen] Update ( #28599 )
...
* [armadillo] Update to 11.4.3
* Fixup pkgconfig
* Add vcpkg cmake wrapper
* Update versions
* [ensmallen] Update and fix
* Add vcpkg version requirement
2023-01-04 14:27:58 -08:00
Leonid Pospelov
fbc96bcdf8
[node-api] Add new port ( #26768 )
...
* port is building for x64-windows
* Add file endings
* Reformat manifest file
* Add versions
* Remove comment
* Check host system instead of target
* fix user fs pollution & allow nodejs tool to have the same triplet as target has
* x86-windows now builds
* Support find_package (TARGET_SOURCES still todo)
* add win_delay_hook.cc
* license for nodejs
* reformat
* reformat
* Update node-api.json
* nodejs port ver increment
* fix versions
* fix versions
* Fix find_library/find_path review comments
* node-api-config.cmake => unofficial-node-api-config.cmake
* remove vcpkg_execute_npm_command.cmake
* update git-tree in node-api.json
* fix node triplet
* remove obvious comment
* Update node-api.json
* Revert everything related to vcpkg-tool-nodejs
* fix port-version of vcpkg-tool-nodejs in baseline.json
* Update node-api.json
* ban arm
* fix EOF
* Update node-api.json
* Tweaks for Linux failure debugging
* Update node-api.json
* Reformat with vscode cmake formatter
* Even more debug logging
* add <node_root>/bin to search
* Update node-api.json
* Add debugging for 2-nd error encountered
* update ver
* update
* update ver
* add nodejs tool to path
* update ver
* use prefix npm option
* add version
* move things to node tool dir (temporary)
* add ver
* Add CMAKE_JS_LIB emptyness check
* add version
* separate node root ad node bin directories
* update node-api-config.cmake
* add ver
* typo-fi
* update version
* remove debug logging
* update ver
* do not use system cmake
* add ver
* rename vars
* Update ver
* Add comment
* add-version
* Now downloads cmake-js from github, but deps aren't downloaded (wip)
* add version
* Seems to work except lodash (wip)
* add version
* license null (wip)
* license null -reformat- (wip)
* add ver
* Add todo (wip)
* add ver
* install lodash, new error now related to yargs isn't being built (wip)
* add version (wip)
* fix (wip)
* add version (wip)
* Cleanup, will try one thing (wip)
* no cmake-js ver, now install includes (wip)
* ⌛ closing temporary, I'll get back to this later ⌛ . at least I know what to do
* test
* baseline
* format
* fill with zeros
* update supports
* correct url for win
* addver
* better handle arch and os
* ver
* update
* update
* add-todo
* add win support
* ver
* qol
* ver
* add-sha
* ver
* update
* update
* fix-license
* fix-license
* add sha
* add sha
* linux-arm64
* linux-arm64
* sha512 for arm
* sha512 for arm
* remove imported sources
* remove imported sources
* apply suggestion
* add ver
* fix eof
* add ver
2023-01-04 14:26:13 -08:00
Lily Wang
714d8d5560
[boost-vcpkg-helpers] Fix incorrect license ( #28617 )
...
* [boost-vcpkg-helpers] Fix incorrect license
* x-add-version
2023-01-04 14:13:32 -08:00
Andrew Kornilov
5f4d94e395
[cpptoml] Add cmake config to the installation ( #28625 )
...
* [cpptoml] Add cmake config to the installation
* Update version database
* add homepage
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-01-04 14:09:33 -08:00
Frank
acafd213e7
[cppwinrt] update to 2.0.221121.5 ( #28635 )
...
* [cppwinrt] update to 2.0.221121.5
* update version
* modernization
* vdb
* use ${VERSION}
* overwrite version
2023-01-04 14:06:52 -08:00
Szabolcs Horvát
0d382380b9
[igraph] update to 0.10.3 ( #28636 )
...
* [igraph] update to 0.10.3
* [igraph] x-add-version
* [igraph] migrate deprecated functions to new alternatives
* [igraph] x-add-version
2023-01-04 13:19:17 -08:00
Andrew Kornilov
15edd85fa1
[inipp] Add new port ( #28637 )
...
* [inipp] Add new port
* Update version database
2023-01-04 13:18:07 -08:00
Sergei Kachkov
fa32c6acbd
[tracy] Fix imgui search path for Linux build ( #28643 )
...
* [tracy] Fix imgui search path for Linux build
* update port-version
2023-01-04 12:58:42 -08:00
Alexis La Goutte
1b0d7636ac
nghttp2: update to 1.51.0 ( #28655 )
2023-01-04 12:55:53 -08:00
Martin Stump
a140f37ac3
Add port foonathan-lexy ( #28658 )
2023-01-04 12:53:49 -08:00
Martin Stump
b353cc2ce0
Add port ctpg ( #28666 )
2023-01-04 12:50:47 -08:00
Martin Stump
74b4f1255d
Add new port cista ( #28669 )
2023-01-04 12:44:15 -08:00
Sandy
b6d9a1e6f8
[tinyexr] update to 1.0.1 and fix compiling with clang on android ( #28670 )
...
* tinyexr: Update to 1.0.1 and add miniz dep
* tinyexr: fix android build
Prevent clang warnings from erroring out the build
2023-01-04 12:43:24 -08:00
Ozan Cansel
6aacba2d7d
[hazelcast-cpp-client] update to v5.1.0 ( #28672 )
...
* Update hazelcast-cpp-client to 5.1.0
* run x-add-version --all
* boost-multiprecision dependency is added.
* run x-add-version
2023-01-04 12:39:09 -08:00
Kai Pastor
85d7c82eef
[lapack-reference] Update, fixes ( #28679 )
...
* [cmake-user] Test FindLAPACK.cmake
* Minor cleanup
* Avoid release-only lib variable
* Fix usage of external blas
* Update to 3.11
* Add usage doc
* Update versions
2023-01-04 12:37:43 -08:00
Leonid Pospelov
1b5f1aacad
[ChakraCore] Fix Linux build (/lib only) ( #28689 )
...
* [chakracore] Fix Linux build
* port-ver
* add-ver
* lib for all
* Update chakracore.json
2023-01-04 12:32:36 -08:00
Attractadore
d40547583e
[spirv-reflect] Remove vulkan dependency ( #28696 )
...
* [spirv-reflect]: remove vulkan dependency
* [spirv-reflect] Run vcpkg x-add-version spirv-reflect
2023-01-04 12:28:07 -08:00
Long Huan
d9ebadf17c
[cryptopp] Avoid redownloading source code ( #28701 )
...
* Avoid redownloading source code
* x-add-version
2023-01-04 12:22:36 -08:00
Lily Wang
9033fcdf28
[vcpkg baseline][marisa-trie] Fix conflict file include/Makefile.am with hunspell ( #28352 )
...
* [vcpkg baseline][marisa-trie] Fix conflict file include/Makefile.am with hunspell
* x-add-version
* update vcpkg_install_msbuild.cmake
* x-add-version
* update vcpkg_install_msbuild.cmake
* update vcpkg_install_msbuild.cmake
* update vcpkg_install_msbuild.cmake
Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-01-04 12:11:05 -08:00
Cheney Wang
dd71e22fd2
[vcpkg baseline][monkeys-audio] Fixing error C2471 and error C1090 ( #28633 )
...
* [vcpkg baseline][monkeys-audio] Fixing error C2471 and error C1090
* x-add-version
* Update
* x-add-version
2023-01-04 12:09:10 -08:00
Kai Pastor
8061c47041
[vcpkg baseline][pangolin] Fix regressions ( #28680 )
...
* Devendor palsigslot
* Rectify usage doc
* No absolute paths
* Update versions
2023-01-04 12:04:44 -08:00
Julian Xhokaxhiu
2d32d7c656
[nethost] Update to 7.0.0 ( #27717 )
...
* [nethost] Update to 7.0.0
* [nethost] Update versions
* [nethost] Revision changes
- 0001-nethost-cmakelists.patch: Remove the shell file patch and keep only the cmake patch
- portfile.cmake: Bring the execute_process entry as a single block and only if not Windows
- vcpkg.json: Extend the supports string to linux and osx
* [nethost] Update versions
2023-01-04 12:03:10 -08:00
Nick
4e30bb39dd
[libenvpp] new port ( #28532 )
2023-01-04 11:57:09 -08:00
Matthew Oliver
0f719b3fdf
[ffmpeg] Update to 5.0 ( #23312 )
...
* [ffmpeg] Update to 5.0
* update versions
* Fix after merge.
* ffmpeg: Fix lzma debug lib naming.
* Update ffmpeg.json
* Update ffmpeg.json
* Update ffmpeg.json
* fixup versions.
* fixup
* version fixup
* Update ffmpeg.json
* [ffmpeg] Disable autodetect.
* [ffmpeg] Update version.
* [ffmpeg] fixup autodetect on linux/uwp.
* Update ffmpeg.json
* [avcpp] Update to 2.1.0.
* [pangolin] Update to 0.8.
* Update versions.
* [pangolin] Fixup port file.
* Update pangolin.json
* [aubio] Update to latest git master.
* Update pangolin.json
* [avcpp] Add license field.
* [avcpp] Fix pkgconf detection of ffmpeg.
* [ignition-cmake] Update to 2.16.0.
* [ignition-math6] Update to 6.13.0.
* [ignition-common3] Update to 3.14.1.
* [avcpp] Reformat.
* Update versions.
* [avcpp] Fix pkgconfig cross compile.
* [discordcoreapi] Disable on uwp.
* Update versions
* [aubio] Fix deprecated portfile functions.
* Update versions.
* [ffmpeg] Fix amf/mfx feature.
* [ignition-math6] Require python 3.10.
* Update versions.
* fixup
* [ignition-math6] Change version to last known good 6.9.2.
* [discordcoreapi] Properly Fix.
* Update versions.
* Update versions.
* Update ffmpeg.json
* Update ffmpeg.json
2023-01-03 10:32:17 -08:00
Martin Stump
f9bea5d581
[recycle] add new port ( #28642 )
...
* Add port steinwurf/recycle
* Run x-add-version
* Add license field
* Run x-add-version
2022-12-31 01:53:54 -08:00
Frank
696faa8308
[ffmpeg] Add feature libopenmpt ( #27884 )
...
* [ffmpeg] Add feature libopenmpt
* update version
* Correct Dependency
* version
* version
* add port-version
* update version
* revert version
2022-12-31 01:36:38 -08:00
Matthew Oliver
c9aab3b6aa
[pangolin] Update to 0.8. ( #28492 )
...
* [pangolin] Update to version 0.8.
* Update versions.
* [pangolin] Remove the unused pathes.
* Update pangolin.json
* Update portfile.cmake
* Update ports/pangolin/portfile.cmake
Co-authored-by: Nick <quyykk@protonmail.com>
* Update pangolin.json
* Fix typo
* Update pangolin.json
* [pangolin] Fixx tools features.
* Update pangolin.json
* Create no-op features for backwards compatibility.
Co-authored-by: Nick <quyykk@protonmail.com>
2022-12-31 01:33:19 -08:00
Kai Pastor
b93bc1b81e
[tiff] Fix zstd plus minor changes ( #28530 )
...
* Use official zstd config
* Require packages for features
* Test zstd in CI
* Enable libtiffxx on arm
* Update versions
* Assume ZSTD_decompressStream
* Don't put targets into TIFF_LIBRARIES
* [qt5-imageformats] Use libtiff-4.pc
* [zstd] Revise thread lib export
* Mark link libs with LINK_ONLY
* Revert "[zstd] Revise thread lib export"
This reverts commit a99e6378a67adc68e9e43e6e193206a5ddcba60e.
* [qt5-imageformats] Get all tiff lflags
* [gdk-pixbuf] Use libtiff-4 pc file for msvc
* [qtimageformat] Workaround for QTBUG-95052
2022-12-31 01:30:53 -08:00
Dennis
40890304ca
[asio-grpc] Update to 2.4.0 ( #28626 )
...
* asio-grpc: Update to 2.4.0
* asio-grpc: Update versions json
* asio-grpc: Remove feature 'recycling_allocator'
2022-12-31 01:25:09 -08:00
autoantwort
dbd3081186
[qt5-base] fix feature mysql ( #28426 )
...
* [qt5-base] fix feature mysql
* Update version
Co-authored-by: Victor Romero <viromer@microsoft.com>
2022-12-30 00:23:31 -08:00
Pavel Kisliak
edc91e1c48
[BitSerializer] Update to v0.50 ( #28564 )
...
* [BitSerializer] Update to version 0.9
* [BitSerializer] Add new version 0.50
* [BitSerializer] Update baseline and versions files
* [BitSerializer] Add static linkage check
* [BitSerializer] Update version file
* [BitSerializer] Add 'usage' file
* [BitSerializer] Update version file
* [BitSerializer] Remove conditional check linkage type (by comment from review)
* [BitSerializer] Update version file
* Add copy 'usage' file
* [BitSerializer] Update versions file
2022-12-30 00:02:28 -08:00
John Farrier
88b757e5e6
[celero] Update to v2.8.5. ( #28567 )
...
* [celero] Update to v2.8.4.
* [celero] Update to v2.8.4.
* [celero] Update to v2.8.5
* [Celero] Update to version v2.8.5
* Update ports/celero/portfile.cmake
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* Update ports/celero/portfile.cmake
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* Update celero.json
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-12-29 23:58:50 -08:00
Matthew Oliver
5836b8d378
[ignition] Delete unused patches. ( #28610 )
...
* [ignition] Delete unused patches.
* Update port versions
* Update versions.
* fixup versions.
2022-12-29 23:57:35 -08:00
Lily Wang
cc35818bd4
[gamenetworkingsockets] Add find_dependency(protobuf CONFIG REQUIRED) ( #28615 )
...
* [gamenetworkingsockets] Add find_dependency(protobuf CONFIG REQUIRED)
* x-add-version
* apply suggestions
* x-add-version
2022-12-29 23:54:23 -08:00
autoantwort
58070b6805
[ace] no absolute paths ( #28621 )
2022-12-29 23:53:07 -08:00
evpobr
4bd5fe6c0f
[libsndfile] Update to 1.2.0 ( #28622 )
2022-12-29 23:52:00 -08:00
Rémy Tassoux
6caccee3f0
[utfcpp] Update to 3.2.3 ( #28624 )
...
* [utfcpp] Update to 3.2.3
* [utfcpp] Update version files
* [utfcpp] Add newline at end of file
* [utfcpp] Update version files
2022-12-29 23:51:16 -08:00
Fabrice de Gans
9067419fac
[wxwidgets] Build with OpenGL for Windows ARM ( #28583 )
...
* [wxWidgets] Add OpenGL to the WIndows ARM build
OpenGL support works in wxWidgets for Windows ARM.
* Add versions
* [wxwidgets] Add explicit dependency on "opengl"
This also explicitly sets `wxUSE_GLCANVAS=ON` for wxWidgets.
* Update version database
2022-12-29 23:32:38 -08:00
Siyuan Ren
8d9c52191e
[staticjson] add new port. ( #28578 )
2022-12-29 11:41:27 -08:00
MonicaLiu
43fd425d12
[uwebsockets] update to v20.34.0 ( #28613 )
...
* update uwebsockets
* update version
Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-12-29 11:05:22 -08:00
Koby Kahane
7836f538ab
[rocksdb] update to 7.8.3. ( #28601 )
2022-12-29 11:01:16 -08:00
Kai Pastor
f3a1217662
[freeglut] Update to 3.4.0, cleanup ( #28575 )
...
* Add x11 dependency
* Update to 3.4.0, cleanup
* Document exported config
* Update versions
* Test (Free)GLUT cmake usage
* FindGLUT debug postfix support needs CMake 3.13
* Revise installed file names
* Fix typo
2022-12-29 10:34:27 -08:00
Nick
39bba54c4d
[boost-locale] fix icu feature ( #28504 )
2022-12-29 10:31:05 -08:00
Fabio A. Correa
2ac8af6d70
[glpk] Add new port ( #28364 )
...
* Create portfile.cmake
* Add manifest and patches for glpk-5.0
* Shrink portfile.cmake
Removed some comments
* Update ci.baseline.txt to list glpk:x86-windows
* Addressing some reviewer comments and suggestions
* Addressing comments from microsoft/vcpkg#28364
* Trying out x86-windows again
* Updating the version database
* x-add-version glpk
* Addressing reviews
* Update version database: x-add-version glpk
* More compact code thanks to PR reviews
* format-manifest ports/glpk/vcpkg.json
* Update version database: x-add-version glpk
* No default features
* Update version database: x-add-version glpk
2022-12-29 10:28:12 -08:00
Victor Romero
ecce05107c
Use make on all platforms ( #28607 )
2022-12-28 20:20:54 -08:00
autoantwort
4314cd7fb5
[qtbase] no absolute paths ( #28360 )
2022-12-28 16:52:28 -08:00
Andrew Robbins
df1f608341
[new port] Add package libleidenalg ( #27845 )
...
* [libleidenalg] add port libleidenalg
* [libleidenalg] fix git sha
* updated to new cmake lib
* updated to fix typo in config.in
* Fix version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-12-28 14:13:38 -08:00
paoldev
c14c029c71
[pixman] build fix for arm-windows and arm-uwp ( #28024 )
...
* [pixman] fix arm-uwp triplet
* [pixman] Fix both arm-windows and arm-uwp triplets
* [pixman] bump port version
* [pixman] update ci.baseline.txt
* [pixman] add-version
2022-12-28 14:04:41 -08:00
tdcosta100
b7eaf99a7b
[pthreads] Fix EACCESSVIOLATION in pthread_getname_np and better install handling ( #28173 )
...
* [pthreads] Fix EACCESSVIOLATION in pthread_getname_np
* [pthreads] Use vcpkg options instead custom commands
* [pthreads] Update port version
* [pthreads] Don't use separate builds for release and debug
* [pthreads] Update port version
* [pthreads] Cleaner solution for building configuration
* [pthreads] Update port version
* [pthreads] Correct variable name
* [pthreads] Update port version
* [pthreads] Make install even more optimized
* [pthreads] Update port version
* [pthreads] Fix static builds
* [pthreads] Update port version
* [pthreads] Correct quotes
* [pthreads] Update port version
* [pthreads] Fix compatibility with UWP
* [pthreads] Update port version
* [pthreads] Correction in fix-pthread_getname_np.patch
* [pthreads] Update port version
2022-12-28 14:04:12 -08:00
xiaozhuai, Weihang Ding
d94850162c
[expat] Fix a warning EXPAT_MSVC_STATIC_CRT not used ( #28371 )
...
* [expat] Fix a warning EXPAT_MSVC_STATIC_CRT not used
* update version database
2022-12-28 13:54:39 -08:00
Hristo Iliev
809a7384dd
[raylib] Fix dependency on glfw for emscripten and compilation options ( #28079 )
...
* Fix dependency on glfw for emscripten and compilation options
* Updated port version and commit
* add port-version
* vdb
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2022-12-28 13:52:08 -08:00
JonLiu1993
fa0931afaf
[Simd] Add missing header files ( #28376 )
...
* [Simd] Add missing header files
* update version
* update portfile.cmake
* update version
2022-12-28 13:48:28 -08:00
Martin Stump
9e303cf56e
[wg21-linear-algebra] Add new port ( #28384 )
...
* Add new port "wg21-linear-algebra"
Signed-off-by: Martin Stump <11492152+globberwops@users.noreply.github.com>
* Replace deprecated functions
Signed-off-by: Martin Stump <11492152+globberwops@users.noreply.github.com>
2022-12-28 13:45:14 -08:00
xiaozhuai, Weihang Ding
d1fcc4f17d
[qt5-base] Fix Failed to create OpenGL context for format QSurfaceFormat ( #28430 )
...
* [qt5-base] Fix Failed to create OpenGL context for format QSurfaceFormat #28428
* update version database
* Fix build
* update version database
* Remove useless defines
* update version database
2022-12-28 13:43:43 -08:00
Andrew Kornilov
67b8c01d07
[elements] Add new port ( #28224 )
...
* [elements] Add new port
* [elements] Only static library
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* [elements] Update installation commands
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* [elements] Use vcpkg_install_copyright command
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* [elements] Update installation commands
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* [elements] Remove outdated flags
* [elements] Update portfile
* Update version database
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-12-28 13:15:08 -08:00
Łukasz Moroz
154fa56748
[mpfr] Update to 4.1.1 ( #27976 )
2022-12-28 13:12:11 -08:00
Francisco Facioni
2112a10f4a
x265 works on arm linux ( #28458 )
2022-12-28 13:09:32 -08:00
Cheney Wang
25663f218c
[vcpkg baseline][ideviceinstaller] Fixing error LNK2005 when argtable2 installed before ideviceinstaller ( #28459 )
...
* [ideviceinstaller] Add support !static
* Modify port-version
* x-add-version
* Add getopt as a dependence of argtable2
* Use version
* x-add-version
* Remove space
* Add license
* Fix format error
* x-add-version
* update version
* fix argtable3
* x-add-version
* fix argtable3
* version
* fix gdcm
* format portfile.cmake
* update version
* format vcpkg.json
* x-add-version
* format portfile.cmake
* x-add-version
* Update license
* x-add-version
* Again
* Mistake
Co-authored-by: Lily Wang <494550702@qq.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-12-28 13:07:26 -08:00
Leonid Pospelov
df51b93304
[chakracore] Update to 2022-11-09 ( #28472 )
...
* [chakracore] Update port
* add version
* .
* remove obsolete funcs
* .
* more tools
* .
* remove obsolete code
* ad ver
* remove excess lib
* remove excess lib
* .
* fix win32
* happy new year bonchEquipment and valitovaa
* update
* fix
* fix
* addver
* fix-plat
* .
2022-12-28 13:01:51 -08:00
autoantwort
031c19f64e
[libwebp] use supports expressions ( #28481 )
2022-12-28 13:00:04 -08:00
Matthew Oliver
f7f6dbb083
[aubio] Update to latest master. ( #28491 )
...
* [aubio] Update to latest master.
This is required to support using newer versions of ffmpeg (5.0+)
* Update versions.
2022-12-28 12:59:44 -08:00
Matthew Oliver
e43210e6b3
[avcpp] Update to version 2.1.0 ( #28493 )
...
* [avcpp] Update to 2.1.0.
* Update versions.
* Update ports/avcpp/portfile.cmake
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* Update ports/avcpp/portfile.cmake
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* Update avcpp.json
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-12-28 12:58:54 -08:00
Matthew Oliver
61eab021ba
[discordcoreapi] Fix compilation with ffmpeg. ( #28494 )
...
* [discordcoreapi] Fix compilation with ffmpeg.
* Update versions.
2022-12-28 12:57:42 -08:00
autoantwort
23c3f586dd
[omplapp] fix build ( #28506 )
2022-12-28 12:56:57 -08:00
MonicaLiu
4226c83836
[libusb-win32] Add "!static" to the port ( #28512 )
...
* update libusb-win32
* update version
* update license
* update version
Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-12-28 12:38:56 -08:00
reito
1c66ab1814
[qtbase] Fix a bug that will cause deploy failed on Debug profile ( #28516 )
...
* fix not deploying on debug build
* fix not deploying on debug build
* fix not deploying on debug build
2022-12-28 12:36:09 -08:00
autoantwort
c8ed4ef67d
[aws-crt-cpp] no werror et al ( #28520 )
2022-12-28 12:34:26 -08:00
Kai Pastor
c9fc882384
[fltk] Disable obsolete math.h polyfill ( #28558 )
...
* [fltk] Disable obsolete math.h polyfill
* Reduce host dependency
2022-12-28 12:32:07 -08:00
Frank
a0cd246334
[air-ctl] update latest source hash ( #28509 )
...
* update latest source hash
* update version
2022-12-27 01:10:19 -08:00
Frank
8e4bacadbf
[nvtt] update support x86 triplet ( #28510 )
...
* [nvtt] update support x86 triplet
* update version
* update hash
2022-12-27 01:07:35 -08:00
Thomas1664
c8fa9ac743
[libsamplerate] Delete docs ( #28551 )
...
* [libsamplerate] Delete docs
* version
2022-12-27 01:01:50 -08:00
Matthew Oliver
10c0262c26
[ignition-common3] Update to 3.14.1. ( #28495 )
...
* [ignition-cmake2] Update to 2.16.
* [ignition-math6] Update to 6.9.2.
* [ignition-common] Update to 3.14.1.
* Update versions.
2022-12-27 01:01:00 -08:00
Sn1cket
cf81e5bdd9
[etl] Add port v20.35.4 ( #28226 )
...
* [etl] Add port v20.35.4
* Update ports/etl/vcpkg.json
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* Update ports/etl/portfile.cmake
Disable building of tests.
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* Update version database
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2022-12-27 00:59:48 -08:00
Cedric GNIEWEK
ef486e9d7e
[gstreamer] Update to version 1.20.5 ( #28455 )
...
* [gstreamer] Update to version 1.20.5
* Added versions
2022-12-27 00:57:38 -08:00
autoantwort
94780282ac
[Python3] Revert "Python3 cross build support" ( #28468 )
...
This reverts commit 1937b15.
2022-12-27 00:57:08 -08:00
Alexander Neumann
c61d55dbd9
[Glib] update to 2.75.1 ( #28546 )
...
* [glib] update to 2.75.1
* v db
2022-12-27 00:53:38 -08:00
Thomas1664
38b53e80eb
[libogg] Disable tests ( #28526 )
...
* [libogg] Disable license
* [libogg] Disable license
* version
2022-12-27 00:53:18 -08:00
Thomas1664
16b7b6626d
[sdl2] Add feature samplerate ( #28554 )
...
* [sdl2] Add feature samplerate
* version
2022-12-27 00:52:33 -08:00
autoantwort
2fab5d272e
[mfx-dispatch] no absolute paths ( #28559 )
2022-12-27 00:50:07 -08:00
Sean Farrell
da5146b90a
[c9y] update to 0.6.0 ( #28563 )
...
* [c9y] update to 0.6.0
* [c9y] update baseline
2022-12-27 00:47:06 -08:00
Thomas1664
d32292fd11
[fluidlite] Remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
( #28569 )
...
* [fluidlite] Remove `CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS`
* version
* Test in CI
* Disable dynamic builds on Windows
* version
* revert CI baseline
2022-12-27 00:43:27 -08:00
Thomas1664
c68fa01291
[tiny-process-library] Disable examples ( #28568 )
...
* [tiny-process-library] Disable examples
* version
* Fix patch
* version
* Fix deprecated function
* version
* Disable dynamic builds on Windows
* version
2022-12-27 00:41:27 -08:00
Alexis La Goutte
270bf3cf68
[nghttp3] update to 0.8.0 ( #28565 )
2022-12-27 00:34:00 -08:00
autoantwort
6adca01a3f
[ableton] no werror et al ( #28480 )
2022-12-22 11:04:42 -08:00
autoantwort
7e6afc2738
[ace] use supports expressions ( #28241 )
2022-12-22 10:56:10 -08:00
seladb
e9d35a26f8
[pcapplusplus] Update to 22.11 ( #27772 )
...
* Upgrade PcapPlusPlus to v22.11
* Update SHA
* set to c+11
* Update portfile.cmake
* Update CMakeLists.txt
* Update CMakeLists.txt
* Update SHA
* Update SHA
Co-authored-by: Ege Çetin <egecetin@hotmail.com.tr>
Co-authored-by: Ege Çetin <64282645+egecetin@users.noreply.github.com>
2022-12-21 16:51:43 -08:00
Russell Greene
44b5406070
[vulkan-headers] update to 1.3.238 ( #28469 )
...
* [vulkan-headers] Update to 1.3.238
* ./vcpkg x-add-versions --all
2022-12-21 10:39:38 -08:00
Kai Pastor
e07c62d059
[skia] Turn into usable and maintainable port ( #28007 )
...
* Remove unused SKIA_PUBLIC_DEFINITIONS
* Revise python3 injection
* Major overhaul
* Revise third-party downloads
Declare them early in a single location, but use as needed.
Validate agains skia's DEPS.
* Integrate download & pkgconfig externals handling
Ensure that downloads are complete with --only-downloads mode.
* Move cmake functions to separate file
* Turn source fixups into proper patches
* Update versions
* Generally disable msvc env setup
* Update python patch
* Remove unused patch
* Rename function
* Update versions
* Handle third-party licenses
* Move block
* Rename and unset skia root variable
* Fix usage with alternative build types
* Update versions
2022-12-20 19:29:21 -08:00
reito
6a19c0f10a
[ffmpeg/mfx-dispatch] Add mfx-dispatch port, add qsv support and amf support for ffmpeg 4.4.3 ( #28263 )
...
* add mfx-dispatch port
* add mfx-dispatch port - versions
* add mfx-dispatch port - versions
* add ffmpeg qsv support
* add ffmpeg qsv port
* add ffmpeg qsv port - versions
* add ffmpeg qsv port - versions
* add ffmpeg qsv port - versions
* add ffmpeg qsv port - versions
* add ffmpeg qsv port - versions
* add ffmpeg qsv port - fix qsv init bug
* add ffmpeg qsv port - versions
* add ffmpeg qsv port - versions
* add ffmpeg qsv port - fix patch 0023
* add ffmpeg qsv port - versions
* add ffmpeg qsv port - fix 0023
* add ffmpeg qsv port - fix 0023
* add ffmpeg qsv port - fix 0023
* add ffmpeg qsv port - fix 0023
* add ffmpeg qsv port - fix 0023
* add ffmpeg qsv port - fix PR
* add ffmpeg qsv port - versions
* add ffmpeg qsv port - simplify 0023
* add ffmpeg qsv port - 0023
* add ffmpeg qsv port - 0023
* add ffmpeg qsv port - 0023
* add ffmpeg qsv port - 0023
* add ffmpeg qsv + amf port
* add ffmpeg qsv + amf port
* add ffmpeg qsv + amf port
* Create fix-unresolved-symbol.patch
* Update mfx-dispatch.json
2022-12-20 09:46:08 -08:00
Johnny Willemsen
d325d96961
[ace] Upgrade to 7.0.11 ( #28439 )
...
* [ace] Upgrade to 7.0.11
* ports/ace/portfile.cmake:
* ports/ace/vcpkg.json:
* [ace] Upgrade to 7.0.11
* versions/a-/ace.json:
* versions/baseline.json:
* Correct version
* versions/a-/ace.json:
* Try to upgrade
* ports/ace/portfile.cmake:
* ports/ace/vcpkg.json:
* Updated version
* versions/a-/ace.json:
* Update ports/ace/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/ace/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Fixed version
* versions/a-/ace.json:
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-12-20 09:24:27 -08:00
Dmitry Baryshev
c45669fcc7
[sail] Update to 0.9.0-rc2 ( #28402 )
...
* [sail] Update to 0.9.0-rc2
* [sail] vcpkg x-add-version --all --overwrite-version
2022-12-20 09:23:20 -08:00
tdcosta100
5771eef70b
[getopt-win32] Missing include directory in package ( #28367 )
...
* [getopt-win32] Missing include directory in package
* [getopt-win32] Update port version
2022-12-20 09:21:39 -08:00
Nick
6d41737729
[boost] update to 1.81.0 ( #28356 )
2022-12-20 09:20:54 -08:00
Anders Wind
231a739462
[stronk] update port to v0.3.1 ( #28355 )
...
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-12-20 09:17:38 -08:00
Alexander Neumann
42e7f78c55
[highfive] update to 2.6.2 ( #28328 )
...
* [highfive] update to 2.6.2
* v db
* use upstream patch
* v db
2022-12-20 09:16:35 -08:00
Mengna Li
cc288af760
[cpp-httplib] export target ( #28436 )
...
* add usage
* revert
* export targets
2022-12-19 15:00:59 -08:00
Gregor Jasny
2d9fa7a50a
[opentelemetry-cpp] Update vcpkg schema URL ( #28346 )
2022-12-19 14:55:34 -08:00
autoantwort
ab711d097b
[protobuf-c] fix feature tools ( #28403 )
2022-12-19 14:51:43 -08:00
Kai Pastor
fa8c401dfa
[gdal] Update to 3.6.1 ( #28391 )
2022-12-19 14:49:05 -08:00
Alexander Neumann
b803111012
[hwloc] Update to 2.9.0 ( #28365 )
...
* [hwloc] update to 2.9.0
* v db
2022-12-19 14:45:44 -08:00
IronsDu
af8e16596a
[brynet] Upgrade to 1.12.2 ( #28440 )
2022-12-19 14:34:39 -08:00
xiaozhuai, Weihang Ding
863d3ccaaf
[pcapplusplus] Fix unresolved symbols ( #28442 )
...
* [pcapplusplus] Fix unresolved symbols #28437
* update version database
2022-12-19 14:33:06 -08:00
Todor Prokopov
22eea5c469
[zint] Update to 2.12.0 ( #28443 )
2022-12-19 14:31:53 -08:00
autoantwort
4c76cc0af7
[google-cloud-cpp] add missing dependency ( #28411 )
2022-12-19 12:18:07 -08:00
Darryl Pogue
ebffa3937b
[physx] Fix macOS arm64 build ( #28369 )
...
Something changed in newer Xcode compilers that was causing error when
compiling `vdupq_lane_f32` with a variable integer. This includes a
patch to replace the variable with an explicit switch statement for all
4 possible values.
Patch is based on this commit:
cdbfc0f128
2022-12-19 12:08:49 -08:00
Kai Pastor
0219697aee
[fltk] Control dependencies ( #28297 )
...
* [fltk] Revise dependency control
* Default-enable opengl
* Update versions
* License and copyright stuff
* Minor changes
* Fix script and tool installation
* Update versions
* Remove icns from bin
* Avoid absolute path for Cocoa framework
* Overwrite versions
* Fontconfig not needed for osx
2022-12-19 11:51:41 -08:00
Adam Johnson
cafd2852e5
[expat] Fix build failure. ( #28368 )
...
* [expat] Fix unset version variable.
* version stuff
* [expat] Use `vcpkg_minimum_required()`.
* version stuff
* [expat] address comments from cr
* version junk
2022-12-19 11:49:37 -08:00
autoantwort
fe6e7f7a50
[cgns] add missing dependencies ( #28408 )
2022-12-19 11:41:16 -08:00
autoantwort
50e6e79844
[igraph] no -Werror ( #28412 )
2022-12-19 11:36:23 -08:00
Serge Lamikhov-Center
f6ba058447
[elfio] Update to 3.11 ( #28398 )
2022-12-19 11:35:24 -08:00
Sergey Podobry
b01eaab356
[plog] Update to 1.1.9 ( #28399 )
2022-12-19 11:34:42 -08:00
autoantwort
e1fdd7287a
[cpputest] modernize ( #28400 )
2022-12-19 11:33:56 -08:00
autoantwort
66fc3e48c1
[libspatialindex] modernize ( #28401 )
2022-12-19 11:31:17 -08:00
autoantwort
53dab18d28
[ace] fix feature xml ( #28404 )
2022-12-19 11:30:24 -08:00
autoantwort
03b5c9894d
[cpuinfo] fix arm64-osx build ( #28409 )
2022-12-19 11:28:44 -08:00
autoantwort
ad14596d1d
[azure-core-cpp] use supports expression ( #28406 )
2022-12-19 11:26:46 -08:00
Kai Pastor
fadc111605
[tiff] Update to 4.5.0 ( #28275 )
...
* [tiff] Update to 4.5.0rc1
* Cleanup [skip actions]
* Update to 4.5.0
2022-12-19 11:26:02 -08:00
autoantwort
ffacb09733
[exiv2] use supports expression ( #28410 )
2022-12-19 11:25:09 -08:00
autoantwort
76d004ac2e
[wampcc] fix feature tools ( #28414 )
2022-12-19 11:20:22 -08:00
autoantwort
05934948ca
[pangolin] fix feature tools ( #28413 )
2022-12-19 11:19:06 -08:00
Lily Wang
b6b5c0b9a4
[vcpkg baseline] [bgfx] Fix dependencies ( #28377 )
...
* [vcpkg baseline] [bgfx] Fix dependencies
* format vcpkg.json
* x-add-version
2022-12-16 14:22:42 -08:00
JonLiu1993
f0a5a4515b
[vcpkg baseline] [libirecovery] Fix supports ( #28380 )
...
* Fix ci error
* update version
* update portfile.cmake
* update version
2022-12-16 14:02:22 -08:00
Lily Wang
9985f30db4
[vcpkg baseline] [libproxy] Fix build error on Linux ( #28381 )
...
* [vcpkg baseline] [libproxy] Fix build error on Linux
* x-add-version
2022-12-16 13:54:22 -08:00
Cheney Wang
3ffb147c57
[vcpkg baseline][ideviceinstaller] Fix LNK2019 in static triplet ( #28382 )
...
* [ideviceinstaller] Fix LNK2019 in static triplet
* x-add-version
* Add patch file
* x-add-version
2022-12-16 13:50:05 -08:00
MonicaLiu
17dd9f8bb9
[cryptopp] Support for Release-only build ( #28338 )
...
* update cryptopp
* update version
* update cryptopp
* update version
* update cryptopp
* update version
* Simplify the code
* update version
Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-12-16 11:32:12 -08:00
Gabe Rundlett
0773be7bce
[glslang] Update GLSLANG to 11.13.0 ( #28291 )
...
* [glslang] update to 11.13.0
* [glslang] update baseline
* Update ports/glslang/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* [glslang] update baseline
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-12-16 11:30:40 -08:00
MonicaLiu
098d380a52
[vcpkg baseline][usbmuxd] Add "!static" to the port. ( #28383 )
...
* update usbmuxd
* update version
Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-12-16 11:22:19 -08:00
Anders Wind
c9a2522a36
[magic-enum] update port to v0.8.2 ( #28354 )
2022-12-16 11:17:23 -08:00
trishvl
64e0634b20
[libphonenumber] libphonenumber works with static, removing !static ( #28363 )
2022-12-16 09:58:01 -08:00
xiaozhuai, Weihang Ding
4b6bce313e
[qt5-base] Remove unnecessary cleaning and speed up build on macOS #28314 ( #28316 )
...
* [qt5-base] Remove unnecessary cleaning and speed up build on macOS #28314
* update version database
2022-12-15 13:50:41 -08:00
Seunghyun Hwang
cba75f1aa0
[asio] add target guard for target asio::asio
( #28299 )
...
* add target guard
* add port-version
* add version
2022-12-15 11:55:52 -08:00
reito
456f7f0ed7
[amd-amf] Add amd-amf port ( #28251 )
...
* Add AMF port
* Add AMF port and its versions
* add amf port - ci
* add amf port - format
* add amf port - versions
* rename amf to amd-amf
* version
* add ffmpeg qsv port - fix
* add ffmpeg qsv port - fix
* add ffmpeg qsv port - fix indent
* add space line
* update version
* remove space line
* remove space
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-12-15 11:52:05 -08:00
rinechran
1937b15357
[Python3] cross build support ( #27830 )
...
* [python3] Python3 cross support
* [python3] update python3 port versions
* [python3] : add option when cross build
* [python3] port-verionsing
* python3 : port-version to change 1
* [python3] versioning
* [python3] change baseline update
* [python3] git tree change
* [python3] port-version change
* [python] version 2
2022-12-15 11:49:36 -08:00
Rémy Tassoux
d339eededc
[catch2] Update to 3.2.1 ( #28351 )
...
* [catch2] Update to 3.2.1
* [catch2] Update version files
2022-12-15 11:23:24 -08:00
Kai Pastor
7d74d8dc09
[freetype] Fix cmake usage ( #28217 )
2022-12-14 18:00:55 -08:00
Alexander Neumann
9074f83349
[dbus] update to 1.15.2 ( #28324 )
...
* [dbus] update to 1.15.2
* remove unneeded patch?
* v db
2022-12-14 14:57:34 -08:00
Kai Pastor
673de6fe1d
[eve] Update and fixes ( #28212 )
2022-12-14 12:24:40 -08:00
Kang Lin
5295658b80
[FreeRDP] version update to 2.9.0 ( #28106 )
2022-12-14 10:55:29 -08:00
autoantwort
4825c62589
[qtbase] make double-conversion a hard dependency ( #28245 )
...
The config check in qtbase is currently broken so that double-conversion is always required
2022-12-14 10:49:00 -08:00
autoantwort
408d828b1a
[fftw3] use support expressions ( #28278 )
2022-12-14 10:42:22 -08:00
Chuck Walbourn
2d53b88aaa
[directxmath] updated port to DirectXMath 3.18 release ( #28309 )
...
* [directxmath] Updated to DirectXMath 3.18 release
* Updated baseline
* Update for casing change upstream
* Update baseline
Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
2022-12-14 10:40:15 -08:00
Charles Karney
979a4d366b
[geographiclib] update version to 2.1.2 ( #28321 )
...
* [geographiclib] changes for 2.1.2
* [geographiclib] Update to version 2.1.2
2022-12-14 10:38:14 -08:00
Alonso Schaich
b1d39d185e
[pango] Update to 1.10.12 ( #28326 )
...
* [pango] Update to 1.10.12 (microsoft#28325)
* [pango] regenerate versions registry (microsoft#28325)
2022-12-14 10:35:41 -08:00
Tom Tan
419c431c70
Update OpenTelemetry-cpp to 1.8.1 ( #28333 )
2022-12-14 10:33:51 -08:00
JulZimmermann
e82778a710
[re2] set license ( #28259 )
...
* set license in re2
* run x-add-version
Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
2022-12-13 19:39:25 -08:00
JulZimmermann
a3388de4ff
[utf8h] set license ( #28260 )
...
* set license in utf8h
* run x-add-version
Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
2022-12-13 19:38:34 -08:00
JulZimmermann
78d84f4625
[range-v3] set license ( #28258 )
...
* set license in range-v3
* run x-add-version
* set license in range-v3
* run x-add-version
Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
2022-12-13 19:36:36 -08:00
JulZimmermann
7db67453b1
[neargye-semver] set license ( #28257 )
...
* set version in neargye-semver
* run x-add-version
Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
2022-12-13 19:35:35 -08:00
JulZimmermann
57d7c7d87b
[msgpack] set license ( #28256 )
...
* set license in msgpack
* run x-add-version
Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
2022-12-13 19:35:06 -08:00
JulZimmermann
4eb71afc7a
[libmodbus] set license ( #28255 )
...
* set license for libmodbus
* run x-add-version
Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
2022-12-13 19:34:17 -08:00
JulZimmermann
12c39da1b2
[fmt] set license ( #28254 )
...
* set license in fmt port
* run x-add-version
Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
2022-12-13 19:32:30 -08:00
Alexander Neumann
03026de50d
[capnproto] update to 0.10.3 ( #28329 )
...
* [capnproto] update to 0.10.3
* v db
2022-12-13 19:28:47 -08:00
day253
86cd6e0532
[marisa-trie] Add new port ( #27922 )
...
* [marisa] Add new port
* [marisa] Add new port
* add COPY_SOURCE to fix build
* fix ci
* test arm
* fix version
* !(windows & static)
* !arm
* !arm
* add vcpkg_fixup_pkgconfig to msbuild
* rename port
* fix license and change version to 2020-09-26
* static build on win
* use "version-semver"
* up supports
* up version
* add configure_file when msbuild
* fix empty bindir libdir includedir
* fix msvc build
Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-12-13 19:26:59 -08:00
MonicaLiu
17851654c9
[openimageio] Update to v2.4.5.0 ( #27766 )
...
* update openimageio
* update version
* update openimageio
* update version
* update openimageio
* update version
* update format
* update version
* update format
* update version
* update openimageio
* update version
* format
* version
* update openimageio
* update version
* Add vcpkg_minimum_required
* update version
Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-12-13 19:15:34 -08:00
xiaozhuai, Weihang Ding
16fc24d042
[libplist & libusbmuxd & libimobiledevice] Support build on macos & linux ( #28022 )
...
* [libplist & libusbmuxd & libimobiledevice] Support build on macos & linux
* update version database
2022-12-13 19:13:11 -08:00
Umar Arshad
82a7a453a4
[opencl] Update to support OpenCL 3.0 ( #28092 )
...
* Update OpenCL to 3.0
* Update OpenCL versions baseline file
2022-12-13 19:07:50 -08:00
MonicaLiu
091b057d73
[poppler] Add dependency - python3 ( #28118 )
...
* update poppler
* update poppler
* poppler
* version
Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-12-13 18:11:34 -08:00
Piotr Wendykier
4b6b7f4589
Fix for issue #28120 . ( #28122 )
...
* Fix for issue #28120 .
* Updated port-version for arrow.
* overwrite version
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2022-12-13 18:09:53 -08:00
Sandy
d8eaada509
[bgfx] Add bgfx config ( #28136 )
2022-12-13 18:01:39 -08:00
Thomas1664
af031ae388
[tmxparser] Update to master ( #28139 )
...
* [tmxparser] Update to master
* version
* Remove from baseline
* Disable Werror
* version
* Fix cmake
* version
2022-12-13 17:43:28 -08:00
Nick
eaa1227aaf
[sdl2] Disable X11 feature and make it and Wayland defaults ( #28148 )
2022-12-13 17:41:34 -08:00
erdogan61
e05c925db6
[simd] Add new port ( #28163 )
...
* Added new port for Simd
Created new port for Simd from
https://github.com/ermig1979/Simd
* Added new port for Simd
Created/updated new port for Simd from
https://github.com/ermig1979/Simd
* Revert "Merge branch 'master' of https://github.com/erdogan61/vcpkg "
This reverts commit 789c93e81a6ea996649e314eca852180035361ef, reversing
changes made to c87a8183bd518b77b4092bfc27d24ad35686d4d7.
* portfile.cmake fixes
Update x64-windows-static* and fixes
* Update simd.json
* Added missing define
Set "#define in SIMD_STATIC/src/Simd/SimdConfig.h"
* Update simd.json
* Update simd.json
* Revert "Revert "Merge branch 'master' of https://github.com/erdogan61/vcpkg ""
This reverts commit a97bdb05f4cd0590002ca953fbd158cab8db045c.
* Added Linux support
* Update simd.json
* Added Cmake install patch
Otherwise build error:
"ninja: error: unknown target 'install'"
* Update simd.json
* Added supports in vcpkg.json
* Update simd.json
* Removed unsupported builds
* x64_uwp failes
UWP builds are failing, since not supported,
Reason:
The following DLLs do not have the App Container bit set:
D:/packages/simd_x64-uwp/debug/bin/Simd.dll
D:/packages/simd_x64-uwp/bin/Simd.dll
* Update vcpkg.json
* Update simd.json
* Try ARM support, OSX not running
Osx build failed, arm maybe supported
* Update simd.json
* Fix syntax error and optimize
* Update simd.json
* Fix syntax
* Update simd.json
* Added SIMD_TARGET="aarch64"
* Update simd.json
* Seperated arm64 cmake
Check failes:
#if defined(_MSC_VER) && !defined(__clang__) && (defined(SIMD_X64_ENABLE) || defined(SIMD_X86_ENABLE))
#define SIMD_INIT_AS_CHAR
#elif defined(__GNUC__) || defined(__clang__) || (defined(_MSC_VER) && defined(SIMD_NEON_ENABLE))
#define SIMD_INIT_AS_LONGLONG
#else
#error This platform is unsupported!
#endif
* Update simd.json
* Syntax Error
* Update simd.json
* Update to latest release 5.2.120
*fix bug: MSVS compiler bug (Windows, Arm64).
commit b39197e00a902cbbc5ad397de92f086be994549b
* Baseline Updates
* Include arm64 fix
* Update SHA512
* Update simd.json
* Arm64 with msvc compiler not supported
* Update simd.json
* Updated supports field
* Baseline update
* Update ci.baseline.txt
* Github action fix
Replaced vcpkg_configure_cmake by vcpkg_cmake_configure
* Update simd.json
Co-authored-by: dtmen <dtmen@gmx.de>
2022-12-13 16:36:18 -08:00
Kai Pastor
5ed17f6b22
[egl] Revise wrapper and pkgconfig files for windows ( #28174 )
...
* [egl] Use vcpkg_fixup_pkgconfig
* Mingw uses lower case filenames
* Document what is wrapped
* Do backup before modification
* Windows EGL_LIBRARY is unofficial::angle::libEGL
* Update versions
2022-12-13 16:27:58 -08:00