Tom Tan
03a211eb3a
[opentelemtry-cpp] Fix install feature otlp-http ( #30970 )
...
* [opentelemtry-cpp] Fix install feature otlp-http
* Update port-version
* Update sha512
2023-04-20 16:02:42 -07:00
Cheney Wang
aa61ae5d72
[raylib] Fix incorrect version in raylib-config-version.cmake ( #30981 )
2023-04-20 16:02:16 -07:00
autoantwort
8f6490446e
[magnum-integration] fix eigen feature ( #30974 )
2023-04-20 16:01:30 -07:00
autoantwort
829e2f5646
[folly] fix missing dep ( #30973 )
2023-04-20 16:01:10 -07:00
Pierre Wendling
72d359ae10
[alsa] Add cmake wrapper ( #30960 )
...
* [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.
2023-04-20 15:57:59 -07:00
omartijn
38b5cc29ab
Fetch missing dependency for crashpad on linux ( #30957 )
...
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>
2023-04-20 15:57:39 -07:00
Alonso Schaich
ec4a7d72b1
[gtk] update to 4.10.1 ( #30897 )
...
* [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)
2023-04-20 15:56:33 -07:00
Matthias Kuhn
4223108d35
Fix building tiff ( #30325 )
...
Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-04-20 15:56:16 -07:00
jim wang
2b1757dd1d
[xxhash] Fix the installation path of the xxhsum.1 file ( #30964 )
...
* fix xxhsum1 path
* update version
2023-04-19 18:53:47 -07:00
Mengna Li
c08e90ceb4
[cdt] update to 1.3.0 ( #30911 )
...
* update to 1.3.0
* fix boost description
* remove boost
2023-04-19 18:52:40 -07:00
sbrajchuk
48483c4fc3
[ryu] Add support for uwp, arm, x86 ( #30971 )
2023-04-19 14:46:31 -07:00
autoantwort
6b718b896b
[netcdf-c] fix feature nczarr-zip ( #30938 )
2023-04-19 14:43:12 -07:00
autoantwort
a0a828827b
[libgpg-error] fix arm64 build | [configure_make] fix arm host detection ( #30490 )
...
* [vcpkg_configure_make] Do not use dfferent names arm64
* Trigger Build
---------
Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-04-19 14:35:20 -07:00
Alexander Smyslov
73efe03638
Update librdkafka up to 2.1.0 ( #30963 )
...
* Add files via upload
* [new port] avro-cpp
* add boost-format
* remove comments
* remove comments
* update librdkafka up to 2.1.0
* update librdkafka up to 2.1.0
---------
Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2023-04-19 14:33:59 -07:00
Chenxi LI
1fc833f6e0
[fast-float] Update to 4.0.0 ( #30962 )
...
Co-authored-by: Chenxi Li <chenxil@yanhuangdata.com>
2023-04-19 14:33:43 -07:00
Denis Barkar
cca2c9dd83
[fluidlite] update version; add SF3 feature; shared library support ( #30954 )
2023-04-19 14:33:25 -07:00
Pierre Wendling
134f30d95c
[fluidsynth] Update to 2.3.2 ( #30625 )
...
* [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.
2023-04-19 13:43:20 -07:00
jim wang
d1badc3307
[paho-mqtt] fix ODR to libuuid and update to 1.3.12 ( #30330 )
2023-04-19 12:10:07 -07:00
stellarpower
28dc8b9b2c
[yomm2 ] Bump yomm2 to 1.3.1 ( #30028 )
...
Co-authored-by: Ben Southall <bensouthall@smartr.ai>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-19 12:09:00 -07:00
Andrew Robbins
6d40153f50
[libleidenalg] shift repo to upstream ( #28734 )
...
* prepare for repo shift to upstream
* [libleidenalg] bump version
0.10.0
* update baselines
2023-04-19 12:08:36 -07:00
Mengna Li
eb8e75bb4f
fix build error ( #30949 )
2023-04-18 20:26:40 -07:00
Jennifer Chukwu
b925f3f8c4
[Scenepic] Update to 1.1.0 ( #30951 )
...
* update port
* x-add-version --all
2023-04-18 20:26:03 -07:00
autoantwort
c0173d343d
[qt5compat] add proper error message ( #30829 )
2023-04-18 18:51:50 -07:00
Billy O'Neal
fb0e86eb02
Revert "[scripts] Update Bazel to 6.1.2 ( #30668 )" ( #30958 )
...
This reverts commit 2514625831
.
2023-04-18 18:45:23 -07:00
sbrajchuk
2514625831
[scripts] Update Bazel to 6.1.2 ( #30668 )
2023-04-18 18:44:25 -07:00
autoantwort
56a6433e2a
[qttools] fix dependency ( #30956 )
2023-04-18 17:04:20 -07:00
Ruitard
29fd45c883
[lua] cmake link library is absolute path ( #30922 )
...
* [lua] cmake_minimum_required should before project
* [lua] link dl not use absolute path
* [lua] update port-version
2023-04-18 16:58:56 -07:00
autoantwort
ddb818c9bc
[llvm] fix feature clang-tools-extra ( #30932 )
2023-04-18 16:58:38 -07:00
Jack·Boos·Yu
35bf2e6bdf
[vcpkg baseline] Fix libxmp-lite / starlink-ast regressions ( #30941 )
...
* [vcpkg baseline] Fix libxmp-lite regression
* typo
* Fix startlink-ast
* version
* Remove port libxmp-lite
* Restore libxmp-lite in the version database.
---------
Co-authored-by: jyu49 <yu_jack@apple.com>
2023-04-18 16:57:21 -07:00
Lily Wang
c84e93a76f
[ms-gltf] Disable feature samples on macOS, iOS, and Android ( #30943 )
...
* [ms-gltf] Disable feature samples on macOS, iOS, and Android
* update version
2023-04-18 16:57:03 -07:00
Silvio Traversaro
93c0ba0e2c
[visit-struct] Update to 1.1.0 and prefix targets with unofficial ( #30907 )
...
* [visit-struct] Update to 1.1.0 and prefix targets with unofficial
* [visit-struct] Update versions
2023-04-18 16:39:19 -07:00
Frank
3b98b9b317
[libdatachannel] Export static cmake config files ( #30847 )
2023-04-18 16:38:48 -07:00
Rémy Tassoux
f5959f77b9
[joltphysics] Update to 3.0.1 ( #30935 )
...
* [joltphysics] Update to 3.0.1
* [joltphysics] Update version files
2023-04-18 16:22:33 -07:00
autoantwort
707745c566
[libkeyfinder] Remove feature test ( #30454 )
...
* [libkeyfinder] fix feature test
* remove feature test
---------
Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-04-18 15:25:23 -07:00
Daniel Ferenczi
9c7c664710
Only use prebuilt musl libc binary with x86_64 arch ( #30364 )
...
* Only use musl libc binary with x86_64 arch
* Keep vcpkgUseSystem="ON" for alpine
2023-04-17 19:36:35 -07:00
JonLiu1993
eecae38da7
[wil] Update to v1.0.230411.1 ( #30915 )
...
* [wil] Update to v1.0.230411.1
* update version
2023-04-17 19:34:57 -07:00
Konstantin Podsvirov
41895a71fd
[flecs] update to 3.2.1 ( #30929 )
...
* [flecs] update to 3.2.0
* [flecs] update version database
2023-04-17 19:34:32 -07:00
Alonso Schaich
2180302c36
[pango] Update to 1.50.14 ( #30891 )
...
* [pango] Update to 1.50.14 (microsoft#30890)
* [pango] regenerate versions registry (microsoft#30890)
2023-04-17 18:09:34 -07:00
Leonid Pospelov
ce69d61a89
[makeid] Add new port ( #30902 )
2023-04-17 16:51:25 -07:00
Jia Yue Hua
7947b1c828
[fbthrift]: fix dependency ( #30800 )
...
* [fbthrift]: fix dependency
* fix deps
* fix fbthrift
2023-04-17 16:33:49 -07:00
Lily Wang
6913327612
[blend2d, asmjit] Fix blend2d features build and update asmjit to latest commit ( #30820 )
...
* [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
2023-04-17 15:44:48 -07:00
autoantwort
8694c9368d
[pcl] use supports expressions ( #30928 )
2023-04-17 15:40:33 -07:00
Stephen Webb
2507e0e707
[log4cxx] Upgrade to 1.0.0 ( #30914 )
...
* [log4cxx] Update to 1.0.0
* [log4cxx] Update versions
* Remove redundent version
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update versions
---------
Co-authored-by: Stephen Webb <swebb2066@gmail.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-04-17 15:39:22 -07:00
Michael R. P. Ragazzon
acbf376ab2
[rmlui] Update to version 5.1 ( #30904 )
2023-04-17 15:37:24 -07:00
Leonid Pospelov
e4c66a59d9
[node-api-headers] add missing compile definitions ( #30903 )
...
* [node-api-headers] add missing compile definitions
* add ver
* spelling
* add-ver
2023-04-17 15:36:48 -07:00
Pierre Wendling
902745368f
[alsa] Update to 1.2.8 ( #30899 )
...
* [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.
2023-04-17 15:36:17 -07:00
Silvio Traversaro
3c7e757695
[idyntree] Add new port ( #30810 )
...
* [idyntree] Add new port
* [idyntree] Update versions
2023-04-17 15:35:46 -07:00
Kai Pastor
aa507f9ad2
[openmama] Fixes ( #30690 )
2023-04-17 15:31:08 -07:00
xiaozhuai, Weihang Ding
fc7dd25b12
[many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated ( #28372 )
...
* [many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated
* update version database
2023-04-17 15:29:55 -07:00
jim wang
305fa73756
[vcpkg baseline][zeroc-ice] Remove zeroc-ice in ci.baseline.txt ( #30912 )
...
* [vcpkg baseline][openimgio] Remove openimg in ci.baseline.txt
* fix ci baseline.txt
2023-04-17 11:59:06 -07:00