Commit Graph

6284 Commits

Author SHA1 Message Date
Alex E
66e2046ef6
[flatbush] update to v1.2.0 (#32344)
* Add release v1.2.0

* Baseline and git-tree
2023-07-05 11:35:11 -07:00
Rémy Tassoux
83802f2160
[quill] Update to 3.1.0 (#32350)
* [quill] Update to 3.1.0

* [quill] Update version files
2023-07-05 11:34:38 -07:00
JonLiu1993
8b86af2c8c
[geogram] Enable MacOs+Arm64 build (#32366)
* [geogram] Enable MacOs+Arm64 build

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-07-05 11:32:59 -07:00
Mengna Li
b990e9576c
fix messing header (#32367) 2023-07-05 11:30:46 -07:00
myd7349
6346fb4ea8
[simdjson] Update to 3.2.0 (#32369)
* [simdjson] Update to 3.2.0

* [simdjson] Overwrite version
2023-07-05 11:26:41 -07:00
ZeeWanderer
f95171761e
[blend2d] update port to 2023-06-16 (#32372)
* [blend2d] update port to 2023-06-16

* [blend2d] update versions
2023-07-05 11:26:03 -07:00
Kai Pastor
96bbc0e5e3
[libffi] Fix mingw output name, cleanup (#32381)
* [libffi] Fix output name

* [libffi] Cleanup
2023-07-05 11:25:06 -07:00
recsater
8a3152cb84
[cudnn] Fix cudnn on arm64 architecture (#32384)
* update for arm64

* update for arm64

---------

Co-authored-by: recsater <recsater@multipleye.co>
2023-07-05 11:22:14 -07:00
jim wang
6807b8de6b
[arrayfire] Fix compilation missing macro variables (#32388)
* fix build

* fix build

* update version

* update version
2023-07-05 11:20:04 -07:00
xiaozhuai, Weihang Ding
0786980ca2
[highway] Bump to 1.0.4 (#32403)
* [highway] Bump to 1.0.4

* update version database
2023-07-05 11:18:26 -07:00
Alonso Schaich
4a3c366f2d
[openssl] Use bash from PATH rather then /bin (#32289)
* [openssl] Use bash from PATH rather then /bin (microsoft/vcpkg#32288)

The configure script used to invoke python during the build process contains
a shebang that invokes /bin/bash independend of whatever bash would usually
resolve to.

This breaks compilation on FreeBSD, where bash isn't part of the operating
system.

Rather then /bin/bash, invoke /usr/bin/env bash, which resolves the bash
command by iterating PATH

* [openssl] regenerate versions registries (microsoft/vcpkg#32288)
2023-06-30 17:37:52 -07:00
Lily Wang
d10528c848
[cairo] Add usage (#32294)
* [cairo] Add usage

* update version
2023-06-30 17:36:41 -07:00
MonicaLiu
b74dfa1fe1
[nowide] Update to 11.3.0 (#32296)
* update nowide

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-06-30 17:35:35 -07:00
Frank
b18a96f435
[google-cloud-cpp] update to 2.12.0 (#32299)
* [google-cloud-cpp] update to 2.12.0

* version
2023-06-30 17:34:48 -07:00
Szabolcs Horvát
655390c9e3
[igraph] update to 0.10.5 (#32301)
* [igraph] update to 0.10.5

* [igraph] x-add-version
2023-06-30 17:33:54 -07:00
Takatoshi Kondo
f89c4f1052
Update async-mqtt version to 1.0.5. (#32302) 2023-06-30 17:32:57 -07:00
jim wang
9055f88ba5
[magnum] Fix compile feature-wavaudioimporter error (#32256)
* Fix compile wavaudioimporter error

* update version

* Fix compile feature-wavaudioimporter error

* update version
2023-06-29 14:44:18 -07:00
Frank
51beb92ce4
[zeromq] Enable libsodium with feature curve (#32269)
* [zeromq] Enable libsodium with feature curve

* format json

* update version

* add port-version

* version

* feature

* version

* missing

* version
2023-06-29 14:42:28 -07:00
jim wang
ca02a48b10
[drogon] Fix gcc13 compilation errors (#32270)
* Fix gcc13 compilation errors.

* update version
2023-06-29 14:41:04 -07:00
JonLiu1993
6c6cef934e
[lua] update to 5.4.6 (#32271)
* [lua] update to 5.4.6

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-29 14:40:07 -07:00
Johnny Willemsen
5a4b4e4121
[ace] Upgrade to 7.1.1 (#32275)
* [ace] Upgrade to 7.1.1

    * ports/ace/portfile.cmake:
    * ports/ace/vcpkg.json:

* Fixed error

    * ports/ace/vcpkg.json:

* Updated baseline

    * versions/a-/ace.json:
    * versions/baseline.json:
2023-06-29 14:38:45 -07:00
Michael
e48cf9488f
[usd] Fix hash after repository redirect (#32279) 2023-06-29 14:35:57 -07:00
Timothy Werquin
8602701c9d
[z3] Update to 4.12.2 (#32281)
Updates the z3 port to 4.12.2 to fix building on macOS.
2023-06-29 14:35:12 -07:00
Alonso Schaich
3dd12b9035
[botan] Use bash from PATH rather then /bin (#32285)
* [botan] Use bash from PATH rather then /bin (microsoft/vcpkg#32284)

The configure script used to invoke python during the build process contains
a shebang that invokes /bin/bash independend of whatever bash would usually
resolve to.

This breaks compilation on FreeBSD, where bash isn't part of the operating
system.

Rather then /bin/bash, invoke /usr/bin/env bash, which resolves the bash
command by iterating PATH.

* [botan] bump portrevision (microsoft/vcpkg#32284)

* [botan] regenerate versions repository (microsoft/vcpkg#32284)
2023-06-29 14:34:16 -07:00
Mengna Li
82f37d39c4
[baresip-libre] use c11 standard (#32235)
* use c11 standard

* fix patch

* fix usage
2023-06-29 14:33:07 -07:00
Kai Pastor
20e22191dc
[cppfs] Fix ssh dependendencies (#32286) 2023-06-29 14:32:40 -07:00
gotnone
a293ce5897
Fix [concurrencpp] build failure (#32035) (#32037)
Co-authored-by: Stanley Pinchak <stanley.pinchak@gmail.com>
2023-06-28 11:14:43 -07:00
Frank
cfa560b585
[angle] Add missing GL define (#32042)
* [angle] Add missing GL define

* version

* add version

* version
2023-06-28 11:13:26 -07:00
Kai Pastor
4e06e78fd1
[seacas] Fix libexodus dllexport (#32137)
* [seacas] Fix libexodus dllexport

* [seacas] Refresh patch
2023-06-28 01:11:23 -07:00
Kai Pastor
896800c86f
[libssh] Update to 0.10.5 (#32231)
* [libssh] Update to 0.10.5

* Fix pc file for mingw on linux

* Fix exported config

* Update ci baseline

* Update usage

* Revert "Update ci baseline"

---------

Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-06-28 01:06:03 -07:00
JonLiu1993
259b39e58c
[x264] update to r3107 (#32262)
* [x264] update to r3107

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-28 01:01:43 -07:00
Christopher Swenson
bd83734ce9
[swenson-sort] Add new port for sort.h (#32251)
* Add sort port for sort.h

[sort.h](https://github.com/swenson/sort) is a fast C header library
with many different sorting algorithms.

There's not a build process, so the port is just copying the header
file.

Most people usually just copied the header into their project, but I
thought having a vcpkg might make it easier to use sort.h

* Move sort to swenson-sort
2023-06-28 01:01:12 -07:00
autoantwort
453d496bad
[matplotplusplus] fix opengl feature (#32227)
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-27 20:37:31 -07:00
Kai Pastor
f24c387d4a
[luajit] Set strip options (#32248) 2023-06-27 20:36:59 -07:00
JAEHONG KIM
cb7d3b4999
[libuv] Update to 1.45.0 (#32165)
* [libuv] Update to 1.45.0

* [libuv] Update all consuming ports

* [libuv] Update versions

* resolve port SHA

* Add port-version

* update version

* revert usockets.json

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-27 17:07:58 -07:00
Cheney Wang
0d1150cbd2
[vcpkg baseline][fastrtps] Use more precise version comparison (#32257) 2023-06-27 12:46:22 -07:00
Mengna Li
f5ab3f86a8
[pdcurses] fix incorrect link behavior (#32252)
* fix incorrect link behavior

* update
2023-06-27 12:42:46 -07:00
Pierre Wendling
8be970aaea
[libxmp] Fix post-build issues (#32086)
* [libxmp] Avoid building documentation.

* [libxmp] Use vcpkg_install_copyright.

* [libxmp] Bump port version.
2023-06-26 22:53:36 -07:00
Alex E
766f36b47b
[flatbush] Add new port (#32126)
* Add port files

* Add version and git-tree

* New sha for package

* Update git-tree

* Update release sha512

* Update git-tree

* New pkg as per PR review

* And the usual git-tree

* More code review fixes

* More git-tree stuff
2023-06-26 22:52:56 -07:00
Carsten Grimm
e942f068ed
[qt5-webengine] remove obsolete patches from qt5-webengine (#32219)
* [qt5-webengine] remove build_3.with_missing_stdbool_include.patch from qt5-webengine

* [qt5-webengine] remove workaround-msvc2022-ice.patch from qt5-webengine

* [qt5-webengine] increase port version number

* [qt5-webengine] updated versions to include qt5-webengine port version 5.15.10#1
2023-06-26 22:51:48 -07:00
Simon Altschuler
2b316026aa
[taglib] add usage file (#32128)
* [taglib] add usage file

* Update taglib.json

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-06-26 22:50:47 -07:00
Kai Pastor
f27bfa26dc
[vtk] Use PROJ CMake config (#32138) 2023-06-26 22:49:51 -07:00
autoantwort
b857d948bc
[gstreamer] fix internal deps (#32147) 2023-06-26 22:18:42 -07:00
moritz-h
f3c8c1cf46
[gmp] update download urls (#32155)
* [gmp] update download urls

* line breaks
2023-06-26 22:17:15 -07:00
Rémy Tassoux
b799de0c54
[concurrentqueue] Update to 1.0.4 (#32183)
* [concurrentqueue] Update to 1.0.4

* [concurrentqueue] Update version files

* [concurrentqueue] Remove deprecated vcpkg_minimum_required call

* [concurrentqueue] Update version files
2023-06-26 22:11:23 -07:00
Kai Pastor
245b5fedb3
[tiff] Update to 4.5.1 (#32010)
* [tiff] Update to 4.5.1

* CI
2023-06-26 20:54:48 -07:00
JoergAtGithub
5ae20332a2
Update libdjinterop to version 0.19.1 (#32198) 2023-06-26 20:31:26 -07:00
Vitalii Koshura
550ef936cd
[stackwalker] update to 2023-06-24 (#32203)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-06-26 20:29:26 -07:00
jim wang
900c572331
[zeromq] Fix duplicate definition of functions in zeromq and sodium (#32214)
* Fix duplicate definition of functions in zeromq and sodium

* version

* update license

* update version
2023-06-26 20:28:25 -07:00
Alexander Neumann
7de72f8f83
[intel-mkl] Fix space in -I flag (#32222)
* [intel-mkl] fix space in -I flag

* v db
2023-06-26 20:27:30 -07:00
Alexander Neumann
833015f5aa
[libmysql] remove duplicated symbols (#32223)
* [libmysql] fix duplicated symbols

* v db
2023-06-26 20:26:55 -07:00
reito
265bf361b6
[spout2] upgrade to 2.007.010, fix spoutDX include path (#32237)
* fix spout2

* fix spout2
2023-06-26 20:26:26 -07:00
Kai Pastor
0817255128
[gdal] Fix build and symbol visibilty (#32245)
* [gdal] Fix quoting

* [gdal] Fix shapelib symbol visibility
2023-06-26 20:24:50 -07:00
Nukoooo
220e72a704
[socket-io-client] Update to latest commit (#32225)
* Update socket-io-client to latest commit

* Update vcpkg.json

* x-add-version --all
2023-06-26 20:24:09 -07:00
Cheney Wang
a26fc81350
[vcpkg baseline][dcmtk] Remove the leading spaces of pc file (#32049)
* [vcpkg baseline][dcmtk] Adding SKIP_CHECK for vcpkg_fixup_pkgconfig()

* Fix the format of pc.in file

* Remove local change
2023-06-26 13:08:05 -07:00
Kai Pastor
23fa37729d
[libssh2] Update to 0.11.0 (#32232)
* [libssh2] Update to 1.11.0

* Control usage
2023-06-26 13:07:06 -07:00
Jacob Kahn
288e8bebf4
[onednn] Update to 3.1.1 (#32160)
* [onednn] Upgrade to 3.1.1

* Update version database

* Remove non-default features to remove mutually exclusive features

* Update version database
2023-06-23 13:29:52 -07:00
Alfred E. Heggestad
d9e62b5d3c
[baresip-libre] Add new port (#31735)
* libre 3.2.0

* update hash

* vcpkg_cmake_config_fixup: add PACKAGE_NAME

* update hash

* update usage:

See example usage from testcode here:

https://github.com/baresip/re/blob/main/test/CMakeLists.txt#L62

* update hash

* patch from Kai

* update hash

* patch: fix Libs (thanks Kai)

* update hash

* update patch

* update hash

* patch: fix bug with libre::re_shared (thanks Kai)

* update hash

* rename from libre to baresip-libre

* update hash

* delete libre.json
2023-06-23 13:28:10 -07:00
Lukas Dürrenberger
c799d5ea10
Update SFML to 2.6.0 (#32182)
* [sfml] Update SFML to 2.6.0

- SFML 2.6.0 was just released
- The ARM64 patch for macOS is no longer needed
- Add extra Linux dependency hint
- Fix GitHub URL casing

* [sfml] Update version database
2023-06-23 13:23:10 -07:00
Vitalii Koshura
663f45cb1c
[sentry-native] update to 0.6.4 (#32185)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-06-23 13:18:23 -07:00
RealTimeChris
477672dcb3
Updating the necessary files. (#32187) 2023-06-23 13:17:48 -07:00
Alexander Neumann
95c0444591
[scripts] add vcpkg-msbuild (#28773)
* add vcpkg-msbuild

* v db

* Apply some suggestions from code review

* revert v db and format manifest

* v db

* fix missing rename

* v db

* revert back to USE_MSVC_SYNTAX_ON_WINDOWS

* v db

* Fix logic

* v db

* Update versions/v-/vcpkg-msbuild.json

* Apply suggestions from code review

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>

* remove include destination since it wasn't used any way

* v db

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-06-23 12:07:47 -07:00
Kai Pastor
1286cac875
[liburing] Set libdevdir (#32159) 2023-06-22 13:50:07 -07:00
Rémy Tassoux
7f40cd4c55
[quill] Update to 3.0.2 (#32161)
* [quill] Update to 3.0.2

* [quill] Update version files
2023-06-22 13:40:27 -07:00
Doug Cook
a92697e2f1
New port: libtracepoint-control (#32163)
* Add libtracepoint-control

* Versions for libtracepoint-control
2023-06-22 13:39:54 -07:00
Victor Romero
ace28ada89
Revert "[usockets] WolfSSL feature (#32162)" (#32175)
This reverts commit 20b059fb8f.
2023-06-22 13:33:51 -07:00
Alonso Schaich
bf64d76062
[tabulate] update to 1.5 (#32174)
* [tabulate] update to 1.5 (microsoft/vcpkg#32173)

* [tabulate] regenerate version registries (microsoft/vcpkg#32173)
2023-06-22 12:50:44 -07:00
JonLiu1993
b8d272a463
[opencascade] Fix find_dependency missing (#30853)
* [opencascade] Fix feature dependence

* update version

* update version

* Apply suggesstion

* update version

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-21 22:59:16 -07:00
Mengna Li
6507e8cbe5
[icu] update to 73.1 (#31144)
* update to 73.1

* add arm-android to ci.baseline

* remove ci.baseline fail
2023-06-21 22:58:38 -07:00
Alexander Neumann
6258ccfdb8
[qtbase] clang source location fix (#31360)
* [qtbase] clang feeling insecure about __cpp_consteval

* v db

* v db
2023-06-21 22:57:42 -07:00
autoantwort
b0bd92a8d6
[libnice-gst] no absolute paths (#31803) 2023-06-21 22:45:33 -07:00
Pierre Wendling
f685b21cb5
[fluidsynth] Update to 2.3.3 (#31993)
* [fluidsynth] Update to 2.3.3.

* [fluidsynth] Update baseline.
2023-06-21 22:42:55 -07:00
Ómar Högni Guðmarsson
0cabd9b4bd
[mp-units] update v0.8.0 (#32028)
* Update mp-units V0.8.0

* Update database

* Add range-v3 as dependency

* Update database

* Add fmt and ranges as features that can be turned off

* Update database

* Try setting fmt and range-v3 as default on osx

* Update database

* Remove name

* Use feature names instead of dep names

* Update database
2023-06-21 22:41:20 -07:00
Chuck Walbourn
f3b10454b3
[directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] June 2023 update (#32033)
* [directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] Update for June 13, 2023 release

* Minor format fix

* Update baseline

* Upstream fixes to CMake targets dependency handling

* Update baseline
2023-06-21 22:39:47 -07:00
Michael Hansen
0c1513e0dc
Update libhsplasma to 2023-05-08 (#32036) 2023-06-21 22:37:34 -07:00
RealTimeChris
41940d0e0c
[DiscordCoreAPI] Update to version 2023-06-15 (#32043)
* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.
2023-06-21 22:33:59 -07:00
Kai Pastor
465b19d15b
[libjpeg-turbo] Fix usage (#32046) 2023-06-21 22:32:07 -07:00
Kai Pastor
4cdccc30bd
[catch2] Fix catch2-with-main.pc (#32047) 2023-06-21 22:31:23 -07:00
autoantwort
d044127afe
[folly] fix openssl dependency (#32050) 2023-06-21 22:30:46 -07:00
jim wang
20ab0e10c8
[collada-dom] Fix calling zip.h in minizip (#32053)
* Fix calling zip.h in minizip

* update version

* Modify the way to use minizip

* update version

* Modify the way to use minizip

* update version
2023-06-21 22:25:00 -07:00
autoantwort
337852104b
[breakpad] Fix installation regex (#32065) 2023-06-21 22:23:07 -07:00
Daniel Ju
6f979a9017
[openblas] Support arm64-uwp builds (#32067)
* [openblas] Support arm64-uwp build

* Update version

* Merge UWP patches and don't set CMAKE_SYSTEM_PROCESSOR.

* Simplify supports clause.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-06-21 22:20:01 -07:00
autoantwort
3c6ad33ead
[libprotobuf-mutator] update (#32068)
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2023-06-21 22:16:23 -07:00
chausner
76e68f2de9
[palsigslot] Update to 1.2.2 (#32069)
* Update palsigslot to 1.2.2

* Update CI baseline

* Add license

* Update CI baseline

* Add back HEAD_REF

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-06-21 22:15:42 -07:00
Osyotr
c6d3ab2735
[openexr] Update to 3.1.8 (#32073)
* [openexr] Update to 3.1.8

* Fix arm64 build
2023-06-21 22:14:50 -07:00
Osyotr
2d2537b079
[tinyexr] Update to 1.0.5 (#32074)
* [tinyexr] Update to 1.0.5

* fix uwp builds
2023-06-21 22:13:41 -07:00
Ronald
4d8f772609
[libosmscout] Refine feature name (#32080)
* refine feature name for libosmscout

* update port-version for libosmscout

* vcpkg x-add-version for libosmscout

---------

Co-authored-by: abc <a@b.com>
2023-06-21 21:53:49 -07:00
Ilya Lavrenov
5a90d5c436
[openvino] ported patch for default option value (#32082)
* [openvino] added patch to fix default option value

* updated versions files
2023-06-21 21:16:32 -07:00
Mengna Li
2f3a371633
update to 2.1.0 (#32091) 2023-06-21 18:00:55 -07:00
MonicaLiu
bf7748b51a
[nanoflann] update to 1.5.0 (#32093)
* update nanoflann

* update version

* fix dependency nanoflann

* update version

* Modify EOF to LF

* update git-tree

* Modify MAYBE_UNUSED_VARIABLES

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-06-21 17:59:59 -07:00
autoantwort
1fa1ed1e00
[cgns] fix non hdf5 features (#32097) 2023-06-21 17:56:55 -07:00
Takatoshi Kondo
aee8671958
Update async-mqtt version to 1.0.4. (#32100) 2023-06-21 17:56:15 -07:00
Denis Barkar
d5e4b2f928
[libxmp] Update to v4.6.0 (#32110) 2023-06-21 17:55:07 -07:00
Cheney Wang
aa5e934ffd
[redis-plus-plus] Add TLS feature and update to 1.3.9 (#32115)
* [redis-plus-plus] Add TLS feature and update to 1.3.9

* format-manifest
2023-06-21 17:54:32 -07:00
Pierre
20b059fb8f
[usockets] WolfSSL feature (#32162)
* Add wolfSSL for usockets

* Add port version

* Format manifest

* Update missing dependency

* Update usockets.json
2023-06-21 17:52:55 -07:00
xiaozhuai, Weihang Ding
a50b802d6b
[angle] Fix static build (#32120)
* [angle] Fix static build

* update version database
2023-06-21 17:46:47 -07:00
Cheney Wang
48f861d3d9
[concurrencpp] Fix error C2039: 'numeric_limits': is not a member of 'std' (#32121)
* [concurrencpp] Fix error C2039: 'numeric_limits': is not a member of 'std'

* format
2023-06-21 17:38:04 -07:00
Lars Fröhlich
2b9358ea52
[gul14] Update to version 2.9.2 (#32124) 2023-06-21 17:37:21 -07:00
Doug Cook
abd1153d8a
[libtracepoint, libeventheader] - v1.1.0 (#32129)
* [libtracepoint, libeventheader] - v1.1.0

Update `libtracepoint-*` and `libeventheader-*` to v1.1.0.

* Versions for libtracepoint and libeventheader
2023-06-21 17:36:15 -07:00
Billy O'Neal
f6a5d4e8eb
Patch Tuesday June 2023 + Ubuntu 22.04 (#32014) 2023-06-20 12:12:03 -07:00
autoantwort
223b8d5695
[libressl] no absolute paths (#32099) 2023-06-19 14:53:45 -07:00
双草酸酯
80ecf32496
[mysql-connector-cpp] upgrade to 8.0.32 (#30869)
* [mysql-connector-cpp] update to 8.0.32

* reformat file

* update version

* fix compile on Linux

* update version

* requested changes

* update versions

* fix target not exported

* update version
2023-06-16 21:09:41 -07:00
Ilya Lavrenov
287be77baf
[openvino]: new port (#31671)
* [openvino]: added new port with 2023.0.0+ version

* updated versions files
2023-06-16 21:06:06 -07:00
Frank
192085896a
[coinutils] Add feature glpk (#31739)
* [coinutils] Add feature glpk

* version

* add options

* version

* add without

* version

* glpk description

* version
2023-06-16 21:02:06 -07:00
Raúl Cumplido
2499eadab8
[arrow] Update to 12.0.1 (#31960)
* [arrow] Update to 12.0.1

* Update versions
2023-06-16 21:00:07 -07:00
Jia Yue Hua
ac541816b1
[openscap]: fix not install oscap util (#31982)
* [openscap] update to 1.3.6

* update version

* update evrsion

* Fix conflict

* update evrsion

* CI [skip actions]

* fix xmlsec dependency

* fix deps

* fix deps

* fix deps

* fix deps

* fix deps

* CI

* version 1.3.7

* update to 1.3.7

* world

* CI

* fix deps

* fix deps

* CI

* fix deps

* CI

* [openscap]: fix not install util

* [openscap]: fix not install util

* [openscap]: fix not install util

* [openscap]: fix not install util

* [openscap]: fix not install util

* [openscap]: fix not install util

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-06-16 20:56:11 -07:00
Julien Jerphanion
a2a3b8288f
[folly] Update folly to v2023.05.22.00 (#31979)
* Update folly to v2023.05.22.00

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Overwrite git-tree ref using with vcpkg x-add-version folly

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Overwrite git-tree ref using with vcpkg x-add-version folly, again

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Change SHA2-512 digest of sources

The one indicated on the GitHub releases might be invalid.
See: https://github.com/facebook/folly/releases/tag/v2023.05.22.00

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Retrigger CI

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Retrigger CI

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Retrigger CI

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* update version

---------

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-16 20:54:47 -07:00
Carlos O'Ryan
7dfcad590a
[google-cloud-cpp] update to latest release (v2.11.0) (#31995) 2023-06-16 20:53:40 -07:00
Matt Swann
59faaaf536
[yara] Update yara from 4.3.0 to 4.3.2 (#32003)
* Update yara to 4.3.2

* Update versions list

* Update ports/yara/vcpkg.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Update baseline version

* Update port version

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-06-16 20:53:15 -07:00
Kai Pastor
f16b736da4
[sfml] Fix exported dependencies (#32006) 2023-06-16 20:52:51 -07:00
Mengna Li
cbf56573a9
fix cmake zlib ver required (#32017) 2023-06-16 20:52:08 -07:00
Cheney Wang
98ba38fd7f
[ixwebsocket] update to 11.4.4 (#32018) 2023-06-16 20:50:42 -07:00
Jia Yue Hua
537780d3d0
[indirect-value] add new port (#32019)
* [indirect-value]: add new port

* fix deps

* fix deps

* fix deps

* fix deps

* fix deps
2023-06-16 20:49:20 -07:00
MonicaLiu
43773b7610
[sockpp] Update to 0.8.1 (#32021)
* update sockpp

* update version

* Use the upstream config files

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-06-16 20:48:32 -07:00
Lily Wang
9e629f0221
[libosmscout] Fix features and add qt feature (#32023)
* [libosmscout] Fix features and add qt feature

* format vcpkg.json

* update version

* codes clean up

* update version
2023-06-16 20:38:42 -07:00
Ómar Högni Guðmarsson
fbc868ee5e
[glaze] update v1.2.6 (#32029)
* Update glaze v1.2.6

* update database
2023-06-16 16:21:05 -07:00
Osyotr
a76139fb41
[qt5] Apply CVE fixes (#32031) 2023-06-16 16:14:53 -07:00
Daniel Ju
ae56ff4adb
[clapack] Initialize clapack variables (#32034)
* Re-apply CLAPACK_FOUND fix

* Update version
2023-06-16 16:05:02 -07:00
Michael Ferrari
acee1bdb49
[entt] Update to 3.12.0 (#32038) 2023-06-16 16:00:14 -07:00
Takatoshi Kondo
c65131a115
Update async_mqtt version to 1.0.3. (#32040) 2023-06-16 15:58:06 -07:00
Rémy Tassoux
e977c102fe
[quill] Update to 3.0.1 (#32048)
* [quill] Update to 3.0.1

* [quill] Update version files
2023-06-16 15:55:50 -07:00
Henrik
9f9a071621
[vulkan-memory-allocator-hpp] Update to 3.0.1-1 (#31708)
* Updated vulkan-memory-allocator-hpp port

* Ran vcpkg x-add-version vulkan-memory-allocator-hpp

* Used VERSION variable

* Updated port version

* Updated port version again

* Turned port-version back to 1

* Ran x-add-version

* Added development branch in description and reset port version

* Ran x-add-version

* Fixed version number

* Re-ran x-add-version
2023-06-16 15:48:44 -07:00
Javier Matos Denizac
c6c59e33f3
[boost] pulling has_synchro bits from https://github.com/microsoft/vcpkg/pull… (#30836)
* pulling has_synchro bits from https://github.com/microsoft/vcpkg/pull/27694

* bump port version

* version

* fix clang

* bump version

* version

* oops

* bump dependency version for boost-atomic's boost-module-build-helper dependency

* version

* revert renaming stuff -.-

* version

* remove detection stuff for lib prefix/suffix

* version

* fix indentation

* version

* forgot one

* version

* one more!

* version

* revert changes to cmake-get-vars

* version

* generate ports

* version db

* generate ports

* version db

---------

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2023-06-16 10:50:24 -07:00
Chuck Walbourn
5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00
Billy O'Neal
1f47615e52
[mdl-sdk] Workaround broken gcc-11 <bit> (#32008) 2023-06-15 10:39:13 -07:00
Konstantin Podsvirov
dc6188d0eb
[flecs] update to 3.2.4 (#31985)
* [flecs] update to 3.2.4

* [flecs] update version database
2023-06-14 20:14:01 -07:00
Takatoshi Kondo
019fc6b7a4
[async-mqtt] Add new port (#31902)
* [async-mqtt] Add async-mqtt port.

* Reflect review comments.

Add header-only on the top of file.
Use ${VERSION} instead of the literal.
Fix indent.
Add double qoute to path
Remove copyright install.

* Set build type to release.

* Removed debug directory removal.

* Fix async_mqtt installed cmake config.
2023-06-14 19:36:35 -07:00
localcc
2ae78bef15
[lightningscanner] Update to 1.0.1 (#31996)
* [lightningscanner] update to version 1.0.1

* update versions
2023-06-14 19:29:48 -07:00
Connor Broyles
678323514f
[asio,boost-asio] Fix experimental::coro compile error with MSVC (#32004) 2023-06-14 19:16:45 -07:00
Billy O'Neal
e61fc59376
[sltbench] Fix missing headers (#31999)
* [sltbench] Fix missing headers

* Fix SHA
2023-06-14 16:37:01 -07:00
Billy O'Neal
75ea1b450d
[unicorn-lib] Fix missing headers (#32002)
Necessary to compile on Ubuntu 22.04, submitted upstream as https://github.com/CaptainCrowbar/unicorn-lib/pull/10
2023-06-14 16:26:08 -07:00
Billy O'Neal
5e77bc0a8c
[nifly] Fix missing headers (#31998) 2023-06-14 16:25:50 -07:00
Billy O'Neal
ef153db9bc
[thor] Update to current master (#32001)
This is necessary to build on Ubuntu 22.04 because it includes d5e641d86b
2023-06-14 16:23:40 -07:00
Jia Yue Hua
382746822d
[matplotplusplus,nodesoup] update to v1.2.0,add new port (#31796)
* [matplotplusplus] update to 2023-02-17

* [matplotplusplus] fix installation of matplot_opengl

* [matplotplusplus] remove the opengl patch as it merged upstream

* [matplotplusplus] try to fix filesystem for osx

* fix deps

* fix deps

* fix deps

* [matplotplusplus]: update to v1.2.0

* fix deps

* disable sanitizer

* fix opengl feature

* fix-dependencies

* [nodesoup]: add new port

* nodesoup

* fix deps

* fix nodesoup namespace

* fix deps

* fix deps

* fix

* fix

* fix deps

* fix deps

* fix deps

* fix deps

---------

Co-authored-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com>
2023-06-14 12:50:43 -07:00
Michael MIGLIORE
2774d2bd27
[usd] Improve CMake and fix Linux (#31807)
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-14 12:39:27 -07:00
endingly
3056fed522
[games101-cgl] new port (#31831)
* [games101-cgl] new port

* [games101-cgl] update version file

* [games101-cgl] update version dataset

* Updated the logic for installing the source code repository

* Updated the logic for installing the source code repository

* Update ports/games101-cgl/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* modify installation behavior

* add git-tree id

* Update version database

* add usage

* modify download hash

* update version data

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-06-14 12:35:23 -07:00
Jia Yue Hua
146797a23b
[hiredis] update to 1.1.0 (#31894)
* [hiredis] update to 1.1.0

* update version

* revert patch format

* update version

* fix deps

* fix deps

* fix-duplicate

* fix dependency

* fix deps

* fix portfile

* fix deps

* why os fail

* delete nouse patch

* CI [skip actions]

* CI [skip actions]

* CI [skip actions]

* split patch

* forget delete one line

* forget delete one line

* fix example

* Revert "fix example"

This reverts commit 282f8af681.

* CI [skip actions]

* CI [skip actions]

* CI [skip actions]

* CI [skip actions]

* CI [skip actions]

* CI [skip actions]

* CI [skip actions]

* CI

* fix deps

* CI

* fix deps

* fix deps

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-06-14 12:31:04 -07:00
Thomas1664
1be4527b3f
[poppler] explicitly control dependencies (#31937)
* [poppler] explicitly control dependencies

* Fix feature glib

* version

* rename feature lcms2 to cms

* not all find_package calls are always reached

* copy pdbs

* format

* version
2023-06-14 12:17:29 -07:00
Damian Vicino
7c4add38ee
Updating alpaca to latest release in github (#31949) 2023-06-14 12:13:34 -07:00
Connor Broyles
1f9118e712
[asio] Update to v1.28.0 (#31978) 2023-06-14 12:12:26 -07:00
Lars Fröhlich
bb93597802
[gul14] Update to version 2.9.1 (#31981) 2023-06-14 11:53:01 -07:00
ihsan demir
4c1c6da718
[hazelcast-cpp-client] Update to new released version 5.3.0 (#31983)
* Updated hazelcast-cpp-client version to latest release 5.3.0.

* Applied the `./vcpkg x-add-version --all` to update the version database.
2023-06-14 11:49:47 -07:00
Billy O'Neal
2a0afc853e
[dbow] Remove dynamic exception specs (#31967) 2023-06-14 10:59:53 -07:00
Lily Wang
a487471068
[liblzma] Update to 5.4.3 (#31603)
* [liblzma] Update to 5.4.3

* update version

---------

Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-06-13 23:03:20 -07:00
Thomas1664
079419e66b
[sqlite3] Update to 3.42.0 (#31703)
* [sqlite3] Update to 3.42.0

* version

* Add cmake wrapper

* Test cmake wrapper

* version

* Add libsqlite3 to library names

* version

* WIP

* version

* restore original

* Remove cmake wrapper

* version

* Remove wrapper

* Remove all unused features

* version

* Remove unused features

* version

* only remove 1 variable

* version

* .

* version

* make json1 default feature

* version
2023-06-13 22:53:09 -07:00
jim wang
93b7a0d701
[tesseract] Fix training-tools feature compilation error (#31888)
* fix raining-tools feature compilation error

* update version

* Remove useless patches

* update version

* fix TRAINING_TOOLS

* update version

* fix format

* update version

* fix format

* update version
2023-06-13 22:09:57 -07:00
Ómar Högni Guðmarsson
f69780b5c9
[soem]Update version to latest. (#31889)
* Switch soem to version-date for rolling head library

* update database

* Remove unused patches and correct port-version

* update database

* review changes

* database update

* Update license to use new function

* update database

* Disable Werror soem

* update database
2023-06-13 20:51:38 -07:00
Jia Yue Hua
45287bdd9d
[zydis,polyhook2] update to v4.0, 2023-05-16 (#31909)
* [zydis] update to v4.0

* update version

* revert patch formating

* update version

* fix eror

* fix hash

* [polyhook2]: update to 2023.05.16

* CI [skip actions]

* CI

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-06-13 20:49:59 -07:00
Kai Pastor
4cca179bd7
[shaderc, spirv-tools] Fix cmake config, add usage, minor fixes (#31912)
* [spirv-tools] Lower-case dirs for cmake config

* Simplify CMake config fixup

* Add usage

* Update versions

* [shaderc] Minor fixes

* Fix package imports in build and exported config

* Add usage - shaderc_util is a private lib

The port never installed this lib's headers.

* Fix pc file installation

* Update versions

* [spirv-tools] Add tools feature

* [spirv-tools] Fix exported cmake config

* [shaderc] Fis SPIRV-Tools target

* Fix tools feature
2023-06-13 20:48:27 -07:00
jim wang
1895329838
[mapnik] Fix compile errors using gcc13 (#31959)
* Fix compile errors using gcc13

* update version
2023-06-13 20:16:43 -07:00
Billy O'Neal
3e8c7ff5d6
[braft] Fix GCC11 (#31965)
* [braft] Fix GCC11.

* Add quotes.
2023-06-13 20:16:01 -07:00
Billy O'Neal
7f461d51b2
[hareflow] Fix missing headers (#31969) 2023-06-13 20:15:13 -07:00
Billy O'Neal
987e164326
[libbf] Add missing headers (#31970) 2023-06-13 20:13:45 -07:00
Billy O'Neal
a75e0a8186
[mathgl] URL Encode (#31976)
Workaround on Ubuntu 22.04:

error: https://sourceforge.net/projects/mathgl/files/mathgl/mathgl 8.0/mathgl-8.0.1.tar.gz/download: curl failed to download with exit code 3
curl: (3) URL using bad/illegal format or missing URL
2023-06-13 20:11:37 -07:00
Jia Yue Hua
27d2b9a4c3
[openscap] update to 1.3.7 (#31917)
* [openscap] update to 1.3.6

* update version

* update evrsion

* Fix conflict

* update evrsion

* CI [skip actions]

* fix xmlsec dependency

* fix deps

* fix deps

* fix deps

* fix deps

* fix deps

* CI

* version 1.3.7

* update to 1.3.7

* world

* CI

* fix deps

* fix deps

* CI

* fix deps

* CI

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-06-13 19:10:09 -07:00
Billy O'Neal
8773f4a10b
[gppanel] Fix missing headers (#31968)
* Fix missing headers in gppanel.

Submitted upstream as https://github.com/woollybah/gppanel/pull/5

* Version DB
2023-06-13 19:07:45 -07:00
Billy O'Neal
bb2642e663
[live555] Update (#31972) 2023-06-13 19:05:57 -07:00
Billy O'Neal
e4d7f8b32b
[chipmunk] Workaround sysctl.h not existing on Ubuntu 22.04 (#31966)
* [chipmunk] Workaround sysctl.h not existing on Ubuntu 22.04.

* Add quotes.
2023-06-13 19:05:18 -07:00
Billy O'Neal
d6116fe596
[minisat] Fix missing headers (#31977) 2023-06-13 19:01:06 -07:00
Javier Matos Denizac
dcd04502ec
[qt5-base] Remove duplicate flags qt (#31634)
* remove GMAKE_CXXFLAGS_RELEASE from qmodule.pri

* version db

* version

* version

* remove check for qmodule.pri

* version db
2023-06-13 14:58:22 -07:00
autoantwort
d9f54117ed
[qtbase] no absolute paths (#31762) 2023-06-13 14:37:40 -07:00
Daniel Ju
2730506cb2
Update faiss to v1.7.4 (#31974)
* Update faiss port to 1.7.4

* Run 'vcpkg x-add-version faiss'
2023-06-13 14:32:45 -07:00
Jacob Kahn
c35a7c03fe
[flashlight-sequence] New port (#31914)
* [flashlight-sequence] New port

* Update version database

* Temporarily switch to fork to test OpenMP configurability

* Update version database

* Update origin to 0.0.1 tag

* Update ports/flashlight-sequence/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update version

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-06-13 13:40:25 -07:00
Billy O'Neal
22b3afdab7
Remove [vcpkg-meson] (#31951) 2023-06-13 09:08:53 -07:00
Mickaël Thomas
1ba9a2591f
[nrf-ble-driver] Fix incorrect tag, version number & compilation with gcc-11.2.0 (#31873)
* [nrf-ble-driver] fix compilation with gcc 11.2.0

PR: https://github.com/NordicSemiconductor/pc-ble-driver/pull/272

* [nrf-ble-driver] fix version & use correct tag

- Fixed version inconsistency (#28036)
- Used correct tag with precompiled hex files
2023-06-12 16:55:21 -07:00
Connor Broyles
61f14c4a4e
[vsg] Update to v1.0.6 (#31874)
* [vsg] Update to v1.0.6

* Fix library visibility

* Find glslang
2023-06-12 16:54:44 -07:00
simon987
8ca0f46acc
[libmupdf] Update mupdf to 1.22.1 (#31880)
* Update libupdf to 1.22.1

* update versions

* Update ports/libmupdf/vcpkg.json

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update ports/libmupdf/vcpkg.json

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update versions

* Update versions/l-/libmupdf.json

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-06-12 16:51:16 -07:00
Jia Yue Hua
d0745d16a9
[foonathan-memory]: update to 0.7-3 (#31905)
* Bump foonathan-memory version.

* Remove port-version.

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Changed REF to version tag.

* Updates git-tree.

* Removes commented lines.

* Update ports/foonathan-memory/vcpkg.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* [foonathan_memory]: update to 0.7-3

* fix deps

* fix deps

* fix deps

* fix deps

* fix deps

* CI

---------

Co-authored-by: Correia, Marco <correiam@ryanair.com>
Co-authored-by: Marco Correia <marco.v.correia@gmail.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-06-12 16:46:11 -07:00
Henrik Gaßmann
1f627e6a74
[blake3] Add version 1.4.0 (#31919) 2023-06-12 16:45:12 -07:00
Mathis Logemann
55846bb4df
[vulkan-memory-allocator] add cstdio import for gcc13 (#31920)
* [vulkan-memory-allocator] add cstdio import for gcc13

* version
2023-06-12 16:44:41 -07:00
Daniil Goncharov
a1ba7080ce
[magic-enum] Update to v0.9.2 (#31923)
* [magic-enum] Update to v0.9.1

* x-add-version --all
2023-06-12 16:33:29 -07:00
Kai Pastor
85ee7ef3cd
[pcre2] Update to 10.42 (#31929)
* [pcre2] Update to 10.42

* CI
2023-06-12 15:57:18 -07:00
Alonso Schaich
4467a9a690
[gtk] Update to 4.10.4 (#31943)
* [gtk] Update to 4.10.4 (microsoft/vcpkg#31942)

* [gtk] Regenerate version registries (microsoft/vcpkg#31942)
2023-06-12 15:55:46 -07:00
Lily Wang
13d7255093
[pbc] Add usage (#27049)
* [pbc] Add usage

* x-add-version

* fix

* x-add-version

* update config file

* update version
2023-06-12 15:07:05 -07:00
Fabian Keßler
a960fde0b6
[gtk3] Bump version to 3.24.38 (#31910) 2023-06-10 01:49:42 -07:00
eao197
cb0a4e862b
[SObjectizer] update to 5.7.5 (#31752)
* SObjectizer updated to v.5.7.5.

* vcpkg's x-add-version for SObjectizer-5.7.5.
2023-06-10 01:49:02 -07:00
Jia Yue Hua
8cebe3c219
[libunifex]: disable build tests and examples (#31862)
* fix dependency

* gtest no longer feature

* fix deps
2023-06-10 01:27:26 -07:00
Andrew Kornilov
85c222bc31
[raygui] Update to 3.6 (#31896)
* [raygui] Update to 3.6

* [raygui] Update version
2023-06-09 11:21:26 -07:00
Billy O'Neal
638b1588be
Update vcpkg-tool to 2023-06-07 + xbox triplets cleanup (#31723)
* Update vcpkg-tool to 2023-05-31 + xbox triplets cleanup

https://github.com/microsoft/vcpkg-tool/releases/tag/2023-05-30 +
https://github.com/microsoft/vcpkg-tool/releases/tag/2023-05-31 +
https://github.com/microsoft/vcpkg-tool/releases/tag/2023-06-07

Clean up xbox triplets following teaching vcpkg.exe about xbox more directly.

Also deletes the seemingly-no-longer-used vcpkg_get_dep_info.cmake and vcpkg_get_tags.cmake.

Also: [redis-plus-plus] Add DISABLE_PARALLEL_CONFIGURE due to source tree write.
2023-06-08 11:17:29 -07:00
Pierre Gergondet
db2071b449
[nanomsg] Remove nanomsg_BINDIR check as needed (#31553) 2023-06-08 10:21:51 -07:00
Karlson2k
431dcee145
[libmicrohttpd] update and various fixes (#31740)
* [libmicrohttpd] Update to version 0.9.77

* [libmicrohttpd] Remove unneeded dependency

Gettext is used by upstream only to build files for distribution.
Gettext is not used by the library itself.

* [libmicrohttpd] Add ARM support

The ARM is supported by upstream for a long time, VC support for ARM
was added in the version 0.9.77.

* [libmicrohttpd] Use universal project for VC builds

* [libmicrohttpd] Exclude wrong lib headers

* [libmicrohttpd] Support release/debug for non-VC builds

* [libmicrohttpd] Add license

* [libmicrohttpd] Add "https" feature

* [libmicrohttpd] Use right function for license file

* [libmicrohttpd] Fix "supports"

libmicrohttpd VC projects support only static library with static
runtime or dynamic library with dynamic runtime

* [libmicrohttpd] Update version database
2023-06-08 10:14:17 -07:00
Jacob Kahn
faac1ea237
[flashlight-text] New port (#31859)
* [flashlight-text] New port

* Format and fix vcpkg.json, x-add-version

* Export dll symbols on Windows

* Only pass opt to export all symbols on Windows

* Update version database

* Rename flag

* Update version database

* Update ports/flashlight-text/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update ports/flashlight-text/vcpkg.json

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update version

* Update to v0.0.4, remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS

* Update version database

* Use  in portfile

* Update version database

* Fix CMake config install location

* Update package version

* Omit config fixup arg

* Update version

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-06-08 10:00:49 -07:00
Lily Wang
282e4f61d4
[imgui] Fix deps of feature allegro5-binding (#31871)
* [imgui] Fix feature allegro5-binding deps

* update version

* Update imgui.json
2023-06-08 09:57:58 -07:00
Alexis La Goutte
44eab3705d
nghttp2: update to 1.54.0 (#31877) 2023-06-08 09:57:13 -07:00
Osyotr
2e43a34b44
[qt5] Update to 5.15.10 (#31878) 2023-06-08 09:55:57 -07:00
Alexis La Goutte
1e334d770a
[ngtcp2] enable arm with uwp and update to 0.16.0 (#30593)
* ngtcp2: update to 0.15.0

* ngtcp2: ngtcp2 now build with ARM32 (uwp)

* ngtcp2: update to 0.16.0
2023-06-07 12:11:55 -07:00
JoergAtGithub
037ef821da
[rubberband] Update to 3.2.1 and use recommended sleef dependecy where supported (#31732)
* Select fastest available FFT library depending on the platform

* Update to rubberband 3.2.1

* Also added arm64 in the portfile.cmake condition to match arm in the vcpkg.json

* Use FFTW backend on x86_windows due to Microsoft Visual Studio bug
2023-06-07 12:00:50 -07:00
myd7349
2e7fdb7b68
[kissfft] Update to 131.1.0 (#31744)
* [kissfft] Update to 131.1.0

* [kissfft] Bump version

* [kissfft] Fix

* [kissfft] Overwrite version

* [kissfft] Remove unused patch

* [kissfft] Overwrite version

* [kissfft] Fix description

* [kissfft] Overwrite version

* [kissfft] Add usage

* [kissfft] Fix OpenMP

* [kissfft] Overwrite version

* [kissfft] Build for all data types

* [kissfft] Overwrite version

* [kissfft] LOGFILE_BASE

* [kissfft] Update usage

* [kissfft] Overwrite version

* [kissfft] Fix linkage, update usage

* [kissfft] Overwrite version

* [kissfft] Fix tool names

* [kissfft] Overwrite version
2023-06-07 11:57:58 -07:00
Rémy Tassoux
02cf0c23a2
[imgui] Update to 1.89.6 (#31761)
* [imgui] Update to 1.89.6

* [imgui] Update version files
2023-06-07 11:53:30 -07:00
Alonso Schaich
0f8a0f084a
[glib] Update glib to 2.76.3 (#31786)
* [glib] Update glib to 2.76.3 (microsoft/vcpkg#31785)

* [glib] regenerate versions repository (microsoft/vcpkg#31785)
2023-06-07 09:49:58 -07:00
Alonso Schaich
22c84a2965
[harfbuzz] update to 7.3.0 (#31788)
* [harfbuzz] update to 7.3.0 (microsoft/vcpkg#31787)

* [harfbuzz] regenerate version registry (microsoft/vcpkg#31787)
2023-06-07 09:47:52 -07:00
Alex Dewar
6d6f3164e6
[crossguid] Fix compilation on gcc v13 (#31835)
* [crossguid] Fix compilation on gcc v13

Crossguid no longer compiles with gcc v13 (tested on Linux), due to a
missing include (cstdint). There is an upstream pull request to fix the
issue which has been open for some time but not yet merged [1].

Let's patch the sources in vcpkg until upstream fixes it.

Fixes #31834.

[1] https://github.com/graeme-hill/crossguid/pull/67

* [crossguid] Bump port-version
2023-06-07 09:45:38 -07:00
Lily Wang
b33cf57de8
[vsg] Fix build error when the Vulkan component glslangValidator is already installed (#31843)
* [vsg] Fix build error when the Vulkan component glslangValidator is already installed

* update version
2023-06-07 09:43:34 -07:00
Frank
8f721da26e
[redis-plus-plus]Update version to 1.3.8 (#31851)
* [redis-plus-plus]Update version to 1.3.8

* version

* fix file absolute path

* version
2023-06-07 09:40:40 -07:00
jim wang
af3e30dde2
[mathgl] Fix GSL linakge (#31854)
* fix link gsl

* update version
2023-06-07 09:36:42 -07:00
Jacob Kahn
120f81c4d4
[kenlm] Update port (#31863)
* [kenlm] Update port

* x-add-version

* remove unused patches

* Overwrite version

* Use imported targets for Boost to fix build issue on Windows

* Update ports/kenlm/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update version

* Update versions/k-/kenlm.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-06-07 09:34:22 -07:00
Maks Naumov
4446d6e055
[activemq-cpp] Fix activemq-cppConfig.cmake syntax error (#31865) 2023-06-07 09:31:06 -07:00
JonLiu1993
c9a1f21791
[Exiv2] remove duplicate option (#31868)
* [Exiv2] Remove option

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-07 09:30:10 -07:00
Rémy Tassoux
7505916685
[unordered-dense] New port (#31856)
* [unordered-dense] New port

* [unordered-dense] Update version files

* [unordered-dense] Add missing version file

* [unordered-dense] Add license

* [unordered-dense] Update version files
2023-06-06 16:24:14 -07:00
Doug Cook
7dc475291a
New port: libtracepoint-decode (#31839)
* New port: libtracepoint-decode (decoder for perf.data)

Library for decoding tracepoints, e.g. from Linux perf.data files.

* Version 1.0 for new port: libtracepoint-decode
2023-06-06 16:22:02 -07:00