Commit Graph

17422 Commits

Author SHA1 Message Date
Kai Pastor
995451296a
[freerdp] Update to 3.4.0 (#37465) 2024-03-15 18:40:03 -07:00
Lily Wang
f359ced218
[opencsg] Update to 1.6.0 (#37463) 2024-03-15 18:39:31 -07:00
JonLiu1993
9c1a8aadfe
[simde] update to 0.8.0 (#37462) 2024-03-15 18:39:07 -07:00
Chuck Walbourn
c679ba3ccc
[xaudio2redist] Code cleanup for port (#37455)
* Updated portfile for modern best practices
* Fixed behavior with VCPKG_BUILD_TYPE set to "release"
* Added specific usage help
* Minor CMake cleanup
2024-03-15 18:38:47 -07:00
Alexandre Bique
de18cd9b33
[skia] update to m123 (#37442) 2024-03-15 18:37:57 -07:00
SvenPStarFinanz
21aa48ffa3
[xmlsec] Update to 1.3.3 (#37441) 2024-03-15 18:37:31 -07:00
Peter Steneteg
c2f0f57635
[llnl-units] Add new port (#37417) 2024-03-15 18:36:55 -07:00
WangWeiLin-MV
ff75eac5b6
Version database consistency fixes 20240313 (#37410) 2024-03-15 18:33:09 -07:00
Elias Benali
a0bdf9f1ba
[plf-queue] add new port (#37402) 2024-03-15 18:32:43 -07:00
Cheney Wang
ddea3c37b6
[mongo-cxx-driver] update to 3.10.1 (#37025) 2024-03-15 18:14:21 -07:00
SvenPStarFinanz
8d3649ba34
[sqlcipher] Update to 4.5.6 (#37437) 2024-03-14 12:29:40 -07:00
Mikhail
a0df1435f9
[fast-float] 6.1.0 fixed incorrect hash (#37436) 2024-03-14 12:29:12 -07:00
Cheney Wang
6391d9d7fc
[libunwind] update to 1.8.1 (#37434) 2024-03-14 12:28:32 -07:00
Chuck Walbourn
3a7cb341b8
[cppwinrt] Update port for January 2024 release (#37452)
This updates the cppwinrt port to use the latest
Microsoft.Windows.CppWinRT package from NuGet. Includes clean up of the
portfile for modern best practices.

This also cleans up the cmake integration:

* Uses `cppwinrt_FOUND` instead of the nonstandard `CppWinRT_FOUND`
* Provides `CPPWINRT_TOOL` for being able to generate C++/WinRT headers
from .winmd files as custom commands
2024-03-14 12:27:37 -07:00
Kai Pastor
4aa53df947
[expat] Update to 2.6.2 (#37426) 2024-03-14 12:23:02 -07:00
MonicaLiu
a7e2f7f4f3
[cpuid] Update to 0.6.4 (#37427) 2024-03-14 12:22:32 -07:00
wtz
f4acfd5cde
[openblas] Update Git repository URL (#37385) 2024-03-14 12:18:49 -07:00
Frank
7f9f0e44db
[devil] Patch out deprecated use of 'register' in cpp17 (#36665) 2024-03-13 17:30:48 -07:00
c8ef
4d61c5bb8a
[sqlite] update to 3.45.2 (#37404) 2024-03-13 16:44:59 -07:00
Peter Steneteg
00b483825c
[openexr] package fix (#37408) 2024-03-13 16:44:39 -07:00
Lily Wang
8998330613
[ktx] Feature tools doesn't support UWP (#37387) 2024-03-13 16:43:43 -07:00
Laurent Rineau
a9ffcae38e
[cgal] update to 5.6.1 (#37422) 2024-03-13 16:42:39 -07:00
chausner
2b6075beac
[libcoro] Update to 0.11.1 (#37425) 2024-03-13 16:42:21 -07:00
Chuck Walbourn
74e71c6bc9
[directx12-agility] New port for using Microsoft.Direct3D.D3D12 (#37398) 2024-03-13 16:41:36 -07:00
Alexander Neumann
08a6d350fc
[osg] Remove broken feature (#37371)
cc @BillyONeal since you were the person to try patching boost-asio into
osg.
2024-03-13 16:40:48 -07:00
FredyVia
bd32ee6cc3
[brpc] x64-linux-dynamic link error(brpc.so undefined reference to leveldb (#37379) 2024-03-13 16:03:59 -07:00
FredyVia
bdc038b4f6
[libfuse] add new port (#37314) 2024-03-13 15:51:10 -07:00
مهدي شينون (Mehdi Chinoune)
5510cb8d18
liborigin: Fix installing import and static libraries with MSVC (#37273)
- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] 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-03-13 15:50:41 -07:00
Lily Wang
d787948ab8
[libjxl] Update to 0.10.2 (#37211) 2024-03-13 15:50:15 -07:00
Kai Pastor
d5551b8e6e
[curl] General LDAP support, test port (#37152) 2024-03-13 15:48:53 -07:00
Kai Pastor
ad8f678064
[vcpkg baseline][graphviz,paraview] Fix installation order issues (#37405)
devil before graphviz:
https://dev.azure.com/vcpkg/public/_build/results?buildId=100529&view=results

graphviz before paraview:
https://github.com/microsoft/vcpkg/pull/37064#issuecomment-1993637878
2024-03-13 15:41:56 -07:00
Jia Yue Hua
72c38122da
[nameof] update to 0.10.4 (#37308)
- [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-03-12 14:59:05 -07:00
Jia Yue Hua
1f124eb6b1
[ompl] update to 1.6.0 (#37325)
- [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-03-12 09:41:18 -07:00
Vitalii Koshura
217e27785b
[apriltag] update to 3.4.0 (#37353)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-03-12 09:40:53 -07:00
Dr.-Ing. Carsten Grimm
55505cda67
[qt5] update to 5.15.13 (#37358) 2024-03-11 21:03:57 -07:00
Rafael Kitover
82185909a4
[faudio] new port (#37157) 2024-03-11 20:56:31 -07:00
Lily Wang
6126c983b9
[rmlui] Add patch to remove std:: before uint* (#37375) 2024-03-11 20:55:20 -07:00
JonLiu1993
5d95142670
[sdformat6/sdformat9/sdformat10]sets correct environment variable (#37370)
Fixes #37338

Fix error:
````
CMake Warning (dev) at ports/sdformat6/portfile.cmake:30 (set):
  Only the first value argument is used when setting an environment variable.
  Argument 'C:\Program Files\Microsoft Visual
  Studio\2022\Enterprise\Common7\IDE\VC\VCPackages' and later are unused.
````
2024-03-11 20:39:47 -07:00
Alexander Neumann
accfd3219e
[Openturns] burn in linkage and fix deps (#37234) 2024-03-11 20:36:57 -07:00
Daniel Collins
919fd8daa7
[botan] Fixes for building with clang/libc++/winpthreads. (#37283) 2024-03-11 20:36:30 -07:00
Thomas1664
f521d755a4
[argh] Fix cmake config fixup (#37334) 2024-03-11 20:35:56 -07:00
Chuck Walbourn
dbb323c091
[directx-dxc, directx-headers] Update for March 2024 release (#37382)
Updates the DXC complier and DirectX 12 Headers for the *DirectX 12
Agility SDK* release for GDC 2024.
2024-03-11 20:33:50 -07:00
Kai Pastor
65bd24dc94
Don't require vcpkg-msbuild for mingw (#37336)
Amends #33105 et al.

Ports selected by grep for vcpkg-msbuild in vcpkg.json && MINGW in
portfile.cmake.
2024-03-11 20:33:15 -07:00
Alexander Neumann
116bfbc5d3
[python3] Fix missing _ when discovering internal FindPython vars. (#37354) 2024-03-11 20:32:52 -07:00
Kai Pastor
1fb47d326d
[gettext*] Update 0.22.5, fix Intl wrapper (#37356) 2024-03-11 20:32:06 -07:00
Jia Yue Hua
9d92a718ee
[libmediainfo] update to 24.01 (#37264) 2024-03-11 20:31:13 -07:00
Michael Hansen
156b3248a3
[libhsplasma] Update to 2024-03-07 (#37232) 2024-03-11 20:29:39 -07:00
Chuck Walbourn
2f29964660
[directxtex] Update for March 2024 release (#37233)
In addition to updating for the latest release on GitHub, this adds
support for three new *features*:

* **jpeg** this adds JPEG support for Linux (Windows already supports
JPEG via the built-in WIC codec)
* **png** this adds PNG support for Linux (Windows already supports PNG
via the built-in WIC codec)
* **xbox** this builds the library for PC but with Xbox extensions for
development. Requires the Microsoft GDKX. By default it targets Xbox
Series X|S. To target Xbox One instead, you can use a triplet variable
as described in the update usage.
2024-03-11 20:16:53 -07:00
Kai Pastor
c8f2fabe95
[vcpkg baseline][h5py-lzf] Update, use liblzf port, fix export, cleanup (#37332)
Stop using vendored liblzf in h5py-lzf, fixing `lzf.h` install conflict.
Alternative to https://github.com/microsoft/vcpkg/pull/37240.
2024-03-11 20:15:52 -07:00
Jia Yue Hua
f715b7048c
[guile] update to 3.0.9 (#37093) 2024-03-11 20:14:50 -07:00