aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2021-01-08[tmx] Update tmx port to 1.1.0 (#15421)Justin Arruda
* [tmx] Update tmx port to 1.1.0 * Update control file version and copyright file. * Remove port-version field from CONTROL.
2021-01-08[openssl] install pkgconfig file (#15191)Gyusun Yeom
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-08[vcpkg baseline][poppler] Fix issue with using libcurl. (#15491)Adam Johnson
* [poppler] Fix issue with using libcurl. * [curl] Ensure CMake policy is set for the libcurl config file. Otherwise, ports using old (eg pre-2.8) CMake minimums might fail when they import the package. * [poppler] Add curl feature to test curl vcpkg-cmake-wrapper.
2021-01-06[vcpkg baseline][cppcms] Fix issue with detecting Python 2. (#15473)Adam Johnson
* [cppcms] Fix issue with detecting Python 2. * Update ports/cppcms/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-01-05[python3] Add vcpkg-cmake-wrapper. (#15221)Adam Johnson
* [python3] Add vcpkg-cmake-wrapper.cmake. This is still a WIP... For now, we only remove registry detection on Windows. * [python3] Fix Windows static embedding linkage. * [python3] Fix Linux static library embedding. * [python3] Fix linkage on macOS. * [python3] Only link extra libs when static. * [python3] Bump port version for vcpkg-cmake-wrapper. * [itk] Remove obsolete Python artifact specification. * [pybind11] Remove obsolete Python artifact specification. * [python3] Mark `find_package()` calls as REQUIRED. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [python3] Bump port version after #15378. * [python3] Be more selective about when to unleash the nukes. * [python3] Add usage message. * [python3] Don't swallow `vcpkg_find_acquire_program`'s Python3. * [python3] Don't forcibly change the registry find state. * [python3] fix copypasta error * [python3] Fix config error with the opensubdiv port. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-01-05[opencl] Fix dynamic build on linux (#15445)dweckmann
2021-01-05[wil] Use internal CMakeLists (#15438)Jack·Boos·Yu
* [wil] Use internal CMakeLists * [wil] Fix install headers on Linux
2021-01-05[hidapi] Support static build (#15437)Phoebe
* [hidapi] Support static build * Update portfile.cmake
2021-01-05simdjson update to v0.7.1 (#15436)JonLiu1993
2021-01-05[nuspell] update to version 4.2.0 (#15425)Dimitrij Mijoski
2021-01-05[libheif] Update to version 1.10.0 (#15416)Nicholas Hayes
2021-01-05[sdl2] Update to 2.0.14 (#15398)Rémy Tassoux
* [sdl2] Update to 2.0.14 * Revert "[sdl2] Update to 2.0.14" This reverts commit b8e82e0dacb3877febd1f32e9b92c90fd8c0db19. * [sdl2] Update to 2.0.14 * [sdl2] Fix manifest formatting * [sdl2] Change the shared library preprocessor symbol name to DLL_EXPORT for compatibility with SDL 2.0.14 Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-01-05Fix for FreeImage incorrect image format enum after disabling vendor plugins ↵Gilad Bauman
(#15393)
2021-01-05fix licensingfile of kf5archive (#15314)Hendiadyoin1
* fix licensingfile of kf5archive * selected specific licencefile * bumped port-version to 1
2021-01-05[darknet] yolo v4 weights's hash need to update (#15296)JonLiu1993
* [darknet] yolo v4 weights's hash need to update * Add vcpkg_check_feature * Modify FEATURE_OPTIONS
2021-01-05[ogre] make zziplib, freeimage, assimp, freetype and strict resource ↵dweckmann
manager, optional features (#15194)
2021-01-05[geotrans] update to version 3.8 (on-hold waiting for CI/VM port 21 for ftp ↵General Jack O'Neill
to be opened or alternate host site) (#14412) * Update port geotrans to version 3.8 1. Added new files to CMakeLists.txt required by version 3.8 2. Remove old style CONTROL file used by vcpkg 3. Updated portfile.cmake for version 3.8 4. Add new style vcpkg.json file used by vcpkg * Add skip to CI baseline. Add slow warning messages to portfile * Refine warning message about long download times
2021-01-05[ignition-common3] Add new port 🤖 (#11273)Silvio Traversaro
* [ignition-common3] Add new port * Update ports/ignition-common3/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-01-04[poppler] Add new port (#15158)Ronald
* port "poppler", it works, but needs a lot refinement. * add poppler-cpp17 * add popper and poppper[cpp17] * Use Options in vcpkg_configure_cmake instead of patches * remove feature cpp17 * remove port-version for a new port * add dependency fontconfig * try to solve problems on linux * zlib2 and png are default feature, let it be * linux is not supported for misc problems * remove test subdirectory for it to work in linux * remove test subdirectory for it to work in linux * fix patch files * format manifest file using vcpkg foramt-manifest * less dependencies * fix dependencies * fix dependencies * fix dependencies * fix dependencies * fix dependencies * fix dependencies * fix dependencies * test dependencies devil * test fix dependencies * remove redundant fontconfig * make zlib as an optional feature * test zlib as a feature * test fontconfig * apply vcpkg format-manifest Co-authored-by: abc <a@b.com>
2020-12-31[graphicsmagick] Add delegates.mgk (#15245)NancyLi1013
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-12-31[wangle] Fix dependency issue (#15400)Phoebe
2020-12-30[exiv2] Add pkgconfig to fix the path (#15389)NancyLi1013
2020-12-30[boost-build] Fix cflags and c++flags for msvc (#15385)Phoebe
2020-12-30[directxmath] port updated for cmake improvements (#15383)Chuck Walbourn
* directxmath port updated for cmake improvements * Rev control version * update CONTROL for version
2020-12-30[onednn] Fix share path infix to match find_package() name (#15372)Jacob Kahn
* [onednn] Fix share path infix to match find_package() name * Add port-version * Install failure message
2020-12-30[libilbc] New port (#15331)Gerald Combs
* [libilbc] New port libilbc is an Internet Low Bit Rate Codec (iLBC) / RFC 3951 codec. Closes #14836. * Update ports/libilbc/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/libilbc/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [libilbc] Use vcpkg_copy_tools, update arm-uwp. * [libilbc] More packaging cleanups. Add vcpkg_fixup_pkgconfig after vcpkg_install_cmake. Install docs into $PREFIX/share/libilbc. Remove ilbc_test after a dynamic build and the bin and debug/bin dirs after a static build. Fixup include/ilbc_export.h for static builds. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-12-30[arcus] New port (#15305)Stephen Just
* [arcus] New port Arcus is used by CuraEngine as a library for writing to sockets. Adding this port helps with CuraEngine's build as well as any other projects that depend on Arcus. * review comments * Remove reference to python3 in description since its disabled
2020-12-30[boost-modular-builder] let fallback to default tool path (#15254)Eli Arzhannikov
Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-12-30Update cpprestsdk to 2.10.17. (#15401)Billy O'Neal
2020-12-30[IXWebsocket ] Upgraded to 11.0.4 version (#15394)Ludek Vodicka
* Upgrade IXWebsocket to 11.0.4 * Formatting update * Update ports/ixwebsocket/portfile.cmake Co-authored-by: Victor Romero <romerosanchezv@gmail.com> * Static library check, fixup targets Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2020-12-30Use vcpkg_from_github in soqt. (#15384)Billy O'Neal
2020-12-30[simde] update to 0.7.0 (#15387)JonLiu1993
2020-12-30[flashlight-cuda] Update port (#15379)Jacob Kahn
2020-12-30[LLGL] installs header files in the wrong directory (#15366)JonLiu1993
2020-12-30update toml++ to v2.3.0 (#15365)Mark Gillard
2020-12-30[libpq] Change compile flag /Zi to /Z7 when building Windows (#15361)Jack·Boos·Yu
* [libpq] Change compile flag /Zi to /Z7 when building Windows * [libpq] Fix installation about pdbs
2020-12-30[glib] Fix pkgconfig files (#15360)Phoebe
* [glib] Fix pkgconfig files * Use GLIB_VERSION instead
2020-12-30[monkeys-audio] Update to 5.70 (#15359)Wolfgang Stöggl
Released MAC_SDK files are currently only provided for download for a short period of time and replaced frequently by newer versions. See: https://monkeysaudio.com/files/ - Update patches: fix-project-config.patch remove-certificate-step.patch - Add alternative download URL from Internet Archive
2020-12-29[sail] Enable static builds and more platforms (#15140)Dmitry Baryshev
2020-12-29[antlr4,python3] Resolve cross port conflicts (#15378)Billy O'Neal
* [python3] Add vcpkg's include directories to the end rather than to the beginning. This is safe because vcpkg never hydrates python3's $(PySrcDir)\externals directory, so it wasn't using vendored dependencies at all. * [antlr4] Install antlr headers in antlr4-runtime rather than the root to avoid stomping on common name token.h. This is consistent with the ubuntu packages.
2020-12-29Adds `python-debugging=on` to `B2_OPTIONS_DBG` (#15352)Kevin Lalumiere
... when BOOST_DEBUG_PYTHON is inside the VCPKG_CXX_FLAGS_DEBUG, i.e. fixes 15350
2020-12-29bump version (#15344)Amir Alperin
2020-12-29Raylib update to 3.5.0 (#15342)JonLiu1993
2020-12-29[mdnsresponder] Change compile flag /Zi to /Z7 (#15340)Jack·Boos·Yu
2020-12-29[freetype] Update to 2.10.4 (#15334)Kevin Lu
* bump version sha * update patches * [vtk] upstream patch for freetype 2.10.4 https://discourse.vtk.org/t/building-opencascade-7-5-0-with-vtk-9-0-1
2020-12-29[bcg729] New port (#15322)Gerald Combs
* [bcg729] New port Bcg729 is a G.729 Annex A&B codec. Closes #14835. * Update ports/bcg729/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/bcg729/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [bcg729] Allow *-uwp in ci.baseline.txt. * Update ports/bcg729/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Use a manifest rather than CONTROL; portfile.cmake nitpicks. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-12-29[grpc] Build codegen on arm64-osx (#15307)Andrei Lebedev
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2020-12-29[tbb] arm64-osx support (#15306)Andrei Lebedev
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2020-12-29fix librsync port for static linkage (#15281)Vladimir Zryachih
Co-authored-by: Vladimir Zryachih <v.zryachih@xsolla.com>
2020-12-29Fixed port of quirc - patch did no longer apply / modified to fix build (#15252)Markus87
* Fixed port of quirc - patch did no longer apply / modified to fix build * Updated quirc to the latest version + removed obsolete patch-for-msvc.patch * update baseline * [quirc] Fix license file name Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>