aboutsummaryrefslogtreecommitdiff
path: root/versions
AgeCommit message (Collapse)Author
2021-06-29[sleef] create a new port (#18075)Park DongHa
* [sleef] create a new port * [sleef] update baseline * [sleef] update supports * add more supported architectures to sleef * [sleef] update ci.baseline.txt * Revert "[sleef] update ci.baseline.txt" This reverts commit 39685ae755048ebc4702ddfb659026f910ce885a. * [sleef] disable (arm & windows) The project's CI doesn't check it. Disable in support field. * Update ports/sleef/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [sleef] update git-tree SHA Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-06-28[portaudio] Switch to vcpkg_from_github, minor format improvements (#18065)Hendrik
* Add portaudio:: namespace * Switch from vcpkg_from_git to vcpkg_from_github * Convert portfile to unix line-endings * Increase port-version of portaudio * Update version hash of portaudio * Remove namespace patch Signed-off-by: Hendrik <git@h3ndrk.de> * Update version hash of portaudio * Fix indent issue * Update the baseline version * Fix the port version * Fix baseline version * Remove redundant tag in portfile * Update version hash of portaudio Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-06-28[netcdf-c] Fix pc files; use features (#18120)Kai Pastor
* Format manifest * New port-version * Quote filepath expressions * Port to vcpkg-cmake ports * Remove invalid nc-config file * Fix pc files * Use features * Add feature 'tools' * x-add-version * Fix build with msys2 mingw * Update git-tree
2021-06-25[python3] Fix python3:x64-linux builds (#18405)Ankur Verma
* Fix build * Update vcpkg.json * Fix build Co-authored-by: Ankur Verma <ankurv@microsoft.com> Co-authored-by: Ankur Verma <ankurv@nuc.hogwarts>
2021-06-24[gstreamer] create a new port (#17394)Park DongHa
* [gstreamer] create port with meson * initial build config * nodownload in vcpkg_configure_meson needs be removed * [gstreamer] remove duplicated GL headers * 1st check for deps in windows * mac: fix regex for bison * [gstreamer] more detailed options * remove glib usage Will use WIP changes in microsoft/vcpkg * [gstreamer] build with glib port * [gstreamer] extract plugins to features * fix some config errors in windows * fails to find z.lib. this should be zlib.lib * [gstreamer] create patches to search 'zlib' * update tool list * [vcpkg meson] add path of GIT * use append for LINKER_FLAGS Allow injection of LINKER_FLAGS to vcpkg_configure_meson * [gstreamer] update baseline and port SHA * [gstreamer] zlib is required for Windows * Revert "[vcpkg meson] add path of GIT" This reverts commit 8a67fbd1d287fa769cf516b834981ea175463492. * [gstreamer] make git visible in meson * [gstreamer] fix platform expression * [gstreamer] revert change of vcpkg_configure_meson * [gstreamer] modify build.ninja after configure * [gstreamer] drop unknown flag with vcpkg_replace_string * [gstreamer] disable 'devtools' option * [gstreamer] remove dylib * [gstreamer] move dll,pdb after install * [gstreamer] remove 'nls' feature Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-06-24[pcre] Update to 8.45 (#18550)Wolfgang Stöggl
- New upstream version 8.45 This is the final release of PCRE1 - Update patches: export-cmake-targets.patch pcre-8.45_suppress_cmake_and_compiler_warnings-errors.patch - Add patch: pcre-8.45_fix_postfix_for_debug_Windows_builds.patch - Remove deprecated SYSTEM_LIBRARIES from vcpkg_fixup_pkgconfig() - Switch from CONTROL to vcpkg.json .\vcpkg format-manifest .\ports\pcre\CONTROL
2021-06-24[fdk-aac] Update to version 2.0.2. (#18549)Matthew Oliver
* [fdkaac] Update to version 2.0.2. * [fdk-aac] Remove unused files. * Update fdk-aac.json * Update ports/fdk-aac/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * test uwp|arm compilation. * Update fdk-aac.json * Convert to json. * Update vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-06-24[libogg] Upgrade to 1.3.5 (#18546)evpobr
* [libogg] Upgrade to 1.3.5 * Upgrade to 1.3.5. * Convert CONTROL to vcpkg.json * Change homepage to https://www.xiph.org/ogg (as in README.md) * Download from the main repo https://gitlab.xiph.org/xiph/ogg * [libogg] Use version instead of version-string in manifest * [libogg] Update libogg.json
2021-06-24[trantor] Update to 1.5.0 (#18534)An Tao
* [trantor] Update to 1.5.0 * Add vcpkg_fixup_pkgconfig()
2021-06-24[fluidsynth] update to 2.2.1 (#18524)JonLiu1993
* [fluidsynth] update to 2.2.1 * update version * delete vcpkg_fixup_pkgconfig * update version
2021-06-24[libsmb2] New port (#18471)timmeh87
* added libsmb2 port * added version file * updated baseline * Ran command ./vcpkg x-add-version --all and then ./vcpkg format-manifest ports/libsmb2/vcpkg.json * updated SHA based on result of "./vcpkg x-add-version libsmb2" and also added osx=fail to CI file in order to pass CI * suggested changes made * sha * Update scripts/ci.baseline.txt Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/libsmb2/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/libsmb2/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * sha * added missing "vcpkg_check_linkage(ONLY_STATIC_LIBRARY)" * sha * vcpkg_fixup_pkgconfig() * sha Co-authored-by: Tim <tim@fake.WHAT> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-06-24[magic-enum] Update to v0.7.3 (#18575)Daniil Goncharov
* [magic-enum] Update to v0.7.3 * fix
2021-06-24[vcpkg baseline][ncurses] Fix gnu download link (#18579)Jack·Boos·Yu
* [ncurses] Fix gnu download link * update version record
2021-06-24[matplotplusplus] Fix usage (#18583)Jack·Boos·Yu
* [matplotplusplus] Fix usage * update version record * Remove rename code * update version
2021-06-24[nuspell] Update to version 5.0.0 (#18590)Dimitrij Mijoski
* [nuspell] Update to version 5.0.0 * x-add-version nuspell
2021-06-24[benchmark] Update to 1.5.5 (#18595)Alexander Neumann
* update benchmark * version stuff
2021-06-24[vcpkg baseline][kf5* librsvg] Add DISABLE_PARALLEL_CONFIGURE (#18600)NancyLi1013
* [kf5*] Add DISABLE_PARALLEL_CONFIGURE * Update version files * [librsvg] Add DISABLE_PARALLEL_CONFIGURE * Update version files
2021-06-24[boringssl] update to newer commit (#18604)JonLiu1993
* [boringssl] update to newer commit * update version
2021-06-22[nanopb] update to 0.4.5 and add generator (#18241)Mathis Logemann
* [nanopb] update to 0.4.5 and add generator * add versions * fix python install? * update version * fix python? again * version * test python * add version * fix portfile * version * Update ports/nanopb/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update ports/nanopb/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * update version Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-06-21[ CGAL] Update version to 5.2.2 (#18387)Maxime GIMENO
* Update to CGAL 5.2.2 * x-add-version * Reset port version to 0 * x-add-version * Update versions/c-/cgal.json Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-06-21[cpr] Update to 1.6.2 (#18386)NancyLi1013
* [cpr] Update to 1.6.2 * Update version files * Update patch * Update verison files * Update ports/cpr/portfile.cmake * Update versions/c-/cpr.json * Fix build error on uwp * Update versions/c-/cpr.json * Add condition for uwp patch * Update versions/c-/cpr.json * Update ports/cpr/portfile.cmake * Update versions/c-/cpr.json
2021-06-21[jsoncons] Update to 0.165.0 (#18284)Daniel Parker
* [jsoncons] Update to 0.165.0 * [jsoncons] Update to 0.165.0, update baseline * [jsoncons] Added vcpkg_fixup_pkgconfig() to portfolio.cmake * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-06-21[uvatlas, spectra] ports updated (#18404)Chuck Walbourn
* [uvatlas, spectra] ports updated * Update versions * Minor code review * Update version * Code review feedback * Update baseline
2021-06-21[dxut, fx11, directxmath] ports updated (#18431)Chuck Walbourn
* [dxut] port updated for latest servicing * update baseline * Update to use latest DirectXMath * Fix baseline * fx11 metadata update * Updated baseline * Converted directxmath CONTROL to vcpkg.json * Update baseline * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Code review feedback * Update baseline Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-06-21[libcopp] Update to 1.4.1 (#18425)WenTao Ou
2021-06-21[seal]Updated to version 3.6.6. Replaced CONTROL with manifest file. (#18457)Wei Dai
* Updated seal to version 3.6.6. Replaced CONTROL with manifest file. * Changed version-string to version-semver. * Updated versions/s-/seal.json. * Added a missing CMake arguement. * Updated versioning. * Fixed hexl config file. * Updated versioning. * Fixed hexl not finding dependency. * Updated versioning.
2021-06-21[libspatialite] Fix building for android (#18452)Matthias Kuhn
* [libspatialite] Fix building for android * x-add-version * Update versions/l-/libspatialite.json * Update libspatialite.json
2021-06-21 [Qt6] Update to 6.1.1 (#18320)Alexander Neumann
* [qt6] Update to 6.1.1 * version stuff * fix empty dir * update version * fix casing in qtbase * [libpq] add secure32.lib on windows * add clang-cl fix * version stuff * fix flag removal by adding a space * version stuff * make qt6->Qt6 usage consistent since Qt6 refers to itself as Qt6 with uppercase Q * fix libpq wrapper opensll linkage on linux * use policy to fix dependent ports * version stuff * use upstream patch * version stuff * fix source location for clang-cl * version stuff * remove ws change * version stuff
2021-06-21[librttopo] Allow building for Android (#18451)Matthias Kuhn
* [librttopo] Allow building for android * x-add-version * Update versions/l-/librttopo.json Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-06-21[gtest] Update to 1.11.0 (#18509)SvenPStarFinanz
* [gtest] Update to release version 1.11.0 * x-add-version * Update ports/gtest/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * renewal of x-add-version. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-06-21[pthreads] Fix debug dll look-up path (#18528)Daniel Schürmann
2021-06-21[openblas] Fix the macro collision with Windows 10 SDK (#18530)NancyLi1013
* [openblas] Fix the macro collision with Windows 10 SDK * Update version files * Update feature thread as threads in vcpkg.json * Update versions/o-/openblas.json
2021-06-21[pcre2] Update to 10.37 (#18547)Wolfgang Stöggl
- New upstream version 10.37 - Drop patches (fixed upstream): pcre2-10.35_add_check_for_Intel_CET.patch pcre2-10.35_fix_postfix_for_debug_Windows_builds.patch pcre2-10.35_fix-space.patch - Switch from CONTROL to vcpkg.json .\vcpkg format-manifest .\ports\pcre2\CONTROL
2021-06-21[qt5-*] Make QT and dependents build on arm macos (#18567)Lucius Q. User
* [qt5-*] Make it build on ARM64 macos * [qt5-base] update port version
2021-06-21[OpenCV] update to 4.5.2 (#18572)Stefano Sinigardi
* [OpenCV] update to 4.5.2 * update version refs * [OpenCV4] fix qt integration * fix refs
2021-06-21[nameof] Update to 0.10.1 (#18574)Daniil Goncharov
2021-06-18[infoware] update to latest commit (#18486)Ryan
* update infoware to latest commit * update deprecated functions * remove redundant file cleanup * add versioning
2021-06-18[function2] Update to version 4.2.0 (#18487)Gregor Jasny
2021-06-18[flashlight-cuda] Fix installation (#18489)NancyLi1013
* [flashlight-cuda] Fix installation * Update version files
2021-06-18[libgpg-error] Remove COPYING.LIB from lib folder (#18492)NancyLi1013
* [libgpg-error] Remove COPYING.LIB from lib folder * Update version files
2021-06-18[libass] fix fontconfig dependency in .pc file (#18516)Matthias C. M. Troffaes
* [libass] fix fontconfig dependency in .pc file on x64-linux * [libass] bump port version * [libass] x-add-version
2021-06-18[uwebsockets] update to 19.2.0 (#18525)JonLiu1993
* [uwebsockets] update to <v19.2.0> * update version
2021-06-17[ffmpeg] Warn/fail when selecting unsupported features. (#17153)Matthew Oliver
* [ffmpeg] Warn/fail when selecting unsupported features. * Update ffmpeg.json * Bump port-version * Update ffmpeg.json * [ffmpeg] Check for gpl/nonfree aswell as all option. * avisynth now support static linking * fixup typo * Update ffmpeg.json * Revert to fatal error on even when all is selected * Update ffmpeg.json * [ffmpeg] Disable openh264 on uwp * update * Update versions/f-/ffmpeg.json * update * Update ffmpeg.json * update * update * Update Co-authored-by: Billy Robert ONeal III <bion@microsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-06-16[minizip] Fix usage, fix minizipConfig.cmake (#18472)Jack·Boos·Yu
* [minizip] Fix usage, fix minizipConfig.cmake * update version record
2021-06-15[arrow] Update to 4.0.0 (#17975)Ian Cook
* Update arrow to 4.0.0 * Format * Try fix thrift * Update versions/ files * Do not set ZSTD_ROOT * Remove double quotes causing Windows problems * Apply patches * Remove LIB_DIR_OPTIONS * Tweak zstd flags * Update version hash * Format * Fail early on x86 * Update hash * Fail early on arm, arm64 * Update hash * Add expected failures to to scripts/ci.baseline.txt * Exclude mallocs from default features * Update hash * Set default-features to false for aws-sdk-cpp Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Specify only x64 support in manifest Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Remove unneeded ci.baseline.txt entries Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Remove dataset from default-features Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update hash * Remove zstd path args * Update hash Co-authored-by: Tanguy Fautre <tanguy@fautre.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-06-15[raylib] Fix MinGW build (#18362)Leonid Pospelov
.
2021-06-15[yyjson] Update to v0.3.0 (#18359)myd7349
* [yyjson] Update to 0.3.0 * [yyjson] vcpkg x-add-version yyjson
2021-06-15[ryml] [c4core] Update RapidYaml (ryml) to newer version (#18230)Michael Goulding
* remove old port version * fix versions yet again Co-authored-by: Michael Goulding <Michael.Goulding@microsoft.com>
2021-06-15[libpq] Add Secur32.lib and openssl to libpq cmake wrapper (#18377)Alexander Neumann
* [libpq] add secur32.lib to wrapper * version stuff * add openssl fix. * fix version stuff
2021-06-15[devil] Fix ilut header (#18384)Phoebe
* [devil Fix ilut header * Update baseline