Commit Graph

20142 Commits

Author SHA1 Message Date
Jia Yue Hua
710b136882
[openblas] update to 0.3.24 (#33984)
* [openblas] update to 0.3.24

* fix deps

* fix deps

* fix deps

* fix deps
2023-09-25 23:38:28 -07:00
jim wang
c68a56a40c
[apr] update to 1.7.4 (#33993)
* fix apr

* update version

---------

Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
2023-09-25 23:38:01 -07:00
Jia Yue Hua
06d3ef8525
[cjson] update to 1.7.16 (#34001) 2023-09-25 23:37:00 -07:00
Henrik Gaßmann
9648982d40
[find_acquire_program(GO)] Update to version 1.21.1 (#34011) 2023-09-25 13:44:52 -07:00
Billy O'Neal
08cc145ed5
[perl] Update strawberry perl to 5.38.0.1 and switch to GitHub. (#33854)
Resolves https://github.com/microsoft/vcpkg/issues/28288
2023-09-25 11:20:23 -07:00
Kai Pastor
5a38b5ec0e
[openssl] Update to 3.1.3, disable asm on arm32 neon (#33890)
* [openssl] update version to 3.1.3

* [openssl] removed patches that are already applied in version 3.1.3 for windows

* [openssl] format vcpkg.json

* [openssl] update version information

* Revert armcap changes (WIP)

* WIP

* Revert "Revert armcap changes (WIP)"

This reverts commit a451e6e0be.

* Trace

* Revert "Trace"

This reverts commit 91e6428688.

* [openssl] Disable asm also on arm32 neon

* Revert "WIP"

This reverts commit b7c3a6d961.

---------

Co-authored-by: Carsten Grimm <carsten.grimm@ipolog.ai>
2023-09-23 22:24:50 -07:00
Take Vos
930bd39320
[hikogui] update to version 0.8.1 (#33902) 2023-09-23 22:22:57 -07:00
Jón Bjarni
04c806d2d5
[sml2] add new port (#33903)
* add boost external sml2

* add git-tree
2023-09-23 22:22:08 -07:00
Mengna Li
f6ca87d28e
update to 0.1.3 (#33910) 2023-09-23 22:14:22 -07:00
Kai Pastor
6e4b3f68ac
[minizip] Fix build with android NDK r26 (#33916)
* [minizip] Fix android NDK r26

* Minor change
2023-09-23 22:11:00 -07:00
Jia Yue Hua
83d4286ea1
[trompeloeil] update to 45 (#33920) 2023-09-23 22:08:55 -07:00
Kai Pastor
559cbd3d15
[libcap] Normalize (#33923)
* [libcap] Normalize

* Update license

* Finish WIP
2023-09-23 22:06:01 -07:00
Lily Wang
2b0cdcb645
[vcpkg baseline] passing remove from ci.baseline.txt (#33929) 2023-09-23 21:53:49 -07:00
Weihang Ding
78ba9711d3
[kf5solid] Add imobile feature (#33888)
* [kf5solid] Add imobile feature

* Update version database

* Fix imobilde version

* Update version database

* Remove imobile from platform-default-features

* Update version database
2023-09-22 16:09:58 -07:00
Anton Kolesnyk
7d5ed6bd1b
[azure-*-cpp] Shorten source paths (#33880)
* [azure-messaging-eventhubs-cpp] Shorten source paths

* use cmake to rename directories, and also include azure-storage ports (#4)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>

* Shorten the paths down to _/_/_/

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2023-09-22 16:08:59 -07:00
Weihang Ding
c96d040503
[libideviceactivation] Add tools feature (#33871)
* [libideviceactivation] Add tools feature

* Update version database

* Remove tools feature from default-features

* Update version database
2023-09-22 16:07:44 -07:00
Weihang Ding
2337b851fe
[libirecovery] Add tools feature (#33868)
* [libirecovery] Add tools feature

* Update version database

* Remove tools from default-features

* Update version database
2023-09-22 16:05:44 -07:00
Frank
7c13895ff7
[opentelemetry-cpp] Fix warning and miss include files (#33861)
* [opentelemetry-cpp] Fix warning and miss include files

* version

* update patch

* version
2023-09-22 16:03:49 -07:00
jim wang
0d5ed93c6d
[cppmicroservices] Update to 3.7.6 (#33858)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* update to 3.7.6

* update version
2023-09-22 16:03:14 -07:00
Henrik Gaßmann
f07179ba1a
fix: Make from_gitlab work with nested subgroups (#33736)
Don't enforce a hardcoded nesting limit as these limits are enforced by
GitLab itself and may change in the future. Furthermore I believe that
users can be trusted to successfully copy'n'paste the path portion of an
URL. Therefore we just require that the assumptions of our
implementation hold, i.e. that we can convert the repo path to a CMake
list by replacing `/` with `;` and that there is a repository name.
2023-09-22 16:01:33 -07:00
JonLiu1993
d241dd8b69
[openvino] Copy the pdb file to the bin directory (#33499)
* [openvino] Copy the pdb file to the bin directory

* update version

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-09-22 14:24:37 -07:00
Theodore Tsirpanis
acc2fb6cce
[pcre2] Fix CMake integration. (#31928)
* Remove dependencies to bzip2 and zlib.

They are used only by pcre2grep which we don't build in the port.

* Fix CMake integration.

The patch has been submitted upstream in PCRE2Project/pcre2#260.

* Add a usage file and use `vcpkg_install_copyright`.

* Bring back patching pcre2.h.

* Bump port version.

* Update version database.

* Fix CRLF damage.

* Fix target capitalization.

* Update version database.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-09-22 11:35:42 -07:00
Cheney Wang
3f8513efb0
[vcpkg baseline][magnum-plugins] Fix corrade-rc not found (#33930)
* [vcpkg baseline][magnum-plugins] Fix corrade-rc not found

* code clean up
2023-09-22 11:27:59 -07:00
Lily Wang
7476f0d4e7
[vcpkg baseline][rsm-bsa] Remove from ci.baseline.txt (#33900)
* [vcpkg baseline][rsm-bsa] Remove from ci.baseline.txt

* Fix bad merge conflict resolution

---------

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2023-09-20 14:11:00 -07:00
Cheney Wang
22fd3b5c3b
[vcpkg baseline] Remove records that are no longer needed (#33899) 2023-09-20 10:31:50 -07:00
Weihang Ding
9561b275c6
[readline-win32] Fix windows static linking (#33892)
* [readline-win32] Fix windows static linking

* Update version database
2023-09-20 10:29:21 -07:00
Connor Broyles
febeb3f7e4
[osg] Fix build for release-only triplets (#33885) 2023-09-20 10:27:18 -07:00
JoergAtGithub
4c6db587c4
Update libdjinterop to 0.20.0 (#33884) 2023-09-20 10:26:20 -07:00
Leonid Pospelov
e1ea88cc70
[dukglue] Add new port (#33878)
* [dukglue] Add new port

* .

* .
2023-09-20 10:25:09 -07:00
talregev
a463dc85e4
update inginition-common3 to 3.16.0 (#33873) 2023-09-20 10:23:47 -07:00
Jia Yue Hua
e7e2480af1
[ocilib] update to 4.7.6 (#33869) 2023-09-20 10:23:18 -07:00
Frank
39f2aeeec9
[upb] tools no uwp (#33864)
* [upb] tools no uwp

* format

* version

* revert patch

* version
2023-09-20 10:22:53 -07:00
Mengna Li
14dccc69fb
update to 1.22.5 (#33863) 2023-09-20 10:19:20 -07:00
Xinyu Wang
f939a96d52
[opencv4] Fix ogre dependencies (#33857)
* update ogre name
2023-09-20 10:17:14 -07:00
Mengna Li
ab3c724145
[tesseract] update to 5.3.2 (#33852)
* update to 5.3.2

* fix ci error
2023-09-20 10:14:17 -07:00
Daniel Schürmann
4d2e0b1a70
[libmad] Detect the FPM flag according to the CMAKE_SYSTEM_PROCESSOR (#33490) 2023-09-20 10:10:28 -07:00
talregev
a1dcb37339
Add more gz ports (#33389) 2023-09-20 10:08:06 -07:00
Jón Bjarni
5be487d27a
[libsystemd] add new port (#31150)
* add libsystemd, libcap, libxcrypt

* baseline libsystemd, libcap, libxcrypt

* versions tree libsystemd, libcap, libxcrypt

* licenses for libsystemd, libcap, libxcrypt in vcpkg.json

* update tree for libsystemd, libcap, libxcrypt

* allow restricted header libxcrypt

* tree allow restricted header libxcrypt

* remove message Warning

* use targets exist during configure, instead of configure_file variable to search for zstd

* update git-tree

* add quotes to full paths and remove messages in portfiles

* update git-tree

* remove extra spaces

* update git-tree

* remove extra line

* update git tree

* do configure hack differently and remove cross compile patch and override compiler during build_make

* update git tree

* try either gcc or clang for libcap and specify log file root for each build command

* update git-tree

* libcap use host dependency of self

* libcap update git tree

* libsystemd is LGPL2.1

* update libsystemd git-tree

* change from find_package to find_dependency in unofficial cmake export
of libsystemd

* update libsystemd git-tree

* update libxcrypt

* update git tree libxcrypt

* patch pkgconfig file of libsystemd

* update libsystemd git-tree

* update libsystemd to 254

* update git-tree libsystemd

* * Copy of cap_names.h checked in for cross compilation
* Decouple cap_names.h from libcap.* make targets
* Use vcpkg_cmake_get_vars instead of ENV{CC} etc.
* Remove unnecessary self dependency of libcap
* Update libcap to 1.2.69

* Update git-tree

* cleanup old versions from version jsons
2023-09-20 09:56:16 -07:00
JonLiu1993
280e7673e7
[leveldb] Install util header files (#22650)
* [leveldb] Install util header files

* update version

* update patch

* update version

* update version

* update version

* update patch

* update version

* update patch

* update version

* Apply review suggestion

* update version

* Fix conflict files

* update version

* update version

* [leveldb] Install util header files

* update version

* Add patch

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-09-20 09:51:12 -07:00
JonLiu1993
4cfabe769e
[octomap] fix c++20 compilation error (#33851)
* fix c++20 compilation error

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-09-19 09:54:29 -07:00
Weihang Ding
7c06f2b2c8
[libusbmuxd] Add tools feature (#33838)
* [libusbmuxd] Add tools feature

* Update version database

* Remove tools from default-features

* Update version database
2023-09-19 09:54:00 -07:00
Weihang Ding
d55379ba17
[libplist] Add tools feature (#33837)
* [libplist] Add tools feature

* Update version database

* Remove tools from default-features

* Update version database

* Optimize STDIN_FILENO macro in patch

* Update version database
2023-09-19 09:52:57 -07:00
autoantwort
25c41db771
[vlpp] tools on osx (#33816) 2023-09-19 09:49:38 -07:00
Cédric Tabin
b5c59f51ce
Update to libzippp v7.0-1.10.1 (#33807) 2023-09-19 09:49:01 -07:00
autoantwort
335c1d1029
[ffmpeg] fix feature vpx (#33796) 2023-09-19 09:48:22 -07:00
autoantwort
62c3efbafd
[magnum] fix cross compile (#33780) 2023-09-19 09:47:30 -07:00
Mengna Li
dad83452d7
fix error path (#33764) 2023-09-19 09:46:42 -07:00
Ilya Lavrenov
9b68425b11
[openvino] 2023.1.0 release (#33079)
* openvino: 2023.1.0 release

* updated version databases
2023-09-19 09:40:15 -07:00
Billy O'Neal
6a349fe1fb
Update vcpkg-tool to 2023-09-15 (#33804)
https://github.com/microsoft/vcpkg-tool/releases/tag/2023-09-15
2023-09-18 16:34:12 -07:00
Fabien Péan
0a50c9623b
[yomm2] Update to v1.4.0 (#33509)
* [yomm2] Update to version 1.4.0

* [yomm2] v db
2023-09-18 10:12:53 -07:00