vcpkg/versions/l-
Dennis 561d171d79
[grpc/protobuf] Update grpc to 1.60.0 and update protobuf to 3.25.1 (#35781)
Resolves https://github.com/microsoft/vcpkg/issues/35566

This pr includes https://github.com/microsoft/vcpkg/pull/31159 and
https://github.com/microsoft/vcpkg/pull/35399

Ports changed in this pr:

Most of these changes stem from the fact that protobuf now depends on
abseil and requires c++14 while ports consume protobuf using
`target_link_libraries(lib ${Protobuf_LIBRARIES})` instead of
`target_link_libraries(lib PUBLIC protobuf::libprotobuf)`.

* **abseil** Updated to 03/04/2024 to address MSVC build issue in
openvino
* **arcus** Updated to 4.13.2
* **braft** Patched to use `find_package(Protobuf` instead of custom
FindProtobuf module. also link with `PUBLIC protobuf::libprotobuf)`.
* **brpc** Patch several `target_link_library` calls to include `PUBLIC`
instead of nothing. Patch some warnings that are treated as errors by
some OSX compiler. Patch usage of changed protobuf features most
importantly removal of `SetLogHandler`, tbd whether this patch is
acceptable with upstream.
* **cld3** Use CONFIG to find protobuf to propagate dependent abseil
libs and cxx14 correctly.
* **ecal** Use CONFIG to find protobuf. Use PUBLIC when linking it.
* **gamenetworkingsockets** Add `-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=on`
for protobuf.
* **gz-transport12** Update to fix usage of removed protobuf features.
* **ignition-msgs1/5/6** Remove protobuf version check which is confused
by the duplicate versioning scheme (v25.1 vs. 3.25.1 vs 4.x). Why are we
even maintaining this no longer maintained major version of this port? I
would welcome a more strict policy on removing ports/adding them to
ci.baseline.txt
* **ignition-transport4/8/9** Same as above + cherry-pick a protobuf
deprecation patch.
* **libprotobuf-mutator** Cherry-pick two commits to address altered
protobuf functionality. Add CONFIG and PUBLIC to protobuf handling in
CMake.
* **marble** Explicitly set protobuf to not found since it is not part
of the vcpkg.json but is made available transitively but another
dependency.
* **mysql-connector-cpp** Several CMake changes and removal of
protobuf::SetLogHandler patch.
* **openvino** Find protobuf using CONFIG
* **osgearth** Link libraries using PUBLIC and link with
protobuf::libprotobuf instead of Protobuf_LIBRARIES
* **paraview** Find protobuf using CONFIG and remove version check
* **pulsar-client-cpp** Add protobuf linkage to PULSAR_OBJECT_LIB.
Simplify protoc patch. Remove -Werror.
* **shogun** Update and patch as much as possible. Users are required to
override bitsery version to 4.x to use shogun since it does not support
5.x provided by vcpkg. Therefore add shogun to ci.baseline.txt.
* **srpc** Update and fix static crt linkage. Patch protobuf linkage and
remove hardcoded `-std=c++11` flag. Protobuf requires c++14 and CMake
does not recognize the hardcoded c++11 flag and will therefore not add a
c++14 flag when the compiler uses c++14 by default.
* **upb** Update to align version with protobuf/grpc and use new github
repo. Patch usual CMake mess (they do not support CMake officially)
which should probably be `unofficial-upbConfig.cmake` but I didn't dig
into downstream implications so I kept it at `upbConfig.cmake` as
before.
* **utf8-range** Update to allign version with protobuf.
2024-06-21 13:39:50 -07:00
..
lager.json [lager] update to latest (#31190) 2023-05-01 15:19:06 -07:00
lapack-reference.json [vtkm|vtk|paraview] update ports (#37119) 2024-04-29 09:01:01 -04:00
lapack.json [cmake-user] Bump cmake_minimum_required (#39072) 2024-06-03 22:29:41 -07:00
lastools.json [lastools] Fix '*.cmake' file name (#29833) 2023-03-20 12:16:03 -07:00
laszip.json [laszip] Update to 3.4.4 (#38225) 2024-04-18 19:41:45 -04:00
launch-darkly-server.json [launch-darkly-server] Fix dependence clib symbol Duplicate with openssl (#35901) 2024-01-04 12:04:24 -08:00
lazy-importer.json [lazy-importer] Bump to 2023-08-03 (#33351) 2023-08-25 12:27:10 -07:00
lcm.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
lcms.json [libjxl][lcms][highway] update to latest version (#27593) 2022-11-03 15:14:09 -07:00
leaf.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
lemon-parser-generator.json [lemon-parser-generator] New port (#26977) 2022-10-02 23:06:50 -07:00
lemon.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
lensfun.json [vcpkg baseline][lensfun] Fix and cleanup (#36342) 2024-01-25 11:22:48 -08:00
leptonica.json [leptonica] Reduce required C standard (#39203) 2024-06-11 12:17:24 -07:00
lerc.json [lerc] update to 4.0.4 (#37163) 2024-03-07 22:49:57 -08:00
lest.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
leveldb.json [leveldb] update to 1.23 (#34179) 2023-10-02 17:37:58 -07:00
levmar.json [many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882) 2023-04-21 14:48:12 -07:00
lexbor.json [lexbor] update to 2.3.0 (#34255) 2023-10-04 13:40:28 -07:00
libaaplus.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
libadlmidi.json [libadlmidi] Fix CMake config for Linux/MacOS (#30359) 2023-03-24 22:02:22 -07:00
libadwaita.json [Libadwaita] add missing meson dep (#37254) 2024-03-08 12:33:31 -08:00
libaes-siv.json [libaes-siv] New port (#34519) 2023-11-15 17:24:14 -08:00
libaiff.json [many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882) 2023-04-21 14:48:12 -07:00
libalkimia.json [libalkimia]Update libalkimia to 8.1.72 (#36528) 2024-02-06 12:40:48 -08:00
libao.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
libarchive.json [libarchive] update (#36677) 2024-02-12 14:53:06 -08:00
libass.json [libass] Update version to 0.17.2 (#39101) 2024-06-06 00:15:08 -07:00
libassert.json [libassert] Add 2.1.0 (#39093) 2024-06-03 22:08:45 -07:00
libassuan.json [libassuan] update to 2.5.7 (#37204) 2024-03-07 22:37:27 -08:00
libatomic-ops.json [libatomic-ops] Update to v7.8.2 (#35728) 2023-12-18 13:23:35 -08:00
libavif.json [libavif] add dav1d feature (#38365) 2024-05-22 23:36:39 -07:00
libb2.json [many ports] remove remaining vcpkg_fail_port_install calls. (#22770) 2022-01-25 10:31:15 -08:00
libbacktrace.json [libbacktrace] Update to commit from 2023-11-30. (#36238) 2024-01-19 11:56:53 -08:00
libbf.json [libbf] Add missing headers (#31970) 2023-06-13 20:13:45 -07:00
libbson.json [mongo-c-driver] Update to 1.27.2 (#39138) 2024-06-05 23:49:02 -07:00
libcaer.json [libusb] Fix usage (#35498) 2023-12-14 00:07:17 -08:00
libcanberra.json Add vcpkg_minimum_required before using VERSION. (#27598) 2022-11-08 14:49:28 -08:00
libcap.json [libcap] Use official tarballs (#38599) 2024-05-07 20:33:09 -07:00
libcbor.json [libcbor] update to 0.11.0 (#37206) 2024-03-07 22:36:36 -08:00
libcds.json [many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882) 2023-04-21 14:48:12 -07:00
libcerf.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
libconfig.json [libconfig] Fix static usage (#35280) 2023-11-29 00:51:30 -08:00
libconfuse.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
libcopp.json Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
libcoro.json [libcoro] Update to 0.11.1 (#37425) 2024-03-13 16:42:21 -07:00
libcorrect.json Add libcorrect (#28032) 2022-11-28 12:36:48 -08:00
libcpplocate.json [libcpplocate] New port (#23173) 2022-03-01 17:09:28 -08:00
libcrafter.json [many ports] remove remaining vcpkg_fail_port_install calls. (#22770) 2022-01-25 10:31:15 -08:00
libcroco.json [graphviz,librsvg,libcroco] Refresh (#33964) 2023-09-25 23:47:35 -07:00
libcsv.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
libcuckoo.json [libcuckoo] Update port @0.3.1 (#25561) 2022-07-05 11:56:31 -07:00
libcurl-simple-https.json [libcurl-simple-https] New port (#22917) 2022-02-22 15:28:14 -08:00
libdatachannel.json [libdatachannel] Update to 0.21.1 (#39165) 2024-06-07 02:23:19 -07:00
libdatrie.json Fix usage of FindPkgConfig module (#23708) 2022-03-22 21:21:50 -07:00
libdc1394.json [libdc1394] update to 2.2.7 (#37207) 2024-03-07 22:36:14 -08:00
libde265.json [libde265] Update to 1.0.15 (#36439) 2024-01-29 11:45:27 -08:00
libdeflate.json [libdeflate] Fix gcc11.4 compilation error (#39237) 2024-06-12 16:11:39 -07:00
libdisasm.json [libdisasm] add license (#35798) 2023-12-20 20:26:48 -08:00
libdivide.json [libdivide] no werror et al (#30105) 2023-03-10 11:20:57 -08:00
libdjinterop.json [libdjinterop] Update to 0.21.0 (#38888) 2024-05-22 23:42:03 -07:00
libdmx.json [libdmx] update to 1.1.5 (#37208) 2024-03-07 22:35:47 -08:00
libdshowcapture.json [libdshowcapture] only windows (#22562) 2022-01-18 13:37:28 -08:00
libdwarf.json [libdwarf] Recover deleted historical versions (#37367) 2024-03-11 21:04:44 -07:00
libe57.json [xerces-c] Fix dependencies (#32259) 2023-07-05 11:48:02 -07:00
libe57format.json [libe57format] Update to 3.1.1 (#36481) 2024-01-31 14:05:41 -08:00
libebur128.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
libenvpp.json [libenvpp] update to 1.4.0 (#36391) 2024-01-26 16:46:24 -08:00
libepoxy.json [libepoxy] More platforms (#32332) 2023-07-05 11:38:10 -07:00
liberasurecode.json [liberasurecode] add new port (#37063) 2024-03-05 02:27:49 -08:00
libev.json [libev] change package name to unofficial-libev (#32472) 2023-07-11 17:35:21 -07:00
libevent.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
libeventheader-decode.json [LinuxTracepoints] update to v1.3.3 (#38209) 2024-04-16 09:59:50 -04:00
libeventheader-tracepoint.json [LinuxTracepoints] update to v1.3.3 (#38209) 2024-04-16 09:59:50 -04:00
libevhtp.json [libevhtp] add missing dependency (#30453) 2023-03-27 11:30:30 -07:00
libexif.json [libexif] Fix usage (#37212) 2024-03-07 12:27:35 -08:00
libfabric.json [libfabric] msbuild (#33175) 2023-08-16 12:52:23 -07:00
libffi.json [libffi] Update to 3.4.6, enable wasm32 (#36876) 2024-02-27 00:37:57 -08:00
libfido2.json [libfido2] update to 1.14.0 (#37168) 2024-03-07 22:45:47 -08:00
libflac.json [libflac] Add stack-protector to default features (#37155) 2024-03-05 23:36:25 -08:00
libfontenc.json [xwindow] part 4/N (#26576) 2022-09-19 12:08:27 -07:00
libfork.json [libfork] update to version 3.8.0 (#38678) 2024-05-15 15:34:17 -07:00
libfort.json [many ports] call vcpkg_fixup_pkgconfig() (#20953) 2021-10-27 15:19:28 -07:00
libfreenect2.json [libusb] Fix usage (#35498) 2023-12-14 00:07:17 -08:00
libfs.json [libfs] update to 1.0.9 (#37244) 2024-03-07 21:59:59 -08:00
libftdi1.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
libftdi.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
libfuse.json [libfuse] add new port (#37314) 2024-03-13 15:51:10 -07:00
libgcrypt.json [libgpg-error,libgcrypt,libassuan,gpgme,libgwenhywfar] Update and fix (#34135) 2023-10-03 20:34:51 -07:00
libgd.json [many ports] Don't depend on default features of tiff (#38049) 2024-05-01 19:40:19 -07:00
libgeotiff.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
libgig.json [libgig] Update to 4.4.1 (#36701) 2024-02-27 00:45:27 -08:00
libgit2.json [libgit2] Update to 1.8.0 (#38169) 2024-04-29 17:20:16 -07:00
libgme.json [libgme] add new port (#30314) 2023-03-22 16:34:39 -07:00
libgnutls.json [libidn2] Update to 2.3.7 [libgnutls] Fix android (#37196) 2024-05-29 00:59:46 -07:00
libgo.json [libgo] Fix include directory not exposed by target (#24958) 2022-05-27 13:25:59 -07:00
libgpg-error.json [libgpg-error,libgcrypt,libassuan,gpgme,libgwenhywfar] Update and fix (#34135) 2023-10-03 20:34:51 -07:00
libgpiod.json [libgpiod] update to 2.1.2 (#38737) 2024-05-15 14:57:31 -07:00
libgpod.json [libgpod] Remove vcpkg_fail_port_install. (#22739) 2022-01-24 13:48:07 -08:00
libgta.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
libguarded.json [libguarded] Bump to 1.4.1 (#32688) 2023-07-21 09:06:34 -07:00
libgwenhywfar.json Update macOS for January 2024 (#35617) 2024-01-25 10:50:32 -08:00
libgxps.json [many ports] Don't depend on default features of tiff (#38049) 2024-05-01 19:40:19 -07:00
libharu.json [libharu] Fix x64-linux-dynamic (#38551) 2024-05-07 20:41:03 -07:00
libhdfs3.json [ports downstream from boost] Fix boost dependencies (#38421) 2024-04-26 11:27:30 -07:00
libheif.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
libhsplasma.json [libhsplasma] Update to 2024-03-07 (#37232) 2024-03-11 20:29:39 -07:00
libhv.json [libhv] update to 1.3.2 (#34811) 2023-10-31 11:57:23 -07:00
libhydrogen.json [libhydrogen] update und fix arm64-osx build (#25355) 2022-06-22 14:32:10 -07:00
libical.json [libcial] Update version to v3.0.17 (#34504) 2023-10-17 10:39:09 -07:00
libice.json [many ports] Add X windows part 11/N (#27441) 2022-11-11 17:32:25 -08:00
libiconv.json [libiconv] use vcpkg_install_copyright() (#32475) 2024-03-11 13:03:12 -07:00
libics.json [libics] update to 1.6.6 (#34473) 2023-10-13 11:59:30 -07:00
libid3tag.json [libid3tag] Add version 0.16.3 (#35954) 2024-02-27 01:04:04 -08:00
libideviceactivation.json [libideviceactivation] Add tools feature (#33871) 2023-09-22 16:07:44 -07:00
libidn2.json [libidn2] Update to 2.3.7 [libgnutls] Fix android (#37196) 2024-05-29 00:59:46 -07:00
libigl.json [libigl] Update to v2.5.0 (#34703) 2023-10-27 18:44:08 -07:00
libilbc.json [qtinterfaceframework|opencv] fix python stuff (#24041) 2022-04-14 11:08:23 -07:00
libimobiledevice-glue.json [libimobiledevice/*] Use original upstream (#33246) 2023-09-13 16:51:44 -07:00
libimobiledevice.json [libimobiledevice] Add tools feature (#33872) 2023-09-28 23:36:59 -07:00
libirecovery.json [libusb] Fix usage (#35498) 2023-12-14 00:07:17 -08:00
libjpeg-turbo.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
libjuice.json [libdatachannel] Update to 0.21.1 (#39165) 2024-06-07 02:23:19 -07:00
libjxl.json [libjxl] Fix wasm32-emscripten build (#38785) 2024-05-17 14:34:35 -07:00
libkeyfinder.json [libkeyfinder] update to 2.2.8 (#36884) 2024-02-21 09:23:46 -08:00
libkml.json [freexl,libspatialite,spatialite-tools] Update, [minizip] Enable DLL, [libkml] Update minizip import (#33044) 2023-08-15 16:31:44 -07:00
liblas.json [boost] Update to v1.84.0 (#35693) 2024-01-22 10:56:30 -08:00
liblbfgs.json [Fix uwp toolchain|world rebuild] make ninja work for uwp (#22831) 2022-04-27 18:12:48 -07:00
libleidenalg.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
liblemon.json [liblemon] no uwp (#35257) 2023-12-08 01:26:51 -08:00
liblinear.json [many ports] remove remaining vcpkg_fail_port_install calls. (#22770) 2022-01-25 10:31:15 -08:00
liblo.json [liblo] Update to 0.32 (#36836) 2024-03-11 16:41:21 -07:00
liblrc.json [liblrc] create a new port (#27023) 2022-10-13 11:48:13 -07:00
liblsl.json [liblsl] Update to 1.16.2 (#31673) 2023-05-30 12:04:08 -07:00
liblsquic.json [liblsquic] update (#34339) 2023-10-09 15:36:45 -07:00
liblzf.json [vcpkg baseline][h5py-lzf] Update, use liblzf port, fix export, cleanup (#37332) 2024-03-11 20:15:52 -07:00
liblzma.json [liblzma] Update to version 5.6.2. (#39024) 2024-06-18 12:34:27 -07:00
libmad.json [libmad] Add aso to default features (#37154) 2024-03-05 23:36:39 -08:00
libmagic.json [libmagic] Update dependency specifications. (#38798) 2024-05-24 19:37:23 -07:00
libmariadb.json [libmariadb] Fix the issue of iconv search failure under Linux (#39136) 2024-06-05 23:59:09 -07:00
libmaxminddb.json [libmaxminddb] Updated version to 1.9.1 (#36112) 2024-01-11 15:43:37 -08:00
libmediainfo.json [libmediainfo] update to 24.05 (#39084) 2024-06-02 22:04:10 -07:00
libmesh.json [libmesh] fix post build checks (#33518) 2023-09-08 00:08:42 -07:00
libmicrodns.json [libmicrodns] use supports expression (#33363) 2023-08-25 12:10:44 -07:00
libmicrohttpd.json Don't require vcpkg-msbuild for mingw (#37336) 2024-03-11 20:33:15 -07:00
libmidi2.json [libmidi2] Update to v0.10 (#38643) 2024-05-09 12:42:07 -07:00
libmikmod.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
libmodbus.json update to 3.1.10 (#33420) 2023-08-29 00:17:08 -07:00
libmodman.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
libmodplug.json Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
libmorton.json [libmorton] update to 0.2.12 (#34585) 2023-10-19 10:49:08 -07:00
libmount.json [libmount,libsystemd] Updates, fixes (#37869) 2024-04-01 15:04:12 -07:00
libmpeg2.json [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883) 2023-03-07 14:14:52 -08:00
libmspack.json [libmspack] update to 0.11 (#34592) 2023-10-20 09:53:30 -07:00
libmt32emu.json [libmt32emu] update to 2.7.1 (#35019) 2023-11-14 13:08:03 -08:00
libmupdf.json [libmupdf] update to 1.23.11 (#37307) 2024-03-11 13:11:36 -07:00
libmysql.json [libmysql] Fix port on arm64-osx (compiler checks) (#35930) 2024-01-04 17:41:17 -08:00
libnice-gst.json [libnice-gst] meson dep & copy pdb only if it exists (#37251) 2024-03-08 12:34:02 -08:00
libnice.json [vcpkg-tool-meson] Update meson to 1.3.2 (#28084) 2024-03-11 14:09:15 -07:00
libnick.json [libnick] Update to 2024.6.8 (#39392) 2024-06-20 11:37:19 -07:00
libnoise.json [libnoise] Export CMake files (#23682) 2022-03-23 16:20:53 -07:00
libnop.json [libnop] update to 2021-11-03 (#34593) 2023-10-20 09:52:37 -07:00
libobfuscate.json [libobfuscate] update to 20240211 (#38708) 2024-05-13 11:36:51 -07:00
libodb-boost.json [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883) 2023-03-07 14:14:52 -08:00
libodb-mysql.json [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883) 2023-03-07 14:14:52 -08:00
libodb-pgsql.json Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
libodb-sqlite.json Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
libodb.json Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
libofx.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
libogg.json [libogg] Disable tests (#28526) 2022-12-27 00:53:18 -08:00
libopenmpt.json [libopenmpt] update to 0.7.4 (#37220) 2024-03-07 22:35:07 -08:00
libopensp.json Update macOS for January 2024 (#35617) 2024-01-25 10:50:32 -08:00
libopnmidi.json [libopnmidi] Fix compilation errors under Linux (#38410) 2024-04-30 11:33:24 -07:00
libopusenc.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
liborigin.json [liborigin] fix x64-linux-dynamic (#38824) 2024-05-27 15:38:32 -07:00
libosdp.json Add port - libosdp (#37556) 2024-03-26 11:45:29 -07:00
libosip2.json [libosip2] update to 5.3.1 (#35176) 2023-11-17 15:01:40 -08:00
libosmium.json [libosmium] Fix and cleanup (#35892) 2023-12-27 23:47:50 -08:00
libosmscout.json [grpc/protobuf] Update grpc to 1.60.0 and update protobuf to 3.25.1 (#35781) 2024-06-21 13:39:50 -07:00
libp7-baical.json Bulk convert control files. (#19986) 2021-09-09 01:24:04 -07:00
libp7client.json [libp7client] Fix cmake (#39070) 2024-06-02 22:09:35 -07:00
libpcap.json [vcpkg baseline][libpcap] Fix flex command --header-file (#34670) 2023-10-23 11:20:00 -07:00
libpff.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
libphonenumber.json [libphonenumber] update to 8.13.31 (#37169) 2024-03-05 23:34:46 -08:00
libplist.json [libplist] Add tools feature (#33837) 2023-09-19 09:52:57 -07:00
libpmemobj-cpp.json [libpmemobj-cpp] no absolute paths (#21703) 2021-12-28 14:13:36 -08:00
libpng.json [libpng] Disable build framework on APPLE (#38925) 2024-06-02 22:04:52 -07:00
libpopt.json Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
libpq.json [libpq] Delete gendef.pl related patches (#36992) 2024-02-28 16:46:19 -08:00
libpqxx.json [libpqxx] Update to version 7.9.0 (#36993) 2024-02-28 16:43:21 -08:00
libprotobuf-mutator.json [grpc/protobuf] Update grpc to 1.60.0 and update protobuf to 3.25.1 (#35781) 2024-06-21 13:39:50 -07:00
libproxy.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
libpsl.json [libpsl,curl,vcpkg-ci-curl] Update suffix list, fix and test curl (#38847) 2024-06-10 17:26:53 -07:00
libqcow.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
libqglviewer.json [qt] Update 6.7.0 (#37923) 2024-05-08 11:45:05 -07:00
libqrencode.json [libqrencode] fix feature tools (#30103) 2023-03-12 20:59:51 -07:00
libqtrest.json [libqtrest] Add new port (#34455) 2023-10-17 11:36:06 -07:00
librabbitmq.json [librabbitmq] update to 0.14.0 (#37747) 2024-03-27 15:37:20 -07:00
libraqm.json [libraqm] update to 0.10.1 (#34625) 2023-10-20 09:37:19 -07:00
libraw.json [libraw] Update version to 0.21.2 (#36460) 2024-01-30 12:37:31 -08:00
librdkafka.json Enable additional authentication mechanisms in librdkafka (#39184) 2024-06-12 16:16:32 -07:00
libredwg.json [vcpkg-scripts] Catch use of ambiguous cmake vars (#34546) 2024-06-14 11:40:01 -07:00
libremidi.json [libremidi] update to 4.5.0 (#39023) 2024-06-02 22:08:40 -07:00
libressl.json [libressl] Update to 3.9.2 (#39315) 2024-06-17 11:40:23 -07:00
librsvg.json [graphviz,librsvg,libcroco] Refresh (#33964) 2023-09-25 23:47:35 -07:00
librsync.json [librsync] update to 2.3.4 (#34852) 2023-11-02 10:39:03 -07:00
librtmp.json [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883) 2023-03-07 14:14:52 -08:00
librttopo.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
libsamplerate.json [libsamplerate] Delete docs (#28551) 2022-12-27 01:01:50 -08:00
libsass.json [libsass] update to 3.6.6 (#37222) 2024-03-07 22:34:38 -08:00
libsbml.json [check,libsbml] Update, port fixes (#34656) 2023-10-24 09:09:15 -07:00
libsbsms.json [libsbsms] add new port with version 2.3.0 (#19312) 2021-09-01 11:50:01 -07:00
libsecret.json [libsecret] update to 0.21.4 (#37224) 2024-03-07 22:34:09 -08:00
libsercomm.json [libsercomm] fix C++ compatibility macro usage (#37179) 2024-03-08 12:35:16 -08:00
libsigcpp-3.json [glib up to gtk] update and make it work with meson (#13100) 2021-04-26 10:28:21 -07:00
libsigcpp.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
libslirp.json [libslirp] Update to 4.8.0 (#38917) 2024-05-24 14:40:59 -07:00
libsm.json [many ports] Add X windows part 11/N (#27441) 2022-11-11 17:32:25 -08:00
libsmacker.json [libsmacker] add new port (#29478) 2023-02-08 17:44:35 -08:00
libsmb2.json [libsmb2] Bump to 2023-08-11 (#34323) 2023-10-09 15:15:30 -07:00
libsndfile.json [libsndfile] Update to 1.2.2 (#34388) 2023-10-24 09:08:39 -07:00
libsnoretoast.json [many ports] remove remaining vcpkg_fail_port_install calls. (#22770) 2022-01-25 10:31:15 -08:00
libsodium.json [libsodium] Add comment about tag usage (#39388) 2024-06-20 11:38:00 -07:00
libsonic.json [libsonic] Add new port (#29374) 2023-05-08 15:06:19 -07:00
libsoundio.json [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883) 2023-03-07 14:14:52 -08:00
libsoup.json [vcpkg baseline][libsoup] disable search krb5 to fix ci pinpline error (#38750) 2024-05-16 14:18:18 -07:00
libspatialindex.json [libspatialindex] modernize (#28401) 2022-12-19 11:31:17 -08:00
libspatialite.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
libspnav.json [many ports] remove remaining vcpkg_fail_port_install calls. (#22770) 2022-01-25 10:31:15 -08:00
libspng.json [libspng]: New port (#35412) 2023-12-01 02:08:05 -08:00
libsquish.json [libsquish] improve supoorts expression (#28935) 2023-01-16 12:46:28 -08:00
libsrt.json [alsa,fdk-aac,ffmpeg,libsrt,snappy,x265] Code cleanup, fix and use pkg-config (#39077) 2024-06-06 00:48:31 -07:00
libsrtp.json [libsrtp] Added openssl feature flag for enabling OpenSSL support (#36135) 2024-02-02 11:45:46 -08:00
libssh2.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
libssh.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
libstemmer.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
libstk.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
libsvm.json [libsvm] update to 3.32 (#34526) 2023-10-17 10:38:18 -07:00
libsystemd.json [libsystemd] Control dependencies (#38541) 2024-05-06 12:49:39 -07:00
libtar.json [libtar] new port (#30317) 2023-03-23 15:50:57 -07:00
libtasn1.json [libtasn1] Fix android clang (#30093) 2023-03-09 11:49:08 -08:00
libtcod.json Update to 1.24.0 (#31645) 2023-05-30 12:31:49 -07:00
libtess2.json [libtess2] add libtess2 port (#22225) 2021-12-28 19:00:10 -08:00
libtheora.json [libtheora] install pkg-config files (#34904) 2023-11-20 19:31:49 -08:00
libtins.json [libtins] update to 4.5 (#34525) 2023-10-17 10:38:47 -07:00
libtomcrypt.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
libtommath.json [libtommath] update to 1.2.1 (#34853) 2023-11-02 10:38:45 -07:00
libtorch.json Update CMake to 3.29.0 (#37457) 2024-03-25 15:57:42 -07:00
libtorrent.json [libtorrent] update to 2.0.10 (#36913) 2024-02-22 10:22:20 -08:00
libtracepoint-control.json [libtracepoint/libtracepoint-control] disable building tools (#39025) 2024-06-06 00:54:51 -07:00
libtracepoint-decode.json [LinuxTracepoints] update to v1.3.3 (#38209) 2024-04-16 09:59:50 -04:00
libtracepoint.json [libtracepoint/libtracepoint-control] disable building tools (#39025) 2024-06-06 00:54:51 -07:00
libu2f-server.json [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883) 2023-03-07 14:14:52 -08:00
libudis86.json Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
libudns.json Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
libui.json [libui] Revise platform support (#27141) 2022-10-08 21:10:53 -07:00
libunibreak.json [libunibreak] Add the missing header files (#37794) 2024-04-01 14:51:51 -07:00
libunifex.json [libunifex] update to 0.4.0 (#36416) 2024-01-29 11:47:22 -08:00
libunistring.json [libunistring] update to 1.2 (#37266) 2024-03-11 13:12:02 -07:00
libunwind.json [libunwind] update to 1.8.1 (#37434) 2024-03-14 12:28:32 -07:00
liburing.json [liburing] update to 2.6 (#38621) 2024-05-07 20:24:50 -07:00
libusb-win32.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
libusb.json Don't require vcpkg-msbuild for mingw (#37336) 2024-03-11 20:33:15 -07:00
libusbmuxd.json [libusbmuxd] Add tools feature (#33838) 2023-09-19 09:54:00 -07:00
libuuid.json [libuuid] add license id and use vcpkg_install_copyright() (#32504) 2023-07-11 12:35:06 -07:00
libuv.json [libuv] no uwp (#35258) 2023-11-22 14:30:45 -08:00
libuvc.json [libuvc] Support more platforms (#38399) 2024-05-29 01:06:23 -07:00
libvault.json [Libvault] new port (#28266) 2023-05-08 10:07:54 -07:00
libvhdi.json [libvhdi] Initial Port (#36063) 2024-02-09 20:03:54 -08:00
libvmdk.json Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
libvorbis.json [libvorbis] Fix libogg find_package (#39067) 2024-06-03 22:40:39 -07:00
libvpx.json Don't require vcpkg-msbuild for mingw (#37336) 2024-03-11 20:33:15 -07:00
libwandio.json [liblzma] No debug postfix. Rewrite wrapper. (#22856) 2022-02-28 10:25:31 -08:00
libwebm.json [libwebm] Install the public header files (#22189) 2021-12-29 12:01:35 -08:00
libwebp.json [many ports] Don't depend on default features of tiff (#38049) 2024-05-01 19:40:19 -07:00
libwebsockets.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
libx11.json [libx11] Optimize Build (#38319) 2024-04-23 12:14:09 -04:00
libxau.json [Part1|xwindow PR] Split up to dbus (#22642) 2022-08-22 12:26:13 -07:00
libxaw.json [many ports] Add X windows part 11/N (#27441) 2022-11-11 17:32:25 -08:00
libxcomposite.json X Window Part 8/N (#27225) 2022-10-19 18:22:37 -07:00
libxcrypt.json [libxcrypt] Add build requirements (#38376) 2024-04-30 11:25:23 -07:00
libxcvt.json [Libxcvt] add missing meson dep (#37255) 2024-03-08 12:28:51 -08:00
libxdamage.json [vcpkg baseline][libxdamage,libxext,libxfixes] add ports (#26486) 2022-08-26 13:08:05 -07:00
libxdf.json [libxdf] Add new port (#32816) 2023-08-03 09:55:15 -07:00
libxdiff.json [libxdiff] fix the imported target error (#35905) 2024-01-03 17:32:13 -08:00
libxdmcp.json [Part1|xwindow PR] Split up to dbus (#22642) 2022-08-22 12:26:13 -07:00
libxext.json [vcpkg baseline][libxdamage,libxext,libxfixes] add ports (#26486) 2022-08-26 13:08:05 -07:00
libxfixes.json [vcpkg baseline][libxdamage,libxext,libxfixes] add ports (#26486) 2022-08-26 13:08:05 -07:00
libxfont.json [libxfont,libxft] Add new port (#27224) 2022-10-16 21:01:02 -07:00
libxft.json [libxfont,libxft] Add new port (#27224) 2022-10-16 21:01:02 -07:00
libxi.json [xwindow] part 5b (#26851) 2022-09-22 14:34:02 -07:00
libxinerama.json X Window Part 8/N (#27225) 2022-10-19 18:22:37 -07:00
libxkbcommon.json Remove [vcpkg-meson] (#31951) 2023-06-13 09:08:53 -07:00
libxkbfile.json [xwindow] part 3/n (#26572) 2022-08-31 16:20:31 -07:00
libxlsxwriter.json fix cmake zlib ver required (#32017) 2023-06-16 20:52:08 -07:00
libxml2.json [libxml2] Update to version 2.11.7 (#37028) 2024-03-01 14:43:46 -08:00
libxmlmm.json [libxml2,libxslt] Revise dependency handling (#24935) 2022-07-06 14:30:42 -07:00
libxmlpp.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
libxmp-lite.json [libxmp-lite] only windows (#22560) 2022-01-18 13:39:50 -08:00
libxmp.json [libxmp] Fix post-build issues (#32086) 2023-06-26 22:53:36 -07:00
libxmu.json [vcpkg baseline] Fix libxmu dep (#27791) 2022-11-14 12:04:16 -08:00
libxpm.json [libxpm] update homepage (#38518) 2024-05-06 15:21:31 -04:00
libxpresent.json X Window Part 8/N (#27225) 2022-10-19 18:22:37 -07:00
libxrandr.json [xwindow] part 5b (#26851) 2022-09-22 14:34:02 -07:00
libxrender.json [xwindow] part 5b (#26851) 2022-09-22 14:34:02 -07:00
libxres.json [xwindow] part 5b (#26851) 2022-09-22 14:34:02 -07:00
libxscrnsaver.json X Window Part 8/N (#27225) 2022-10-19 18:22:37 -07:00
libxslt.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
libxt.json [libxt] update to 1.3.0 (#37633) 2024-03-25 15:31:47 -07:00
libxtst.json [many ports] Add X windows part 11/N (#27441) 2022-11-11 17:32:25 -08:00
libxv.json X Window Part 8/N (#27225) 2022-10-19 18:22:37 -07:00
libxxf86vm.json [many ports] Add X windows part 11/N (#27441) 2022-11-11 17:32:25 -08:00
libyaml.json [vcpkg-scripts] Catch use of ambiguous cmake vars (#34546) 2024-06-14 11:40:01 -07:00
libyuv.json show warning on MSVC (#29075) 2023-01-20 22:17:35 -08:00
libzen.json [libzen,libmediainfo] Updates, fix dependencies (#31141) 2023-04-28 16:15:46 -07:00
libzim.json [libzim] Update to 9.0.0 (#35576) 2023-12-12 01:31:45 -08:00
libzip.json [libzip] Update to 1.10.1 (#35167) 2023-11-29 01:19:13 -08:00
libzippp.json Update to libzippp v7.1-1.10.1 (#36692) 2024-02-12 14:33:44 -08:00
licensepp.json [licensepp] Update to 2020-11-24 (#30663) 2023-04-11 23:16:43 -07:00
lightningscanner.json [lightningscanner] Update to 1.0.1 (#31996) 2023-06-14 19:29:48 -07:00
lilv.json [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883) 2023-03-07 14:14:52 -08:00
linalg.json [linalg] Bump to 2.2 (#34358) 2023-10-09 15:34:56 -07:00
linenoise-ng.json [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883) 2023-03-07 14:14:52 -08:00
linmath.json [linmath] Add port (#26069) 2022-08-02 16:47:10 -07:00
lionkor-commandline.json [lionkor-commandline] Update to 2.2.0 (#31184) 2023-05-01 15:14:13 -07:00
litehtml.json [qt] Update 6.7.0 (#37923) 2024-05-08 11:45:05 -07:00
live555.json [live555] update to 2024-05-15 (#38924) 2024-05-27 14:29:27 -07:00
llfio.json [llfio,ned14-internal-quickcpplib,outcome,status-code] Update to 2023-11-06 (#34935) 2023-11-14 13:11:02 -08:00
llgi.json [llgi] Update to 2023-12-19 (#35767) 2023-12-19 15:02:02 -08:00
llgl.json [LLGL] update (#30072) 2023-03-12 21:13:33 -07:00
llhttp.json [llhttp] update to 9.2.0 (#37276) 2024-03-11 13:11:48 -07:00
llnl-units.json [llnl-units] Add new port (#37417) 2024-03-15 18:36:55 -07:00
llvm.json [llvm] Update to 18.1.6 (#37599) 2024-06-06 01:14:30 -07:00
lmdb.json [lmdb] Update, refresh (#33967) 2023-09-27 01:22:44 -07:00
lockpp.json [saucer] update to 2.1.0 (#34732) 2023-11-08 09:36:24 -08:00
lodepng-c.json [lodepng,lodepng-c, libjxl] Update, merge lodepng-c into lodepng (#21846) 2021-12-06 21:51:01 -08:00
lodepng.json [lodepng] Fix cannot open include file "lodepng.h" (#22007) 2021-12-14 10:47:00 -08:00
log4cplus.json [log4cplus] Update to 2.1.1 (#35339) 2023-11-28 21:59:27 -08:00
log4cpp-log4cpp.json [log4cpp] Change to official upstream source (#31736) 2023-07-26 10:49:03 -07:00
log4cpp.json [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883) 2023-03-07 14:14:52 -08:00
log4cxx.json [log4cxx] update to 1.2.0 (#36413) 2024-01-29 14:55:23 -08:00
loguru.json [loguru] Add feature to build with fmt (#23242) 2022-04-08 15:23:48 -07:00
lpeg.json [lpeg] Add cmake Config file (#39001) 2024-06-06 01:04:40 -07:00
ltla-aarand.json ltla-umappp (#31397) 2023-05-13 12:45:36 -07:00
ltla-cppirlba.json [ltla-cppirlba] Bump to 2023-09-20 (#34362) 2023-10-09 15:33:03 -07:00
ltla-cppkmeans.json ltla-umappp (#31397) 2023-05-13 12:45:36 -07:00
ltla-knncolle.json ltla-umappp (#31397) 2023-05-13 12:45:36 -07:00
ltla-powerit.json ltla-umappp (#31397) 2023-05-13 12:45:36 -07:00
ltla-umappp.json ltla-umappp (#31397) 2023-05-13 12:45:36 -07:00
lua-compat53.json [luv] add new port (#26438) 2022-10-14 16:01:28 -07:00
lua.json [lua] update to 5.4.6 (#32271) 2023-06-29 14:40:07 -07:00
luabridge3.json Bump luabridge3 to rc3 (#30493) 2023-03-30 14:25:03 -07:00
luabridge.json [luabridge] update to 2.8 (#27488) 2022-10-28 21:36:03 -07:00
luafilesystem.json [luafilesystem] Add cmake files (#38425) 2024-05-27 14:17:22 -07:00
luajit.json [luajit] Burn-in dll (#35544) 2023-12-07 23:35:10 -08:00
luasec.json [luasec] linux and macos support (#37365) 2024-04-24 11:50:02 -04:00
luasocket.json [luasocket] Support linux and macos (#37344) 2024-03-25 15:59:33 -07:00
luminoengine.json [vcpkg baseline] [luminoengine] Fix cann't find luminoengine.lib (#29879) 2023-02-27 18:15:36 -08:00
lunarg-vulkantools.json [vulkan*] Update to 1.3.280.0 (#37686) 2024-03-26 11:52:49 -07:00
lunasvg.json [lunasvg] update to 2.3.9 (#37293) 2024-03-11 13:08:26 -07:00
luv.json [libuv] Update to 1.45.0 (#32165) 2023-06-27 17:07:58 -07:00
lv2.json [lv2] Fix installation of headers to legacy paths (#20102) 2021-09-13 20:22:42 -07:00
lz4.json [lz4] don't install xxhash header (#28748) 2023-01-08 22:04:15 -08:00
lzav.json [lzav] update (#36506) 2024-02-01 12:09:19 -08:00
lzfse.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
lzo.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
lzokay.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00