Commit Graph

3813 Commits

Author SHA1 Message Date
Alexander Neumann
162a88fa44
[libraw] Remove register in cpp (#26009)
* libraw remove register cpp

* v db

* move patch to the correct location

* v db
2022-07-28 15:49:19 -07:00
Alexander Neumann
9430b3c760
[freeimage] remove usage of auto_ptr (#26007)
* freeimage remove auto_ptr

* v db
2022-07-28 15:45:36 -07:00
Alexander Neumann
f7b4df27ad
[lcms] fix register usage for cpp >= 17 (#26008)
* lcms fix register usage in cpp code

* v db
2022-07-28 15:42:12 -07:00
Alexander Neumann
d3f74469ee
[libxslt] fix export statements for clang-cl (#26003)
* fix libxslt export statement to include extern for clang-cl

* v db
2022-07-28 15:21:33 -07:00
Thomas1664
768932ab5b
[libflac] Disable man pages (#26016)
* [libflac] Remove documentation

* version

* [libflac] Disable man pages

* version

* man already removed

* version
2022-07-28 15:19:48 -07:00
Alexander Neumann
cf2e61b0f7
[libwebp] update to 1.2.3 (#25959)
* libwebp update to 1.2.3

* v db

* fix missing libwebp target

* v db

* add find_dependency(Threads)

* v db

* include the macro

* v db

* Add license

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-07-28 15:16:30 -07:00
Alexander Neumann
6691c1a042
[apr] unglue version string (#26005)
* apr unglue version string

* v db
2022-07-28 14:54:27 -07:00
Kai Pastor
fb5d36bcad
[winsock2,usocket] Fix mingw build (#25079)
* winsocks2 is empty package on mingw

* Fix usocket build on mingw

* Update versions

* Add license fields

* Update versions

* Update versions
2022-07-28 12:21:06 -07:00
Kai Pastor
e20e1c7908
[arrow] Update to 8.0.1, fix usage (#25983)
* Use expressive patch name

* Fix BROTLI_INCLUDE_DIR import

* glog is unused (off by default)

* Cleanup portfile, fix 'arrow[core]'

* Add CI test port

* Update to 8.0.1 [skip actions]

* Declare dependency source for substituted packages

* Trim obsolete patch chunks

* Fix static link libs export

* Use substituted targets directly, for proper export

* Fix snappy lib export to pc file

* Update versions

* Add license for test port

* Add =pass entries for the new "vcpkg-ci-Xxx" port.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-07-27 12:39:30 -07:00
Matthias Kuhn
dd73b021dc
[libspatialite] mingw support (#25881) 2022-07-27 12:39:11 -07:00
Kai Pastor
e59f7400c3
[wxwidgets] Update to 3.2 (#25943)
* Update wxwidgets to 3.2.0

* Update portfile

* Update wrapper for win32

* [cmake-user] Test wxwidgets on mingw

* Fixup cmake config

* Updated nanosvg patch

* Handle search path for gtk3 link libs

* Update versions

* Remove obsolete option

* Cleanup pkg-config setup

* Update versions

Co-authored-by: Tal Regev <tal.regev@gmail.com>
2022-07-27 11:51:32 -07:00
autoantwort
12a005017b
[dcmtk] no absolute paths (#25964) 2022-07-27 11:41:12 -07:00
Charles Karney
6905d914b7
[Geographiclib] Update to 2.1.1 (#25982)
* update for GeographicLib 2.1.1

* [geographiclib] Update to version 2.1.1
2022-07-27 11:38:22 -07:00
Cheney Wang
5b8640fab1
[libzip] Update to 1.9.2 (#25999)
* [libzip] Update to 1.9.2

* Update
2022-07-27 11:21:32 -07:00
Craig Edwards
0257395b0f
[DPP] Add new port (#25949)
* vcpkg dpp port built from our CI

* fix missing dependency

* update

* Update Sun Jul 24 11:26:12 UTC 2022

* exclude uwp for dpp

* Update Sun Jul 24 13:21:45 UTC 2022

* fix supports

* fix supports

* Update Sun Jul 24 14:14:29 UTC 2022

* Update Sun Jul 24 15:36:39 UTC 2022

* Update Mon Jul 25 12:04:56 UTC 2022

* * Add https:// to the homepage so that it is a valid URI.

* Added usage.
* Forced pkgconfig to be required rather than quiet.
* Changed tabs to spaces in portfile.cmake.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-07-26 15:04:32 -07:00
Thomas1664
a2df2f95f4
[vamp-sdk] Remove duplicated dependence on vcpkg-cmake (#25981)
* [vamp-sdk] Fix duplicate dependence on vcpkg-cmake

* version
2022-07-26 10:32:56 -07:00
Thomas1664
a365d44152
[freetype] Fix license (#25980)
* [freetype] Fix license

* version
2022-07-26 10:32:09 -07:00
Thomas1664
34d2f421b6
[brotli] Remove debug tools (#25976)
* [brotli] Remove debug tools

* version
2022-07-26 10:29:21 -07:00
Mengna Li
d851aa754c
update to 2.68.1 (#25987) 2022-07-26 10:23:47 -07:00
Alexander Neumann
10d105c8c4
[openssl] Enable builds with clang-cl (#25869)
* allow clang-cl builds

* v db

* should always wait for the debug build to finishe .....

* v db

* fix static builds not having pdbs

* v db

* Add a variable and comment to describe why we are removing PDB copy rules.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-07-26 10:12:23 -07:00
Billy O'Neal
b010f27895
Fix vcpkg.jsons that don't conform with our schema (#25939)
* Fix vcpkg.jsons that don't conform with our schema

iniparser's homepage is not a valid URI. ndevilla.free.fr/iniparser says that the homepage has moved to github, so just replaced it with that. Note that portfile.cmake already uses vcpkg_from_github.

nifticlib was referring to a github organization and used vcpkg_from_github in its homepage.

thor was missing a scheme. Using https gave an invalid certificate but http redirected to the site I put here.

* Add licenses.
2022-07-25 16:41:00 -07:00
Kai Pastor
4be7ab52e8
[sdl2pp] Fix exported pc file, cleanup (#25968)
* Fix exported pc file

* Fix sdl2 import

* Move Find module to 'share/${PORT}'

* Fix usage instructions

* Trim dependencies patch

* Update versions
2022-07-25 16:37:32 -07:00
autoantwort
edd9fb3504
[qtbase] no absolute paths (#25965) 2022-07-25 14:59:41 -07:00
Alexander Neumann
0bceafcf54
[freexl] use make on all platforms (#25963)
* [freexl] always use make

* v db

* add missing space

* v db
2022-07-25 14:58:50 -07:00
Alexander Neumann
4335dc2edf
[pugixml] fix dllexport for clang-cl (#25962)
* pugixml fix export macros for !cl

* v db
2022-07-25 14:58:07 -07:00
Jack·Boos·Yu
38884e02f5
[triton] Fix build, add feature boost (#25924)
* [triton] Fix build, add feature boost

* version
2022-07-25 14:55:37 -07:00
Yuriy O'Donnell
09d4f8ec9c
[blake3] Add assembly implementations (#25921)
* [blake3] Extend build script to support assembly implementations

* [blake3] Add AVX512 assembly implementation
2022-07-25 14:54:59 -07:00
Matthias Kuhn
4b03e5c3d5
[libspatialindex] mingw support (#25882) 2022-07-25 14:40:29 -07:00
Alexander Neumann
4ad8fc2a83
[Minizip] enable clang-cl builds (#25960)
* minizip enable clang-cl builds

* v db

* update scripts in port

* v db
2022-07-25 14:39:36 -07:00
Alexander Neumann
6b67ad7e48
[crashpad] use vcpkg_cmake_get_vars (#25864)
* [crashpad] use vcpkg_cmake_get_vars

* v db

* disable uwp for crashpad.

* v db
2022-07-25 14:00:13 -07:00
Chuck Walbourn
cad7402638
[directx-dxc, directxtk12] update port for July 2022 release and native ARM64 support (#25827)
* [directx-dxc] update port for July 2022 release and native ARM64 support

* Update baseline

* Update directxtk12 port for hotfix

* Update baseline

* Update directx-dxc.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2022-07-25 12:52:00 -07:00
Kai Pastor
49868fd552
[vcpkg-cmake] Update parallel vcpkg_cmake_configure (#21507)
* Revise generator selection

If the host is x86, assume that msbuild is requested for windows.
If msbuild is requested and suitable, use it.
Else if a particular generator is requested, use it.
Else if ninja is available, use it.
Else on non-windows host, use "Unix Makefiles".

* Revise ninja_host detection

* Revise parallel configure detection

* Consolidate ninja path setup

* Update documentation

* Use portable chdir

* [ms-gltf] Use new generator selection

* Update versions
2022-07-25 12:23:04 -07:00
Alexander Neumann
1aa8ac7a05
[fftw3] fix bigobj compiler option (#25972)
* fix bigobj in fftw3

* v db
2022-07-25 12:19:03 -07:00
Mengna Li
a6c5c0140d
[daw-json-link] update to v3.0.4 (#25966)
* fix missing include

* update

* update to v3.0.4

* update to v3.0.4
2022-07-25 12:14:29 -07:00
Lily Wang
8d9d56652f
[libhv] update to 1.2.6 (#25971)
* [libhv] update to 1.2.6

* update portfile.cmake

* x-add-version
2022-07-25 12:12:59 -07:00
Kai Pastor
d73287bbc1
[fluidsynth] Update to 2.2.8, improvements (#25951)
* Update to 2.2.8

* Fix generated pc file

* Repair 'sndfile' feature control

* Reintegrate gentables into main build

* Update versions
2022-07-25 12:10:23 -07:00
Alexander Neumann
4b5b820053
[harfbuzz] update to 5.0.1 (#25961)
* [harfbuzz] update to 5.0.1

* v db
2022-07-25 11:45:46 -07:00
Laurent Rineau
6def72be5a
[cgal] update to 5.5 (#25956)
* [cgal] upgrade to 5.5

* vcpkg x-add-version --all
2022-07-25 11:42:34 -07:00
Dennis
8d5dae7131
asio-grpc: Update to 2.0.0 (#25952) 2022-07-25 11:42:00 -07:00
Jonathan Sweemer
6a501349b7
[quantlib] update to v1.27 (#25932) 2022-07-25 11:23:19 -07:00
Thomas1664
f93ba152d5
[nrf-ble-driver] Remove possible conflicting files (#25900)
* Fix possible conflicting license file

* version

* update license

* format

* version

* UWP can't handle drivers

* version
2022-07-22 14:39:50 -07:00
Cheney Wang
a84a8437c9
[libmysql] Add target include directories (#25886)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-07-22 14:38:57 -07:00
Carlos O'Ryan
31211e0bce
[google-cloud-cpp] update to latest release (v2.0.1) (#25898)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-07-22 14:38:14 -07:00
Felix Richter
0a253d9d7a
[rbdl-orb] Merging rbdl and rbdl-orb ports (#25695)
* merge port rbdl-orb and rbdl

* vcpkg x-add-version rbdl

* readded rbdl-orb port and empty it reffering to rbdl

* vcpkg x-add-version --all
2022-07-22 14:35:15 -07:00
Alexander Neumann
f85bc5ebab
[protobuf] (3.)21.3 (#25909)
* [protobuf] update to 21.3

* v db

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-07-22 13:55:45 -07:00
João Soares
00323023d2
[opentelemetry-cpp] update version to 1.4.1 (#25873)
* [opentelemetry-cpp] update opentelemetry-cpp to v1.4.1

* enable logs and metrics preview

* update versions database

* update azure-core-tracing-opentelemetry-cpp to use opentelemetry-cpp 1.4.1

* azure-core-tracing-opentelemetry-cpp: remove hard depdency on opentelemetry version instead of using 1.4.1

* Nitpick on using identical patch file.

Co-authored-by: João Soares <joao.soares@xpi.com.br>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-07-22 13:52:15 -07:00
Eric Kilmer
e8bbe81315
[mbedtls] Update to v2.28.1 (#25894)
* [mbedtls] Update to v2.28.1

Latest release of LTS version 2.28

* Update version
2022-07-22 11:08:04 -07:00
JonLiu1993
ee51cc2346
[DCMTK] update to 3.6.7 (#25887)
* [DCMTK] update to 3.6.7

* update version

* Add license

* update version
2022-07-22 11:07:51 -07:00
IronsDu
4b7ccac6c3
[brynet] Upgrade to 1.12.1 (#25910)
* Upgrade brynet version to v1.12.1

* Upgrade brynet version to v1.12.1
2022-07-22 10:59:01 -07:00
Eric Kilmer
f3aaee3cda
[z3] Update to v4.9.1 (#25911)
* [z3] Update to v4.9.1

* Update version
2022-07-22 10:58:36 -07:00
Dennis
824c432473
[grpc] Update to 1.48.0 (#25914)
* grpc: Update to 1.48.0

* grpc: Adjust line-ending of patches

* grpc: Change line ending of some patches back to CRLF
2022-07-22 10:58:10 -07:00
Frank
e347f74179
[glib] update to 2.72.3 (#25853)
* [glib] update to 2.72.3

* update version

* add patch

* overwrite version

* patch name

* version

* update patch

* version
2022-07-22 10:54:34 -07:00
Mengna Li
bded84c6a1
[xlnt] Add missing include (#25925)
* fix missing include

* update
2022-07-22 10:53:47 -07:00
Jack·Boos·Yu
8408dd9e1e
[vcpkg baseline][opencv4] Fix hash check (#25922)
* [vcpkg baseline][opencv4] Fix hash check

* version
2022-07-22 09:43:26 -07:00
Cheney Wang
b2a22ff59a
[ogre-next] Update to 2.3.1 (#25889) 2022-07-20 15:44:03 -07:00
Mengna Li
a425267b97
[concurrencpp] fix supports (#25884)
* fix supports

* update
2022-07-20 15:43:31 -07:00
Mengna Li
429328f80a
update to 2.6.1 (#25878) 2022-07-20 15:43:00 -07:00
John Wason
ca4b4621a2
[ccd] add double-precision option (#25870)
* Add double-precision option to ccd

* Bump ccd port version

* Update version database

* format

* format

* x-add-version

* Update ccd.json

* add license

* x-add-version

Co-authored-by: Lily Wang <494550702@qq.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-07-20 15:42:37 -07:00
Alexander Neumann
1432faa595
[Protobuf] fix used source dir (#25861)
* [protobuf] fix source path

* v db
2022-07-20 15:41:57 -07:00
JonLiu1993
917a86aeb3
[sqlite3] update to 3.39.1 (#25852)
* [sqlite3] update to 3.39.1

* update version
2022-07-20 15:40:29 -07:00
ahugeat
645b853ed8
[gamedev-framework] Update to v1.0.0 (#25842)
* Update gamedev-framework to v1.0.0

* Update database

* Use new vcpkg_cmake commands

* Fix portfile format

* Update package revision

* Try to fix database version

* Remove port-version

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

* Protect CMake string

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

* Fix version database

* remove git-tree

* update version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-07-20 15:39:35 -07:00
Laurent Rineau
e8791c43c6
[cgal] Update to version 5.4.2 (#25839)
* [cgal] Update to version 5.4.2

* vcpkg x-add-version --all

* Remove the patch file itself

* vcpkg x-add-version --all
2022-07-20 15:30:35 -07:00
autoantwort
7fe8b4a85d
[openscap] no absolute paths (#25838)
* [openscap] no absolute paths

* format

* x-add-version

* format

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-20 15:29:47 -07:00
Lily Wang
84541b3c07
[brpc] Update to 1.2.0 and fix build error with gcc 11 (#25834)
* [brpc] Update to 1.2.0 and fix build error with gcc 11

* x-add-version

* update portfile.cmake

* x-add-version

* add comment

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-20 15:20:39 -07:00
japm48
ce9f50f7ac
[meson] update to version 0.63 (#25811)
* meson: update to version 0.63

* meson: update version file
2022-07-20 15:17:31 -07:00
autoantwort
1e5e710148
[grpc] no absolute paths (#25796) 2022-07-20 15:16:11 -07:00
autoantwort
708ed2bb7e
[opencv4,dv-processing] fix pkgconfig (#25621) 2022-07-20 15:07:26 -07:00
autoantwort
fde0f2c9b9
[solid3] fix arm64-osx build (#25344)
* [solid3] fix arm64-osx build

* Update versions/s-/solid3.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-07-20 15:05:56 -07:00
Thomas1664
8ff168270b
[marble] Fix copyright location (#25871)
* [marble] Fix copyright location

* Fix version

* version
2022-07-19 15:22:51 -07:00
Qingnan Duan
ebf637bedb
[pybind11] Update to version 2.10.0 (#25377)
* Pick latest commit from pybind11 to workaround CMake issues

* x-add-version

* Bump version to 2.10.0

* x-add-version
2022-07-19 10:00:34 -07:00
Tetsuya Hayashi
c8e1797c30
[jsonnet] Update to 0.18.0 (#25800)
* [jsonnet] Update to 0.18.0 (#20627)

* Update jsonnet to 0.18.0

* update patch files

* add 0005-use-upstream-rapidyaml.patch to use system rapidyaml

* use system rapidyaml

* update version

* Added license "Apache-2.0" to vcpkg.json

from https://github.com/google/jsonnet/blob/master/LICENSE
2022-07-19 10:00:08 -07:00
autoantwort
42adffbfc7
[gdal] no absolute paths (#25804)
* [gdal] no absolute paths

* gdal no config
2022-07-19 09:58:50 -07:00
autoantwort
4b61bb45a5
[dpdk] no absolute paths (#25835) 2022-07-19 09:58:14 -07:00
Vitalii Koshura
af80626a3d
[boinc] Update to 7.20.2 (#25837)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-07-19 09:56:43 -07:00
autoantwort
c81b29af96
[pipewire] no absolute paths (#25841) 2022-07-19 09:56:27 -07:00
Victor Romero
678c0ea99b
Revert "[gpgmm] Add gpgmm. Highly experimental. (#25650)" (#25849)
This reverts commit 33c8f02539.
2022-07-18 15:29:08 -07:00
John Wason
cfc61b1e39
[bullet3] Add bullet3 features double-precision and rtti, enable several extras (#25784)
* Add bullet3 features double-precision and rtti, enable a few extras

* [bullet3] bump port-version, format, x-add-version

* [bullet3] bump port-version

* Update version database

* [bullet3] reduce port-version

* Update version database
2022-07-18 15:17:19 -07:00
Yuriy O'Donnell
c39678d764
[blake3] Add new port (#25787)
* [blake3] Add new port

Fixes #20023

* Add license

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-07-18 15:10:20 -07:00
Reder
8b7ac186bf
[sqlitecpp] do not use stack protection (#25761)
* do not use stack protection
fixes #25760

* update version

* update baseline

* only remove stack protection for mingw64

* update version

* Make variable visible even if unused

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

* update version

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2022-07-18 15:09:27 -07:00
JonLiu1993
870165b0f6
[CPR] Update to version 1.9.0 (#25244)
* [CPR] Update to 1.8.3 (again, see details)

* update version

* [CPR] Update to 1.8.4

* update version

* [CPR] Update to 1.9.0

* remove v1.8.4 in cpr.json

* update version
2022-07-18 14:26:53 -07:00
Oleg Derevenetz
359dbe3a07
[sdl2-mixer] Update to 2.6.1 (#25763)
* Update sdl2-mixer to 2.6.1

* SDL2_mixer: fix upstream CMakeLists

* SDL2_mixer: add vcpkg_fixup_pkgconfig()

* Fix sdl2pp dependency on SDL2_mixer

* Never use vendored libs

* Update baseline

* sdl2pp: add license

* Update baseline

* Remove apparently redundant pkgconfig fix

* Use the commit hash for REF

* Update baseline

* Revert "Remove apparently redundant pkgconfig fix"

This reverts commit 98e0d7f76d.

* Update baseline

* Minimize sdl2pp patch

* Update baseline

* Reformat

* Update baseline
2022-07-18 14:26:05 -07:00
Barak Shoshany
c8ace4788a
[bshoshany-thread-pool] Updated to v3.1.0 (#25795)
* [bshoshany-thread-pool] Updated to v3.1.0

* [bshoshany-thread-pool] Updated to v3.1.0
2022-07-18 14:13:39 -07:00
Kyle Benesch
a68d803377
[libtcod] Update to 1.21.0 (#25802)
* STB patch no longer needed.

* Replace deprecated dependency lodepng-c.

* Added 'sdl' and 'threads' features.

Libtcod can now be compiled without linking to SDL2.

Problematic threading functions can be disabled, and are disabled by
default.

* Update to 1.21.0.

Change head ref to 'main'.
2022-07-18 14:12:32 -07:00
Kai Pastor
28f7523ba0
[opencolorio] Update to 2.1.2, fixes (#25805)
* Fix exported Imath dependency

* Drop unused deps from patches and config

* Handle DLL import in installed header

* Fix non-required find_package(OpenColorIO)

* Omit unrelocatable script

* Installation cleanup

* Update to 2.1.2

* Fix exported pc file

* Update versions

* Silence warning

* Update versions
2022-07-18 13:36:48 -07:00
Tatsunori Uchino
56cc138c0a
[nowide] update to 11.2.0 (#25808) 2022-07-18 13:18:32 -07:00
An Tao
7529e8c4cc
[trantor] Update to 1.5.6 (#25809) 2022-07-18 13:17:56 -07:00
autoantwort
1c6c0861ac
[secp256k1] no absolute paths (#25815) 2022-07-18 13:16:51 -07:00
Osyotr
f0815eb528
[libtheora] Fix x64-linux-debug build (#25819)
Also switch to vcpkg-cmake and install both copyright files

Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-18 13:16:02 -07:00
Osyotr
2c208f9831
[readline-unix] Fix x64-linux-dynamic build (#25823)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-18 13:15:02 -07:00
autoantwort
9ab9880238
[apr] no absolute paths (#25816) 2022-07-18 13:14:05 -07:00
Osyotr
5a7c56f934
[zopfli] Fix x64-linux-dynamic build (#25824)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-18 13:10:46 -07:00
Osyotr
d2dbf99615
[ccfits] Fix x64-linux-dynamic build (#25826)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-18 13:02:35 -07:00
Frank
bb920d6a58
[libtorrent] update to 2.0.7 (#25830)
* [libtorrent] update to 2.0.7

* update version
2022-07-18 12:52:19 -07:00
Billy O'Neal
68b7fec22e
Update VMs for July 2022 Patch Tuesday, and to Ubuntu 22.04. (#25785)
* Update Ubuntu to 22.04.

* Add libxtst-dev from https://github.com/microsoft/vcpkg/pull/24934

* Add standard prereqs.

* Update some package references for Ubuntu 22.04.

* [cuda] Update to search in /usr/bin as used on Ubuntu 22.04.

* [cudnn] Add where ubuntu 22.04 puts it.

* Add update-nvidia-cudnn calls.

* Update powershell to 7.2.5

* Re-add NCCL installation from CUDA official sources.

* Update pools.
2022-07-15 21:11:16 -07:00
Bryan B
33c8f02539
[gpgmm] Add gpgmm. Highly experimental. (#25650) 2022-07-15 12:33:50 -07:00
Kai Pastor
6784c97c22
[libdc1394] Fix dependencies, fix osx (#25791)
* Fix dependencies

* Fix osx build

* Update versions
2022-07-15 12:27:25 -07:00
Frank
f4df9aa996
[armadillo] update to 11.2.3 (#25789)
* [armadillo] update to 11.2.3

* update version

* add license

* overwrite version
2022-07-15 12:22:46 -07:00
Simone Gasparini
504d7a9818
[cctag] update to v1.0.2 (#25782)
* [cctag] update to v1.0.2

* [cctag] update baseline to v1.0.2
2022-07-15 12:20:03 -07:00
autoantwort
028fce4e88
[gdal] no absolute paths (#25778) 2022-07-15 12:19:38 -07:00
JonLiu1993
8bb8b579ac
[folly] update to v2022.07.11.00 (#25769)
* [folly] update to v2022.07.11.00

* update version

* [proxygen] update to v2022.07.11.00

* update version

* Add License

* update version

* update version
2022-07-15 12:16:41 -07:00
Lars Fröhlich
fd69fb2964
[gul14] Add new port (#25755)
* [gul14] Add new port

* [gul14] Mark UWP builds as expected to fail

* Remove baseline

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-07-15 12:16:00 -07:00
LilyWangLL
62763f276b
[libgd] update to 2.3.3 (#25748)
* [libgd] update to 2.3.3

* x-add-version

* add license

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-15 12:10:56 -07:00
ROLL Software Brasil
1782b7edf2
[secp256k1] Update secp256k1 from 2017 to 2022 (#25398)
* Update secp256k1 from 2017 to 2022, that added Schnorr Signature on last year.

- Edit CMakeList.txt to target precomputed library.
- Edit libsecp256k1-config.h to undef and define VARS compilation.
- Edit portfile.cmake to download new sources from repository, commit reference 44c2452fd387f7ca604ab42d73746e7d3a44d8a2 (bitcoin-core/secp256k1)
- Edit vcpkg.json to new version portfile

* Update secp256k1 from 2017 to 2022, that added Schnorr Signature on last year

>> vcpkg x-add-version secp256k1
- Update secp256k1.json version
- Update baseline.json version

* Update ports/secp256k1/portfile.cmake

Added JonLiu1993 suggestion. Put PREFER_NINJA to secp256k1/portfile.cmake

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

* Update ports/secp256k1/vcpkg.json

Added JonLiu1993 suggestion. Put dependencies to secp256k1/vcpkg.json

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

* Update port-version, REQUIRED to "x-add-version"

>> vcpkg x-add-version secp256k1

* Update port file to secp256k1 identation

* Update vcpkg.json identation

>> vcpkg format-manifest ports/secp256k1/vcpkg.json

* Update x-add-version command

vcpkg x-add-version secp256k1

* [secp256k1 ]Update secp256k1 from 2017 to 2022

* update version

* Add license

* update version

* Update, add features

* version

* fix

* version

* clean port version

* version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-07-15 12:08:22 -07:00
Frank
8b62d95a81
[Folly] add vcpkg_cmake_wrapper.cmake (#24471)
* add vcpkg-cmake-wrapper.cmake

* update version

* overwrite version

* Include all custom cmake module files

* update version

* update version

* overwrite version
2022-07-14 14:59:34 -07:00
Cheney Wang
3a6ad4bc7a
[evpp] Add static/shared handling and export unofficial config and target file (#25641)
* [evpp] Export unofficial config and target file

* x-add-version

* Update patch

* x-add-version evpp --overwrite-version

* update patch

* x-add-version

* Add CONFIG in find_dependency()

* Modify patch

* separate patch

* Update path

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-07-14 14:56:20 -07:00
Jamlys Lee
c05e96fe7e
[gdk-pixbuf] fix bug for cross build (#25689)
* Fix build failure for cross-compiling

* update port version database

* Fix build failure for windows.

* update port version

* update port version database

* Adjust logic to remove gdk-pixbuf-thumbnailer.

* update port version database

* [gtk] Fix build failure for windows

* update port version database

* ci's down, just force it to rerun.

* Revert "ci's down, just force it to rerun."

This reverts commit 6d1040207f.

* Update gdk-pixbuf.json

* overwrite port version

* update port version database

* Update gdk-pixbuf.json

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
2022-07-14 14:27:57 -07:00
Carlos O'Ryan
ce9dc455ef
[google-cloud-cpp] update to latest release (v2.0.0) (#25608)
* [google-cloud-cpp] update to latest release (v2.0.0)

* Disable `channel` and `asset` features on Windows

Protobuf <= 3.19 does not know about the `TRUE` and `DOMAIN` macros on
Windows, so it cannot hide said macros when used as enum values in a
proto file.  vcpkg uses protobuf==3.19.4

* Fix formatting

* Fix versions
2022-07-14 14:12:01 -07:00
Dennis
0cb819175b
[grpc] Update to 1.46.3 (#25071)
* Update gRPC to 1.46.3 and upb to 2022-06-01

* fix(upb): Ensure that protoc-gen-upb has been build before running protobuf_generate. Also add license to vcpkg.json

* fix(upb): Let abseil propagate cxx_std_11. Build upb codegen tools in host triplet

* Revert abseil's cxx_std propagation

* fix(upb): Attempt to fix missing -std=c++11 flag when compiling x64-osx

* Downgrade upb to the version used by gRPC. No longer installed generated descriptor.upb.h files just to use them when compiling target triplet

* Remove absl-sync patch from gRPC since it is always enabled by default now

* Use vcpkg's upb library in gRPC instead of embedded one. Also fix gRPC's pkgconfig patch

* grpc: Remove the upb::all_libs target

* grpc: Adjust versions json

* upb: Adjust versions json

* Set feature absl-sync as deprecated

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-07-14 14:08:28 -07:00
Azure SDK Bot
a480fb0fa3
[azure-security-attestation-cpp] Update to 1.0.0 (#25629)
## 1.0.0 (2022-07-07)

### Breaking Changes

- Renamed `Version` field to `ApiVersion` and removed the `ServiceVersion` enumeration.

Co-authored-by: Victor Romero <viromer@microsoft.com>
2022-07-14 13:17:49 -07:00
Ilya Glushchenko
6b5e717e1d
[geos] Bump version to 3.11.0. (#25750) 2022-07-14 12:19:03 -07:00
Azure SDK Bot
fd117d229d
[azure-core-tracing-opentelemetry-cpp | azure-core-cpp] Add new port and publish azure-core-cpp version to 1.0.0-beta.2 (#25507)
* [azure-core-tracing-opentelemetry-cpp] Update to 1.0.0-beta.2
## 1.0.0-beta.2 (2022-06-30)

### Breaking Changes

- The `Azure::Core::Tracing::OpenTelemetry::OpenTelemetryProvider` type can only be instantiated via a factory method: `OpenTelemetryProvider::Create()`.

### Other Changes

- Removed `_internal` APIs from the public API surface. Also removed most of the `_internal` APIs from the public `opentelemetry.hpp` headers.

* [azure-core-cpp] Update to 1.7.0
## 1.7.0 (2022-06-30)

### Features Added

- Added prototypes and initial service support for Distributed Tracing.
2022-07-14 12:15:41 -07:00
Nick
c2594d242a
[openal-soft] Add ALSA dependency on Linux (#25754)
* [openal-soft] Add ALSA dependency on Linux

* [openal-soft] Remove "host" from ALSA dependency.

* [openal-soft] Update git tree value.
2022-07-14 12:12:47 -07:00
Thomas1664
1721648556
[kf5] Merge copyright files to a single file (#25759)
* [kf5] Remove copyright dir part 1

* part 2

* version

* format

* version

* Diagram has only a single license file

* version

* Delete docs

* version

* Fix empty dirs

* version

* Only remove readme

* version
2022-07-14 12:09:56 -07:00
JonLiu1993
e658a5d7ee
[WinReg] update to v6.1.0 (#25765)
* [WinReg] update to v6.1.0

* update version
2022-07-14 12:07:04 -07:00
Jack·Boos·Yu
8b14e7e872
[hiredis] Fix the conflict of macro ssize_t (#25271) 2022-07-13 18:29:41 -07:00
eao197
26ba6f56c1
[restinio] update to v.0.6.16 (#25724)
* RESTinio updated to v.0.6.16.

* RESTinio v.0.6.16 added to baseline.
2022-07-13 13:55:44 -07:00
Cheney Wang
9241267aa1
[libmount] Update to 2.38 (#25727)
* [libmount] Update to 2.38

* x-add-version

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-07-13 13:55:14 -07:00
Cheney Wang
6d66b8fbbb
[libproxy] Add vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) (#25733)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-07-13 13:54:44 -07:00
Frank
7e0fcb4ccf
[WavPack] update to 5.5.0 (#25742)
* [WavPack] update to 5.5.0

* update version
2022-07-13 13:53:41 -07:00
Sean Farrell
9065505cd6
[rsig] Updates rsig to 0.1.1 (#25669)
* [rsig] Updates rsig to 0.1.1

* Use the right usage file.

* Update versions.
2022-07-13 13:52:54 -07:00
Kai Pastor
98b41de91e
[libsquish] Fix unexpected OpenMP dependency (#25746)
* [libsquish] No unguarded OpenMP dependency

* Update versions
2022-07-13 13:51:19 -07:00
Cedric GNIEWEK
343319653a
[libmicrodns] Add new port (#25660)
* [libmicrodns] Add new port

* [libmicrodns] Add version
2022-07-13 13:48:45 -07:00
xaedes
9402f6f765
[imgui] Set C++ 11 standard in CMakeLists.txt (#25601)
* [imgui] Enable C++ 11 standard as code requires it

see vcpkg issue microsoft#25588

* [imgui] Enable C++ 11 standard using target_compile_features

As lerppana suggested:
It is better to use cxx_std_11 meta feature instead of locking the version number.
This should indicate cmake to use at least 11 instead of exactly 11.

see vcpkg issue microsoft#25588

* [imgui] update versions (vcpkg x-add-version imgui)

Enable C++ 11 standard as code requires it

see vcpkg issue microsoft#25588
2022-07-13 13:47:22 -07:00
Kai Pastor
ac68609a51
[x265] Fix dependencies, modernize (#25747)
* [x265] No unguarded NUMA dependency

* [x265] Keep non-standard runtime libs in pc file

* Rewrite assembly options

* Modernize and cleanup

* Update versions
2022-07-13 13:17:56 -07:00
tqcq
5f631cf955
[rxcpp] upgrade version from v4.1.0 to v4.1.1 (#25557)
* feature upgrade rxcpp version from v4.1.0 to v4.1.1

* feature x-add-version

* fix rxcpp version hash diff

* feature migrating new cmake function

* feature upgrade vcpkg from v4.1.0 to v4.1.1

* fix format-manifest

* feature use version instead of version-string

* feature run x-add-version for rxcpp

* feature add license to rxcpp

* feature x-add-version for rxcpp

* update vcpkg.json

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-07-13 10:35:33 -07:00
JonLiu1993
91cb13a659
[dlib] update to 19.24 (#25749)
* [dlib] update to 19.24

* update version

* Recovery patch form

* update version
2022-07-13 10:31:37 -07:00
Mengna Li
72cdfe25ee
[vcpkg baseline][libharu] update to 2.4.0-rc1 (#25569)
* update to 2.4.0-rc1

* update vtk vcpkg.json file

* export targets

* update patch

* update patch

* Fix FindLibHaru in vtk

* update ports/vtk/FindLibHaru.patch

* update patch

* fix find libharu
2022-07-13 10:30:11 -07:00
Ryan A. Pavlik
5f8189bc48
[liblsquic] Add new port (#24310)
* [liblsquic] Add new port.

* version

* use vcpkg_install_copyright()

Co-authored-by: Victor Romero <viromer@microsoft.com>
2022-07-13 10:12:19 -07:00
Thomas1664
6118049642
[vcpkg baseline][opencensus-cpp] Set cxx standard to 14 for compatibility with abseil (#25735)
* {vcpkg baseline] Set cxx standard to 14 for compatibility with abseil

* Remove from CI baseline

* version

* license

* version
2022-07-12 14:07:02 -07:00
JoergAtGithub
204949bc59
[ableton] Fixed ASIO vs. ASIOSDK confusion (#25626)
* Fixed ASIO vs. ASIOSDK confusion

* Renamed variable in portfile, to enable build with Steinberg ASIO audio driver SDK
2022-07-12 11:12:55 -07:00
JonLiu1993
abb575484e
[freerdp] update to 2.7 (#25688)
* [freerdp] update to 2.7

* update evrsion
2022-07-12 11:09:23 -07:00
Kai Pastor
4e7bcf7a99
[python3] Fix wrapper, mark mingw unsupported (#25699)
* Fix python3 wrapper

* python3 is unsupported on mingw

* Update versions
2022-07-12 11:08:50 -07:00
JonLiu1993
6d087e76ef
[unrar] update to 6.1.7 (#25714)
* [unrar] update to 6.1.7

* update version
2022-07-12 11:08:08 -07:00
Frank
d9ac3c2e50
[WinReg] update to v6.0.0 (#25715)
* [WinReg] update to v6.0.0

* update version
2022-07-12 11:07:46 -07:00
Jamlys Lee
c50743e812
[gtk] fix cross build (#25718)
* [gtk] Fix package failure for cross-compiling.

* update port version database

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
2022-07-12 11:07:23 -07:00
Mengna Li
553c7dff3c
update to 20211114 (#25719) 2022-07-12 11:06:44 -07:00
Mengna Li
1cf8af0b65
fix stdalign.h not find issue (#25721) 2022-07-12 11:06:15 -07:00
Mengna Li
d303fe640b
update to v1.2.1 (#25722) 2022-07-12 10:50:03 -07:00
LilyWangLL
81b10ef999
[speex] update to 1.2.1 (#25726)
* [speex] update to 1.2.1

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-12 10:49:24 -07:00
myd7349
6b036f4545
[simdjson] Update to 2.2.0 (#25581)
* [simdjson] Update to 2.0.0

* [simdjson] Bump version

* [simdjson] Update to 2.2.0

* [simdjson] Overwrite version

* [simdjson] Remove version 2.0.0
2022-07-12 10:48:00 -07:00
Osyotr
d769781d11
[qtbase] Fix x64-linux-dynamic build (#25672)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-11 16:27:05 -07:00
Mengna Li
3c37f48862
update to 37 (#25677) 2022-07-11 16:26:21 -07:00
Osyotr
edf3441180
[pcre] Fix x64-linux-dynamic build (#25671)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-11 16:25:36 -07:00
Jack·Boos·Yu
7f49d67ef8
[vcpkg baseline][yasm/vcpkg-tool-ninja] Fix build (#25678)
* [yasm/vcpkg-tool-ninja] Fix build

* version
2022-07-11 16:24:23 -07:00
LilyWangLL
dbb8930ca3
[vcpkg baseline][isal, spdk-isal] Fix conflict (#25679)
* [vcpkg baseline][isal, spdk-isal] Fix conflict

* format vcpkg.json

* x-add-version

* apply suggestion

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-11 16:22:28 -07:00
Jack·Boos·Yu
1c284e9aa4
[uvw] Fix usage (#25684)
* [uvw] Fix usage

* version
2022-07-11 16:20:49 -07:00
Jack·Boos·Yu
7f4476af9d
[sdformat9] Update to 9.8.0 (#25685)
* [sdformat9] Update to 9.8.0

* version
2022-07-11 16:18:21 -07:00
JonLiu1993
82c7a4578a
[uwebsockets] update to 20.14.0 (#25687)
* [uwebsockets] update to 20.14.0

* update version
2022-07-11 16:17:58 -07:00
Osyotr
88f7ab6054
[freealut] Fix x64-linux-dynamic build (#25667)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-11 16:17:35 -07:00
Osyotr
d0521dadf6
[fastrtps] Update to 2.4.2, fix tool path and x64-linux-dynamic build (#25666)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-11 16:08:31 -07:00
Kai Pastor
e2b22a2ae5
[liblas] Fix geotiff dependency, document usage, add feature 'tools' (#25664)
* [liblas] use supports expression

* Fix linkage and license

* Drop pointless stuff

* Simplify cleanup, minor fixes

* Fix exported config

* Add tools feature

* Install usage file

* Update versions

* Fix usage

* Update versions

* Add Windows prefix to usage

* Update versions

Co-authored-by: Leander Schulten <Leander.Schulten@rwth-aachen.de>
2022-07-11 15:52:46 -07:00
Osyotr
60e22b44bf
[basisu] Fix x64-linux-dynamic build, switch to vcpkg_cmake_configure (#25662)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-11 15:38:12 -07:00
Matthias Kuhn
e3316f695b
[gdal] compatibility with 32bit devices android_api<24 (#25637) 2022-07-11 15:24:05 -07:00
Jamlys Lee
e562b659d1
[boost-modular-build-helper] Add support for loongarch64 cpu (#25614)
* Add support for loongarch64 cpu.

* update port version database

* update port version

* Do nothing...

* Revert "Do nothing..."

This reverts commit b73b0e4cb8.

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
Co-authored-by: Victor Romero <viromer@microsoft.com>
2022-07-11 15:14:32 -07:00
tkeinz
538234bd53
[ezfoundation] Add new port (#25604)
* Add new port ezfoundation

* Update version registry for ezfoundation

* Skip unsupported Linux and OSX build for ezfoundation

* Add license field for ezfoundation

* Update version registry for ezfoundation

* Add supports spec in manifest

* Update version registry

Co-authored-by: Mark Keinz <makei@microsoft.com>
2022-07-11 15:13:28 -07:00
Kai Pastor
88b3aedb3b
[wxwidgets] Update and fix (#25572)
* Revert "[wxwidgets] Remove debug asserts from Release build. (#25240)"

This reverts commit 6e16931acd.

* Update to 3.1.7

* Update installation layout

* Upstream CMake export is not ready for use

* Update versions

* Remove obsolete patch

* Use msvc layout for mingw on windows

* Add debug-support feature

* Update versions

* Fix condition

* Update versions

* Restore symlink patch

* Update versions

* Remove trace option from test port

* Enable testing without feature debug-support

* Fixup defaults for using without debug support

* Expect wxrc-3.1 for mingw cross builds ("unix" layout)

* Update versions
2022-07-11 14:06:54 -07:00
Mengna Li
0c5939ea29
[apsi] update to v0.8.2 and fix supports (#25461)
* update to v0.8.1 and fix supports

* skip x86-windows and arm64-windows in ci.baseline

* add x86-windows and arm64-windows supports

* update

* update

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-07-11 13:57:02 -07:00
Henrik Gaßmann
98f8d00e89
[ned14-internal-quickcpplib] Update port @2022-07-04 (#25560)
* [quickcpplib] Update port @2022-07-04

* [quickcpplib] Invert polyfill features

* [quickcpplib] Update version database

* [quickcpplib] Exclude CI failures
2022-07-08 14:05:39 -07:00
Frank
58a4010284
[OpenSSL] update to 3.0.5 (#25597)
* [OpenSSL] update to 3.0.5

* update version
2022-07-08 13:57:26 -07:00
Samuel Marks
1b9d210262
[nuklear] Upgrade to latest nuklear (12/05/2022) (#24829)
* [ports/nuklear] Upgrade to latest nuklear; use correct LICENSE path; correct `GNUInstallDirs` usage

* [ports/nuklear/vcpkg.json] Set license

* [ports/nuklear/vcpkg.json] version-date

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

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

* [versions/n-/nuklear.json] Remove `2022-05-12` @ `"port-version": 1`

* [ports/nuklear/portfile.cmake] Remove quotes around `${FEATURE_OPTIONS}`

* [nuklear] Revert reformat

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-07-08 13:56:32 -07:00
JonLiu1993
72ef222e77
[libuv] update to 1.44.1 and use official CMakeLists (#24745)
* [libuv] update to <1.44.1>

* update version

* fix ci error

* update version

* fix-ci-error

* [libuv] update to <1.44.1>

* update version

* add patch

* update version

* add option

* update version

* delete patch

* update evrsion

* fix ci error

* update version

* delete patch

* update evrsion

* Use official CMakeLists.txt

* Fix build type

* Re-fix, fix pkgconfig

* Fix usocket build

* Fix uvw build

* Fix wpilib build

* Fix cmake build

* Fix tensorpipe build

* Fix qpid-proton build

* modern portfile

* update version

* Add licese

* update version

* Update ports/usockets/CMakeLists.txt

* update version

* Add usage

* Apply suggestion

* version

* Disable to build examples

* version

* typo

* version

* Fix find_package

* version

* Update version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-07-08 13:02:45 -07:00
Mengna Li
83990a6d9a
[readline-win32] export target (#25611)
* export target

* update homepage url
2022-07-08 12:35:19 -07:00
Jamlys Lee
0ed00ce68b
[boost-build] Fix build failure for loongarch64 (#25613)
* Fix build failure for loongarch64 cpu.

* Update port version of boost-build.

* Update port version database.

* update sha512 of libharu-shading-pr-157.patch

* update vcpkg.json of libharu

* fix spelling wrong for 'version-date'.

* update port version database

* Revert "update sha512 of libharu-shading-pr-157.patch"

This reverts commit 64410af12c.

* update port version database

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
2022-07-08 12:30:46 -07:00
Berrae Meixsell
0e26a78abe
[cppcodec] Windows compatibility fix (#25624)
* [cppcodec] Windows compatibility fix

* Update version database

* Updating version-string to version

* Updating version database
2022-07-08 12:28:04 -07:00
Aleksi Sapon
0ee38930a5
[boost-modular-build-helper] Add iOS platform (#25628) 2022-07-08 12:26:00 -07:00
Matthieu Penant
687b901843
[gtest] update to 1.12.1 (#25630)
* gtest 1.12.1

* Update gtest.json
2022-07-08 12:25:01 -07:00
Kai Pastor
a8f38e3f80
[gdal] Fix hdf5 dependency (#25646)
* Fix gdal hdf5 dependency

* Update versions
2022-07-08 10:13:10 -07:00
Kai Pastor
e6c8c2bc05
[gdal] Update to 3.5.1, build with CMake (#22392)
* Build with CMake [skip actions]

* Update to 3.5.0 RC1 [skip actions]

* Update to 3.5.0RC2

* Use GDAL_USE_INTERNAL_LIBS=OFF

* Use lower-case config path

* Add LERC support

* Fix tiff linkage in libgeotiff

* uwp is unsupported

* core doesn't imply lerc

* Drop legacy build

* Feature and portfile cleanup [skip actions]

* Cleanup wrapper

* Pass on libspatialite usage requirements

* Update versions

* Remove hfd5/netcdf from default for android

* Update versions

* Fix wrapper

* Update versions

* Fix libgeotiff config

* The wrapper needs pkgconf for libspatialite

* Update versions

* Remove obsolete patch

* Update to v3.5.1-RC1

* Burn host triplet into config, require pkg-config

* Fix libspatialite link libraries [skip actions]

* Update versions in manifests

* Update versions

* Remove obsolete wrapper code [skip actions]

Complements 5c4f512.

* Update to 3.5.1RC2 [skip actions]

* Handle additional link dependencies using pkg-config [skip actions]

* GDAL's find modules rely on PkgConfig

* Update to 3.5.1

* Update versions
2022-07-07 15:05:52 -07:00
Kai Pastor
39b548c8e5
[scripts|world rebuild] Always save config.log and CMakeCache.txt (#25189)
* Always save config.log, even on error

* Always save config.log and CMakeCache.txt[.log]

* Add SAVE_LOG_FILES option

* Make implicit lookups explicit

* Update versions
2022-07-07 14:58:03 -07:00
Kai Pastor
b01fbe8d6f
[tidy-html5] Update to 5.8.0, dynamic linkage, unique link lib name (#25478)
* Update to 5.8.0

* Revise portfile

* Disable doc

* Enable shared linkage

* Fix debug pc file

* Fix PDB installation

* Update versions

* Revert lost version
2022-07-07 14:33:38 -07:00
Osyotr
5955c45dcf
[boost-regex] Fix icu feature (#25505)
Explicitly disable icu feature if not selected in vcpkg

Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-07-07 14:28:29 -07:00
Luiz
a7f0aca862
[json-c] Updated to the version 2022-06-22 (#25565)
* [json-c] Updated to the latest version

* [json-c] Change

* [json-c] Fixes

* [json-c] Changes that have been requested

* [json-c] Formatted and x-add-version

* [json-c] Changes that have been requested

* [json-c] Changes that have been requested

* [json-c] Fix SHA
2022-07-07 14:19:24 -07:00
Jamlys Lee
526f862b7a
[ffmpeg] Fix failure of cross-compiling for ffmpeg due to use inappropriate strip. (#25596)
* Fix failure of cross-compiling for ffmpeg due to use inappropriate strip.

* Update port version of ffmpeg.

* Remove redundant adjust condition.

* Update version database

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
2022-07-07 14:17:10 -07:00
Kai Pastor
4f0bb16fcd
[cairo] Fix mingw-dynamic builds (#25606)
* Fix mingw-dynamic builds

* Trim portfile

* Update versions
2022-07-07 14:15:53 -07:00
Jamlys Lee
0e4f9d4d1d
[pcre] Fix build failure for loongarch64 cpu (#25617)
* Fix build failure for loongarch64 cpu.

* update port version database.

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
2022-07-07 14:10:14 -07:00
LilyWangLL
087ef910dd
[protobuf] Update to 3.21.2 (#24400)
* [protobuf] Update to 3.20.1

* x-add-version

* [protobuf] Fix Linux build error

* x-add-version

* update protobuf to 3.21.2 and fix build error

* x-add-version

* Update protobuf.json

* add version

* x-add-version

* fix gazebo build error

* x-add-version

* update gazebo version

* update versions db

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
Co-authored-by: Victor Romero <viromer@microsoft.com>
2022-07-07 10:21:54 -07:00
Kai Pastor
cf287a6af9
[vcpkg baseline][tmx] Fix libxml dependency (#25616)
* Fix libxml2 dependency

* Update versions
2022-07-07 09:57:40 -07:00
Osyotr
9776b51b55
[assimp] Update to 5.2.4 (#24843)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-07-06 15:00:23 -07:00
plevy
35fb7a05a7
[osgearth] Update osgEarth to release 3.3 (#24886)
* Updated portfile and patches for the osgEarth 3.3 release

* Updated portfile and patches for the osgEarth 3.3 release

* Update version database

* Update vcpkg.json

* added license

* re-formatted

* re-formmatted again

* update port

* Update version database

* Update versions/baseline.json

upstream osgearth changed, set port back to 0

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

* updated version

* Update portfile.cmake

added cleanup

* updated version

* Update find-package.patch

fix Blosc

* Update find-package.patch

fix Blosc again

* version update

* Removed optional dependencies and submodule downloads

* update version

* Remove downloaded imgui in case it was not cleaned, better comments, and only download imgui if tools enabled

* updated version

* Update versions/o-/osgearth.json

* Update versions/o-/osgearth.json

Co-authored-by: Paul Levy <plevy@pelicanmapping.com>
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-07-06 14:45:30 -07:00
Kai Pastor
5a8ff0088a
[libxml2,libxslt] Revise dependency handling (#24935)
* Update mingw support expressions

* Update versions

* Use pkg-config for complete libgcrypt dependencies

* Remove crypto from default features

Align with CMake build system defaults.

* Drop unused liblzma dependency

* Update versions

* Skip installation of docs

* Update versions

* Restructure patches

* Update versions

* CI [skip actions]

* Revise libxml2 wrapper

* Omit CONFIG from find_package(LibXml2)

* Test libxml2 with, and fix for, CMake 3.7

* Update versions

* More libxml2 wrapper changes

* libxslt gcrypt variable name changes

* Install usage

* Trim portfile

* [openscap] Use vcpkg pkg-config database

* [openscap] Unbreak find_package(Threads)

* Update versions

* Update CI baseline

* REQUIRED is a literal

* Update versions

* Always load libxml2 config instead of find module [skip actions]

* [libxmlmm] Fix linking to libxml2

libxml2 needs iconv include dir on Windows.

* [libxmlmm] License field and processing

* [libxmlmm] Export unofficial CMake config

* [libxmlmm] Change target prefix, not global default

* Revert cmake-user changes

* Set LIBXML2_FOUND

* Update versions

* Fix xslt-config

* Update versions

* Adjust tidy-html5

* Update versions

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-07-06 14:30:42 -07:00
Anders Wind
99021f98b1
[isal] Update port (#24777)
* Update isalConfig.cmake

* Refactor build process

* Remove debug/share on non-Windows

* Fix build, fix config.cmake, correct usage info

* version

* Add supports, add license

* cleanup baseline

* version

* update supports

* version

* Correct include path

* version

* Fix lib name on non-Windows

* version

* Apply suggestion

* version

* Apply suggestions

* version

* Apply suggestion

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-07-06 14:07:55 -07:00
Jack·Boos·Yu
944c880fcb
[yasm] Fix supports expression value (#25573)
* [yasm] Fix support expression value

* typo

* version

* Add license

* version

* fix arm crossbuild

* version

* Fix install build tools

* version
2022-07-06 13:57:34 -07:00
Jack·Boos·Yu
3beaa7d849
[xlsxio] Export official targets (#25575)
* [xlsxio] Export unofficial targets

* version

* Add license

* version

* Use official changes instead

* version

* Apply suggestions

* version
2022-07-06 13:55:52 -07:00
Nick
0920ffe742
Update openal-soft to 1.22.2 (#25580) 2022-07-06 13:52:09 -07:00
myd7349
d656cf0dff
[yyjson] Update to 0.5.1 (#25582)
* [yyjson] Update to 0.5.1

* [yyjson] Bump version
2022-07-06 13:51:39 -07:00
Matthias Kuhn
f5d2503a01
[qca] fix "botan" feature (#25587) 2022-07-06 13:49:49 -07:00
LilyWangLL
4b16144233
[eastl] Fix error C2039 with Visual Studio 2022 (#25593)
* [eastl] Fix error C2039 with Visual Studio 2022

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-06 13:48:23 -07:00
LilyWangLL
88bdc6d387
[libfreenect2] Add feature openni2 (#25600)
* [libfreenect2] Add feature openni2

* update version

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-06 13:47:36 -07:00
Mengna Li
5dd5017f14
[fmt] fix format conflict (#25137)
* fix format conflict

* update

* update patch file
2022-07-05 15:58:12 -07:00
JonLiu1993
4927109528
[7-Zip] update to 22.00 (#25388)
* [7-Zip] update to 22.00

* update version

* change version

* update version
2022-07-05 15:54:43 -07:00
Cheney Wang
517adc7517
[yoga] Add unofficial-yoga-config.cmake (#25417)
* [yoga] Add unofficial-yoga-config.cmake

* x-add-version

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-07-05 15:52:53 -07:00
JoergAtGithub
06d29adda9
[new port] Ableton Link (#25438)
* Initial port for Ableton Link

* Added missing versions/a-/ableton.json file

* Added double quotes to all relative paths in portfile.cmake

* Removed CMakeLists.txt file from the installed files

* Use Catch2 only in CMakeLists.txt, when test features are enabled

* Made find_package asio conditional too
2022-07-05 15:49:35 -07:00
JeffyOLOLO
e2fb66462a
[sqlpp11] update to 0.61 (#25458)
* Update the sqlpp11 port to version 0.61 + SQLite3

* Update the sqlpp11 version to 0.61

* Update dependencies in sqlpp11 ports

* Update sqlpp11 and its connectors versions

* Update files according to the maintainer guide

* Update the sqlpp11 version

* Update SHA512

* Version instead of version-string

* Update the sqlpp11 version

* Version-string instead of version

* Version update

* Vesrion update after script

* Update according to checks

* Replace connector ports by empty one

* Update the sqlite3 connector port to dummy one

* Remove non exsistent sqlpp11 sqlite3 version

* Make the mysql connector port as obsolete

* Format vcpkg.json in sqlpp11's ports

* Update sqlpp11's ports versions

* Backward compatibility in the mysql connector

* Update version in sqlpp11's mysql connector

* Remove non exsistent sqlpp11 mysql version
2022-07-05 15:35:30 -07:00
Cheney Wang
497e1e56a9
[gazebo] Fix Plugin failed with status code 3221225785 (#25500)
* [gazebo] Fix Plugin failed with status code 3221225785

* x-add-version

* Use ADD_BIN_TO_PATH in vcpkg_cmake_install

* x-add-version gazebo --overwrite-version

* Add PKG_CONFIG_EXECUTABLE

* x-add-version

* Use VCPKG_HOST_EXECUTABLE_SUFFIX

* x-add-version

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-07-05 15:08:18 -07:00
Thomas1664
a147691f50
[proj] Disable docs (#25502)
* [proj] Remove docs

* version
2022-07-05 15:00:20 -07:00
JonLiu1993
2acace3be1
[libavif] update to v0.10.1 (#25510)
* [libavif] update to v0.10.1

* update evrsion
2022-07-05 14:59:22 -07:00
Kai Pastor
3b537144f7
[curl] Update to 7.84.0 (#25515)
* Update to 7.84.0

* Update versions

* Ignore libpsl system lib

* ENABLE_DEBUG only affects debug build

* Remove obsolete variables

* Update versions

* Remove obsolete CURL_STATICLIB variable

* Drop obsolete Perl option

* Update versions
2022-07-05 14:57:47 -07:00
然Y
e71df97d9b
[air-ctl] Update to v1.1.2 (#25516)
* update v1.1.2

* update bacseline

* ...

* ...

* ...

* ...
2022-07-05 13:31:39 -07:00
Fletcher Dunn
6fff5b4d34
[gamenetworkingsockets] update version to 1.4.1 (#25523)
* Updated gamenetworkingsockets to 1.4.1

Also use "version-semver" to specify the version, since we are using
Semantic Versioning.

* Add gamenetworkingsockets v1.4.1

* [gamenetworkingsockets] update version to 1.4.1

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-07-05 13:27:23 -07:00
Vitalii Koshura
6ea498a8ef
[boinc] Update to 7.20.1 (#25527)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-07-05 13:26:28 -07:00
Zac Walker
f3eeb27624
[osg libraw openexr jasper] Dont block arm64-osx (#25535)
* Dont block arm64-osx

* Update version

* Updated versions

* supports fixups

* Update versions

* supports fixups

* supports fixups
2022-07-05 12:52:55 -07:00
JonLiu1993
0640cc4847
[WinReg] update to v5.1.1 (#25548)
* [WinReg] update to v5.1.1

* update version
2022-07-05 12:49:21 -07:00
Henrik Gaßmann
af9fe3e266
[libcuckoo] Update port @0.3.1 (#25561)
* [libcuckoo] Update port @0.3.1

* [libcuckoo] Update version database
2022-07-05 11:56:31 -07:00
RealTimeChris
c5509d79e7
[DiscordCoreAPI] Update to version 2022-07-05 (#25564)
* Updating version info.

* Updating version info.

* Updating version info.

* Updating version info.

* Updating version info.

* Updating version info.

* Updating version info.

* Updating version info.

* Updating version info.

* Updating version info.

* Updating version info.

* Updating version info.

* Updating version info.

* Updating version info.
2022-07-05 11:55:37 -07:00
JonLiu1993
c2e09f8ddb
[cnats] update to 3.3.0 (#25567)
* [cnats] update to 3.3.0

* update version
2022-07-05 11:07:47 -07:00
Frank
b095ea5584
[draco] update to v1.5.2 (#25568)
* [draco] update to v1.5.2

* update version

* add license

* overwrite version

* add commit

* overwrite version
2022-07-05 11:06:41 -07:00
crisboarna
7e245f8982
[libjuice] chore(version): updated to 1.0.2 (#25552)
* [libjuice] chore(version): updated to 1.0.2 version

* [libjuice] chore(version): updated to 1.0.2 version sha

* update hash

* update version
2022-07-05 08:45:22 -07:00
crisboarna
578406cc8b
[libdatachannel] chore(version): updated to 0.17.8 (#25522)
* [libdatachannel] chore(version): updated to 0.17.7

* [libdatachannel] chore(version): updated to 0.17.7 version

* [libdatachannel] chore(version): updated to 0.17.7 version sha

* update version

* [libdatachannel] update version to 0.17.8

* del version

* update version

* format patch

* overwrite version

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2022-07-05 08:41:51 -07:00
Jack·Boos·Yu
7a7c0ecdcd
[vcpkg baseline][rapidjson] Re-check hash value (#25547)
* [test] Test rapidjson hash

* Restore the origin hash

* version

* Re-trigger download

* version

* Try to check hash again

* version

* Remove empty space to reduce changes size

* version

* increase num

* version
2022-07-05 08:40:42 -07:00
Jianshen Liu
4826ede840
[dpdk] Update to version v22.03 (#25374) 2022-07-01 22:50:05 -07:00
Dylan Staley
ad606d66cd
[soxr] fix arm64-osx build (#25439)
* [soxr] detect arm64 on macOS

* [soxr] update versions
2022-07-01 22:37:34 -07:00
Alexander Neumann
0d209ca968
[Qt] 6.3.1 (#25259)
* [qtbase] Change qt source downloads to point at GitHub

* [qtbase] Rewrite update system to emit tarball data

* [qtbase] PR feedback

* Update Qt to 6.3.1

* reenable qtlocation ?

* v db

* move buildtrees - to b in pipeline; trying to get webengine logs

* fix patch

* v db

* remove special handling of arm cross case fixed in windows toolchain

* v db

* Fix stuff

* fix more stuff

* fix more stuff

* retry

* fix regex replacement

* fix regex stuff. And qtinterface ref?

* more fixes

* remove unused variable

* v db

* Revert scripts/azure-pipelines/test-modified-ports.ps1

* v db fix

* revert qtlocation changes

* revert v db

* v db

* v db

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-07-01 15:48:36 -07:00
Thomas1664
cd01742242
[rapidjson] Fix version db (#25526) 2022-07-01 14:52:22 -07:00
Kai Pastor
9f31c7765d
[libspatialite] Fix mingw crossbuilds (#25513)
* Fix mingw cross-builds

* Licensing depends on feature set

* Update versions
2022-07-01 14:13:10 -07:00
Frank
18ab388c61
[rapidjson] Update hash (#25509)
* update hash

* update hash

* overwrite hash
2022-07-01 11:14:20 -07:00
LilyWangLL
8af6a4bf98
[vcpkg baseline][librdkafka] Add feature curl (#25514)
* [baseline][librdkafka] Add feature curl

* x-add-version

* update patch

* x-add-wersion

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-01 11:10:23 -07:00
Cheney Wang
881c1b04a4
[libproxy] Add support !static (#25498)
* [libproxy] Add support !static

* x-add-version

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-06-30 14:02:53 -07:00
Alexander Smyslov
2bfe0fa1fc
[rapidjson] [ms-gltf] Upgrade up to 2022-06-28 (#21112)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* [rapidjson] Upgrade up to 2021-11-01

* [rapidjson] Upgrade up to 2021-11-01

* fix remarks

* fix remarks

* Update ports/rapidjson/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/rapidjson/vcpkg.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* fix remarks

* fix remarks

* merge with master

* add version

* update hash

* Update ports/rapidjson/portfile.cmake

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

* Update ports/rapidjson/portfile.cmake

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

* update hash

* Update ports/rapidjson/vcpkg.json

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

* update version

* update hash

* update hash

* update ms-gltf

* update ms-gltf

* update ms-gltf

* update ms-gltf

* update ms-gltf

* update ms-gltf

* update ms-gltf

* update ms-gltf

* Update ports/rapidjson/portfile.cmake

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

* update hash

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2022-06-30 13:36:33 -07:00
Tian L
ec547c15d6
[proxy] Add new port (#25445)
* new port - proxy

* replace deprecated tools

* update vcpkg.json

* resolve comments

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

* update description

* update git-tree

* add quotes

* run vcpkg x-add-version --all
2022-06-30 13:03:18 -07:00
Zac Walker
6d994a670d
[QT] arm64-windows build (#25418)
* QT arm64-windows build (WIP)

* Updated versions

* Undo changes made to graphviz in error

* Only remove OpenGL for ARM

* Update version database

* Update version database

* updated libs not compatible with uwp+arm

* Update version database

* Enable QT in CI

* qt5-base not compat

* Update ports/qtapplicationmanager/vcpkg.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update ports/qt5-imageformats/vcpkg.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Updated versions

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-06-30 13:01:24 -07:00
Cheney Wang
250d199aa1
[sqlite3] Remove the restriction of using find_dependency(Threads) only under static linking (#25460)
* [sqlite3] Remove the restriction of using find_dependency(Threads) only under static linking

* x-add-version

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-06-30 12:52:49 -07:00
Alexander Smyslov
7d9eff519d
[librdkafka] Upgrade librdkafka up to 1.9.0 (#25462)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* [librdkafka] Upgrade up to 1.9.0

* [librdkafka] Upgrade up to 1.9.0

* [librdkafka] Upgrade up to 1.9.0

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2022-06-30 12:50:40 -07:00
Frank
a830d3f27b
[daw-json-link] update to v3.0.0 (#25494)
* [daw-json-link] update to v3.0.0

* update version
2022-06-30 12:49:52 -07:00
jureviciusr
82601c4368
[dv-processing] Add New port for dv processing (#25273)
* New port for dv-processing library

* formatting manifest

* Version update in manifest

* Adding to the versioning system

* Better compatibility for compiler checking when installing

* Version update

* Not using archive release anymore; cli11 is now a vcpkg dependency; cmakemod cloned and copied to the correct directory

* Version update

Co-authored-by: Rokas Jurevicius <rokas.jurevicius@inivation.com>
2022-06-29 23:09:44 -07:00
Mengna Li
339a9f5e13
[nanogui] add glad support (#25169)
* add glad support

* use Glad in windows

* Fix glad linkage issue

* update

* add license

* format

* update license
2022-06-29 15:48:26 -07:00
Jack·Boos·Yu
a61559a81b
[openssl] Change repo to github and update to 3.0.4 (#25451)
* [openssl] Change repo to github and update to 3.0.4

* version
2022-06-29 14:38:17 -07:00
Eddy Pronk
2666deec0c
[lz4] Patch for CVE-2021-3520 (#25421)
* [lz4] Patch for CVE-2021-3520

See https://nvd.nist.gov/vuln/detail/CVE-2021-3520 for more details

This is the upstream patch by Jasper Lievisse Adriaanse.

"Fix potential memory corruption with negative memmove() size"
https://github.com/lz4/lz4/pull/972

* Added license to lz4/vcpkg.json
2022-06-29 12:40:29 -07:00
Ian Reinhart Geiser
4a7ba299f6
Fixes OpenSSL for qt5 (#25242)
* copy v3 dlls, and add option to manually specificy the linkage

* Update versions

* Update versions/q-/qt5-base.json

* always link openssl for qt5

* Update version database

* fix package version

* fix package versions

* regenerate versions

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-06-28 12:55:44 -07:00
Jack·Boos·Yu
f505ef3197
[gdal] Delete useless pdbs in lib directory (#25452)
* [gdal] Delete useless pdbs in lib directory

* version
2022-06-28 12:49:05 -07:00
Frank
17ee0b59f2
[openal-soft] Update to 1.22.0 (#25327)
* [openal-soft] Update to 1.22.0

* update version

* add license

* overwrite versions

* update version

* add patch

* update version

* add license

* update version

* update patch

* overwrite version
2022-06-28 12:46:16 -07:00
然Y
d8b98acb5d
[air-ctl] Update to v1.1.1 (#25453)
* update v1.1.1

* update version database
2022-06-28 12:22:36 -07:00
Stefano Sinigardi
8eb76645c0
[pthreads4w] update for single config builds, improve downstream compatibility (#24308)
* [pthreads4w] update for single config builds, improve downstream compatibility

* [darknet] remove integrated pthreads cmake module

* [pthreads4w] use config instead of module naming

* fix library search path

* improve downstream compatibility even more

* fix references

* do not store deprecated symbols in PThreads4W cmake config

* fix references

* [pthreads4w] add license

* fix references

* Update ports/pthreads/vcpkg.json

Co-authored-by: Billy O'Neal <bion@microsoft.com>

* add usage

* update refs

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-06-27 16:45:13 -07:00
jureviciusr
fb7ba25ab2
[libcaer] Fixing libcaer cmake configuration issue on linux / macos (#25406)
* libcaer linux/macos fix

* Version update

Co-authored-by: Rokas Jurevicius <rokas.jurevicius@inivation.com>
2022-06-27 16:23:53 -07:00
Jack·Boos·Yu
432037ce4f
[podofo] Re-fix export PoDoFoConfig.cmake (#25447)
* [podofo] Re-fix export PoDoFoConfig.cmake

* version

* Fix path

* version

* Remove args in vcpkg_cmake_config_fixup

* version
2022-06-27 14:03:59 -07:00
Rémy Tassoux
320059c010
[imgui] Update to 1.88 (#25370)
* [imgui] Update to 1.88

* [imgui] Update version files

* [imgui-sfml] Build for C++11 to support imgui 1.88 changes

* [imgui-sfml] Update version files
2022-06-27 13:27:25 -07:00
Frank
7f34372322
[sol2] update to 3.3.0 (#25446)
* [sol2] update to 3.3.0

* update version

* adopt the requests

* overwrite version
2022-06-27 11:47:49 -07:00
LilyWangLL
c168ce4e76
[antlr4] Update to 4.10.1 (#25416)
* [antlr4] Update to 4.10.1

* x-add-version

* update portfile.cmake

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-06-24 15:11:33 -07:00
Mengna Li
ca0f810f4f
[pffft] fix supports (#25403)
* fix supports

* fix invalid command

* update patch
2022-06-24 15:00:50 -07:00
مهدي شينون (Mehdi Chinoune)
23f346e780
[gtest] update to 1.12.0 (#25410) 2022-06-24 13:47:34 -07:00
eao197
9cece28c3a
[so5extra] Update to 1.5.2 (#25420)
* so5extra updated to v1.5.2.

* New version of so5extra added to baseline.
2022-06-24 13:37:41 -07:00
Thomas1664
763f6664c1
[many ports] Fix copyright install (#25409)
* [Many ports] Fix copyright

* version

* [moos-core] Fix deprecated cmake

* version

* Fix cmake

* version

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-06-24 12:50:23 -07:00
Jack·Boos·Yu
1dfe6fc7ee
[ogre] Fix usage, regenerate patches, deprecate feature assimp (#25326)
* [ogre] Fix usage, regenerate patches, deprecate feature assimp

* version
2022-06-23 15:40:59 -07:00
Jia Yue Hua
078f136afc
[glog] upgrade to v0.6 (#25312)
* glog upgrade

* tmp

* is glog initialized

* fix glog dependency

* fix glog dependency

* fix folly abort call

* delete buildtrees

* fix folly abort call

* delete useless lines

* fix caffe2 isglog initialized

* make patches shorter

* glog fix typo

* glog fix tab

* Remove cpp patch since we don't need it

* Revert 6b8759a860

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-06-23 15:29:07 -07:00
k
53456892f3
[zeromq] Fix mingw build issues (24711) (#24782)
* Fix zeromq mingw build issues

* upd. zeromq port version (5 to 6)

* upd. zeromq version files

* Made dynamically set and declared flags based on VCPKG_LIBRARY_LINKAGE more explicit

* Update version database

* I mean

* version

* Update ports/zeromq/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* upd. zeromq version

* revert WITH_PERF_TOOLS changes

* upd. zeromq version

* reset zeromq BUILD_TESTS option to ZMQ_BUILD_TESTS CACHE var

* upd. zeromq version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-06-23 15:07:17 -07:00
autoantwort
a80c81b405
[tre] fix macos build (#25343) 2022-06-23 14:51:01 -07:00
Simen August Tinderholt
f93b8354d1
[boost-modular-build-helper] Support boost architecture arm+x86 (#25294) (#25299)
* [boost-modular-build-helper] Support boost architecture arm+x86 (#25294)

* [boost-modular-build-helper] Update port version (#25294)

* [boost-modular-build-helper] Update boost dual architecture check (#25294)

* [boost-modular-build-helper] Update port version references(#25294)

Co-authored-by: Simen August Tinderholt <simen.tinderholt@nordicsemi.no>
2022-06-23 14:16:30 -07:00
Billy O'Neal
50fe35a3c3
[catch2] Set CMAKE_CXX_STANDARD to 17. (#25019)
https://github.com/microsoft/vcpkg/pull/24762#issuecomment-1139457412 indicates that building for C++17 will include extra catch2 formatters for types like std::string_view, so we should build catch2 with that version selected.
2022-06-23 14:07:39 -07:00
RealTimeChris
b54b707136
[DiscordCoreAPI] Update to version 2022-06-18. (#25292)
* Updates!

* Updating version data.

* Updates!

* Updates!

* Updates!

* Updates!

* Updates!

* Fixed an issue.

* Fixed an issue.

* Fixed an issue.

* Fixed an issue.

* Fixed an issue.

* Fixed an issue.

* Fixed an issue.

* Fixed an issue.

* Fixed an issue.

* Fixed an issue.

* Fixed an issue.

* Fixing an issue.

* Fixing an issue.

* Fixing an issue.

* Fixing an issue.

* Updates!

* Updates!

* Updating version info.

* Updating version info.

* Updating version info.

* Minor modifications.

* Minor modifications.

* Fixed a voice data interpolation issue.

* Fixed a voice data interpolation issue.

* Fixed a voice data interpolation issue.

* Fixed a voice data interpolation issue.

* Updates!

* Updates!

* Updates!

* Updates!

* Updates - fixed a thread contention issue.

* Updates - fixed a thread contention issue.

* Update portfile.cmake

* Update versions/d-/discordcoreapi.json

* Update portfile.cmake

* Updating - fixing an issue.

* Updating - fixing an issue.

* Updates - fixed a voice reconnection issue.

* Updates - fixed a voice reconnection issue.

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-06-23 13:58:34 -07:00
autoantwort
d6aff8080a
[gppanel] use supports expression (#25348)
* [gppanel] use supports expression

* fix osx build

* fix license
2022-06-23 13:53:51 -07:00
autoantwort
9214a5f566
[gts] use supports expression (#25346) 2022-06-23 13:50:57 -07:00