Commit Graph

1536 Commits

Author SHA1 Message Date
Nick Logozzo
911218eefc
[libnick] Update to 2024.2.7 (#36911)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-21 22:48:12 -08:00
Cheney Wang
deb4361235
[leptonica] update to 1.84.1 (#35984)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes https://github.com/microsoft/vcpkg/issues/35941

The contents in the patch have been merged in upstream, so I remove
them.
No feature needs to be tested.
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/ -->

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [x] SHA512s are updated for each updated download
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html)
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-02-21 22:33:32 -08:00
Kai Pastor
7a7ef70514
[libsodium] Use official build systems (#36800)
Drop the complex and undermaintained build system vendored into the
port.
Use msbuild for windows, and autotools otherwise.

Note: Users who change options via triplet files
(`VCPKG_CMAKE_CONFIGURE_OPTIONS`) must/can migrate to the official
options (via `VCPKG_CONFIGURE_MAKE_OPTIONS`; no equivalent for
msbuild?).

Should resolve #32888 according to my earlier ["the build also succeeds
with the official autoconf build
system."](https://github.com/microsoft/vcpkg/issues/32888#issuecomment-1662730210)
Should resolve #36777.
2024-02-21 22:07:27 -08:00
MonicaLiu
46c5f1fff1
[libpq] Update to 16.2 (#36849)
Fixes #36168.
* Update `libpq` to 16.2.

* Removed outdated patch `python_lib.patch`.

* Feature `client` has an error on `x86-windows`:
https://github.com/microsoft/vcpkg/issues/36693, but it is not caused by
this update and will be solved in another PR.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version.~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.


Features `client,icu,lz4,nls,openssl,python,tcl,xml,xslt,zlib,zstd` are
tested successfully in the following triplet:
```
x64-windows
x64-windows-static
```
Features `icu,lz4,nls,openssl,xml,xslt,zlib,zstd` are tested
successfully in the following triplet:
```
x86-windows
```
Features `readline,bonjour` are tested successfully in the following
triplet:
```
x64-osx
```
Feature `readline` are tested successfully in the following triplet:
```
x64-linux
```

The usage test passed on `x64-windows` (header files found):
```
The package libpq provides CMake integration:

    find_package(PostgreSQL REQUIRED)
    target_link_libraries(main PRIVATE PostgreSQL::PostgreSQL)
```

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-02-21 21:54:14 -08:00
jim wang
86a103d605
[libunwind] Update to 1.8.0 (#36910)
Fixes https://github.com/microsoft/vcpkg/issues/36797

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.

Usage test pass with following triplets:

```
x64-linux
```
2024-02-21 21:47:29 -08:00
Nick Logozzo
62f4702dfe
[libnick] Update to 2024.2.5 (#36823)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-21 10:24:03 -08:00
MonicaLiu
afa41496eb
[mongo-c-driver/libbson] Update to 1.26.0 (#36826)
Fixes #36776, update `mongo-c-driver` and `libbson` to 1.26.0.

mongo-c-driver
-
All features are tested successfully in the following triplet:
```
x86-windows
x64-windows
x64-windows-static
```

The usage test passed on `x64-windows` (header files found):
```
mongo-c-driver provides CMake targets:

    find_package(mongoc-1.0 CONFIG REQUIRED)
    target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:mongo::mongoc_shared>,mongo::mongoc_shared,mongo::mongoc_static>)
```

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version.~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-02-21 10:23:24 -08:00
JonLiu1993
c7424ce15f
[libredwg] update to 0.13.2 (#36848)
Fixes #36695

Update port `libredwg` to the latest version 0.13.2

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

Feature `tools` tested successfully in the following triplrt:
- x86-windows
- x64-windows
- x64-windows-static

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-02-21 09:36:51 -08:00
Be
a2a1413141
[libdjinterop] update to 0.20.2 (#36869)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-21 09:26:50 -08:00
Be
e045a2c3cd
[libkeyfinder] update to 2.2.8 (#36884)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-21 09:23:46 -08:00
Thomas1664
e1335bd1c2
[vcpkg baseline][libdwarf] Fix file conflict (#36742)
* [libdwarf] Fixes

* version

* fix file conflict

* version
2024-02-14 23:39:09 -08:00
Nick Logozzo
fc5db693f4
[libnick] update to 2024.2.4 (#36760)
* [libnick] update to 2024.2.4

* update versions
2024-02-14 23:03:37 -08:00
Thomas1664
cd6d94cec5
[libassert] Use magic-enum from vcpkg (#36745)
* [libassert] Use magic-enum from vcpkg

* version

* copy pdbs

* version

* fix usage

* version

* find_dependency

* version

* Fix include path

* version
2024-02-14 23:01:53 -08:00
Nick Logozzo
6176cdc54e
[libnick] Update to 2024.2.3 (#36758)
* [libnick] update to 2024.2.3

* update versions
2024-02-14 15:06:11 -08:00
Nick Logozzo
c0e5cf6caa
[libnick] Update to 2024.2.2 (#36721)
* [libnick] Update to 2024.2.2

* update versions
2024-02-13 13:06:45 -08:00
Alexander Neumann
b69c440c1e
[libarchive] update (#36677)
* update libarchive

* v db

* fix post build and only install one kind of lib type

* v db

* deactivate mbedtls

* v db
2024-02-12 14:53:06 -08:00
Cédric Tabin
a0786f6a81
Update to libzippp v7.1-1.10.1 (#36692) 2024-02-12 14:33:44 -08:00
TomKatom
2cb7bfd2ce
[libvhdi] Initial Port (#36063)
* Add libvhdi library to vcpkg

* Fixed formatting.

* version database.

* Added license.

* Fixed version formatting.

* Updated version.

* Fix osx build.

* Added version.

* Fixed config.h file.

* Added versions.

* Check for linux/fs.h

* Added version.

* Fix include.

* Added version.

* Fixed build.

* Fixed formatting.

* Added version.

* Fixed dependencies.

* Added version.

* Fixed build.

* Fixed formatting.

* Added versions.

* Revert "Added versions."

This reverts commit 94e0c97c74.

* Revert "Fixed formatting."

This reverts commit 29a8590ee0.

* Revert "Fixed build."

This reverts commit 63622e6c3d.

* Revert "Added version."

This reverts commit a9e0110664.

* Revert "Fixed dependencies."

This reverts commit c0517a5f96.

* Use CMake again.

* Fix MacOS build.

* updated version.

* Fixed CMake config.

* Updated version.
2024-02-09 20:03:54 -08:00
Kai Pastor
f56c8174eb
[tiff] Add lerc support (#35471)
* [lerc] Burn C++ linkage into pc file

* [tiff] Add lerc support

* [cmake-user] Test tiff with lerc

* [wxwidgets] Handle tiff/lerc C++ linkage trick
2024-02-08 22:41:50 -08:00
Jia Yue Hua
6653330b70
[alsa,libremidi] update to 1.2.11,4.3.0 (#36633)
* [alsa] update to 1.2.11

* [alsa] update to 1.2.11

* [libremidi] update to 4.3.0

* [libremidi] update to 4.3.0
2024-02-07 22:26:06 -08:00
Ludovic Delabre
e6c4f478e0
[libalkimia]Update libalkimia to 8.1.72 (#36528)
* Update libalkimia to 8.1.72

* Update libalkimia to 8.1.72

---------

Co-authored-by: Ludovic Delabre <ldelabre54@free.fr>
2024-02-06 12:40:48 -08:00
Jeremy Rifkin
42bb0d9e8d
[libdwarf] Update to v0.9.1 (#36526)
* Add libdwarf 0.9.0

* Bump hash

* Retrofit cpptrace and fix a libdwarf issue

* Bump

* Bump a baseline

* Undo baseline bump

* Undo port version bump

* Add libdwarf 0.9.1

* Bump hash

* Move zstd patch to dependencies.diff

* Bump baseline

* Bump

* Undo changes to versoins/c-/cpptrace.json

* properly update cpptrace port version

* --overwrite-version this time

* Forgot to delete file

* fix hash
2024-02-05 17:11:53 -08:00
Ankur Verma
e3af18df15
[llvm] Add mlir-tblgen to package if mlir feature requested (#36536)
* Fixes

* Update vcpkg.json

* Update port-version

* Fixes

---------

Co-authored-by: ankurv <ankurv@email>
2024-02-05 11:40:21 -08:00
Nick Logozzo
941ecddba0
[libnick] Update to 2024.2.1 (#36579)
* [libnick] Update to 2024.2.1

* update versions
2024-02-05 11:17:35 -08:00
Cheney Wang
f9a5556237
[libqglviewer] Fix error C2039 when build port with VS2019 (#36489) 2024-02-02 13:37:58 -08:00
Albert Santoni
75e0c3dc8f
[libsrtp] Added openssl feature flag for enabling OpenSSL support (#36135)
* [libsrtp] Added openssl feature flag for enabling OpenSSL support

* [libsrtp] Fixed JSON mixup

* [libsrtp]: Format vcpkg.json

* [libsrtp]: Update version database

* [libsrtp] Update ports/libsrtp/portfile.cmake

* Use vcpkg_check_features appropriately

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

* [libsrtp] Update version database

* [libsrtp]: Added port-version, clean up whitespace

* [libsrtp]: Updated version database

* [libsrtp] Update versions/l-/libsrtp.json

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

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-02-02 11:45:46 -08:00
Cheney Wang
7618666e79
[libheif] update to v1.17.6 (#36523) 2024-02-02 11:37:07 -08:00
Kevin Leonardic
527fc34c68
[libjpeg-turbo] Update to 3.0.2 (#36410) 2024-02-01 12:28:25 -08:00
autoantwort
b7dc755dea
[lzav] update (#36506) 2024-02-01 12:09:19 -08:00
MonicaLiu
89c0f688b8
[libmad] Fix hash (#36375)
* fix libmad hash

* update version

* use vcpkg_from_git

* update git-tree

* undo vcpkg_from_git

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-01-31 14:45:22 -08:00
SunBlack
1897a5aaa3
[libe57format] Update to 3.1.1 (#36481) 2024-01-31 14:05:41 -08:00
Alexander Neumann
20584b9d44
[libtorch] update to 2.1.2 (#36246)
* [libtorch] update to 2.1.2

* adjust features and deps

* remove dep

* fix onnx case

* use system fxdiv

* update xnnpack

* fxdiv fix in libtorch

* add newline

* xnnpack does not install configs

* more patching

* fix patch

* more fixes

* use full lib for sleef.

* fix glog symbol on osx

* try fixing msvc ice

* ok renaming did nothing

* v db

* remove comments

* v db

* cuda is only for x64

* v db

* fix usage since cuda is still external to vcpkg

* v db

---------

Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
2024-01-30 14:15:33 -08:00
Frank
c951a799b1
[libraw] Update version to 0.21.2 (#36460)
* [libraw] Update version to 0.21.2

* version
2024-01-30 12:37:31 -08:00
Nick Logozzo
32b208f7d0
[libnick] Update to 2024.2.0 (#36462)
* [libnick] Update to 2024.2.0

* Update versions
2024-01-30 12:37:04 -08:00
jim wang
2aa677e1a7
[libjuice] Fixed missing dependency Threads when used under x64-windows-static (#36437)
* add dep

* update version

* fix version

* update verison

* Fix directory to lowercase

* update version
2024-01-29 18:18:13 -08:00
Jia Yue Hua
ac97449f48
[libphonenumber] update to 8.13.29 (#36412)
* [libphonenumber] update to 8.13.29

* [libphonenumber] update to 8.13.29
2024-01-29 14:55:40 -08:00
Jia Yue Hua
7808b25b12
[log4cxx] update to 1.2.0 (#36413)
* [log4cxx] update to 1.2.0

* [log4cxx] update to 1.2.0
2024-01-29 14:55:23 -08:00
Jia Yue Hua
11bed03cc3
[libunifex] update to 0.4.0 (#36416)
* [libunifex] update to 0.4.0

* [libunifex] update to 0.4.0
2024-01-29 11:47:22 -08:00
jim wang
5cb2d00c17
[libde265] Update to 1.0.15 (#36439)
* update to 1.0.15

* update verison
2024-01-29 11:45:27 -08:00
Jia Yue Hua
7032c5759f
[libavif] update to 1.0.3 (#36390)
* [libavif] update to 1.0.3

* [libavif] update to 1.0.3
2024-01-26 16:46:40 -08:00
Jia Yue Hua
3c36c791d2
[libenvpp] update to 1.4.0 (#36391)
* [libenvpp] update to 1.4.0

* [libenvpp] update to 1.4.0
2024-01-26 16:46:24 -08:00
Jia Yue Hua
940145362f
[libgpiod] update to 2.1 (#36392)
* [libgpiod] update to 2.1

* [libgpiod] update to 2.1
2024-01-26 16:46:09 -08:00
Jia Yue Hua
eebf28d610
[libjuice] update to 1.3.4 (#36393)
* [libjuice] update to 1.3.4

* [libjuice] update to 1.3.4
2024-01-26 16:45:40 -08:00
Kai Pastor
3b21386457
[vcpkg baseline][lensfun] Fix and cleanup (#36342)
* [lensfun] Add feature and fix python module

* [lensfun] Cleanup, fix, update license

* versions

* [lensfun] No python on windows
2024-01-25 11:22:48 -08:00
Billy O'Neal
cf20e29526
Update macOS for January 2024 (#35617)
macOS 14.2.1 on amd64, 14.3 on arm64
XCode Console Tools 15.1

Other changes:

macOS install is done from the installers rather than from the recovery partition
readme.md is now written for a vcpkg-team audience
vagrant is removed as a dependency so that discussion of how to persist the VMs between machines could be included
arm64 is added using https://github.com/s-u/macosvm
2024-01-25 10:50:32 -08:00
Matthias Kuhn
f45fd3334f
[libpq] fix build for *-android-dynamic (#36344)
Android does not like versioned .so files

Backport of 79b03dbb33
2024-01-25 09:36:02 -08:00
chausner
1b65197e93
[lzav] Add new port (#35995)
* Add lzav 3.4

* Update CI baseline

* Update to version 3.6

* Update CI baseline

* Update to version 3.10

* Update CI baseline

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2024-01-24 15:46:46 -08:00
Avery King
e5e9f2f145
[libmad] update to 0.16.4 (#35898)
* [libmad] update to 0.16.4

Switches libmad to Tenacity's maintained version.

Signed-off-by: Avery King <avery98@pm.me>

* update filename

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* update version db

---------

Signed-off-by: Avery King <avery98@pm.me>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Javier Matos Denizac <javiermat@microsoft.com>
2024-01-24 13:31:39 -08:00
moritz-h
5d03478623
[vulkan*] update to 1.3.275.0 (#36262)
* [vulkan*] update to 1.3.275.0

* fix cmake config path

* update volk to fix vulkan-tools

* fix lunarg-vulkantools

* fix android

* build vulkan layers always dynamic

* fix android

* staticcrt

* fix description

* remove debug layer json files

* fix android

* fix parallel config
2024-01-24 11:26:41 -08:00
jim wang
64e52bff30
[libdatachannel] Fix LibJuice's find method (#36338)
* Find vcpkg library

* update version

* Delete FindLibJuice under source

* update verison
2024-01-24 09:44:41 -08:00
SunBlack
ed831b1e4a
[libe57format] Update to 3.1.0 (#36278) 2024-01-23 11:49:11 -08:00
Nick Logozzo
fff9df8548
[libnick] Update to 2024.1.6 (#36284)
* Update to 2024.1.6

* fix hash

* Update versions

* Update usage

* Update libnick.json

* add a blank line

* update version

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-01-23 11:45:23 -08:00
Yury Bura
8ccb84df72
[boost] Update to v1.84.0 (#35693)
* [scripts] update Boost ports generation script, fixes #35187

* [boost] remove obsolete patches and re-generate ports

* update versions

* [boost] remove redundant vcpkg_minimum_required

* update versions

* [scripts/boost] update dependencies to config/checks, review b2-options.cmake files

* [boost-*] regenerate ports

* [boost-locale] fix patch

* update versions

* [boost-serialization] fix checks

* update version

* [boost-*] better fixes related to the config checks

* update version

* [boost-cobalt] fix build

* update versions

* [liblas] Boost v1.84.0 requires C++11

* [pcl] fix Unix build

* add versions

* [vcpkg-cmake-get-vars] add CMAKE_<LANG>_COMPILER_VERSION

* [boost-cobalt] detect compiler

* [coin] force C++11

* [json5-parser] force C++11

* add versions

* [boost-cobalt] exclude iOS and Android platforms due to C++ Concepts library is not supported

* [gtsam] force C++11

* [kenlm] force C++11

* [quickfast] force C++11

* [liblas] force C++11

* update versions

* [boost] re-generate port

* update version

* [kenlm] revert changes

* [boost-cobalt] exclude OSX

* update versions

* [plc] remove useless patch after merge

* update versions after merge

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-01-22 10:56:30 -08:00
jim wang
8c088486c8
[libdatachannel] Delete the redundant dependency libSRTP in the config file (#36191)
* Fix libsrtp not found

* update version

* add dep

* update version

* update version
2024-01-19 12:25:50 -08:00
Bruce Mitchener
bbbdfc30f7
[libbacktrace] Update to commit from 2023-11-30. (#36238) 2024-01-19 11:56:53 -08:00
SunBlack
6dad517ad6
[libe57format] Update to 3.0.2 (#36239) 2024-01-19 11:56:35 -08:00
SunBlack
0dbf7befd7
[libe57format] Update to 3.0.1 (#36188) 2024-01-17 11:50:40 -08:00
Bruce Mitchener
0b17830509
[libdatachannel] Update to 0.19.5 (#36160) 2024-01-16 10:52:53 -08:00
Nick Logozzo
8100a2d0a1
[libnick] Update to 2024.1.5 (#36169)
* V2024.1.5

* Update versions
2024-01-16 10:52:35 -08:00
Doug Cook
53bef8994c
[libtracepoint] Upgrade to v1.3.0 (#36137)
* [libtracepoint] Upgrade to v1.3.0

* [libtracepoint] Upgrade to v1.3.0 versions
2024-01-12 10:25:51 -08:00
Frank
88b81397bb
[live555] Pass options to fix osx (#36120)
* [live555] Pass options to fix osx

* format

* version

* EOL

* version
2024-01-12 10:25:19 -08:00
Paul-Edouard Sarlin
a45fe2ce60
[libraw] Disable default features of jasper (#36110)
* No default features for jasper in libraw

* Increment port version
2024-01-11 15:43:52 -08:00
Jonas Marklén
ee9c88f9ec
[libmaxminddb] Updated version to 1.9.1 (#36112)
* Updated libmaxminddb to version 1.9.1

* Cleanup portfile

* Use vcpkg_install_copyright function

* Updated versions

* Update ci.baseline.txt

* Implemented fixes from dg0yt

* Versions updated

* Update portfile.cmake

* Update libmaxminddb.json

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2024-01-11 15:43:37 -08:00
Nick Logozzo
3de47528ca
[libnick] Update to 2024.1.4 (#36096)
* [libnick] Update to V2024.1.4

* Update libnick.json
2024-01-10 16:59:23 -08:00
Nick Logozzo
c9919121dd
[libnick] Add libnick V2024.1.3 (#36065)
* Add libaura V2024.1.2

* Add Versions

* Update libaura.json

* Better Port Files

* Update libaura.json

* Remove gtest as tests not built

* Update libaura.json

* glib only needed on linux

* Update libaura.json

* libaura --> libnick

* Update versions
2024-01-09 11:02:36 -08:00
jim wang
c59f322676
[mongo-c-driver] update to 1.25.4 (#36070)
* update to 1.25.4

* update version

* static

* update veresion
2024-01-09 10:40:59 -08:00
Matthias Kuhn
5517637cbe
[libiconv] Build for ios (#36035) 2024-01-08 13:15:52 -08:00
Thea Camille-Maxime (MaxRev)
fc3f613661
[libmysql] Fix port on arm64-osx (compiler checks) (#35930) 2024-01-04 17:41:17 -08:00
Frank
ae86809455
[lapack-reference] Disable Test program (#35920) 2024-01-04 12:04:39 -08:00
Frank
b88e4cdec5
[launch-darkly-server] Fix dependence clib symbol Duplicate with openssl (#35901) 2024-01-04 12:04:24 -08:00
chausner
d8c0c7da8b
[libcoro] Update to 0.10 (#35814) 2024-01-04 11:58:41 -08:00
David Reidsma
0ad615378f
[libusb] Replaced incorrect apt package name "autoreconf" with "autoconf" (#36020) 2024-01-03 17:53:08 -08:00
Kai Pastor
5a48f2eb0f
[libpng] Search libm in implicit link dirs (#35924) 2024-01-03 17:38:33 -08:00
JonLiu1993
4a938d4240
[libxdiff] fix the imported target error (#35905)
Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2024-01-03 17:32:13 -08:00
jim wang
8810558616
[libdatachannel] Fix dependency not found (#35618) 2024-01-03 16:56:55 -08:00
jim wang
7f5282b7d6
[mongo-c-driver] update to 1.25.2 (#35524) 2024-01-02 14:31:28 -08:00
Ómar Högni Guðmarsson
194896fcb1
[libtorch] build failure (#35708) 2024-01-02 14:26:56 -08:00
Kai Pastor
ceca66bec0
[libexif] Fix feature nls (#35864)
This package has own gettext autoconf hacks, so providing gettext[core]
m4 files and autopoint for autoreconf cannot be avoided.
2023-12-29 00:03:07 -08:00
Kai Pastor
d4d2e611ec
[libosmium] Fix and cleanup (#35892) 2023-12-27 23:47:50 -08:00
Aleksei Shpakovskii
4874bea8eb
[libdisasm] add license (#35798) 2023-12-20 20:26:48 -08:00
Eidolon
cd8067150e
[libvpx] Use msys2 perl on win32 hosts (#35593) 2023-12-20 00:30:40 -08:00
Cheney Wang
4b2d315482
[libsodium] update to 1.0.19 (#35753)
* [libsodium] update to 1.0.19

* Fix config error

* Fixes cnats and proxygen failed with undefined reference to `_crypto_aead_aegis128l_pick_best_implementation' and `_crypto_aead_aegis256_pick_best_implementation'

* Fixes undefined reference to `aegis128l_aesni_implementation' and `aegis256_aesni_implementation'
2023-12-19 23:16:05 -08:00
Cheney Wang
f1a46998ae
[live555] update to 2023.11.30 (#35774) 2023-12-19 21:12:16 -08:00
jim wang
fa1eedf5a6
[llgi] Update to 2023-12-19 (#35767) 2023-12-19 15:02:02 -08:00
Alonso Schaich
16e9142b56
[libvpx] resolve bash by PATH rather then hard-coding its' location (#35605) 2023-12-19 14:58:28 -08:00
Kai Pastor
6b24a06502
[libmount] Update to 2.39 and fix (#35738) 2023-12-18 13:26:01 -08:00
Vitalii Koshura
ecdff26160
[libsystemd] Fix build when specifying release-only build (#35737) 2023-12-18 13:25:01 -08:00
Kai Pastor
fafa83c8bf
[libcap] Fix native build with prefixed CC (#35735) 2023-12-18 13:24:28 -08:00
Ivan Maidanski
c66d6969d2
[libatomic-ops] Update to v7.8.2 (#35728) 2023-12-18 13:23:35 -08:00
Alexander Neumann
50bffcc62d
[vulkan] install required sdk parts (#35479)
* Install vulkan.

* add gfxreconstruct

* format manifest and cr changes

* remove moltenvk

* fix ci part 1

* fix a dep

* more fixes

* remove vulkan failures from CI pipeline

* remove annoying stuff to deal with in static builds

* fix trailing ,

* remove vendored cmakelists

* force ci to be green

* format manifest

* Fix more ci issues

* fix hikogui

* make ci happier

* add jsoncpp dep

* only remove the debug folder if targeting windows

* bump port-version

* v db

* vulkan-loader add usage

* Rename vulkantools to lunarg-vulkantools

* Make VMA install headers platform dependent

* Remove vcpkg_check_linkage

* readd vulkan-validationlayers

* v db
2023-12-14 23:33:39 -08:00
MonicaLiu
1d206dae08
[libtorch] Fix core dependencies (#35682)
* fix libtorch dependencies

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-12-14 22:56:23 -08:00
MonicaLiu
8abeb71402
[libusb] Fix usage (#35498)
* fix usage

* update version

* redo x64-windows.cmake

* resolve conflicts

* updaet git-tree

* fix downstream

* update version

* fix libirecovery

* update git-tree

* fix pkg_check_modules

* update git-tree

* fix libfreenect2

* update version

* fix libuvc

* update version

* fix libuvc patch

* update git-tree

* fix libuvc build_fix.patch

* update git-tree

* format

* update git-tree

* undo supports

* update git-tree

* fix azure-kinect-sensor-sdk

* update version

* add pkg-config.exe

* update git-tree

* disable build examples and tests

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-12-14 00:07:17 -08:00
Vincent Thiberville
8308c141fd
[libxslt] do not require default features of libxml2 (#35565) 2023-12-12 01:45:03 -08:00
Kai Pastor
603643dcbf
[geos,libspatialite] Fix various quirks (#35574)
* [geos] Fix geos-config

* [libspatialite] Fix quirks
2023-12-12 01:42:45 -08:00
Kai Pastor
7e67ab9f0b
[libzim] Update to 9.0.0 (#35576)
* [libzim] No uwp

* [libzim] Update to 9.0.0
2023-12-12 01:31:45 -08:00
dundargoc
dd38f20a86
[lpeg] update to 1.1.0 (#35580) 2023-12-12 01:22:44 -08:00
Thomas1664
9ca8099ffb
[vcpkg baseline][libbson] Fix race condition during CMake configure (#35586)
* Delete unused patches

* disable finding Python

* Fix race during CMake configure

* version
2023-12-12 01:20:57 -08:00
Lily Wang
63875dac87
[libsystemd] Add dependency gperf (#35598)
* [libsystemd] Add dependency gperf

* update version
2023-12-12 01:10:04 -08:00
autoantwort
c4f29d253e
[liblemon] no uwp (#35257) 2023-12-08 01:26:51 -08:00
Kai Pastor
e3146582c4
[luajit] Burn-in dll (#35544) 2023-12-07 23:35:10 -08:00
Kai Pastor
72010900b7
[libusb] Set host triplet for wasm32 (#35292) 2023-12-04 19:47:16 -08:00
Kai Pastor
8b838b5616
[libdeflate] Fix usage (#35460) 2023-12-04 17:30:52 -08:00
Sergey Podobry
544daf445a
[libdatachannel] Update to 0.19.4 (#35450) 2023-12-04 17:20:43 -08:00
Theodore Tsirpanis
16ee2ecb31
[libmagic] Add CMake config. (#35274)
* [libmagic] Add CMake config.

* Fix license information and add usage.

* Address PR feedback.
Co-authored-by: Kai Pastor <dg0yt@darc.de>

* Set some missing properties.

* Fix location to import library.

* Update version database.
2023-12-01 02:21:55 -08:00
JonLiu1993
ca9ac0ba65
[libxml2] Fix ICU support option (#35281)
* Fix  ICU support option

* update version

* [libxml2] Fix ICU support option

* format vcpkg.json

* update version

* Add qtwebengine depend on libxml2[icu]

* update version

* update version

* update feature

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-12-01 02:20:53 -08:00
FantasqueX
7bb78b3f15
[libspng]: New port (#35412)
* [libspng]: New port

* fix usage

* update version
2023-12-01 02:08:05 -08:00
Christian Mazakas
2fd72b3488
update liburing port to version 2.5 (#35430) 2023-12-01 02:03:33 -08:00
Frank
24ae27eb23
[libexif] Change to the official build system (#32114)
* [vtk] Fix the dependency curl of proj

* version

* [libexif] Change to the official build system

* add port-version

* version

* revert

* libexif

* version

* default feature nls

* version

* update

* format

* version

* revert

* vdb

* version
2023-12-01 01:57:19 -08:00
MonicaLiu
bb588985e3
[llvm] Add patch to fix missing LinkageSpec of getCursorKindForDecl (#35351)
* fix llvm

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-11-29 19:19:06 -08:00
jim wang
5b60364b3a
[libressl] Update to 3.8.2 and added usage (#35146)
* add usage

* update version

* update version

* add patch

* update version

* fix EOL

* update version
2023-11-29 01:24:08 -08:00
Lily Wang
4fd5934584
[libzip] Update to 1.10.1 (#35167)
* [libzip] Update to 1.10.1

* update version

* update patch

* update version
2023-11-29 01:19:13 -08:00
Jeremy Rifkin
2cb6ec989f
[cpptrace] Add v0.3.0 (#35240)
* Initial work to add 0.3.0

* Bump

* Bump hash

* Bump

* Bump hash

* Bump

* Bump

* Bump

* More changes

* Bump

* Bump hash

* Bump

* Add an option

* Cleanup

* Bump

* Set to 0.3.0

* Bump

* Suggestions from dg0yt

* Bump

* Bump tag hash

* Bump git tree

* Delete patch from merge

* Bump

* Try to fix libassert build

* Bump

* Try again

* Bump

* Undo attempts to set cpptrace version for libassert

* Bump

* Add libassert 1.2.2

* Update libassert's vcpkg.json

* Bump

* Forgot to update SHA, also remove a patch that's not needed

* Bump

* Add patch for cpptrace::nullable

* Bump
2023-11-29 01:09:30 -08:00
Billy O'Neal
ca595d3733
[libbson] Fix libbson when Python3 isn't on the PATH (#35276)
Probably broken by https://github.com/microsoft/vcpkg/pull/34994

Detected in https://github.com/microsoft/vcpkg/pull/35116

where this REGEX is expected to be output from the python script

```
CMake Error at build/cmake/LoadVersion.cmake:9 (string):
  string sub-command REGEX, mode MATCHALL needs at least 5 arguments total to
  command.
Call Stack (most recent call first):
  CMakeLists.txt:20 (LoadVersion)
```
2023-11-29 00:52:25 -08:00
Kai Pastor
4b129ae0e7
[libconfig] Fix static usage (#35280)
* [libconfig] Fix static usage

* [libconfig] Update patch
2023-11-29 00:51:30 -08:00
autoantwort
12018d5fa3
[libssh] no alternatives in features (#35324) 2023-11-29 00:17:15 -08:00
simolis3
cabba0d037
[libusb] Add disable-udev feature (#35328)
* [libusb] Add disable-udev feature

* fix commented problems. Comments still to be removed

* Update libusb port version

* Updated libusb port-version

* Remove commented lines

* Update version database

* Update version database

* fix suggestion to portfile.cmake
2023-11-28 22:56:17 -08:00
Thomas1664
07039e2f12
[log4cplus] Update to 2.1.1 (#35339)
* [log4cplus] Update to 2.1.1

* version

* Fix debug pc file

* version
2023-11-28 21:59:27 -08:00
Jeremy Rifkin
ff30334f3d
[libassert] New port (#35094)
* Initial work to add libassert

* Bump

* Fix linux build

* Bump

* Update versions/l-/libassert.json

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>

* Update cpptrace dependency specification

* Patch cpptrace's config file

* Bumps

* Format fix

* Bump

* Remove libdwarf.patch

* Bump

* No need to list libdwarf as a dependency of libassert

* Bump

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
Co-authored-by: Monica <liuyumei01@beyondsoft.com>
2023-11-22 14:40:00 -08:00
Clinton Ingram
6c6ecf3a45
[libde265] Update to 1.0.14 (#35227)
* update libde265 to 1.0.13

* update baseline

* update libde265 to 1.0.14

* update baseline

* remove interim version
2023-11-22 14:38:02 -08:00
autoantwort
cb1f2fe770
[libuv] no uwp (#35258) 2023-11-22 14:30:45 -08:00
autoantwort
7bd20ae2b9
[luafilesystem] no uwp (#35256) 2023-11-22 13:37:58 -08:00
Clinton Ingram
a6c7fad33f
[libheif] Update to 1.17.5 (#35232)
* update libheif to 1.17.5

* update baseline
2023-11-21 18:52:02 -08:00
Clinton Ingram
ce8fd9e724
[libpng] Update to 1.6.40 (#35193)
* update libpng to 1.6.40

* update baseline

* fix patch files

* update baseline
2023-11-21 18:24:19 -08:00
Park DongHa
a42af01b72
[libtheora] install pkg-config files (#34904)
* [libtheora] create pkg-config files

* [libtheora] fix expression

* [libtheora] update baseline

* [libtheora] provide version from portfile

* Update ports/libtheora/CMakeLists.txt

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* Update ports/libtheora/portfile.cmake

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* Update ports/libtheora/CMakeLists.txt

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* [libtheora] update baseline

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-11-20 19:31:49 -08:00
Kai Pastor
f740d6f229
[libxml2] Update to 2.11.6 (#35189) 2023-11-20 12:21:43 -08:00
Clinton Ingram
2129047fa7
[libde265] Update to 1.0.12 (#35194)
* update libde265 to 1.0.12

* update baseline
2023-11-20 12:16:50 -08:00
Clinton Ingram
42301f8cb4
[libheif] Update to 1.17.3 (#35195)
* update libheif to 1.17.3

* update baseline
2023-11-20 12:15:04 -08:00
Jia Yue Hua
a6ec0cb237
[libosip2] update to 5.3.1 (#35176)
* [libosip2] update to 5.3.1

* [libosip2] update to 5.3.1
2023-11-17 15:01:40 -08:00
Mengna Li
40771be0a0
update to 2023-11-08 (#35150) 2023-11-17 11:07:28 -08:00
Park DongHa
98f2259316
[llgi] create a new port (#34147)
* [llgi] create a new port

* [llgi] update to latest

* [llgi] update baseline

* [llgi] create patch for cmake

* [llgi] split patch to pull request

* [llgi] update baseline

* [llgi] fix some details

* [llgi] fix vcpkg functions

* [llgi] update patch file

* [llgi] fix linux build

* Update ports/llgi/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/llgi/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/llgi/vcpkg.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* [llgi] update baseline

* [llgi] apply upstream change

* [llgi] remove working version

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-11-16 19:54:49 -08:00
jim wang
939eaca496
[mongo-cxx-driver] update to 3.9.0 (#34994)
* update to 3.9.0

* update version

* update libbson

* update version

* Fix static compilation issue

* update version

* patch

* update version

* patch

* update version
2023-11-16 16:52:43 -08:00
Paweł Wegner
bf1c8fef40
[libressl] enable support for uwp and arm. (#35135) 2023-11-16 12:48:05 -08:00
Vasyl Gello
ac2a14f35f
[libvpx] Bump to 1.13.1 (#35047)
Based on https://github.com/microsoft/vcpkg/pull/34814 by @LilyWangLL
but tailored for RustDesk to build on arm64-ios, arm*-linux etc.

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2023-11-15 19:13:58 -08:00
Samuel Marks
4d73751b34
[libaes-siv] New port (#34519)
* [ports/libaes-siv] New port

* [ports/libaes-siv/CMakeLists.txt] Only include one C file ; use compile flags from their official CMakeLists.txt ; link OpenSSL

* Update ports/libaes-siv/portfile.cmake

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

* `./vcpkg x-add-version --all --overwrite-version`

* [ports/libaes-siv/CMakeLists.txt] Copy yara port's approach to depending on OpenSSL

* [ports/libaes-siv/CMakeLists.txt] Use @ for escaping vars and use https://cmake.org/cmake/help/latest/command/file.html#configure instead of `file(WRITE` following by `configure_file`

* Update ports/libaes-siv/CMakeLists.txt

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* Update ports/libaes-siv/CMakeLists.txt

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* Update ports/libaes-siv/CMakeLists.txt

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* ./vcpkg x-add-version libaes-siv --overwrite-version

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-11-15 17:24:14 -08:00
Nick D'Ademo
540956515c
[libobfuscate] new port (#35106)
* add new port.

* add header install.

* formatting.

* versions.

* Update ports/obfuscate/portfile.cmake

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

* rename port.

* update versions file.

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-11-15 15:42:50 -08:00
Henrik Gaßmann
426dcc68e0
[llfio,ned14-internal-quickcpplib,outcome,status-code] Update to 2023-11-06 (#34935)
* [ned14-internal-quickcpplib] Update to 2023-11-06

* [status-code] Update to 2023-11-0

* [outcome] Update to 2.2.7

* [llfio] Update to 2023-11-06

* Update version database

* [outcome,llfio] Fix find_dependency usage
2023-11-14 13:11:02 -08:00
Jia Yue Hua
a3aec9d93b
[libmt32emu] update to 2.7.1 (#35019)
* [libmt32emu] update to 2.7.1

* [libmt32emu] update to 2.7.1

* fix homepage
2023-11-14 13:08:03 -08:00
JonLiu1993
1e8122f2f8
[log4cxx] fix find_package error (#34996)
* [log4cxx] fix find_package error

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-11-10 11:43:18 -08:00
jim wang
53219b7c4e
[saucer] update to 2.1.0 (#34732)
* add feature

* update version

* del webview2

* update version

* del feature

* update version

* update to 2.0.0

* udpare version

* update verison

* update version

* update to 2.1.0

* update version

* add dependency

* update version

* delete version

* update to 2.6

* update version
2023-11-08 09:36:24 -08:00
Jia Yue Hua
d8079ecd67
[llhttp] update to 9.1.3 (#34915)
* [llhttp] update to 9.1.3

* [llhttp] update to 9.1.3
2023-11-05 09:45:05 -08:00
Jia Yue Hua
d44882136b
[librsync] update to 2.3.4 (#34852)
* [librsync] update to 2.3.4

* [librsync] update to 2.3.4
2023-11-02 10:39:03 -07:00
Jia Yue Hua
6717592fcf
[libtommath] update to 1.2.1 (#34853)
* [libtommath] update to 1.2.1

* [libtommath] update to 1.2.1
2023-11-02 10:38:45 -07:00
Jia Yue Hua
3c2e4c93ed
[libunibreak] update to 5.1 (#34854)
* [libunibreak] update to 5.1

* [libunibreak] update to 5.1
2023-11-02 10:38:18 -07:00
Alexander Neumann
0dc005fb66
[llvm] fix clang rescource dir (#34801)
* [llvm] fix clang rescource dir.

* v db

* fix core feature

* v db
2023-11-01 14:24:36 -07:00
Kai Pastor
23d3731eae
[libmysql] Update to 8.0.34 (#34736)
* [libmysql] Update to 8.0.34

* [libmysql] Fix deps

* [libmysql] Fix deps, cont.

* WIP

* WIP

* [libmysql] Don't wrap downstream Find modules

Downstream Find modules are not standardized and cannot be wrapped
reliably. By moving the legacy wrapper behaviour to a config module,
we can catch those users which were relying on the old usage, and
display the instructions for migrating to the canonical unofficial
usage.

* [libmysql] Cross build stuff

* [libmysql] Cross build stuff

* [libmysql] Cross build stuff
2023-11-01 12:06:07 -07:00
Javier Matos Denizac
51b14cd4e1
[lensfun] Remove cpu features (#34832)
* remove invalid cpu features

* bump port version

* oops

* version db

* build_for_sse=off

* version db

* sse2 = off

* version db
2023-10-31 18:48:06 -07:00
Jeremy Rifkin
809e93f524
[libdwarf] New port (#34382)
* Try to add libdwarf

* Has

* fix

* hash

* fixes

* hash

* Fixes

* bump hash

* zlib fix

* bump hash

* fix

* bump hash

* fixes

* Bump hash

* fix

* bump

* x

* bump

* fix

* bump

* fix

* bump

* fix

* bump

* fix

* bump

* fix

* bump

* Try this

* bump

* cleanup

* bump

* Update patches

* bump hash

* fix whitespace

* bump

* Update usage

* Bump

* Update portfile and patches (#1)

* Re-introduce off_t patch

* Bump

* Fix patch

* Bump

* Usage is now correct

* Bump

* Revert "Usage is now correct"

This reverts commit 54b32d172d.

* Bump

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-10-31 12:31:57 -07:00
Jack·Boos·Yu
edd68d8a94
[lensfun] Add new port (#34783)
* [lensfun] Add new port

* version

* fix win build

* ver

* try to fix win build

* try again

* fix script tools installation

* ver

* INSTALL_HELPER_SCRIPTS -> OFF

* ver

* typo

* ver

* Apply suggestion

* ver

* Remove feature tool

* ver

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-10-31 12:08:20 -07:00
Jia Yue Hua
0c5d26ffc2
[librdkafka] update to 2.3.0 (#34798)
* [librdkafka] update to 2.3.0

* [librdkafka] update to 2.3.0
2023-10-31 11:59:24 -07:00
Jia Yue Hua
fe959628e4
[libsigcpp] update to 3.6.0 (#34804)
* [libsigcpp] update to 3.6.0

* [libsigcpp] update to 3.6.0

* fix eol
2023-10-31 11:59:12 -07:00
Lily Wang
1ad8ada839
[libremidi] Update to 4.2.4 (#34810)
* [libremidi] Update to 4.2.4

* update version
2023-10-31 11:57:55 -07:00
JonLiu1993
763429b55b
[libhv] update to 1.3.2 (#34811)
* [libhv] update to 1.3.2

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-10-31 11:57:23 -07:00
Theodore Tsirpanis
f17f0bffde
[libmagic] Update to version 5.45. (#34763)
* [libmagic] Update to version 5.45.

* Update patches.

* Update version database.
2023-10-30 14:42:44 -07:00
NewWheelTech
9ffbe6768d
[libigl] Update to v2.5.0 (#34703)
* [libigl] Upate to v2.5.0

* Add updated patches to libigl v2.5.0

* Add find_package for stb

* Remove PNG from libigl

* Update basline.json and libigl.json

* Update libigl.json

* Add stb to dependancies, remove unneeded patch

* Fix formating

* Update libigl.json version

* Stb is case senstive on Linux

* Update version git-tree
2023-10-27 18:44:08 -07:00
Todor Prokopov
cbb9d90a2e
[libpq] Fix MinGW build (#34747) 2023-10-27 18:00:49 -07:00
Lily Wang
27728bbae6
[libremidi] Fix install path of the lib file (#34718)
* [libremidi] Fix install path of the lib file

* update version
2023-10-26 16:49:30 -07:00
Kai Pastor
4ff2d52566
[check,libsbml] Update, port fixes (#34656)
* [libsbml] Update, port fixes

* [check] Follow VCPKG_LIBRARY_LINKAGE

* [check] Don't install checkmk

* [check] Burn-in dllimport

* [libsbml] Devendor dirent

* [libsbml] Burn-in library linkage

* Finish

* Fix typo

* [libsbml] Shorten patch
2023-10-24 09:09:15 -07:00
evpobr
e6a164736f
[libsndfile] Update to 1.2.2 (#34388)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-10-24 09:08:39 -07:00
Kai Pastor
bcc8b849b3
[libconfig] Cleanup, fix libconfig++ cmake export (#34646)
* [libconfig] No vendored CMakeLists.txt

* [libconfig] Cleanup

* [libconfig] Fix libconfig++ cmake export
2023-10-23 11:29:14 -07:00
MonicaLiu
374023bdbb
[vcpkg baseline][libpcap] Fix flex command --header-file (#34670)
* fix libpcap

* update version

* DISABLE_PARALLEL_CONFIGURE

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-10-23 11:20:00 -07:00
Jia Yue Hua
d07d3f7da2
[libpcap] update to 1.10.4 (#34622)
* [libpcap] update to 1.10.4

* [libpcap] update to 1.10.4

* [libpcap] update

* [libpcap] update
2023-10-20 09:55:00 -07:00
Jia Yue Hua
6836a75c4a
[libmspack] update to 0.11 (#34592)
* [libmspack] update to 0.11

* [libmspack] update to 0.11
2023-10-20 09:53:30 -07:00
Jia Yue Hua
1e0e745cd0
[libnop] update to 2021-11-03 (#34593)
* [libnop] update to 2021-11-03

* [libnop] update to 2021-11-03
2023-10-20 09:52:37 -07:00
Nicholas Hayes
b97d94a8a7
[libheif] update to 1.17.1 (#34595) 2023-10-20 09:51:05 -07:00
Jia Yue Hua
a552b81342
[libphonenumber] update to 8.13.23 (#34621)
* [libphonenumber] update to 8.13.23

* [libphonenumber] update to 8.13.23
2023-10-20 09:39:22 -07:00
Jia Yue Hua
9bc8b9fda8
[libraqm] update to 0.10.1 (#34625)
* [libraqm] update to 0.10.1

* [libraqm] update to 0.10.1
2023-10-20 09:37:19 -07:00
Jia Yue Hua
c4d0b65dac
[libjpeg-turbo] update to 3.0.1 (#34555)
* [libjpeg-turbo] update to 3.0.1

* [libjpeg-turbo] update to 3.0.1
2023-10-19 10:50:06 -07:00
Jia Yue Hua
af0cb21f3b
[libjuice] update to 1.3.1 (#34558)
* [libjuice] update to 1.3.1

* [libjuice] update to 1.3.1
2023-10-19 10:49:44 -07:00
Jia Yue Hua
d524a38038
[libmorton] update to 0.2.12 (#34585)
* [libmorton] update to 0.2.12

* [libmorton] update to 0.2.12
2023-10-19 10:49:08 -07:00
Marco Correia
4e0e7efa6a
[liblemon] Supports recent compilers. (#34532)
* Supports recent compilers.

Recent compilers (e.g. clang>=16) changed the default c++ standard to
cxx17. This will break compilation of liblemon. This commit forces
code to be compiled in cxx14 mode.

* Updates port version.
2023-10-18 10:21:47 -07:00
Nicholas Hayes
f6fffdc5bb
[libheif] update to version 1.17.0 (#34538) 2023-10-18 10:07:36 -07:00
Jia Yue Hua
49f690c205
[libmaxminddb] update to 1.7.1 (#34561)
* [libmaxminddb] update to 1.7.1

* [libmaxminddb] update to 1.7.1
2023-10-18 10:03:24 -07:00
Vitaly
034298f677
[libqtrest] Add new port (#34455)
* QtRest: new port

* Fix ref

* Fix ref

* Fix ref

* qtrest -> libqtrest, review changes

* versions

* cleanups
2023-10-17 11:36:06 -07:00
Jia Yue Hua
91f1776a2c
[dirent] update to 1.24 (#34043)
* [dirent] update to 1.24

* [dirent] update to 1.24

* fix deps

* fix deps

* fix deps

* fix deps

* CI [skip actions]

* CI [skip actions]

* fix deps

* CI [skip actions]

* fix deps
2023-10-17 11:09:26 -07:00
Frank
853411c954
[libcial] Update version to v3.0.17 (#34504)
* [libcial] Update version to v3.0.17

* version
2023-10-17 10:39:09 -07:00
Jia Yue Hua
30876addcc
[libtins] update to 4.5 (#34525)
* [libtins] update to 4.5

* [libtins] update to 4.5
2023-10-17 10:38:47 -07:00
Jia Yue Hua
311ae71f1e
[libsvm] update to 3.32 (#34526)
* [libsvm] update to 3.32

* [libsvm] update to 3.32
2023-10-17 10:38:18 -07:00
Kai Pastor
accc60bdaa
[libopenmpt] Update, cleanup (#34486) 2023-10-16 12:12:21 -07:00
Pravila
bb1f441695
[libtracepoint,libtracepoint-control,libtracepoint-decode,libeventheader-tracepoint,libeventheader-decode] Update to 1.2.1 (#34477)
* Update libtracepoint ports

* Update version

* Update libtracepoint-header

* Update version libeventheader-tracepoint

* Update libeventheader-decode

* Update version

---------

Co-authored-by: Pablo Rodriguez Avila <pabloro@microsoft.com>
2023-10-16 12:05:06 -07:00
Maxime Gervais
d3b05ce062
[libmediainfo] Update to 23.10 (#34498) 2023-10-16 12:00:44 -07:00
Billy O'Neal
5e8067541b
[libcap, libgpiod] Use tarballs from kernel.org. (#34480)
I noticed this while reviewing https://github.com/microsoft/vcpkg/pull/34472 that these would be better to use tarballs which are eligible to be asset cached.
2023-10-16 10:46:13 -07:00
Billy O'Neal
486a4640db
[libosip2, talib] Don't install include/makefile.am. (#34481) 2023-10-13 19:43:14 -07:00
Jia Yue Hua
ddf50bc490
[libgpiod] update to 2.0.2 (#34472) 2023-10-13 12:01:47 -07:00
Jia Yue Hua
9b18ccb8d2
[libenvpp] update to 1.3.0 (#34470) 2023-10-13 12:00:21 -07:00
Jia Yue Hua
d297ef5bff
[libics] update to 1.6.6 (#34473) 2023-10-13 11:59:30 -07:00
jim wang
4029389889
[libtins] Fix include header file cannot be found (#34461) 2023-10-13 11:24:19 -07:00
jim wang
88012347cc
[libffi] Fix undefined function error (#34404) 2023-10-12 20:12:32 -07:00
Kai Pastor
2f94f0e5a6
[libidn2] Generally disable AUTOPOINT (#34234) 2023-10-12 19:34:46 -07:00
Yury Bura
34bc63571a
[llvm] update to v17.0.2 (#33600) 2023-10-12 10:46:42 -07:00
JonLiu1993
84b4fe24b0
[libpq] update to 16.0 (#34368) 2023-10-10 15:00:28 -07:00
Jean-Michaël Celerier
2e1062ac3e
[libremidi] update to 4.2.3 (#34269) 2023-10-09 18:03:23 -07:00
autoantwort
b7f94044d0
[liblsquic] update (#34339) 2023-10-09 15:36:45 -07:00
JonLiu1993
8cad42c221
[libfreenect2] Update to 0.2.1 (#34347) 2023-10-09 15:35:15 -07:00
Weihang Ding
d3fbd135e4
[linalg] Bump to 2.2 (#34358) 2023-10-09 15:34:56 -07:00
Weihang Ding
40cad4c864
[ltla-cppirlba] Bump to 2023-09-20 (#34362) 2023-10-09 15:33:03 -07:00
Weihang Ding
ff323de5ad
[libsmb2] Bump to 2023-08-11 (#34323) 2023-10-09 15:15:30 -07:00
MonicaLiu
c13b09744c
[libpqxx] Update to 7.8.1 (#34325) 2023-10-09 15:14:25 -07:00
Dr.-Ing. Carsten Grimm
8e8f057d23
[liblzma] update to version 5.4.4 (#34306) 2023-10-09 15:09:25 -07:00
Rossmaxx
9c2fc5d351
[libgig] New Port (#33255) 2023-10-09 15:03:09 -07:00
Kai Pastor
33e2a9f56d
[libgnutls] Fix build errors (#34275) 2023-10-06 10:37:04 -07:00
Jia Yue Hua
4d879ca816
[lexbor] update to 2.3.0 (#34255) 2023-10-04 13:40:28 -07:00
Jia Yue Hua
2db8a9cfb0
[libharu] update to 2.4.4 (#34257) 2023-10-04 12:52:56 -07:00
Jia Yue Hua
c5a323774c
[libavif] update to 1.0.1 (#34258) 2023-10-04 12:52:44 -07:00
Jia Yue Hua
0a997f005e
[log4cplus] update to 2.1.0 (#33978) 2023-10-03 20:41:03 -07:00
Kai Pastor
fc3b54c757
[libgpg-error,libgcrypt,libassuan,gpgme,libgwenhywfar] Update and fix (#34135) 2023-10-03 20:34:51 -07:00
Billy O'Neal
f173bbaccd
[libremidi] Disable optional dependencies. (#34223) 2023-10-03 17:30:53 -07:00
Jia Yue Hua
2372da54be
[libxpm] update to 3.5.16 (#34172) 2023-10-02 20:24:33 -07:00
Jia Yue Hua
2028f27543
[libflac] update to 1.4.3 (#34141) 2023-10-02 20:23:53 -07:00
Jia Yue Hua
3e1ca9d1f6
[leveldb] update to 1.23 (#34179) 2023-10-02 17:37:58 -07:00
Jia Yue Hua
00f3fdeaa8
[libgnutls] update to 3.8.1 (#34189) 2023-10-02 16:36:54 -07:00
Ildar Khayrutdinov
95dbe2dedd
[libosmium] update to 2.20 (#34209) 2023-10-02 16:13:09 -07:00
Jia Yue Hua
001e1d37a1
[folly,fizz,wangle,mvfst,proxygen,fbthrift] update to 2023.10.02.00 (#34218) 2023-10-02 16:03:31 -07:00
chausner
38dd6b15ad
[libcoro] New Port (#30623)
* Add libcoro 0.7

* Update CI baseline

* Add "supports": "!windows"

* Update CI baseline

* Remove unneeded vcpkg-cmake-config dependency

* Update CI baseline

* Disable x64-linux and x64-osx in ci.baseline.txt

* Apply code review suggestions

* Update CI baseline

* Add patch to disable git config

* Update CI baseline

* Fix patch

* Update CI baseline

* Allow shared library builds

* Update CI baseline

* Update libcoro to version 0.8

* Update CI baseline

* Update CI baseline

* Fix line endings

* Update CI baseline

* Fix hash

* Update CI baseline

* Update version database

* Force rerun of CI pipeline

* Update to libcoro 0.9

* Update CI baseline

* Replace manual dependency check with manifest-based one

* Remove v0.8 version

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-10-02 09:47:20 -07:00
Weihang Ding
f0c6587d89
[libimobiledevice] Add tools feature (#33872)
* [libimobiledevice] Add tools feature

* Update version database

* Remove tools from default-features

* Update version database
2023-09-28 23:36:59 -07:00
jim wang
fd4ae2b48d
[luajit] Fix copying redundant files (#34018)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* Fix copying redundant files

* Fix copying redundant files

* update version

* fix install path

* update version
2023-09-28 23:21:58 -07:00
Billy O'Neal
768619a21e
Delete broken version database entries. (#34078)
Under normal circumstances, things can't be removed from the version database, because that breaks outstanding references to those versions. However, these entries can't be parsed in the first place which means nobody can be depending on them being there. (Usually this comes from accidentally merging PRs that add multiple versions, such as 8184c5e06c https://github.com/microsoft/vcpkg/pull/31859 )

This was detected using new output from https://github.com/microsoft/vcpkg-tool/pull/1210

C:\Dev\vcpkg\versions\a-\abseil.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\abseil\2209360b556a40cf034551f6f9063456eac63986_83008.tmp" -c core.autocrlf=false read-tree -m -u 2209360b556a40cf034551f6f9063456eac63986
error: git failed with exit code: (128).
fatal: failed to unpack tree object 2209360b556a40cf034551f6f9063456eac63986
note: while checking out port abseil with git tree 2209360b556a40cf034551f6f9063456eac63986
note: while validating version: 20230125.3#2
C:\Dev\vcpkg\versions\a-\abseil.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\abseil\28fa609b06eec70bb06e61891e94b94f35f7d06e\vcpkg.json: error: $.features: mismatched type: expected a set of features
note: while validating version: 2020-03-03#7
C:\Dev\vcpkg\versions\a-\async-mqtt.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\async-mqtt\61071a18dc0dc629c374fa016b81473e04a28ff1_83008.tmp" -c core.autocrlf=false read-tree -m -u 61071a18dc
error: git failed with exit code: (128).
fatal: failed to unpack tree object 61071a18dc
note: while checking out port async-mqtt with git tree 61071a18dc
note: while validating version: 1.0.8
C:\Dev\vcpkg\versions\b-\blend2d.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\blend2d\ffce764b880d8cc24e3b00328aa3861f15bae91d\vcpkg.json: error: $.features: mismatched type: expected a set of features
note: while validating version: beta_2020-07-31
C:\Dev\vcpkg\versions\b-\blend2d.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\blend2d\03a43f03eb0cab95aac27a77b71273fc4aa2e94d\vcpkg.json: error: $.features: mismatched type: expected a set of features
note: while validating version: beta_2020-07-09
C:\Dev\vcpkg\versions\e-\elfio.json: error: The version database declares 3.8 as version, but 19659f0b36 declares it as version-string. Versions must be unique, even if they are declared with different schemes.
note: run:
vcpkg x-add-version elfio --overwrite-version
to overwrite the scheme declared in the version database with that declared in the port.
C:\Dev\vcpkg\versions\f-\flashlight-text.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\flashlight-text\6386901fa48bce946fdc5775a1c1b784e0a97175_83008.tmp" -c core.autocrlf=false read-tree -m -u 6386901fa4
error: git failed with exit code: (128).
fatal: failed to unpack tree object 6386901fa4
note: while checking out port flashlight-text with git tree 6386901fa4
note: while validating version: 0.0.3
C:\Dev\vcpkg\versions\l-\libwebp.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\libwebp\a05e0de81085231df86f6902aba1e0a364e2ca7b\CONTROL:1:94: error: invalid character in feature name (must be lowercase, digits, '-', or '*')
  on expression: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl] (!osx), libwebp[extras] (!osx)
                                                                                                              ^
note: while validating version: 1.1.0
C:\Dev\vcpkg\versions\l-\libwebp.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\libwebp\5066566c98bc1913b678347c4cbae0a6aff4cf2d\CONTROL:1:94: error: invalid character in feature name (must be lowercase, digits, '-', or '*')
  on expression: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl] (!osx), libwebp[extras] (!osx)
                                                                                                              ^
note: while validating version: 1.0.3-1
C:\Dev\vcpkg\versions\l-\libwebp.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\libwebp\6ff3a23b154fad821db2d8236bf9d0382f0229cf\CONTROL:1:94: error: invalid character in feature name (must be lowercase, digits, '-', or '*')
  on expression: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl, extras] (!osx)
                                                                                                              ^
note: while validating version: 1.0.3
C:\Dev\vcpkg\versions\o-\opencolorio.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\opencolorio\9569944b76966b78bec5ef83672899acd7e4febe_83008.tmp" -c core.autocrlf=false read-tree -m -u 9569944b76
error: git failed with exit code: (128).
fatal: failed to unpack tree object 9569944b76
note: while checking out port opencolorio with git tree 9569944b76
note: while validating version: 2.1.2
C:\Dev\vcpkg\versions\q-\qscintilla.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\qscintilla\b5942c0b0a6d9131bc4ad9a1dde662f809a6d965_83008.tmp" -c core.autocrlf=false read-tree -m -u b5942c0b0a6d9131bc4ad9a1dde662f809a6d965
error: git failed with exit code: (128).
fatal: failed to unpack tree object b5942c0b0a6d9131bc4ad9a1dde662f809a6d965
note: while checking out port qscintilla with git tree b5942c0b0a6d9131bc4ad9a1dde662f809a6d965
note: while validating version: 2.13.4
C:\Dev\vcpkg\versions\r-\robin-map.json: error: The version database declares 0.6.3 as version-semver, but 84f1433234 declares it as version-string. Versions must be unique, even if they are declared with different schemes.
note: run:
vcpkg x-add-version robin-map --overwrite-version
to overwrite the scheme declared in the version database with that declared in the port.
C:\Dev\vcpkg\versions\v-\vcpkg-cmake-get-vars.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\vcpkg-cmake-get-vars\c6eb09f11e34173a4bfc31252d02d6aea6c25d8f_83008.tmp" -c core.autocrlf=false read-tree -m -u c6eb09f11e
error: git failed with exit code: (128).
fatal: failed to unpack tree object c6eb09f11e
note: while checking out port vcpkg-cmake-get-vars with git tree c6eb09f11e
note: while validating version: 2023-04-13
2023-09-28 11:15:22 -07:00
JoergAtGithub
23bef4d48e
Update libdjinterop to 0.20.1 (#34038) 2023-09-27 01:25:18 -07:00
Kai Pastor
72c4037ca7
[lmdb] Update, refresh (#33967)
* [lmdb] Update, refresh

* Use getopt-win32
2023-09-27 01:22:44 -07:00
marinedalek
d5fa359a5d
[libremidi] Add new port (#33848)
* [libremidi] Add new port

* [libremidi] Add license to vcpkg.json

* [libremidi] Update version

* [libremidi] Apply suggestions from code review

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

* [libremidi] Use newer upstream version with UWP build fix

* [libremidi] Update version

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-09-26 00:33:50 -07:00
DownerCase
6bf5ffffe8
[brotli] Update to v1.1.0 (#33665)
* [brotli] Update to v1.1.0

* Fix dependent ports

* [Freetype] Always link brotli common
2023-09-26 00:28:57 -07:00
Jia Yue Hua
3f5e517707
[llhttp] update to 9.1.2 (#33935)
* [llhttp]: update to 9.1.2

* [llhttp]: update to 9.1.2
2023-09-26 00:04:07 -07:00
Joshua T. Fisher
4d07057b32
[libjpeg-turbo] Disable simd/asm on Wasm (#33951)
* Disable SIMD on WASM, bump verion

* Run `vcpkg x-add-version libjpeg-turbo`
2023-09-25 23:51:24 -07:00
Kevin Lalumiere
dc7ec34c13
[launch-darkly-server] Port Launch Darkly Server is supported on ARM (#34004)
* Port Launch Darkly Server is supported on ARM

I tested it.

* Build fail on arm-neon-android

* Remove launch-darkly's warning as error

and change CI baseline back
2023-09-25 23:50:33 -07:00
Kai Pastor
7ceccee7f8
[graphviz,librsvg,libcroco] Refresh (#33964)
* [graphviz] Cleanup

* Refresh patches

* Versions

* Disable #pragma comment lib

* DLLs without exports

* [librsvg] Modernize

* Revise vendored librsvg build

* [libcroco] Revise vendored build

* [librsvg] Revise vendored build, cont.

* [libcroco] Fix version

* [librsvg] Fix pc file

* [librsvg] Fix config polyfill

* Mingw fixes, no abs paths

* No abs paths
2023-09-25 23:47:35 -07:00
Vitaliy Didik
fefbf7c5aa
[libvmdk] Updated to version 20221124 (#33968)
* [libvmdk] Updated to most recent version 20221124

* [libvmdk] User VERSION variable

* [libvmdk] Updated version file
2023-09-25 23:42:56 -07:00
Jia Yue Hua
293512465b
[log4cxx]: update to 1.1.0 (#33980) 2023-09-25 23:39:26 -07:00
Kai Pastor
559cbd3d15
[libcap] Normalize (#33923)
* [libcap] Normalize

* Update license

* Finish WIP
2023-09-23 22:06:01 -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
JoergAtGithub
4c6db587c4
Update libdjinterop to 0.20.0 (#33884) 2023-09-20 10:26:20 -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
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
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
Cédric Tabin
b5c59f51ce
Update to libzippp v7.0-1.10.1 (#33807) 2023-09-19 09:49:01 -07:00
MonicaLiu
a86e61b960
[libxml2] Fix post-build errors (#33763)
* fix libxml2

* update version

* format

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-09-18 10:00:02 -07:00
chausner
5d0788647d
[libwebp] Update to 1.3.2 (#33785)
* Update libwebp to 1.3.2

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-09-18 09:54:42 -07:00
JonLiu1993
4d51ac36d3
[libdeflate] update to v1.19 (#33829)
* [libdeflate] update to v1.19

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-09-18 09:14:53 -07:00
Weihang Ding
29151e1c19
[libimobiledevice/*] Use original upstream (#33246) 2023-09-13 16:51:44 -07:00
autoantwort
bb3993b8ba
[libsvm] tools no uwp (#33686) 2023-09-13 16:28:01 -07:00
Sergey Podobry
14431d6815
[libdatachannel] Update to 0.18.6 (#33672) 2023-09-13 15:41:59 -07:00
autoantwort
1aa7b212c5
[libmesh] fix post build checks (#33518) 2023-09-08 00:08:42 -07:00
Abhishek Kulkarni
8218500ddf
[llvm] Add option to enable MLIR Python bindings (#32415) 2023-09-07 13:09:08 -07:00
Kai Pastor
37cc171326
[xmlsec,libffi] Fix exported targets (#33545) 2023-09-07 00:01:49 -07:00
Kai Pastor
2b2852767f
[libpq] Unconditionally install to subdir (#33564) 2023-09-06 16:51:54 -07:00
Kai Pastor
3d2d00ed35
[luajit] Don't enable LJ_DUALNUM (#33581) 2023-09-06 12:58:48 -07:00
autoantwort
77ee154051
[llvm] add missing include (#33521) 2023-09-05 22:41:12 -07:00
SvenPStarFinanz
52678a296d
[libxml2] Update to 2.11.5 (#33461)
Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
2023-09-05 22:32:52 -07:00
jim wang
ad5baff2b6
[libjpeg-turbo] Fix usage of libjpeg-turbo (#33459)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* fix usage

* update version
2023-08-31 12:54:40 -07:00
Patric Stout
1cffda373b
[libffi] disable multi-os directory for the libraries (#33427) 2023-08-30 13:35:47 -07:00
jim wang
927bc12e31
[libavif] add aom feature (#33378)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* add feature

* update version

* add dependency

* update version
2023-08-29 00:20:42 -07:00
Mengna Li
8bbffa1323
update to 3.1.10 (#33420) 2023-08-29 00:17:08 -07:00
jim wang
0df2bd316f
[libjpeg-turbo] Update the version to 3.0.0 (#33036)
* fix renaming library

* update version

* add usage

* update version

* update line break

* update version

---------

Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
2023-08-28 13:22:31 -07:00
Weihang Ding
3d47f9f86f
[lazy-importer] Bump to 2023-08-03 (#33351)
* [lazy-importer] Bump to 2023-08-03

* Update version database
2023-08-25 12:27:10 -07:00
autoantwort
c747905709
[libmicrodns] use supports expression (#33363) 2023-08-25 12:10:44 -07:00
Kai Pastor
edd3db2e3b
[libffi] Use upstream's build system (#33203)
* [libffi] Use upstream's build system

* WIP [skip actions]

* WIP [skip actions]

* WIP [skip actions]

* Finish libffi

* Fix downstream lookup

* Update versions

* [gobject-introspection] Require libffi

* Move DLLs to bin

* [libffi] Usage

* Restore azp

* Fix typo

* CI
2023-08-24 12:51:20 -07:00
Xander Stokes
ede03bad51
[live555] Update to 2023-7-24 release (#33349)
* portfile and json update

* New version

---------

Co-authored-by: Xander Stokes <xander.c.stokes@gmail.com>
2023-08-24 10:44:04 -07:00
JonLiu1993
402222ecea
[llhttp] Fix usage build failure (#33250)
* [llhttp] Fix usage

* update version

* change patch

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-08-23 21:55:34 -07:00
Lily Wang
c0efe07140
[libsrtp] Update to 2.5.0 and remove old patch (#33308)
* [libsrtp] Update to 2.5.0 and remove old patch

* update version
2023-08-23 21:40:57 -07:00
autoantwort
9e65a26ba2
[libmicrohttpd] supports non windows arm (#33277) 2023-08-21 11:53:44 -07:00
Alexander Neumann
c7fc299844
[libvpx] msbuild (#33145)
* [winpcap] msbuild

* v db

* [libvpx] msbuild

* [libvpx] msbuild

* v db fix

* reset winpcap

* bump baseline

* move working dir

* v db
2023-08-17 14:31:58 -07:00
Frank
e4abb6dbb9
[libwebp] Fix target include files (#33212)
* [libwebp] Fix target include files

* version
2023-08-17 14:21:23 -07:00
双草酸酯
2b7370d1c0
[mongo-cxx-driver] Update port to v3.8.0 (#33209)
* [libbjson] update port to v1.24.3

* update version

* [libbson] add patch

* update version

* [mongo-c-driver] update port to v1.24.3

* update hash

* [mongo-cxx-driver] update port to r3.8.0

* update hash
2023-08-17 12:56:00 -07:00
Alexander Neumann
a5eb9209cd
[libzip] fix pc file (#33157)
* [libzip] fix pkgconfig

* v db

* CR. Use Requires.private

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* v db

* fix lzma pc name

* v db

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-08-16 13:01:24 -07:00
SunBlack
385512d4b7
[libdeflate] Update to 1.18 and fix an issue within the feature options (#33163) 2023-08-16 12:58:10 -07:00
Alexander Neumann
789e11badc
[libmicrohttpd] msbuild (#33173)
* libmicrohttpd msbuild

* v db

* fix patch

* v db
2023-08-16 12:57:23 -07:00
Alexander Neumann
9b6870464b
[libirecovery] msbuild (#33174)
* libirecovery msbuild

* v db

* actually use msbuild_install

* add dep

* v db
2023-08-16 12:56:04 -07:00
Alexander Neumann
babb0b8cd3
[libfabric] msbuild (#33175)
* libfabric msbuild

* v db

* fix wrong config

* v db
2023-08-16 12:52:23 -07:00
Danyil Melnytskyi
e2b7697406
[libunwind] new port (#33204)
* Initial support of libunwind

* Fix copyright install

* ./vcpkg x-add-version --all

* Update git-tree

* Resolve some change requests

 - A blank line needs to be added at the end of the file.
 - Fix the version number in the vcpkg.json and usage files.

* Fix version

* Use vcpkg_from_github instead vcpkg_from_git

* Fix usage and portfile.cmake files

* Fix git-tree

* Yet another refactor

* Update git-tree
2023-08-16 12:51:34 -07:00
Kai Pastor
38acea0c4c
[freexl,libspatialite,spatialite-tools] Update, [minizip] Enable DLL, [libkml] Update minizip import (#33044)
* [freexl] Update to 2.0.0

* Skip tests, examples

* [minizip] Build DLL

* [libspatialite] Update to 5.1.0

* Fix utf8 source

* [spatialite-tools] Update to 5.1.0a

* [libkml] Update minizip prefix

* [libkml] Fix all minizip names
2023-08-15 16:31:44 -07:00
Alexander Neumann
cc739ffb6b
[libosip2] msbuild (#33172)
* libosip2 msbuild

* v db

* no uwp support

* v db
2023-08-15 12:03:21 -07:00
JoergAtGithub
59b8415965
Updated port libdjinterop to version 0.19.2 (#33125) 2023-08-14 17:34:24 -07:00
Weihang Ding
d695b9fda1
[liblemon] Fix cmake config (#33130)
* [liblemon] Fix cmake config

* update version database

* update patch

* update version database
2023-08-14 17:28:50 -07:00
Billy O'Neal
5fa92f467e
Patch Tuesday August 2023. (#33088)
* Update PowerShell to 7.3.6

* Add asan install as requested by @Neumann-A

* Use 1ES for Android docker hosts.

* Update pools.

* Update patch tuesday checklist to reflect 1ES.

* [openslide] Fix missing header.

* [libxt] Add missing header.
2023-08-14 13:58:43 -07:00
Alexander Neumann
7fb43dfa55
[libusb] msbuild update (#33105)
* [libusb] update msbuild

* v db
2023-08-11 09:46:52 -07:00
Weihang Ding
65c013b966
[libsndfile] Fix cmake config not exist (#33070)
* [libsndfile] Fix cmake config not exist

* update version database
2023-08-10 12:16:16 -07:00
Ildar Khayrutdinov
d29610edec
[libosmium] update to 2.19.0 (#33038)
* update libosmium to 2.19.0

* Update ports/libosmium/portfile.cmake

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

* update libosmium.json

* cleanup

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-08-09 10:12:51 -07:00
MonicaLiu
247662ef30
[libusb] Use /Z7 to embed the PDB into the executable (#33010) 2023-08-08 11:40:51 -07:00
Mengna Li
0e20c30315
Add pkgconfig file (#33031) 2023-08-08 11:32:45 -07:00
Kai Pastor
3a30230788
[libwebp] Fix SIMD patch quirks (#32985) 2023-08-08 11:28:38 -07:00
Osyotr
c6928dfb9e
[python3] Update to 3.11.4 (#31727)
* [python3] Update to 3.11.3

* Force set PythonForBuild on windows

* Set LD_LIBRARY_PATH on unix

* Always use vcpkg_find_acquire_program(PYTHON3) on windows

* Remove LD_LIBRARY_PATH shenanigans

* [vtk] Parse python version from include folder

* Fix static builds on windows

* Pass --with-build-python on unix

* [omniorb] Fix python version in patch

* Resurrect rpath patch

* [python3] fix usage

* [gobject-introspection] don't hardcode python version

* Update vcpkg_find_aquire_program(PYTHON3)
This is also required for gobject-introspection

* [paraview] don't hardcode python version

* [vtk-dicom] don't hardcode python version

* Update python in vcpkgTools.xml

* Fix host arch detection in vcpkg_find_acquire_program(PYTHON3)

* [libpq] Don't hardcode python version

* [shiva] Don't pass python variables

* [vcpkg-get-python-packages] Delete unused file, update hardcoded python version

* [python3] update to 3.11.4

* [omniorb] Use PREPEND in vcpkg_add_to_path
So that python from vcpkg is picked before system python

* libpq quickfix

* re-fix libpq

* fix vcpkg-get-python-packages

* Make windows 7 patch compatible with unix builds

* Copy pyd files to bin
Also fixes copying files that do not belong to current build tree

* Fix static builds

* Speculatively fix osx regression

* Fix omniorb on unix

* [gobject-introspection] fix windows builds

* [vtk] Update vendored copy of mpi4py for python 3.11 support

* [mdl-sdk] Fix python

* [gobject-introspection] fix the fix of a fix...

* Update versions

* Undo changes in gobject-introspection and vcpkg_find_aquire_program(PYTHON3)

---------

Co-authored-by: root <root@DESKTOP-UIPL9V8>
2023-08-07 13:19:53 -07:00
Kai Pastor
9a2fae790b
[libraw] Fix exported include dir (#32994) 2023-08-07 09:20:06 -07:00
Weihang Ding
a67ca6b1ea
[libphonenumber] Bump to 8.13.17 & fix linux and macOS build (#32899)
* [libphonenumber] Bump to 8.13.17 & fix linux and macOS build

* update version database

* fix windows icui18n lib name

* update version database

* fix patches

* update version database

* fix ci.baseline.txt
2023-08-07 09:07:45 -07:00
Alexander Smyslov
3a4b722ff4
[librdkafka] Upgrade up to v2.2.0 (#32951)
* Upgrade librdkafka up to v2.2.0

* Upgrade librdkafka up to v2.2.0

---------

Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2023-08-04 06:46:41 -07:00
endingly
9dacc3bc01
[libhv] Update version (#32959)
* update libhv version to 1.3.1

* update vcpkg version information

* modify SHA512 value

* modify vcpkg version information

* delete patch file

* modify vcpkg version information

* Update ports/libhv/vcpkg.json

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* revert version

* update version baseline

---------

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: Frank <1433351828@qq.com>
2023-08-04 06:45:20 -07:00
jim wang
9afce05282
[libhdfs3] Fix libhdfs3 to build missing dependent libraries libuuid and libgsasl (#31065)
* fix libhdfs3 build error

* update version

* fix dependency uuid

* update version

* fix dependency uuid

* update version

* fix osx

* update version

* fix uuid usage on osx

* update version

---------

Co-authored-by: Jim Wang (Beyondsoft Corporation) <v-wangjim@microsoft.com>
2023-08-03 11:32:05 -07:00
Cheney Wang
83f77efbd1
[librsvg] Remove -lm from the .pc file in Windows (#32893)
* [librsvg] Remove -lm from the .pc file in Windows

* Modify
2023-08-03 10:19:44 -07:00
myd7349
790f778cb1
[libxdf] Add new port (#32816)
* [libxdf] Add new port

* [libxdf] Format

* [libxdf] Add version stuff

* [libxdf] Use vcpkg_install_copyright

* [libxdf] Overwrite version

* [libxdf] Fix pugixml dependency

* [libxdf] Overwrite version

* [libxdf] Update to latest commit

* [libxdf] Overwrite version

* Revert "[libxdf] Overwrite version"

This reverts commit a9a791bbaf.

Revert "[libxdf] Update to latest commit"

This reverts commit 834ae8738c.
2023-08-03 09:55:15 -07:00
Kai Pastor
2f6176ce98
[freerdp] Update, cleanup + [libusb] Fix pc file (#32416)
* [freerdp] Update, cleanup

* Add freerdp feature test port

* Update baseline

* [freerdp] ffmpeg unsupported on windows

* libusb availability limitations

* [freerdp] Update supported platforms

* [freerdp] Update supported platforms

* [freerdp] Use ffmpeg link libraries

* [freerdp] Fix install destinations

* [freerdp] Fix tools

* [freerdp] Fix osx

* [freerdp] Fix patch

* [freerdp] Keep duplicate link libs

* [freerdp] Mac client needs Xcode

* [freerdp] Fix wfreerdp-server exe lib name

* [freerdp] Fix client-mac

* Fix patch

* CI

* Fix patch

* Fix patch

* Set PDB_NAME for server exe

* Trim patch

* Test urbdrc on windows

* [libusb] Fix pc file for windows

* [freerdp] Add missing find_dependency()

* [freerdp] Export interface include directories
2023-07-31 15:53:11 -07:00
Theodore Tsirpanis
f4b60013ae
[libwebp] Update to version 1.3.1. (#32767) 2023-07-26 19:50:34 -07:00
Koby Kahane
202ef0de5d
[re2] update to 2023-07-01 (#32595) 2023-07-26 10:49:15 -07:00
jim wang
59fa2d653f
[log4cpp] Change to official upstream source (#31736) 2023-07-26 10:49:03 -07:00
Cheney Wang
b7dba7f9aa
[librsvg] Add pkgconfig file (#32319) 2023-07-24 11:58:08 -07:00
Mohammad Naghizadeh
98e184dd1d
[liblemon] Fix portfile.cmake (#32334) 2023-07-24 11:13:53 -07:00
xiaozhuai, Weihang Ding
9d47b24eac
[libguarded] Bump to 1.4.1 (#32688) 2023-07-21 09:06:34 -07:00
JonLiu1993
a564a7e2a5
[vcpkg scripts] Fix check the different features have the same feature variable in function vcpkg_check_features (#31984) 2023-07-21 09:04:10 -07:00
Nicholas Hayes
861c330575
[libjxl] Update to version 0.8.2 (#32605) 2023-07-18 12:38:29 -07:00
JonLiu1993
bffafa8f7a
[lunasvg] Add usage (#30196) 2023-07-14 16:21:37 -07:00
JonLiu1993
25be4c4c0b
[libwebp] Do not emit AVX when not requested by the toolchain (#21644)
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-07-14 11:27:50 -07:00