Commit Graph

9087 Commits

Author SHA1 Message Date
Rich Logan
fd67439f01
[tool-meson] Rev vcpkg's meson build (#15200) 2021-01-13 16:22:54 -08:00
Jack·Boos·Yu
9255e8bf06
[qt5-base] Improve the warning message on Linux (#15596)
* [qt5-base] Improve the warning message on Linux

* [qt5-base] Update warning message
2021-01-13 16:14:04 -08:00
Josue Andrade Gomes
79edf6dbaf
[graphicsmagick] update to version 1.3.36 (#15600) 2021-01-13 16:12:34 -08:00
ras0219
4783c36f8c
[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-13 14:41:23 -08:00
NancyLi1013
a904f297e5
[nana] Fix fontconfig dependency (#15595)
* [nana] Fix fontconfig dependency

* Update link library

* Update find_package() as find_dependency() in config.cmake.in

* Remove keyword REQUIRED from find_dependency()
2021-01-12 20:14:04 -08:00
Adam
0fe5f85e7b
[libzip] Relative pkgconfig paths (#15589) 2021-01-12 20:12:44 -08:00
Adam
a5b371b289
[speexdsp] Configure and install speexdsp.pc (#15585)
* [speexdsp] Configure and install speexdsp.pc

* remove blank 'Build-Depends' field
2021-01-12 20:11:21 -08:00
Cheney Wang
e819d33625
[poppler] Fix error gperf is not recognized as an internal or external command (#15574)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-01-12 20:05:11 -08:00
Chuck Walbourn
3fcfccf0ca
directxmesh, directxtex, and uvatlas now support linux (#15554)
* Update for directx-headers release 1.0.1

* DirectXMesh, DirectXTex, and UVAtlas now support Linux

* Updated hashes and bins

* Fix linux builds

* Fixed directxtex[openexr] for x64-linux

* Removed stray file

* directxmath hot-fix for GCC arm64

* Fixed hash

* Hash fix again

* x64-linux CIs use GCC 7, but I require GCC 9

* Added warning message for GCC 9 requirement
2021-01-12 20:01:37 -08:00
Luca Schlecker
2dd2e62345
[palsigslot] New port (#15558)
Signed-off-by: Luca Schlecker <luca.schlecker@hotmail.com>
2021-01-12 19:57:22 -08:00
Bill Avery
fc2c8d20fa
[cppgraphqlgen] Fix --head for new branch/option (#15549)
* [cppgraphqlgen] Fix --head for new branch/option

* Update ports/cppgraphqlgen/portfile.cmake

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

* Update ports/cppgraphqlgen/portfile.cmake

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

* Update ports/cppgraphqlgen/portfile.cmake

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

* Update CONTROL version

* Update ports/cppgraphqlgen/CONTROL

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-01-12 19:51:46 -08:00
JonLiu1993
331f87775c
[paho-mqtt] update to 1.3.8 (#15569) 2021-01-11 21:02:17 -08:00
JonLiu1993
355214eba0
[entt] update to <3.6> (#15567)
* [entt] update to <3.6>

* fix option name
2021-01-11 21:01:09 -08:00
Daniele Lupo
a8f5147bbc
[qt5-base] mysql plugin added (#15170)
* qt5-base: added mysql plugin.

* Fixed netcdf patch.

* Build only on windows.

* mysql plugin as module

The MySQL plugin for QT now is a module of qt5-base

* Update ports/qt5-base/portfile.cmake

Co-authored-by: Daniele Lupo <daniele.lupo@log-in.it>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-01-11 20:49:05 -08:00
Alexander Neumann
9c63f97fa1
[mesa] new port (#14640)
* [mesa] new port

* make mesa build more.

* more fine tuning

* fix x86

* add supports.

* comment about EGL feature.

* apply suggestion from CR.
added opengl feature.
error on disabled shared glapi if multiple GL APIs are selected.

* fix boolean option

* make sharedgl-api=true the hardcoded default

* add suggestion from CR

* add mesa:x64-windows-static=fail to ci.baseline.txt due to static crt and parts being a dynamic library.

* apply CR sugesstion

Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-01-11 16:12:01 -08:00
Alexander Neumann
6b2f51fc7a
[fontconfig] add vcpkg cmake wrapper. (#15144)
* [fontconfig] add vcpkg cmake wrapper.

* fix empty statement in the wrapper

* dont depend on Freetype::Freetype if it is unavailable

* rename wrapper to cmake.in

* Update ports/fontconfig/portfile.cmake

Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>

Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
2021-01-11 00:27:46 -08:00
Andrei Lebedev
13293851e3
[openssl] Update to 1.1.1i (#15298)
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2021-01-11 00:08:05 -08:00
Stephen Eckels
d1038faab1
update_polyhook2 (#15537) 2021-01-11 00:07:19 -08:00
NancyLi1013
7959513538
[sqlite-orm] Update to 1.6 (#15517)
* [sqlite-orm] Update to 1.6

* Removed unused FEATURE_PATCHES

* Add vcpkg_fixup_cmake_targets()

* Update patch
2021-01-11 00:06:54 -08:00
cedral
56e1606ea0
Fix duplicate symbols of asio::dummy_return<void> (#15513)
* Fix duplicate symbols of asio::dummy_return<void>

* Update ports/boost-asio/CONTROL

* Update ports/boost-asio/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-01-11 00:05:01 -08:00
JoergAtGithub
4974430316
Update to hidapi-0.10.1 (#15485)
* Update to hidapi-0.10.1

* Update portfile.cmake

* Deleted comment, which is no longer valid

* Create CONTROL

Added the missing CONTROL file on request of @JonLiu1993

* Delete CONTROL

* Update vcpkg.json

* Set version to the tag of the release
2021-01-11 00:03:33 -08:00
ras0219
5f9464aa95
[libepoxy] Update to 1.5.5 (#15482)
* [libepoxy] Update to 1.5.5

* [libepoxy] Address CR comments
2021-01-11 00:02:08 -08:00
kkzi
63c518f69d
update trantor from 1.1.0-beta to 1.1.1-release (#15460)
Co-authored-by: xuan.guo@atomdatatech.com <xuan.guo@atomdatatech.com>
2021-01-11 00:00:26 -08:00
Stephen Just
2aec96fc77
[KTX] Add port (#15336)
* [KTX] Add port

* Apply formatting

* Install bash for windows

* Attempt to fix bash root and osx build since I can't repro either

* Fix windows build

* Disable on x86 which is not supported, use vcpkg-supplied zstd headers

* Fixes

* Fix cut/paste error

* Update based on review comments
2021-01-10 23:59:25 -08:00
NancyLi1013
7fee6a4756
[libjpeg-turbo/mozjpeg] Add conflict messages (#15196)
* [libjpeg-turbo/mozjpeg] Add conflict messages

* Add missed CONTROL for libjpeg-turbo

* Update ports/mozjpeg/CONTROL
2021-01-10 23:55:40 -08:00
Billy O'Neal
a8fa84e4d8
[vcpkg] Fix unrecognized identifier errors in prbuild and cibuild. (#15354) 2021-01-10 14:31:30 -08:00
Carlos O'Ryan
a14a6bcb27
[google-cloud-cpp] update to latest release (v1.22.0) (#15510) 2021-01-08 12:03:56 -08:00
Adam Johnson
8a4593ccbe
[pybind11] Use vcpkg Python3. (#15507) 2021-01-08 12:03:37 -08:00
General Jack O'Neill
31b95c6b4f
[libzippp] fix find lzma (#15486)
* Adds patch to fix find lzma after changes to use upstream CMakeLists.txt
* Reference Issue: [libzippp] x64-windows build failure after liblzma use upstream CMakeLists.txt + Add pkgconfig. (#14615) #14679 https://github.com/microsoft/vcpkg/issues/14679
* Reference Commit: PR [liblzma] use upstream CMakeLists.txt + Add pkgconfig. (#14615) eb895b95aa
2021-01-08 12:03:08 -08:00
Blaž Kranjc
1ef1ed0d82
[type-safe] New port. (#15468)
* [type-safe] New port.

[debug-assert] Added as it is a dependency.

* [type-safe] Formatting fix.

* [debug-assert] Add homepage to vcpkg.json

Co-authored-by: Blaž Kranjc <bkranjc@cosylab.lan>
2021-01-08 12:01:00 -08:00
Rémy Tassoux
271f58aa0c
[quill] Update to v1.6.1 (#15467)
https://github.com/odygrd/quill/releases/tag/v1.6.1
2021-01-08 11:58:43 -08:00
Justin Arruda
45e0eb4e8a
[tmx] Update tmx port to 1.1.0 (#15421)
* [tmx] Update tmx port to 1.1.0

* Update control file version and copyright file.

* Remove port-version field from CONTROL.
2021-01-08 11:57:48 -08:00
Gyusun Yeom
ddeef79a7d
[openssl] install pkgconfig file (#15191)
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-08 11:48:55 -08:00
Adam Johnson
1a4c54f1f1
[vcpkg baseline][poppler] Fix issue with using libcurl. (#15491)
* [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-08 11:07:00 -08:00
Adam Johnson
9ddc9173d7
[vcpkg baseline][cppcms] Fix issue with detecting Python 2. (#15473)
* [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-06 20:30:36 -08:00
Adam Johnson
378ffbb940
[python3] Add vcpkg-cmake-wrapper. (#15221)
* [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 13:39:53 -08:00
dweckmann
ebedac7774
[opencl] Fix dynamic build on linux (#15445) 2021-01-05 12:44:44 -08:00
Jack·Boos·Yu
e2cefd749d
[wil] Use internal CMakeLists (#15438)
* [wil] Use internal CMakeLists

* [wil] Fix install headers on Linux
2021-01-05 12:44:06 -08:00
Phoebe
1aba77ae3b
[hidapi] Support static build (#15437)
* [hidapi] Support static build

* Update portfile.cmake
2021-01-05 12:42:29 -08:00
JonLiu1993
c1e9424206
simdjson update to v0.7.1 (#15436) 2021-01-05 12:40:30 -08:00
Dimitrij Mijoski
4533b7483d
[nuspell] update to version 4.2.0 (#15425) 2021-01-05 12:39:10 -08:00
Nicholas Hayes
c562883384
[libheif] Update to version 1.10.0 (#15416) 2021-01-05 12:34:04 -08:00
Rémy Tassoux
0a262e7d61
[sdl2] Update to 2.0.14 (#15398)
* [sdl2] Update to 2.0.14

* Revert "[sdl2] Update to 2.0.14"

This reverts commit b8e82e0dac.

* [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-05 12:33:13 -08:00
Gilad Bauman
109ce45742
Fix for FreeImage incorrect image format enum after disabling vendor plugins (#15393) 2021-01-05 12:12:52 -08:00
Hendiadyoin1
35e978a884
fix licensingfile of kf5archive (#15314)
* fix licensingfile of kf5archive

* selected specific licencefile

* bumped port-version to 1
2021-01-05 12:11:22 -08:00
JonLiu1993
6b52be61ca
[darknet] yolo v4 weights's hash need to update (#15296)
* [darknet] yolo v4 weights's hash need to update

* Add vcpkg_check_feature

* Modify FEATURE_OPTIONS
2021-01-05 12:10:06 -08:00
dweckmann
215d38b4ad
[ogre] make zziplib, freeimage, assimp, freetype and strict resource manager, optional features (#15194) 2021-01-05 12:07:14 -08:00
General Jack O'Neill
4907797add
[geotrans] update to version 3.8 (on-hold waiting for CI/VM port 21 for ftp 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 12:05:15 -08:00
Silvio Traversaro
d2e0939e39
[ignition-common3] Add new port 🤖 (#11273)
* [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-05 11:57:23 -08:00
Ronald
63de431b40
[poppler] Add new port (#15158)
* 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>
2021-01-04 12:27:23 -08:00