Commit Graph

17706 Commits

Author SHA1 Message Date
Piotr Wendykier
4b6b7f4589
Fix for issue #28120. (#28122)
* Fix for issue #28120.

* Updated port-version for arrow.

* overwrite version

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2022-12-13 18:09:53 -08:00
Sandy
d8eaada509
[bgfx] Add bgfx config (#28136) 2022-12-13 18:01:39 -08:00
Thomas1664
af031ae388
[tmxparser] Update to master (#28139)
* [tmxparser] Update to master

* version

* Remove from baseline

* Disable Werror

* version

* Fix cmake

* version
2022-12-13 17:43:28 -08:00
Nick
eaa1227aaf
[sdl2] Disable X11 feature and make it and Wayland defaults (#28148) 2022-12-13 17:41:34 -08:00
erdogan61
e05c925db6
[simd] Add new port (#28163)
* Added new port for Simd

Created new port for Simd from
https://github.com/ermig1979/Simd

* Added new port for Simd

Created/updated new port for Simd from
https://github.com/ermig1979/Simd

* Revert "Merge branch 'master' of https://github.com/erdogan61/vcpkg"

This reverts commit 789c93e81a, reversing
changes made to c87a8183bd.

* portfile.cmake fixes

Update x64-windows-static* and fixes

* Update simd.json

* Added missing define

Set "#define in SIMD_STATIC/src/Simd/SimdConfig.h"

* Update simd.json

* Update simd.json

* Revert "Revert "Merge branch 'master' of https://github.com/erdogan61/vcpkg""

This reverts commit a97bdb05f4.

* Added Linux support

* Update simd.json

* Added Cmake install patch

Otherwise build error:
"ninja: error: unknown target 'install'"

* Update simd.json

* Added supports in vcpkg.json

* Update simd.json

* Removed unsupported builds

* x64_uwp failes

UWP builds are failing, since not supported,
Reason:
The following DLLs do not have the App Container bit set:

    D:/packages/simd_x64-uwp/debug/bin/Simd.dll
    D:/packages/simd_x64-uwp/bin/Simd.dll

* Update vcpkg.json

* Update simd.json

* Try ARM support, OSX not running

Osx build failed, arm maybe supported

* Update simd.json

* Fix syntax error and optimize

* Update simd.json

* Fix syntax

* Update simd.json

* Added SIMD_TARGET="aarch64"

* Update simd.json

* Seperated arm64 cmake

Check failes:
#if defined(_MSC_VER) && !defined(__clang__) && (defined(SIMD_X64_ENABLE) || defined(SIMD_X86_ENABLE))

#define SIMD_INIT_AS_CHAR

#elif defined(__GNUC__) || defined(__clang__) || (defined(_MSC_VER) && defined(SIMD_NEON_ENABLE))

#define SIMD_INIT_AS_LONGLONG

#else

#error This platform is unsupported!

#endif

* Update simd.json

* Syntax Error

* Update simd.json

* Update to latest release 5.2.120

*fix bug: MSVS compiler bug (Windows, Arm64).
commit b39197e00a902cbbc5ad397de92f086be994549b

* Baseline Updates

* Include arm64 fix

* Update SHA512

* Update simd.json

* Arm64 with msvc compiler not supported

* Update simd.json

* Updated supports field

* Baseline update

* Update ci.baseline.txt

* Github action fix

Replaced vcpkg_configure_cmake by vcpkg_cmake_configure

* Update simd.json

Co-authored-by: dtmen <dtmen@gmx.de>
2022-12-13 16:36:18 -08:00
Kai Pastor
5ed17f6b22
[egl] Revise wrapper and pkgconfig files for windows (#28174)
* [egl] Use vcpkg_fixup_pkgconfig

* Mingw uses lower case filenames

* Document what is wrapped

* Do backup before modification

* Windows EGL_LIBRARY is unofficial::angle::libEGL

* Update versions
2022-12-13 16:27:58 -08:00
Kai Pastor
180ea20782
[fontconfig] Fix wrapper, usage (#28295)
* [Fontconfig] Fix wrapper

* Minor fixes

* Add usage doc

* Update versions

* Fixes
2022-12-13 16:16:42 -08:00
autoantwort
c3091537af
[rtaudio] use support expressions (#28277) 2022-12-13 15:48:47 -08:00
Chuck Walbourn
42f74e3db7
[dxut, effects11] update port for latest GitHub release (#28281)
* [dxut, effects11] ports updated for latest releases

* Update baseline

* Moved !mingw support to vcpjg.json

* Update baseline

Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
2022-12-13 13:49:34 -08:00
trishvl
8e3fbf662a
[libphonenumber] Adding libphonenumber port, pushing changes to get help on error (#28093)
* Adding libphonenumber port, pushing changes to get help on error

* Added patches to cmake file to work with vcpkg, still facing error & pushing to share code

* Added patch to not build shared libs in order to bypass ninja error. Debug build failing so building release only. Pushing for help.

* Fixing irregular format vcpkg.json for libphonenumber

* Add fix to re2 dependency, and only building release

* Fixed debugs builds by turning geocoder off, fixed icu link problems in static builds, and added support for re2

* Skipping linux and osx builds as well as debug builds for x64 static triplets due to time.

* Fixing port to incorporate reviews on the PR

* Removing changes to triplets

* Resolving validate version files by overwriting

* Adding changes to address reviews on patches & triplets, add protobuf lite use, and cleaning up code

* Resolving validate version files by overwriting

* Addressing reviews on dirent and shared lib

* Making test lib builds optional and OFF by default

* Resolving validate version files by overwriting

* Update vcpkg.json to include license

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

* Reviewing github bot's messages

* Reviewing github bot's messages

* Making building tests false as temp solution.

* Reviewing github bot's messages

Co-authored-by: Trish Lam <trishlam@microsoft.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-12-12 16:22:49 -08:00
Robert Schumacher
2526b1ff2e
[docs] Update community resources (#28302) 2022-12-12 16:14:26 -08:00
Andrew Kornilov
5d27b1b578
[fastcdr] Update to 1.0.25 (#28149)
* [fastcdr] Update to 1.0.25

* Update version database
2022-12-12 16:00:12 -08:00
Alexander Neumann
1a2b03edee
[double-conversion] Update to 3.2.1 (#28242)
* [double-conversion] update to 3.2.1

* v db

* adjust itk patch

* v db

* check correct variable

* Fix typo

* v db
2022-12-12 15:36:03 -08:00
Alexander Neumann
961d5a86b0
[jasper] update to 4.0.0 (#28244)
* [jasper] update to 4.0.0

* remove unused variable

* v db

* add JAS_STDC_VERSION

* v db

* fix devil port

* v db

* patch out the stdc check

* v db

* adjust patch

* v db
2022-12-12 14:46:28 -08:00
Billy O'Neal
b12e71232e
[vcpkg docs] Delete old schema file (#28187)
* Delete old schema file that has been replaced with https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json

This caused confusion for @Nekko in Discord here: https://discordapp.com/channels/400588936151433218/687365466422902841/1048988171393835099

* Also fix the one docs use pointed out by @autoantwort.
2022-12-12 14:38:01 -08:00
Alexander Neumann
f7608f748a
[glib] update to 2.75.0 (#28246)
* [glib] update to 2.75.0

* remove empty folder

* empty dir removal

* v db

* v db
2022-12-12 14:37:00 -08:00
Jack·Boos·Yu
6ee116c59e
[live555] Export unofficial targets (#28252)
* [live555] Export unofficial targets

* version

* typo

* version

Co-authored-by: jyu49 <yu_jack@apple.com>
2022-12-12 14:35:22 -08:00
Alexander Neumann
ac5b258d82
[libxml2] update to 2.10.3 (#28261)
* [libxml2] update to 2.10.3

* v db

* remove commented code

* v db

* change homepage

* v db

* add log files to ffmpeg

* copy out libxml-2.0.pc

* fix pc file

* revert ffmpeg changes

* v db
2022-12-12 14:34:08 -08:00
Jack Gerrits
d034400a5d
[sse2neon] Fix sse2neon header install path (#28268)
* [sse2neon] fix header install path

* run ./vcpkg x-add-version --all
2022-12-12 14:28:45 -08:00
Cédric Tabin
cbe6dc7a4c
[libzippp] Update to v6.0-1.9.2 (#28276) 2022-12-12 14:25:36 -08:00
Kai Pastor
7962130140
[baseline][kf5solid] Explicitly disable imobile backend (#28279) 2022-12-12 12:31:05 -08:00
Alberto Garcia Illera
180c6bc92f
[libproxy] Update to 0.4.18. Enable static builds (#28282)
* update to new version of vcpkg

* format-manifest

* run x-add-version

* add support for x64-windows-static-md triplet

* run x-add-version

* remove BUILD_SHARED_LIBS

* run x-add-version

* remove WITH_KDE option

* run x-add-version

* restore -DWITH_KDE and test remiving fix-arm-build.patch

* run x-add-version

* remove arm patch and final fixes to pass CI

* run x-add-version
2022-12-12 12:18:37 -08:00
Nick
8881569f02
[pipewire] update to 0.3.62 (#28289) 2022-12-12 11:58:10 -08:00
Nick
34a18bcebc
[wayland-protocols] update to 1.31 (#28290) 2022-12-12 11:57:51 -08:00
Billy O'Neal
6279f6b240
Update the tool release checklist now that we no longer have an internal mirror of tool sources. (#28292) 2022-12-12 11:56:49 -08:00
Michael R. P. Ragazzon
bd52580aea
[rmlui] Update to version 5.0 (#28293) 2022-12-12 11:00:57 -08:00
misirlou-tg
2a744d41af
[tabulate] update to version 1.4 (#28294)
* Updating tabulate to version 1.4

The previous port was using a version prior to 1.0

* [tabulate] updating to use latest cmake functions

* [tabulate] Adding license

License is MIT according to:
https://github.com/p-ranav/tabulate/blob/v1.4/LICENSE

* [tabulate] Adding double quotes to absolute paths in portfile.cmake

* [tabulate] updating license

Requested to add BSL-1.0 AND BSD-3-Clause

* [tabulate] running x-add-version
2022-12-12 11:00:37 -08:00
tdcosta100
cf1fda5443
[getopt-win32] Allow use as a CMake package (#28192)
* [getopt-win32] Allow using it as a package

* [getopt-win32] Update port version

* [getopt-win32] Fix quotes

* [getopt-win32] Update port version
2022-12-09 15:30:15 -08:00
Kai Pastor
b99eebb47f
[doc] Replace "Build Mode" with "Project Mode" (#28196)
* [doc] Replace "Build Mode" with "Project Mode"

CMake clearly separates commands into "Scripting Commands" and "Project Commands", thus implying an official terminology for both modes.

* Update
2022-12-09 15:26:12 -08:00
Alexander Neumann
fd1bdf6ad3
[qt5-webglplugin] Add required dependency on qt5-websockets (#28237)
* add required websockets dependency

* v db
2022-12-09 11:01:23 -08:00
Alexander Neumann
5b88aa4b8a
[libxpm] update to 3.5.14 (#28239)
* update libxpm

* v db
2022-12-09 10:58:11 -08:00
JulZimmermann
c2089d9933
[cpp-jwt] set license (#28253)
* set license for cpp-jwt

* run x-add-version

Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
2022-12-09 10:50:10 -08:00
Kai Pastor
5402d24c77
Trace wrappers (#28161) 2022-12-08 15:55:26 -08:00
JonLiu1993
ed54c9a15f
[redis-plus-plus] update version to 1.3.6 (#28201)
* [redis-plus-plus] update version to 1.3.6

* update version
2022-12-08 15:51:34 -08:00
Lily Wang
4a2a09b905
[bullet3] Fix wrong target_link_libraries printed (#28214)
* [bullet3] Fix wrong target_link_libraries printed

* x-add-version

* update patch

* x-add-version
2022-12-08 15:23:12 -08:00
Cheney Wang
3211a42c6c
[libtheora] Fix usage issue (#28204)
* [libtheora] Fix usage issue

* Add CONFIG for find_dependency(Ogg)

* x-add-version --overwrite-version
2022-12-08 11:26:08 -08:00
Mengna Li
bd5b968149
[pcapplusplus] Export targets and fix usage (#28215)
* add usage

* revert

* Fix usage
2022-12-08 10:44:27 -08:00
Vitalii Koshura
ca28e3a00b
[sentry-native] Update to 0.5.3 (#28221)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-12-08 10:43:37 -08:00
Vitalii Koshura
5e471fe047
[boinc] Update to 7.20.5 (#28222)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Co-authored-by: Cheney-Wang <850426846@qq.com>
2022-12-08 10:42:49 -08:00
Thomas1664
4fa4413058
[tl-expected, tl-optional, tl-ranges] Fix CMake config location (#28228)
* tf-expected

* tl-optional

* tl-ranges

* format

* version
2022-12-08 10:42:16 -08:00
JonLiu1993
5abe9b2b79
[usockets] update to 0.8.3 (#28234)
* [usockets] update to 0.8.3

* update evrsion
2022-12-08 10:38:52 -08:00
Frank
30a20e8f15
[vcpkg] Fix integration in Visual Studio (#28216) 2022-12-07 17:11:31 -08:00
autoantwort
4e0bdbc23a
[opencv3] no absolute paths (#28179) 2022-12-07 16:45:34 -08:00
Sy Brand
35619c26a9
[ranges] Update tl-ranges to latest commit (#28107)
* Upgrage tl-ranges

* Update versions files

* Correct versions

* Add license

* Fix license syntax

* Update tl-ranges

* Update tl-ranges

* Update tl-ranges

* Update tl-ranges
2022-12-07 11:42:29 -08:00
autoantwort
ec06445e98
[opencv4] no absolute paths (#28203) 2022-12-07 11:31:34 -08:00
Alessandro Vergani
b1b613b613
[gcem] Update to version 1.16.0 (#28218) 2022-12-07 10:28:33 -08:00
Pierre Wendling
5d1f188403
[sdl2-image] Fix dynamic linking (#28137)
* Force DEPS_SHARED to OFF.

* Bump port version.

* Update version history.
2022-12-06 15:19:01 -08:00
MonicaLiu
3d6e708ae4
[libssh] fix json file (#28121)
* delete libssh 0.10.4+20221123

* update libssh 0.10.4+20221123#0

* update libssh 0.10.4+20221123#1

* format

Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-12-06 15:12:13 -08:00
chausner
5c21c64292
[cpp-httplib] Update to 0.11.3 (#28135)
* Update cpp-httplib to 0.11.3

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-12-06 13:20:44 -08:00
Rami ALZEBAK
559bd97670
[sse2neon] Add new port (#28129) 2022-12-06 13:20:24 -08:00