JonLiu1993
18bd17c0f2
[dlib] update to <19.22> ( #17301 )
...
* [dlib] update to <19.22>
* update version
* update version
* revert patch format
* update version
* Use cmake new functions
* update version
2021-12-13 11:26:16 -08:00
Billy O'Neal
fdb170fda2
[rsocket] Use C++17. ( #21978 )
...
Resolves CI failure:
```
C:\PROGRA~2\MICROS~3\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE -DDEBUG -DFMT_LOCALE -DGFLAGS_DLL_DECLARE_FLAG="" -DGFLAGS_DLL_DEFINE_FLAG="" -DGFLAGS_IS_A_DLL=0 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGOOGLE_GLOG_DLL_DECL="" -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_SCL_SECURE_NO_WARNINGS -D_STL_EXTRA_DISABLED_WARNINGS="4774 4987" -ID:\buildtrees\rsocket\src\3daa230e14-e3a6381b1c.clean -ID:\buildtrees\rsocket\src\3daa230e14-e3a6381b1c.clean\yarpl\.. -ID:\installed\x64-windows-static\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /D_DEBUG /MTd /Z7 /Ob0 /Od /RTC1 /EHs /GF /Zc:referenceBinding /Zc:rvalueCast /Zc:implicitNoexcept /Zc:strictStrings /Zc:threadSafeInit /Zc:throwingNew /permissive- /std:c++17 /wd4191 /wd4291 /wd4309 /wd4310 /wd4366 /wd4587 /wd4592 /wd4628 /wd4723 /wd4724 /wd4868 /wd4996 /wd4068 /wd4091 /wd4146 /wd4800 /wd4018 /wd4365 /wd4388 /wd4389 /wd4100 /wd4459 /wd4505 /wd4701 /wd4702 /wd4061 /wd4127 /wd4200 /wd4201 /wd4296 /wd4316 /wd4324 /wd4355 /wd4371 /wd4435 /wd4514 /wd4548 /wd4571 /wd4574 /wd4582 /wd4583 /wd4619 /wd4623 /wd4625 /wd4626 /wd4643 /wd4647 /wd4668 /wd4706 /wd4710 /wd4711 /wd4714 /wd4820 /wd5026 /wd5027 /wd5031 /wd5045 /we4099 /we4129 /we4566 -std:c++14 /showIncludes /FoCMakeFiles\ReactiveSocket.dir\rsocket\internal\ScheduledSingleSubscription.cpp.obj /FdCMakeFiles\ReactiveSocket.dir\ReactiveSocket.pdb /FS -c D:\buildtrees\rsocket\src\3daa230e14-e3a6381b1c.clean\rsocket\internal\ScheduledSingleSubscription.cpp
cl : Command line warning D9025 : overriding '/std:c++17' with '/std:c++14'
D:\installed\x64-windows-static\include\folly/portability/Windows.h(42): warning C4005: '_CRT_INTERNAL_NONSTDC_NAMES': macro redefinition
C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt\corecrt.h(401): note: see previous definition of '_CRT_INTERNAL_NONSTDC_NAMES'
D:\installed\x64-windows-static\include\range/v3/detail/config.hpp(225): fatal error C1189: #error: range-v3 requires Visual Studio 2019 with the /std:c++17 (or /std:c++latest) and /permissive- options.
ninja: build stopped: subcommand failed.
```
2021-12-12 19:31:37 -08:00
David Federman
48bba4f9c3
[python3] Fix SHA512 hash for v3.10.1 ( #21979 )
2021-12-10 20:48:52 -08:00
zhiqiang
a8204d987c
[fribidi] Support new platform ( #21948 )
...
* [fribidi] use vcpkg_configure_make instead of vcpkg_configure_meson
* [fribidi] support platform `arm`
* [fribidi] remove dependency `vcpkg-tool-meson`
* [fribidi] vcpkg x-add-version --all --overwrite-version
* Revert "[fribidi] vcpkg x-add-version --all --overwrite-version"
This reverts commit c824e8e6ca2ab779954f79c6729298ebc9e9fe4c.
* [fribidi] update port-version to 2
* [fribidi] vcpkg x-add-version --all --overwrite-version
2021-12-10 15:57:46 -08:00
JonLiu1993
5420dab932
[highfive] Add eigen3 feature option ( #21897 )
...
* [highfive] Add eigen3 feature option
* update version
* update version
* dd double quotes to the paths
* update version
* apply review suggestion
* update version
* update review suggesstion
* update version
* update patches
* update version
* update patches
* update version
2021-12-10 14:06:16 -08:00
Jack·Boos·Yu
d3cb28e98e
[mongo-cxx-driver] Fix installation ( #21958 )
...
* [mongo-cxx-driver] Fix installation
* version
2021-12-10 14:05:01 -08:00
LilyWangLL
c6e208fccf
[mpfr] Add warning message on Linux ( #21940 )
...
* [mpfr] Add warning message on Linux
* update version
* Update portfile.cmake
* update version
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2021-12-10 14:01:15 -08:00
LiarMaiq
31bf0e4a36
[co] update to version v2.0.3 ( #21915 )
...
* Update vcpkg.json
* Update portfile.cmake
* Update baseline.json
* Update co.json
* Update ports/co/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/co/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Run ”x-add-version co“ command
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-12-10 14:00:45 -08:00
David Federman
ec316f8fac
[python3] Update to 3.10.1 ( #21927 )
2021-12-10 13:58:11 -08:00
Kai Pastor
207af1c995
[vcpkg-cmake] Fix windows toolchain chainloading for uwp ( #21857 )
...
* Fix uwp toolchain chainloading
* Use common definitions
* Update versions
* [netcdf-c] Fix uwp compiler flags
* Update versions
* [skip actions] CI
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-10 13:55:24 -08:00
Jack·Boos·Yu
f315deab8d
[tesseract] Fix non-Windows build ( #21320 )
...
* [tesseract] Fix non-Windows build
* version
* apply suggestion
* version
2021-12-10 13:51:47 -08:00
NancyLi1013
36c0baf755
[mlpack] Fix supports ( #21316 )
...
* [mlpack] fix supports
* Update ports/mlpack/portfile.cmake
* fix typo
* version
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-12-10 13:51:15 -08:00
LilyWangLL
5c54cc0655
[v8] Fix link error ( #21933 )
...
* [v8] Fix link error
* update version
* [v8]Update portfile.cmake
* update version
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2021-12-09 21:01:18 -08:00
Billy O'Neal
dbf1506bb1
[libde265] Remove optional dependency on sdl and modernize. ( #21953 )
2021-12-09 19:40:12 -08:00
Alexander Neumann
bd4169a47f
[qtbase] fix installed qt.conf ( #21944 )
...
* fix paths in qt.conf
* version stuff
2021-12-09 18:19:33 -08:00
Kai Pastor
a4f322c567
[proj4] Update to 8.1.1, revise features and dependencies ( #20443 )
...
* Update to 8.1.1, cleanup patches
* Patch and use pc file installation from upstream
* Simplify dependency fixup
* Remove obsolete VCPKG_BUILD_SHARED_LIBS
* Revise feature and dependency interface
* Update versions
* Use all libs from proj.pc for gdal
* Set CMP0012 for dependency control
* Update versions
* Update versions
* Fix missing user32.lib when using libcrypto
* Update versions
* Fix missing user32.lib when using libcrypto
* Update versions
2021-12-09 18:18:18 -08:00
Jack·Boos·Yu
45a8674e1d
[hiredis] Support windows dynamic build ( #21914 )
...
* [hiredis] Support windows dynamic build
* versopm
2021-12-09 18:15:15 -08:00
Phoebe
371f47d170
[libzen] Update to 0.4.39 ( #20405 )
...
* [libzen] Update to 0.4.39
* Fix up the package name
2021-12-09 18:06:35 -08:00
Christian Ullrich
34a73b5010
[wtl] Add two "post-release updates". ( #21924 )
...
* [wtl] Add two "post-release updates".
See https://sourceforge.net/projects/wtl/files/WTL%2010/WTL10%20Post-Release%20Updates.txt/download
* Ran magic undocumented command line.
2021-12-09 17:56:38 -08:00
autoantwort
adc3cec1fc
Update readme for macOS ( #21952 )
2021-12-09 17:33:51 -08:00
Max
febf337ad8
[date] update sha to be lowercase for windows installs ( #21922 )
...
* [date] update sha to be lowercase for windows installs
* add version
* update version
Co-authored-by: Max Christy <mchristy@precisionplanting.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-12-09 17:01:00 -08:00
Frank
c6bda4e83b
[aws-sdk-cpp]update to 1.9.160 ( #21930 )
...
* [aws-sdk-cpp]update to 1.9.160
* update version
2021-12-09 17:00:43 -08:00
Jack·Boos·Yu
3887aff5e5
[rsocket] Remove keyword supports ( #21911 )
...
* [rsocket] Remove keyword supports
* version
* clean up baseline
2021-12-09 16:59:30 -08:00
vincent-nv
de0afd063a
UPDATE Qt-Advanced-Docking-System to v3.8.0 ( #21802 )
2021-12-09 16:55:57 -08:00
Billy O'Neal
af68e72795
[libyuv] Remove from ci.baseline.txt. ( #21931 )
2021-12-09 16:47:59 -08:00
Phoebe
77967a6228
[vcpkg-cmake-config] fix up cmake_current_packages_dir ( #20439 )
...
* [vcpkg-cmake-config] fix up cmake_current_packages_dir
* Small changes
* Address the review suggestion
* Update ports/vcpkg-cmake-config/vcpkg_cmake_config_fixup.cmake
* Update the baseline version
* Address the review suggestions
* Address the review suggestions
* fix up VCPKG_IMPORT_PREFIX if the file being modified at a deep subpath
* Fix regressions
* Remove out of date comments about multiconfig generators that are no longer relevant, fix spelling errors, and avoid calculating relative paths for the definition of VCPKG_IMPORT_PREFIX when not used.
* Fix version database.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-09 14:24:16 -08:00
Jack·Boos·Yu
a7a0aaf265
[qt5-base] Fix the incompatibility between configuration script and --x-buildtrees ( #21657 )
...
* [qt5-base] Fix the incompatibility between configuration script and --x-buildtrees
* version
* Update ports/qt5-base/cmake/configure_qt.cmake
* Update ports/qt5-base/cmake/configure_qt.cmake
* version
* Re-fix expr
* version
* Update ports/qt5-base/cmake/configure_qt.cmake
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* Update versions/q-/qt5-base.json
* update regex expression
* version
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2021-12-09 14:20:48 -08:00
Billy O'Neal
0fe674df99
Update tool to 2021-12-09. ( #21932 )
2021-12-09 12:08:05 -08:00
Karandra
14543ba182
[wxwidgets] Add 'WXWIDGETS_USE_STD_CONTAINERS' option ( #21841 )
...
* Add 'WXWIDGETS_USE_STD_CONTAINERS' option to set 'wxUSE_STD_CONTAINERS' maco
* Use 'vcpkg_cmake_configure' instead of 'vcpkg_configure_cmake'
* Format and x-add-version
* Change 'vcpkg_install_cmake' to 'vcpkg_cmake_install'
* x-add-version again
I was sure I did that. I hate this thing.
* Removed 'vcpkg_fail_port_install' in favor of `"supports": "!uwp"` in 'vcpkg.json'
* x-add-version wxwidgets --overwrite-version
Dafuq? I ran this command before comitting and you, vcpkg, did nothing and now there are changes? Ugh.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-08 15:58:38 -08:00
Alexander Neumann
74db2afdd0
[vcpkg baseline] [Qt6] add FETCH_REF for qt modules without tag ( #21925 )
...
* add FETCH_REF for qt modules without tag
* libyaml add version to pkgconfig file
* more login output
* use the target in the wrapper.
* remove trace output bump port version
* version stuff
2021-12-08 15:58:20 -08:00
Josue Andrade Gomes
0a65a2f5f7
[decimal-for-cpp] update to 1.18 ( #21920 )
...
* [decimal-for-cpp] update to 1.18
* [decimal-for-cpp] update to 1.18 - added version
2021-12-08 15:44:29 -08:00
Niall Douglas
6386c01bf9
[ned14-internal-quickcpplib][status_code][outcome][llfio] Update to latest. ( #21926 )
2021-12-08 15:43:49 -08:00
Ian Cook
8da513e972
[arrow] Update to 6.0.0 ( #21113 )
...
* Bump version to 6.0.0
* Update version files
* Update patch
* Update version files
* Update patch
* Update version files
* Update patch
* Update version files
* Fix deprecated functions
* Update version files
* Fix unused variable warning
* Update version files
* Enclose paths in quotes
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Enclose paths in quotes
* Update version files
* Fix S3 feature
* Update version files
* Remove quotes from empty DZSTD_MSVC_LIB_PREFIX
* Update version files
* Update version files
* Update version files
* Update version files
* Remove old attempt to fix AWS SDK issue
* Update versions files
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-12-08 14:05:15 -08:00
Stefano Sinigardi
54f55a5268
[OpenCV] add python feature ( #21854 )
...
* [OpenCV] add python feature
* fix references
* fix references
* [OpenCV] add feature to main port
* [OpenCV] add feature to main port
* fix references
* trying to improve compatibility with *nix env
* fix references
* remove python remnants from vcpkg_checK_features
* fix references
2021-12-08 14:03:00 -08:00
Daniel Lundborg
501df2f7e0
[opencensus-cpp] Update to 2021-08-26 ( #21894 )
...
* [opencensus-cpp] Update to 2021-08-26
Signed-off-by: Daniel Lundborg <daniel.lundborg@sandvik.com>
* Update ports/opencensus-cpp/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* [opencensus-cpp] use baseline port-version 0
Signed-off-by: Daniel Lundborg <daniel.lundborg@sandvik.com>
* [opencensus-cpp] replace deprecated vcpkg functions
Signed-off-by: Daniel Lundborg <daniel.lundborg@sandvik.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-12-08 13:57:40 -08:00
Carlos O'Ryan
3496b4a3a9
[google-cloud-cpp] update to latest release (v1.34.1) ( #21900 )
2021-12-08 13:56:57 -08:00
Robert Schumacher
edacd9502e
[skcrypter] Fix casing of version db file ( #21902 )
2021-12-08 13:56:30 -08:00
Jack·Boos·Yu
37b323648a
[yasm] Fix feature tools ( #19162 )
...
* [yasm] Fix feature tools
* version
* update baseline
* fix arm build, add host dependency
* version
* Fix desc
* update baseline
* Remove arm fix patch
* version
* Fix build, apply suggestions
* version
* Add line break
* version
* Set tools as a feature
* version
* Remove remaining ci.baseline.txt entry.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-08 13:13:43 -08:00
Levin Li
7bb175eafe
[aom/libavif] Add support for ARM and UWP ( #20636 )
...
* Support libavif building on UWP and ARM
Remove deprecated functions
Bump port version
Apply suggestions from code review
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Bump version
Add version all
use patches
* Add version
* Disable deprecated functions using _CRT_SECURE_NO_WARNINGS rather than disabling 4996.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-07 12:34:46 -08:00
Rémy Tassoux
431d3810aa
[openxr-loader] Update to 1.0.20 ( #21887 )
...
* [openxr-loader] Update to 1.0.20
* [openxr-loader] Fix manifest formatting
* [openxr-loader] Update version files
* [openxr-loader] Add quotes to absolute paths
* [openxr-loader] Update version files
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-12-06 22:43:34 -08:00
Akash
80be868eb5
[ompl] Fix config for find_package ( #21864 )
...
* Fix ompl config
* Update ports/ompl/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update versions
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-12-06 21:51:42 -08:00
Kai Pastor
df8276a218
[lodepng,lodepng-c, libjxl] Update, merge lodepng-c into lodepng ( #21846 )
...
* Modernize lodepng portfile
* Update to 8c6a9e30
* Install LICENSE as copyright
* Don't install examples
* Remove unused parameter
* Merge lodepng-c into lodepng
* Add usage
* Omit lodepng-util: not official API
* Update versions
* [gdal] Don't use lz4: not a dependency
* [libjxl] Fix link flags
* Revise install cleanup, handle .dylib
* Add extra flags for uwp
* Workaround uwp toolchain quirks
* More dependency control, jxl_extras for tools only
* Pass the version to the build
* Update versions
* Skip CI for libjxl:arm-uwp
* Install usage file
* Update versions
* Use version-date for lodepng, mark lodepng-c as deprecated, and update version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-06 21:51:01 -08:00
Jack·Boos·Yu
b1d364ed98
[imgui-sfml] Fix usage ( #21871 )
...
* [imgui-sfml] Fix usage
* version
2021-12-06 21:28:41 -08:00
JonLiu1993
9c5a04fa50
[ensmallen] update to 2.18.1 ( #21878 )
...
* [ensmallen] update to 2.18.1
* update version
2021-12-06 21:28:14 -08:00
Matthew Oliver
eea8042d00
[ffmpeg] Fix detection of x264. ( #21875 )
2021-12-06 21:27:58 -08:00
autoantwort
fadc22acfe
[apr] no absolute paths ( #21860 )
2021-12-06 21:13:20 -08:00
autoantwort
52cb57e8ad
[qt5-declarative] no absolute paths ( #21859 )
2021-12-06 21:12:51 -08:00
Tatsunori Uchino
2c8f00a1b0
[nowide] update to 11.1.3 ( #21867 )
...
* [nowide] update to 11.1.3
* [nowide] Don't use deprecated functions anymore
* Update ports/nowide/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update version database.
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-06 21:12:22 -08:00
autoantwort
111f1f1eff
[itk] no absolute paths ( #21858 )
2021-12-06 21:11:47 -08:00
autoantwort
27051174c7
[libcrafter] no absolute paths ( #21856 )
2021-12-06 21:11:36 -08:00
autoantwort
947b99222f
[omplapp] no absolute paths ( #21855 )
2021-12-06 21:11:14 -08:00
autoantwort
712722a064
[xxhash] no absolute paths ( #21853 )
2021-12-06 21:10:49 -08:00
Rémy Tassoux
b6c1682e46
[mimalloc] Update to 2.0.3 ( #21844 )
...
* [mimalloc] Update to 2.0.3
* [mimalloc] Update version files
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-12-06 21:10:27 -08:00
Kai Pastor
cfc76ee83c
Revert baseline changes from #20449 ( #21840 )
2021-12-06 20:52:41 -08:00
Matthias Kuhn
1fc9f75814
[qca] Bump version to 2.3.4 ( #21839 )
2021-12-06 20:51:41 -08:00
zhiqiang
4010c730d4
[libdc1394] Add new port ( #21808 )
...
* [libdc1394] port library dc1394
* [libdc1394]: vcpkg x-add-version libdc1394
* [libdc1394] restrict supported platforms with blacklist instead
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* [libdc1394] vcpkg x-add-version --all --overwrite-version
* [libdc1394] insert final newline
* [libdc1394] update version schema to `version`
* [libdc1394] vcpkg x-add-version --all --overwrite-version
* [libdc1394] fetch source code with vcpkg_from_sourceforge instead
* [libdc1394] vcpkg x-add-version --all --overwrite-version
Co-authored-by: Zhiqiang Niu <niuzhiqiang@audfly.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-12-06 20:47:57 -08:00
Alexander Neumann
ce9c857d28
[Qt] Update to 6.2.2 and add missing modules ( #21818 )
...
* updating qt stuff to 6.2.2
* add missing modules for 6.2.2
* remove patch from qtbase
* add qtpositioning
* add qml feature
* add supports statement
* small ref change
* fix hash
* remove ,
* qtlocation is now emtpy
* get as list of files
* fix error in manifest
* add tool name
* fix qtapplication?
* print bin files
* fix qtapplicationmanager
* format
* set policy
* fix git fetch
* fix ref variable
* fix pc files for taglib
closes #21834
* fix qtinterfaceframework
* format manifest
* version stuff
* fix qtapplicationmanager
* fix version
* make qt buildable for static windows builds.
* version corrections
* add extra paths; otherwise it breaks out of the buildtree
* version stuff.
* trying to fix qtapplicationmanager
* add supports field
* fix cross case
* fix stuff
* version stuff
2021-12-06 20:46:28 -08:00
Jack·Boos·Yu
3579b5cff0
[libdisasm] Support uwp ( #21815 )
...
* [libdisasm] Support uwp
* version
* Add dependency vcpkg-cmake
* version
* [breakpad] drop support with uwp
* version
* use _CRT_SECURE_NO_WARNINGS instead
* version
2021-12-06 20:45:20 -08:00
Artur
80bd733a3f
[skCrypter] add new port ( #21836 )
...
* [skCrypter] add new port
[skCryper] format vcpkg.json
* [skCrypter] update baseline
* [skCrypter] rename folder to all l lowercase
* [skCrypter] rerun x-add-version
2021-12-06 20:41:01 -08:00
Sy Brand
1b6be5d678
[tl-ranges] Add new port ( #21820 )
...
* [tl-ranges] New port
* Update baseline
* Correct port version
* Correct baseline version
* Update versions/t-/tl-ranges.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* update tl-ranges.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-12-06 20:40:08 -08:00
Jack·Boos·Yu
738720268b
[libyaml] Export the pkgconfig files ( #21829 )
...
* [libyaml] Export the pkgconfig files
* version
* Fix cmake config file path
* version
2021-12-06 20:38:26 -08:00
JonLiu1993
2d922f46cc
[qwt] Restore patch to fix qwt link static library ( #21832 )
...
* [qwt] Fix qwt link static library
* update version
2021-12-06 20:36:09 -08:00
LilyWangLL
86fb7a15bc
[sdl2-mixer] Fix feature mpg123 build error ( #21812 )
...
* [sdl2-mixer] Disable feature mpg123 temporarily
* update version
* [sdl2-mixer] fix feature mpg123 build error
* update version
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2021-12-06 20:35:19 -08:00
Frank
9932f44008
[cpr] update to <1.7.0> ( #21807 )
...
* [cpr] update version to 1.7.0
* update version
* update version
* update versions
* del_version
* test
* update patch
* update version
* update patch
* update patch
* update version
* update patch
* update version
* update patch
* update version
2021-12-06 20:21:05 -08:00
vincent-nv
fddd13e36e
UPDATE Qt-Advanced-Docking-System to v3.7.2 ( #21801 )
...
* UPDATE Qt-Advanced-Docking-System to v3.7.2
* MR + change old cmake functions names
* MR
* MR
2021-12-06 20:18:38 -08:00
autoantwort
059efe7061
[fltk] no absolute paths ( #21714 )
2021-12-06 20:18:22 -08:00
Christophe Calmejane
be65fbbf75
Fixed android toolchain with newest NDK ( #21465 )
...
* Fixed android toolchain with newest NDK
ANDROID_NATIVE_API_LEVEL has been removed from NDK cmake toolchain so we now have to use ANDROID_PLATFORM
* Fix android toolchain: Maintain backward compatibility for older NDK
2021-12-06 20:15:20 -08:00
Christopher Di Bella
46ad6d4a07
[range-v3] updates REF to range-v3:HEAD ( #21393 )
...
* [range-v3] updates REF to range-v3:HEAD
Closes #21391 .
* update portfile.cmake
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-12-06 20:12:14 -08:00
Kai Pastor
4c9b301c9e
[spatialite-tools] Revise and update to 5.0.1 ( #21594 )
...
* Revise portfile and patch
* Install pc file for windows
* Update versions
* Remove readosm failure from CI baseline
* Revise dependencies based on #include, use pkgconfig
* Revise portfile
* Update to 5.0.1
* Update versions
* Fix release-only nmake build
* Update versions
2021-12-06 17:58:47 -08:00
JonLiu1993
63e935d967
[gdal] Remove tool testepsg ( #21816 )
...
* [gdal] Fix tool not find
* update version
2021-12-02 19:58:12 -08:00
Jack·Boos·Yu
f87d135cf9
[influxdb-cxx] Fix build error, fix usage ( #21813 )
...
* [influxdb-cxx] Fix build error, fix usage
* version
2021-12-02 19:54:47 -08:00
Frank
740e831977
[libhydrogen] Update version to latest commit ( #21811 )
...
* [libhydrogen] update to <1.0>
* update version
* update version
* update version
* del version
2021-12-02 19:53:58 -08:00
مهدي شينون (Mehdi Chinoune)
b69d6a2d0c
[gsl] update to 2.7.1 ( #21809 )
2021-12-02 19:53:42 -08:00
Carlos O'Ryan
9b9ea8cfc8
[google-cloud-cpp] update to latest release (v1.34.0) ( #21803 )
2021-12-02 19:52:00 -08:00
Christoph Neuhauser
df9052e29f
[python3] Restrict string replacement to used build type ( #21799 )
2021-12-02 19:51:47 -08:00
Kai Pastor
5a54a4308e
[libtins] Misc fixes ( #21789 )
...
* Fix source writes
* Revise dependencies, switch to libpcap
* Revise portfile
* Enable libpcap on osx
* Minor portfile updates
* Update versions
* Find pcap_static lib
* Update versions
2021-12-02 19:51:12 -08:00
Park DongHa
2647956afd
[foxi] create a new port ( #21786 )
...
* [foxi] create a new port
* [foxi] update git-tree, version
* [foxi] fix windows build
* [foxi] disable UWP because of build failure
* LOAD_LIBRARY_SEARCH_DEFAULT_DIRS undefined
* Rename patch to better indicate the patch's purpose and to clarify that it need not be replicated upstream.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-02 19:49:25 -08:00
Dawid Wróbel
a868d7ed21
[kf5*] Update to 5.88 ( #21633 )
...
* [kf5*] Update to 5.88
* [kf5*] Update versions
* [kf5*] fix QML plugins location
diff --git a/ports/kf5i18n/portfile.cmake b/ports/kf5i18n/portfile.cmake
index 610182e49..5a0fd5e21 100644
--- a/ports/kf5i18n/portfile.cmake
+++ b/ports/kf5i18n/portfile.cmake
@@ -20,6 +20,7 @@ vcpkg_cmake_configure(
OPTIONS
-DBUILD_TESTING=OFF
-DKDE_INSTALL_PLUGINDIR=plugins
+ -DKDE_INSTALL_QMLDIR=qml
-DPYTHON_EXECUTABLE=${PYTHON3}
)
diff --git a/ports/kf5notifications/portfile.cmake b/ports/kf5notifications/portfile.cmake
index e41fee015..bc93cf6af 100644
--- a/ports/kf5notifications/portfile.cmake
+++ b/ports/kf5notifications/portfile.cmake
@@ -13,6 +13,7 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
+ -DKDE_INSTALL_QMLDIR=qml
)
vcpkg_cmake_install()
diff --git a/ports/kf5sonnet/portfile.cmake b/ports/kf5sonnet/portfile.cmake
index 7e2820ce4..a2d1adfcc 100644
--- a/ports/kf5sonnet/portfile.cmake
+++ b/ports/kf5sonnet/portfile.cmake
@@ -16,6 +16,7 @@ vcpkg_cmake_configure(
-DBUILD_EXAMPLES=OFF
-DKDE_INSTALL_PLUGINDIR=plugins
-DKDE_INSTALL_QTPLUGINDIR=plugins
+ -DKDE_INSTALL_QMLDIR=qml
)
vcpkg_add_to_path(PREPEND "${CURRENT_INSTALLED_DIR}/bin")
* [kf5*] update versions
* [ecm] fix ECMGenerateQmlTypes
* [ecm] update version
2021-12-02 19:49:12 -08:00
Ankur Verma
a5b659160a
Squashed ( #20449 )
...
Co-authored-by: Ankur Verma <ankurv@microsoft.com>
2021-12-02 19:40:02 -08:00
Billy O'Neal
a4a63e774b
Remove qwt-qt6 due to conflict with qwt. ( #21825 )
2021-12-02 19:38:23 -08:00
Alexander Neumann
163065a352
Update meson to 0.60.2 ( #21542 )
...
* update meson to 0.60.1
* add port vcpkg-tool-meson for consistency deprecate usage of tool-meson
* [skip actions] make every port using meson depend on vcpkg-tool-meson
(except pkgconf for now.)
* fix subtle bugs in vcpkg_find_acquire_program
make the port install meson if the system does not provide it.
* make pkgconf depend on meson
* restore old vcpkg_find_acquire_program behavior for versioning
* Update ports/gstreamer/vcpkg.json
remove duplicated dependency
* remove invalid option in glib
* [skip actions] fix ci failures?
* remove invalid option in gstreamer
* try without cmake
* get more logs from meson configure.
* update glib to 2.70.1
* fix typo
* fix pc file of flac
* update meson to 0.60.2
* try the patch from the other pr.
* patch meson .....
* version stuff
* fix port version
* fix gstreamer version
* remove version
* format-manifest
* version stuff
* format manifest again
* revert version stuff
* remove outdated gtk options
* version stuff
* pango version stuff
* correct baseline lost in merge
* Fix fontconfig version db
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-02 15:48:34 -08:00
autoantwort
5ddd7f0268
[ginkgo] no absolute paths ( #21700 )
2021.12.01
2021-12-01 19:32:09 -08:00
Yulia Ruda
ee539f1eda
Add missing qwt headers ( #21797 )
...
* Add missing qwt headers
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-12-01 19:27:29 -08:00
LilyWangLL
2e81d0f104
[casclib] Add option CASC_UNICODE ( #21784 )
...
* [casclib] Add option CASC_UNICODE
* update version
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2021-12-01 19:22:53 -08:00
Vitalii Koshura
e95a3b6193
[boinc] Fix android build ( #21770 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-12-01 19:22:31 -08:00
Rémy Tassoux
e1918707c3
[xxhash] Update to 0.8.1 ( #21761 )
...
* [xxhash] Update to 0.8.1
* [xxhash] fix manifest formatting
* [xxhash] Update version files
* [xxhash] Fix wrong versioning scheme and remove redundant PREFER_NINJA argument
* [xxhash] Update version files
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-12-01 19:22:09 -08:00
autoantwort
b9b15b4e2a
[libftdi1] no absolute paths ( #21705 )
...
* [libftdi1] no absolute paths
* [libusb] add pkgconfig file on windows
* [libftdi1] don't delete pkgconfig on windows
* add versions
2021-12-01 19:21:52 -08:00
autoantwort
77a6edf5f1
[gdcm] no absolute paths ( #21701 )
2021-12-01 19:21:29 -08:00
autoantwort
8b8cf71700
[hpx] no absolute paths ( #21699 )
2021-12-01 19:21:10 -08:00
autoantwort
756c6c27c3
[plplot] no absolute paths ( #21693 )
...
* [plplot] no absolute paths
* [plplot] delete example folder
2021-12-01 19:20:35 -08:00
pastdue
9349a6a56c
[sdl2] Fix mingw compilation issues ( #21683 )
...
* [sdl2] Fix issue with mingw + CMake >= 3.22
* [sdl2] Fix portfile issue affecting mingw
* Run x-add-version sdl2
2021-12-01 19:20:14 -08:00
Stefano Sinigardi
f6601ee2e4
[OpenCV] update to v4.5.4 and v3.4.16 ( #20658 )
...
* Make gtk4.4 build.
* Update baseline for gtk
* Fix vcpkg version.
* Fix vcpkg version.
* [gtk] Fix macos build.
* [gtk] Fix linux build.
* [gtk] Add patches.
* [gtk] Bump versions - again
* Fix macos patch.
* Bump versions.
* [OpenCV] update to v4.5.4 and v3.4.16
* fix patches
* [OpenCV] fix references
* fix patches
* update references
* add gstreamer support
* fix references
* fixes
* update references
* Install xdamage.
* Bump versions.
* [fontconfig] disable doc building which is failing on bare linux
* fix references
* [opencv] use qt6
* [opencv2] use newer approach to downstream dependency handling
* fix references
* Add merged patch from upstream.
* [gtk] Bump version.
* [OpenCV] restore using qt5
* [opencv] force qt5
* update references
* use a different strategy to find qt5 dependency for downstream projects
* fix references
* use a different strategy to find qt5 dependency for downstream projects also for opencv2
* fix references
* [opencv2] fix patches
* fix references
* Update ports/fontconfig/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* fix references
* fix references, again
* add gtk to linux default features
* fix references
* [OpenCV2] fix cuda patch for newer cuda versions
* fix references
* [OpenCV2] add GTK feature
* fix references
* [opencv2] bump port version
* [opencv2] fix references
* Delete duplicate install of libxdamage-dev
* [fontconfig] bump version
* fix references
* [fontconfig] bump version
* fix references
* move vcpkg-ci-opencv to manifest
Co-authored-by: Berrysoft <Strawberry_Str@hotmail.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-01 19:11:01 -08:00
ulfllorenz
1b664707c1
Minor documentation addition ( #21771 )
...
* Minor documentation addition
* Update triplets.md
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 18:21:10 -08:00
autoantwort
7c92c79a1a
[sdl2pp] no absolute paths ( #21722 )
...
* [sdl2pp] no absolute paths
* [sdl2-image][sdl2-mixer][sdl2-ttf][sdl2pp] Install and fix .pc files
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 15:29:54 -08:00
Jonathan Guzmán
ed74ff32c6
[vcpkg docs][ES] Sync with English readme ( #21127 ) ( #21775 )
...
* fixed false friends for librería
* add vcpkg-tool repo
2021-11-30 14:47:53 -08:00
autoantwort
2ef1ac96a0
[realsense2] add missing libusb dep on macOS ( #21725 )
...
* [realsense2] add missing libusb dep on macOS
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-11-30 14:07:44 -08:00
autoantwort
2c5e3d573e
[vxl] no absolute paths ( #21690 )
...
* [vxl] no absolute paths
* [vxl] Disable build of testlib
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 13:46:51 -08:00
autoantwort
8e77ed422b
[pangolin] no absolute paths ( #21720 )
2021-11-30 12:03:23 -08:00
autoantwort
9a1b3ad21c
[symengine] no absolute paths ( #21692 )
...
* [symengine] no absolute paths
* [symengine] Fix relative calculation of include
* Update versions
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 11:52:31 -08:00
autoantwort
7ed849f01b
[libheif] no absolute paths ( #21704 )
...
* [libheif] no absolute paths
* [libde265] Add .pc file
* Update versions
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 11:50:56 -08:00