Commit Graph

17416 Commits

Author SHA1 Message Date
Craig Edwards
5a60be477f
[bot] Update DPP to v10.0.21 (#27584) 2022-11-01 20:01:36 -07:00
Osyotr
a71baa4dc7
[qt5] Update to 5.15.7 (#27522) 2022-11-01 20:00:58 -07:00
Matthias Kuhn
3e3484ad70
[pthread-stubs] allow building release only (#27530)
* [pthread-stubs] allow building release only

* Address review comment
2022-11-01 20:00:18 -07:00
Matthias Kuhn
736fb33732
[qtbase] support for android (#27421)
* [qtbase] support for android

* Fix opengl on android

* Make gles a feature

* Adjust android dependencies

* v.db

* Make ANDROID_SDK_ROOT available to all qt* ports

* v db

* naming and feature

* v db

* Gate gles2 `!windows`

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>

* v db

* !linux

* v db

* add qtbase[gles2] to ci for linux

* v db

* disable opengl_desktop if gles2 is set

* disable gles3

* v db

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2022-11-01 19:58:54 -07:00
Alonso Schaich
035ccd1ae6
[gtk] update to 4.6.8 (microsoft#27392) (#27394)
* [gtk] update to 4.6.8 (microsoft#27392)

* [gtk] regenerate versions registries (microsoft#27392)
2022-11-01 19:56:14 -07:00
Kai Pastor
9a7f03fa58
[gdal] Update to 3.5.3 (#27393)
* Update to 3.5.3

* Update versions
2022-11-01 19:54:40 -07:00
Ice0
6cf58ad402
[pthreads] Fixed build on Windows ARM64 (#27299)
* [pthreads] Fixed Windows ARM build

* [pthreads] bump port-version

* * Add upstream submission link.
* Use VERSION
* Add quotes around NMAKE's path.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-11-01 19:35:08 -07:00
Billy O'Neal
09adfdc8cd
[OpenSSL] Update to 3.0.7. (#27594)
* [OpenSSL] Update to 3.0.7.

Fixes critical security vulnerability https://twitter.com/iamamoose/status/1584908434855628800

flags.patch part already applied by upstream removed.

Download location changed to openssl.org while a github tag is still missing.

* Revert unintentional boringssl change.

* Add vcpkg_minimum_required and switch back to GitHub now that a tag is available.
2022-11-01 18:58:59 -07:00
Carlos O'Ryan
ad91176594
[google-cloud-cpp] update to latest release (v2.4.0) (#27601) 2022-11-01 17:33:14 -07:00
Robert Schumacher
7b78396b3f
[docs] Revert FetchContent section (#27311)
* [docs] Mark FetchContent as experimental

* [docs] Revert 'FetchContent' section

It is not a supported, designed, or tested method and has several significant shortcomings.
2022-11-01 15:32:26 -07:00
Alexander Neumann
1f825db83b
Add X windows part 12/N (#27512)
* [libdmx] add new port

* [libxcvt] add port

* [xbitmaps] add port

* format manifest

* use version

* v db

* add cross fixes and fix issue due to missing xorg macros on osx

* v db

* license

* v db

* Use the conventional copyright install.

* Correct the SHA512.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-01 14:00:11 -07:00
Osyotr
f5beceb4f0
[docs] Correct vcpkg_check_features examples (#27597) 2022-11-01 13:59:01 -07:00
RealTimeChris
fcfda3c78c
[DiscordCoreAPI] Update to version 2022-10-30 (#27561)
* Updating version file.

* Updating version file.

* Updates!

* Updates!

* Updating the version file.

* Updates!

* Updates!

* Updating version file.

* Updating version file.

* Updating version file.

* Updating version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.
2022-10-31 17:16:01 -07:00
Park DongHa
ef08720ac2
[thorvg] create a new port (#27525)
* [thorvg] create a new port

* [thorvg] update baseline

* [thorvg] fix windows install

* [thorvg] disable arm-uwp

* [thorvg] use DEBUG/RELEASE options for bindir

* Update ports/thorvg/portfile.cmake

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

* [thorvg] update git-tree SHA

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-10-31 17:02:52 -07:00
Kai Pastor
10f955dd4a
[glib] Update and cleanup (#27554)
* Update and cleanup [skip actions]

* Trim patch

* Update versions
2022-10-31 16:05:59 -07:00
Dennis
b39520920f
[grpc] Update to 1.50.1 (#27536)
* grpc: Update to 1.50.1

* dos2unix

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-10-31 14:31:47 -07:00
Lily Wang
47ef7c0682
[libepoxy] Add dependencies egl-registry and libx11-dev on Linux (#27562)
* [libepoxy] Add dependencies egl-registry and libx11-dev

* x-add-version
2022-10-31 13:48:57 -07:00
Daniel Johansson
bf6a6ce711
[slang] Adding a package for the Slang shading language (#24914)
* slang port - initial commit

* added x64-linux target and removed dependency on cmake

* [slang] adding some expected failing platforms

* formatted manifest file

* added license

* added expected failing win64-static platform

* added version

* sort alphabetically

* changing error message

* updated version

* [slang] adding "supports" field for vcpkg.json

* [slang] removing platform exclusion rules

* [slang] update version

* [slang] fixed deprecation warning

* [slang] update version database

* rename slang to shader-slang

* update version database

* Use builtin VERSION and dos2unix.

* remove unused empty folder policy

* set version

* update version

* Remove unnecessary set(VERSION

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-10-31 13:48:20 -07:00
Osyotr
12239b8ff0
[expat] Update to 2.5.0 (#27547) 2022-10-31 13:47:44 -07:00
autoantwort
5a497469d1
[ogdf] update (#27502) 2022-10-31 13:25:38 -07:00
autoantwort
a17a5ca06f
[xapian] no absolute paths (#27497) 2022-10-31 13:24:38 -07:00
Chuck Walbourn
809c4ead27
[directxmesh, directxtex, directxtk, directxtk12, uvatlas] updated for October 2022 releases (#27317)
* [directxmesh, directxtex, directxtk, directxtk12, uvatlas] updated for October 2022 releases

* Updated baseline

* UVatlas can use port 0

* Update baseline

* Removed extra entry

* Moved EXR support for DirectXTex upstream per feedback

* Update baseline

* Remove no longer used patch.

Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-10-31 13:15:33 -07:00
Russell Greene
b7cabf28b9
[poco] update to 1.12.4 (#27288)
* [poco] update to 1.12.2

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

* oops

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

* address some failures, cleanup

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

* address comments

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

* fix accidental change

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

* update to 1.12.3

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

* update to 1.12.4

* ./vcpkg x-add-version --all --overwrite-version
2022-10-31 13:13:06 -07:00
val
3747bf73e8
[docs] document 'version' command 📃🚀 (#27509)
* document version command

* fixed a format mistake in common-options.md why not

* Fixed some wording
2022-10-31 11:20:46 -07:00
autoantwort
253704407a
[sciter] it can be skipped (#27504) 2022-10-28 21:41:50 -07:00
Amin Yahyaabadi
813af6ac29
[tinyxml2]: do not force export the symbols when building statically (#27514)
* [tinyxml2]: do not force export the symbols when building statically

https://github.com/leethomason/tinyxml2/pull/922

* [tinyxml2]: check for TINYXML2_EXPORT on non windows

* [tinyxml2] avoid redefinition of TINYXML2_LIB
2022-10-28 21:40:50 -07:00
autoantwort
4ed186d97b
[libmikmod] add supports expression (#27501) 2022-10-28 21:39:45 -07:00
autoantwort
85d8dc86cf
[dmlc] update (#27495) 2022-10-28 21:36:35 -07:00
MonicaLiu
b9dace9b0b
[luabridge] update to 2.8 (#27488)
* update luabridge

* update version

* Use file(INSTALL for the copyright file, and formatting.

Co-authored-by: Monica <v-liumonica@microsoft.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-10-28 21:36:03 -07:00
autoantwort
c59515e525
[gstreamer] no absolute paths (#27499) 2022-10-28 21:35:46 -07:00
Alonso Schaich
f049378e6f
[pangomm] update to 1.50.1 (microsoft#27377) (#27378)
* [pangomm] update to 1.50.1 (microsoft#27377)

* [pangomm] update to 1.50.1 (microsoft#27377)
2022-10-28 21:35:07 -07:00
Alonso Schaich
b6cd8828e6
[cairomm] update to 1.16.2 (microsoft#27374) (#27376)
* [cairomm] update to 1.16.2 (microsoft#27374)

* [cairomm] update to 1.16.2 (microsoft#27374)

* Use VERSION defined by vcpkg, fix VCPKG_LIBRARY_LINKAGE typo, modernize release-only build handling.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-10-28 21:34:31 -07:00
Alonso Schaich
61a81924d9
[fontconfig] update to 2.14.1 (microsoft#27372) (#27373)
* [fontconfig] update to 2.14.1 (microsoft#27372)

* [fontconfig] Update version registries (microsoft#27372)
2022-10-28 21:33:26 -07:00
Shiroki Satsuki
09b11a6ce4
[cppzmq] Fix can't be found with "ZeroMQ" (#27045) 2022-10-28 21:03:21 -07:00
MonicaLiu
05fda317ed
[docs] update manifest-files.md (#27521)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-10-28 09:31:24 -07:00
JonLiu1993
2de7f388c5
[cppcoro] update to the latest commit (#27453)
* [cppcoro] update to the latest commit

* update  version
2022-10-27 19:28:37 -07:00
Cheney Wang
9b81411aa2
[glbinding] Fix CMake warnings (#27481)
* [glbinding] Fix CMake warnings

* Use "version" instead of "version-string"

* x-add-version

* Restore the removed parameters

* x-add-version
2022-10-27 19:28:07 -07:00
Jason George
bdb85dd566
Update cnats to 3.4.1 (#27511)
Co-authored-by: Jaegermeiste <jay@bleedingeyestudios.com>
2022-10-27 19:27:21 -07:00
autoantwort
e4dba19c12
[vowpal-wabbit] no absolute paths (#27490) 2022-10-27 19:26:15 -07:00
Brennan
9c4f2235d0
[microsoft-signalr] Update Port (#27510)
* [microsoft-signalr] Update Port

* add version

* odd
2022-10-27 19:24:44 -07:00
Jonathan Sweemer
81b3735508
[quantlib] update to v1.28 (#27496) 2022-10-27 19:23:22 -07:00
autoantwort
e5cfe5f215
[plib] add supports expression (#27503) 2022-10-27 19:23:00 -07:00
Rémy Tassoux
bd70fa7c1e
[quill] Update to 2.3.0 (#27485)
* [quill] Update to 2.3.0

* [quill] Update version files
2022-10-27 19:16:42 -07:00
JonLiu1993
857f979c59
[libtorrent] update to 2.0.8 (#27484)
* [libtorrent] update to 2.0.8

* update version"
2022-10-27 19:16:26 -07:00
Cheney Wang
621d51c1c0
[daw-json-link/daw-header-libraries] Update version to latest (#27483)
* [daw-json-link/daw-header-libraries] Update version

* x-add-version
2022-10-27 19:16:01 -07:00
Pierre Wendling
7ca2798c46
[sdl2-net] Update to 2.2.0. (#27459)
* [sdl2-net] Update to 2.2.0.

* [sdl2-net] Update homepage and license.

* [sdl2-net] Replace deprecated functions.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-10-27 19:15:39 -07:00
Kai Pastor
acd359d321
[giflib] Fix multi-config find_package(GIF) (#27369)
* Fix multi-config find_package(GIF)

* Update versions

* Fix invalid vcpkg tool output

* Update versions
2022-10-27 19:15:17 -07:00
autoantwort
763ec7a4d6
skip libmariadb:arm64-osx in ci (#27489) 2022-10-27 19:11:28 -07:00
Cheney Wang
48cc0c71ed
[ffmpeg] Remove the download address of gcc under windows arm (#26594)
* [ffmpeg] Update the download address of gcc under windows arm

* Never gcc download under windows arm

* update ffmpeg.json

* Removed download requirement for "cpp.exe" preprocessor

* x-add-version
2022-10-27 11:56:00 -07:00
Javier Matos Denizac
c72cefb255
Boost builds respect VCPKG_MAX_CONCURRENCY (#27465)
* respects 	VCPKG_MAX_CONCURRENCY

* bump port version

* x-add-version
2022-10-26 19:29:08 -07:00