Commit Graph

134 Commits

Author SHA1 Message Date
Raul Metsma
e2edf52610
[xmlsec] Update to version 1.3.6 (#41737)
Signed-off-by: Raul Metsma <raul@metsma.ee>
2024-10-29 13:57:36 -07:00
MonicaLiu
be331712a5
[xbyak] Update to 7.7 (#41263)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-10-08 16:02:44 -04:00
jim wang
64123e5636
[xsimd] Fix build error under windows (#41081) 2024-09-20 21:26:57 +00:00
c8ef
98988c222c
[x86-simd-sort] update to 5.0 (#40994) 2024-09-16 12:41:32 -07:00
Raul Metsma
71ca2a16e7
[xmlsec] Update version to 1.3.5 (#40286)
Signed-off-by: Raul Metsma <raul@metsma.ee>
2024-08-07 17:28:30 -07:00
WangWeiLin-MV
eb8e1f44ff
[xaudio2redist] Fix XAUDIO_ARCH for x86 (#40211) 2024-08-01 08:49:47 -07:00
Chuck Walbourn
3a68779f3f
[dstorage, xaudio2redist] updated port to work for arm64ec (#40161) 2024-07-29 23:02:11 -07:00
Kai Pastor
467f9a6a27
[x264] Update to 0.164.3108, use official upstream (#39460) 2024-06-25 23:26:31 -07:00
Kai Pastor
c6043cde21
[x265] Update to 3.6, fix pthread flags, add feature "tools" (#39450)
Fixes build errors on android due to wrong pthread flags and 32 bit API
level requirements (`ftello`).

Alternative to #39314.
2024-06-24 18:03:17 -07:00
c8ef
46e16df80a
[Xsimd] update to 13.0.0 (#39437) 2024-06-21 14:33:05 -07:00
gerard-ryan-immersaview
6db51d86a9
[vcpkg_replace_string] warn unchanged by call (#34719)
If a call to `vcpkg_replace_string` makes no changes i.e doesn't
effectively replace a string, A warning is logged.

This should also help identify ports that no longer need these calls to
fix things in `.pc` files etc.
2024-06-19 14:07:05 -07:00
Kai Pastor
47633daa65
[vcpkg-scripts] Catch use of ambiguous cmake vars (#34546)
Avoid wrong use of popular but ambiguous variables (`WIN32` etc.) in
scripts and portfiles by detection in CI.

Sometimes the variables are used wrongly, and sometimes this isn't
caught in PR review. This PR tries to catch those variables (when in the
active code path in script mode). [This can happen to every
contributor](https://github.com/microsoft/vcpkg/pull/34356#discussion_r1360074122),
even if he/she knows the rules ... vcpkg is raising the bar higher than
usual, having to deal with targets and hosts even in script mode.

(`b2-options.cmake` (boost fragment) shows where we get if we don't pay
attention: the same code being used in script mode (`WIN32` meaning
host) and in project mode (`WIN32` meaning target).)

The new check doesn't break any user builds because it relies on command
line options. However it changes the ABI hashes.
2024-06-14 11:40:01 -07:00
Kai Pastor
e158d10763
Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
Kai Pastor
2017886818
[alsa,fdk-aac,ffmpeg,libsrt,snappy,x265] Code cleanup, fix and use pkg-config (#39077)
- Setup and use pkg-config for ffmpeg dependencies.
https://github.com/microsoft/vcpkg/pull/38011#discussion_r1623174355.
- Export actual c++ link libraries for fdk-aac via pkg-config. (Same
pattern as lerc, geos.)
- Rectify link libraries in pkg-config  for alsa, libsrt, snappy, x265.
- Burn-in dllimport for libsrt and x265.
- Pass detected STRIP to ffmpeg. Fixes
https://github.com/microsoft/vcpkg/issues/36852.
2024-06-06 00:48:31 -07:00
shad0wshayd3
bcb354dbfa
[xbyak] Update to 7.06 (#38726)
- [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-05-15 15:22:35 -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
SvenPStarFinanz
21aa48ffa3
[xmlsec] Update to 1.3.3 (#37441) 2024-03-15 18:37:31 -07:00
Alexander Neumann
a664e41ee5
[vcpkg-tool-meson] Update meson to 1.3.2 (#28084) 2024-03-11 14:09:15 -07:00
Thomas1664
9e672f506d
[xtl] Update to 0.7.7 (#37333)
- [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-03-11 13:06:16 -07:00
Jia Yue Hua
856d578aef
[xsimd] update to 12.1.1 (#37331)
- [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-11 13:04:11 -07:00
Kai Pastor
523d1b4811
[vcpkg baseline][vcpkg scripts] Drop ${pc_sysrootdir} (#36843)
Fixes xcb-util-errors baseline regression.
2024-02-21 21:59:11 -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
Jia Yue Hua
53945e8a29
[x86-simd-sort] update to 4.0 (#36456)
* [x86-simd-sort] update to 4.0

* [x86-simd-sort] update to 4.0
2024-01-29 20:04:55 -08:00
miyanyan
232dcc2e59
[xtensor] update to 0.25.0 (#36383)
* [xtensor] update to 0.25.0

* [xtensor] update versions
2024-01-26 09:41:37 -08:00
SunBlack
18b028fe78
[xerces-c] Update to 3.2.5 (#36045) 2024-01-08 13:08:13 -08:00
Julia DeMille
eb33d2f758
[x-plane] Update to 4.0.1, effectively new port (#35032)
* [xplane-sdk] New port

* [xplane-sdk] This build should work.

* [xplane-sdk] updated versions. i forgor.

* [xplane-sdk] Build fixed for Mac.

* [x-plane-sdk] xplane-sdk renamed to x-plane-sdk.

xplane-sdk has not yet been published, so this is okay.

* [x-plane-sdk] Renaming fixes.

* [x-plane-sdk] Clarify license.

The license seems to be a weird mix of the MIT, BSD 1-clause, and BSD
3-clause licenses. I can't work it out. It's permissive, but it's not
any one license.

* [x-plane-sdk] Switch to vcpkg_install_copyright.

* [x-plane-sdk] Fixup config.

* Rename x-plane-sdk to x-plane.

Includes also moved to include root.

Signed-off-by: Julia DeMille <me@jdemille.com>

* Forgot to format and update versions.

Signed-off-by: Julia DeMille <me@jdemille.com>

---------

Signed-off-by: Julia DeMille <me@jdemille.com>
2023-12-14 00:19:20 -08:00
Kai Pastor
e6c6bb1deb
[x265] Update to 3.5 (#35531) 2023-12-06 14:02:56 -08:00
Cheney Wang
3d007e3e9d
[xsimd] update to 12.0.0 (#35440) 2023-12-04 17:19:21 -08:00
Mengna Li
8a837a5024
update to 0.24.7 (#35410) 2023-12-01 02:09:03 -08:00
autoantwort
2366ae1f0c
[xmlsec] no uwp (#35006) 2023-11-10 13:32:07 -08:00
Jia Yue Hua
2abeb44b60
[x86-simd-sort] update to 3.0 (#34685) 2023-10-24 09:01:05 -07:00
Ilya Lavrenov
f51c848972
[xbyak] updated to v6.73 (#34650)
* [xbyak] updated to v6.73

* updated version database
2023-10-23 11:12:51 -07:00
Kai Pastor
37cc171326
[xmlsec,libffi] Fix exported targets (#33545) 2023-09-07 00:01:49 -07:00
jim wang
e5456a24d7
[x265] Fix linking static libraries when on x64-windows (#33436)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* remove static lib

* update version
2023-08-31 13:06:37 -07:00
Cheney Wang
2cf957350d
[xtensor] Fix xsimd version mismatch (#33067)
* [xtensor] Fix xsimd version mismatch

* Apply suggestion
2023-08-29 12:30:17 -07:00
SvenPStarFinanz
ccafa438b4
[xmlsec] Update to 1.3.1 (#33240)
* [xmlsec] Update to 1.3.1

* x-add-version
2023-08-18 11:34:18 -07:00
Frank
f7bc4027fc
[xmlsec] Public XMLSEC_NO_SIZE_T XMLSEC_NO_XSLT (#33092)
* [xmlsec] Public XMLSEC_NO_SIZE_T XMLSEC_NO_XSLT

* version

* portfile.cmake

* version

* format

* version
2023-08-14 17:41:39 -07:00
Weihang Ding
42ffe30d32
[xsimd] Bump to 11.1.0 (#32956)
* [xsimd] Bump to 11.1.0

* update version database
2023-08-07 09:04:53 -07:00
Mengna Li
4b101395a0
[xxhash] update to 0.8.2 (#32717) 2023-07-24 10:57:01 -07:00
Marc
285baf2dd9
[xcb-proto] set license id and use vcpkg_install_copyright() (#32531)
* [xcb-proto] set license id and use vcpkg_install_copyright()

* Update version database
2023-07-12 22:56:50 -07:00
Kai Pastor
6359494ca1
[xerces-c] Fix dependencies (#32259)
* [xerces-c] Don't pick unused libnsl

* [xerces-c] Add network feature

* [xerces-c] Update supports/baseline

* [xerces] More dependency fixes

* [libe57] Not supported on android
2023-07-05 11:48:02 -07:00
JonLiu1993
259b39e58c
[x264] update to r3107 (#32262)
* [x264] update to r3107

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-28 01:01:43 -07:00
Chuck Walbourn
5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00
Ilya Lavrenov
838af19556
[xbyak] added new version v6.69 (#31726)
* [xbyak] added new version v6.69

* update version files
2023-05-31 11:42:27 -07:00
Kai Pastor
3880056be4
[baseline][libzim][xapian] Disable gtest, fix mingw and windows builds (#31383)
* [libzim] WIP

* Control gtest

* More fixes, test xapian

* [xapian] Fix windows and mingw

* dllexport

* Finish PR

* CI baseline

* [xapian] Update supports

* Fix arm64
2023-05-13 09:45:03 -07:00
xiaoyifang
11cbc119f3
[xapian] update version to 1.4.22 (#31338) 2023-05-10 11:18:34 -07:00
Cheney Wang
75144f581d
[xtensor] update to 0.24.6 (#31369) 2023-05-10 11:11:05 -07:00
xyz347
fd259a15f1
[xpack]Update to 1.0.5 (#31299)
* update xpack version

* update xpack version
2023-05-08 17:12:47 -07:00
David Ely
5971b70439
[x264] Replace "disable-gpl" feature with "gpl" (#30978) 2023-04-27 13:30:01 -07:00
Kai Pastor
326968a70b
[minizip,xlsxio,fmilib,collada-dom] Minizip fixes, xlsxio update (#30930)
* [minizip] Misc fixes

* [minizip] CMake config is unofficial

* [xlsxio] Update, fixes

* [collada-dom] Fix minizip

* [fmilib] Fix minizip

* [xlsxio] Fix vcpkg quirk
2023-04-25 22:40:19 -07:00