Commit Graph

14739 Commits

Author SHA1 Message Date
Dawid Wróbel
e37021ebfb
[kf5codecs] add explicit gperf dependency (#20266)
* [kf5codecs] add explicit gperf dependency

* [kf5codecs] wrap paths in quotes; no need to remove /etc

* [kf5codecs] update versions

* [kf5codecs] make gperf host dependency

Co-authored-by: Billy O'Neal <bion@microsoft.com>

* [kf5codecs] pass the gperf host executable path

* [kf5codecs] update versions

* [kf5codecs] fix a typo in find_program()

* [kf5codecs] quote the Gperf_EXECUTABLE path

* [kf5codecs] update versions

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2021-10-26 22:27:18 -07:00
chausner
4f06d9d0b9
[capnproto] Update to 0.9.1 (#20436)
* Update capnproto to 0.9.1

* Update CI baseline

* Fix indentation

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-26 22:25:12 -07:00
Dawid Wróbel
542693b300
[vcpkg_acquire_msys] Add gzip to default packages (#20393)
Fixes #20392
2021-10-26 22:24:18 -07:00
autoantwort
92852cfd0c
[fluidsynth] fix installation location (#20950) 2021-10-26 22:14:34 -07:00
autoantwort
d8b9fa9a53
many ports: Fix pkgconfig files location (#20943)
* many ports: Fix pkgconfig files location

* Use rename in botan rather than install plus delete.

* Delete the duplicate share/pkgconfig files in cppad *after* vcpkg_fixup_pkgconfig.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-26 16:03:33 -07:00
Chuck Walbourn
b430ff7ec3
[xaudio2redist, directxtk] updated XAudio2 port to 1.2.8 and added cmake find (#20780)
* [xaudio2redist] updated for new version and added find_package support

* 1.2.7 didn't last long... on to 1.2.8

* baseline update

* Upstream change for directxtk port to use new find package

* update baseline

* Updated vcpkg_fail_port_install for Linux and OSX

* Update ports/xaudio2redist/portfile.cmake

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

* update baseline

* Added quotes per request

* Update baseline

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-10-25 14:34:38 -07:00
Robert Schumacher
40b6acf770
[libopenmpt] Upgrade to 0.5.10, include author feedback (#18933)
* [libopenmpt] Upgrade to 0.5.10, include author feedback

* [libopenmpt] Add version info

* [mpg123] Switch to CMake build for all platforms. Fixes#15551

* [libopenmpt] Address CR feedback

* [libopenmpt] Update to 0.5.12

* Update version db

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-25 13:35:56 -07:00
Jack·Boos·Yu
2169ab765b
[opencascade] Add feature rapidjson (#20855)
* [opencascade] Add feature rapidjson

* version

* Update ports/opencascade/portfile.cmake

* Update versions/o-/opencascade.json
2021-10-22 00:49:45 -07:00
Bartosz Taudul
ce52984f3d
[freetype] Fix building Freetype 2.11 on MSVC. (#20674)
* Fix building Freetype 2.11 on MSVC.

* [freetype] Change tab to spaces.

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

* [freetype] Remove comments from patch.

* [freetype] Quote file paths.

* [freetype] Update versions after force push.

* [freetype] Update ports/freetype/portfile.cmake

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

* [freetype] x-add-version

Co-authored-by: Bartosz Taudul <bartosz.taudul@huuugegames.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-22 00:42:41 -07:00
Dawid Wróbel
a3aef4e5bf
[kf5declarative] new port (#19813)
* Add kf5declarative port [WIP]

* Fixed kf5declarative for windows

* [kf5*] update to 5.75.0

* [kf5declarative] update to current spec

* [kf5declarative] copy tools, don't remove them

* [kf5declarative] remove redundant options

* [kf5declarative] nothing is copied to /etc, no need to remove it

* [kf5declarative] wrap paths in quotes

* [kf5declarative] use default /share location for data

* [kf5declarative] add PACKAGE_NAME to vcpkg_cmake_config_fixup

* [kf5declarative] update to 5.84.0

* [kf5declarative] update versions

* [kf5declarative] add gettext tools dependency

* [kf5declarative] update versions

* [kf5declarative] add kf5notifications dependency

* [kf5declarative] update versions

* [kf5declarative] fix tool handling on macOS

* [kf5declarative] fix cmake config for static builds

* [kf5declarative] update versions

* [kf5declarative] AUTO_CLEAN tools

* [kf5declarative] update versions

* [kf5declarative] explicitly control epoxy feature

* [kf5declarative] KDE_INSTALL_QMLDIR instead moving by hand

* [kf5declarative] update versions

* [kf5declarative] minimize patch size

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

* [kf5declarative] fix indentation

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

* [kf5declarative] drop semVer versioning

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

* [kf5declarative] enable parallel builds

* [kf5declarative] update versions

* [kf5declarative] mark CMAKE_DISABLE_FIND_PACKAGE_EPOXY as maybe unused

* [kf5declarative] update versions

* [kf5declarative] formatting

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

* [kf5declarative] mark BUNDLE_INSTALL_DIR as maybe unused

* [kf5declarative] update versions

Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-10-22 00:39:52 -07:00
Charles-Auguste Marois
1f9179baa6
Fix awssdk usage and silence libcrypto messages (#20848)
* [0.5.12] Update aws-c-cal version.

* [1.1.1] Update s2n version

* Clarify AWSSDK package usage.

* Fix port versions.

* [aws-c-cal] Fix libcrypto patch.

* [s2n] Fix remove libcrpyto messages patch.
2021-10-22 00:36:19 -07:00
Guekka
a4c65c2f71
[utf8h] Update utf8h to the latest commmit (#20863)
* [utf8h] Update to 23 august 2021

* [utf8h] Update versions database

* update utf8h to latest version

* update version

* CI

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-21 23:55:50 -07:00
Rémy Tassoux
3fb92ef49c
[implot] Update to 0.12 (#20873)
* [implot] Update to 0.12

* [implot] Update version files

* [implot] Replace deprecated vcpkg functions

* [implot] Fix port formatting

* [implot] Update version files

* [implot] Update implot to 0.12

* [implot] Update version files

* [implot] Update version database

* update portfile.cmake

* update version

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-21 23:55:18 -07:00
chausner
ce26221120
[simdjson] Update to 1.0.1 (#20876)
* Update simdjson to 1.0.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 23:54:19 -07:00
chausner
63044d1243
[uwebsockets] Update to 20.6.0 (#20877)
* Update uwebsockets to 20.6.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 23:52:30 -07:00
chausner
9030cccff3
[onnx] Update to 1.10.1 (#20878)
* Update onnx to 1.10.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 23:52:08 -07:00
chausner
a0515706ef
[pybind11] Update to 2.8.0 (#20880)
* Update pybind11 to 2.8.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 23:51:19 -07:00
chausner
400b08c4d8
[libgit2] Update to 1.3.0 (#20881)
* Update libgit2 to 1.3.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 23:51:01 -07:00
chausner
330ddf6a07
[cpp-httplib] Update to 0.9.7 (#20882)
* Update cpp-httplib to 0.9.7

* Update CI baseline

* add double quotes

* update version

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-21 23:50:39 -07:00
QuellaZhang
cdb7fb9b00
[folly] Change from master branch to main branch (#20892)
* [folly] Change from master branch to main

* update vcpkg.json

* update version

Co-authored-by: QuellaZhang <zhangyi2090@163.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-21 23:49:13 -07:00
JonLiu1993
48211249f7
[FakeIt] update to 2.0.9 (#20893)
* [FakeIt] update to 2.0.9

* update version
2021-10-21 23:48:04 -07:00
chausner
7111988a02
[fmi4cpp] Update to 0.8.0 (#20907)
* Update fmi4cpp to 0.8.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 23:47:32 -07:00
chausner
ff67049ad6
[byte-lite] Update to 0.3.0 (#20908)
* Update byte-lite to 0.3.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 23:46:24 -07:00
chausner
3bcdecedb5
[neargye-semver] Update to 0.3.0 (#20916)
* Update neargye-semver to 0.3.0

* Update CI baseline

* Revert back to configure_file

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 22:51:39 -07:00
Dawid Wróbel
8cff61fee8
[libopensp] new port (#20391)
* [libopensp] initial port

* [libopensp] update versions

* [libopensp] fix license file location

* [libopensp] update versions

* [libopensp] need autopoint on Windows

* [libopensp] update versions

* [libopensp] also remove debug/include

* [libopensp] use KDE's CMakeLists on Windows

* [libopensp] remove /bin for static builds

* [libopensp] update versions

* [libopensp] fix Windows/UWP condition

* [libopensp] update versions

* [libopensp] align *Nix functionality with Windows

* [libopensp] update versions

* [libopensp] fix compilation on arm64-osx

* [libopensp] update versions

* [libopensp] fix getenv failures on UWP

* [libopensp] update versions

* [libopensp] add comment on LDFLAGS usage

* [libopensp] update versions

* [libopensp] reduce patch size

* [libopensp] update versions

* [libopensp] further reduce patch size

* [libopensp] update versions

* [libopensp] don't overwrite vcpkg's own LDFLAGS

* [libopensp] backport Debian patch with several fixes

* [libopensp] update versions

* [libopensp] fix library name on Windows

* [libopensp] update versions

* [libopensp] don't force shared lib on Windows

* [libopensp] update versions

* [libopensp] reduce Debian patch size

* [libopensp] update versions

* [libopensp] UWP in platform definition is redundant

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* [libopensp] update versions

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-10-21 22:51:06 -07:00
Kai Pastor
a901b1e082
[proj4] Install pc file (#20458)
* Install pc file

* Update versions

* Export windows debug lib postfix

* Don't use VCPKG_SYSTEM_LIBRARIES

* Update versions
2021-10-21 22:44:17 -07:00
Phoebe
fbc74b00b1
[boost-modular-build-helper] Add quotes to path (#20896) 2021-10-21 22:43:44 -07:00
chausner
506a0d2517
[type-safe] Update to 0.2.2 (#20906)
* Update type-safe to 0.2.2

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 22:40:07 -07:00
chausner
96840d5ae2
[variant-lite] Update to 2.0.0 (#20911)
* Update variant-lite to 2.0.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 22:38:46 -07:00
chausner
ca43793011
[string-view-lite] Update to 1.6.0 (#20912)
* Update string-view-lite to 1.6.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 22:37:40 -07:00
chausner
5555bffe84
[sassc] Update to 3.6.2 (#20913)
* Update sassc to 3.6.2

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 22:36:39 -07:00
chausner
daddf61956
[brunocodutra-metal] Update to 2.1.3 (#20914)
* Update brunocodutra-metal to 2.1.3

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 22:34:37 -07:00
Billy O'Neal
4474aba1e7
[ci] Attempt to make CI more reliable by using robocopy to delete (#20889) 2021-10-20 22:51:29 -07:00
Kai Pastor
58fbb28f94
[gdal] Workaround for vcpkg clean issue (#20890)
* Remove autotest source dir

* Update versions
2021-10-20 21:57:13 -07:00
Dawid Wróbel
30b217b1ed
[libcanberra] Linux static .pc fix & other improvements (#20782)
* [libcanberra] fix Linux static consumption

* [libcanberra] add Debian patches

* [libcanberra] make all backends features

* [libcanberra] bump port version

* [libcanberra] update versions
2021-10-20 15:29:23 -07:00
Pavel Curtis
d528237995
Detours respects build type (#20776)
* Fix detours port to respect VCPKG_BUILD_TYPE

If the target triplet sets VCPKG_BUILD_TYPE, we can't assume that both '-rel' and 'dbg' build trees exist.

* Bump the port version number.

* Fix tree hash

* Add requested double-quotes around file paths.

* Update tree hash.

Co-authored-by: Pavel Curtis <pavelc@microsoft.com>
2021-10-20 14:48:11 -07:00
Dennis
b457967f9e
[cpp-jwt] new port (#20634)
* Add cpp-jwt

* Update ports/cpp-jwt/portfile.cmake

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

* overwrite cpp-jwt version

* Update cpp-jwt which no longer requires to remove include/jwt/test

* Use version-date in cpp-jwt port

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-10-20 14:45:31 -07:00
Yuriy O'Donnell
426f78dfbd
[cli11] update to 2.1.2 (#20847) 2021-10-20 14:43:30 -07:00
Jack·Boos·Yu
5283cdb370
[scripts-audit] Make buildsystem (#20165)
* [script-audit] Make buildsystem

* Fix wrongly merge

* Fix rename

* Format

* Apply suggestions

* Apply suggestion

* Fix bug

* Change the function names

* Fix command line

* Apply suggestions

* version

* typo

* Apply suggestions

* Fix bug

* Fix path

* Fix bug

* Fix un=parser code, move macros to the top

* Apply suggestions

* Update docs

* update doc

* CRLF

* add docs and add a PARENT_SCOPE

* Update doc

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-10-20 14:12:58 -07:00
Mathis Logemann
a79d4a8ec7
[mapnik] update port (#20824)
* update mapnik

* version
2021-10-19 18:31:22 -07:00
Matthew Oliver
0cdde69abc
[fribidi][harfbuzz] Update to latest versions (#20818)
* [fribidi] Update to 1.0.11

* [harfbuzz] Update to 3.0.0

* update vcpkg.json

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-19 18:30:40 -07:00
NancyLi1013
78858b657f
[effolkronium-random] Fix the usage (#20816) 2021-10-19 18:30:16 -07:00
Buck Yeh
aa028e94d7
[buck-yeh-bux] Update to 1.6.0 (#20813)
* [bux] Add new port

* Corrections according to Create Pull Request suggested questions

* SHA512

* Mark fails into .\scripts\ci.baseline.txt

* Mark fails into .\scripts\ci.baseline.txt

* No need of "port-version": 1 in vcpkg.json

* Update version database

* Update ports/bux/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/bux/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/bux/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/bux/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update bux.json

* Update ports/bux/vcpkg.json

* update version

* Update scripts/ci.baseline.txt

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update bux support

* update version

* update version

* Rename bux to buck-yeh-bux

* Update version database

* [buck-yeh-bux] upgrade to v1.5.0

1. [New] `bux::C_ParaLog` is ready for a variety of parallel logging configurations, filtered or unfiltered.
2. [New] Necessary helper classes for implementation _s.t_ logger users no longer need to declare child source instances explicitly.
3. [New] Add methods to `ParaLog.h` & `SyncLog.h` to support testability.
4. [New] Add unit test cases to `ParaLog.h` & `SyncLog.h` (test_paralog & test_logger)
5. [New] Update what are found in `test/` to `test/archlinux/aur_poc/`
6. [Bug] `std::uniform_int_distribution<unsigned char>` no longer allowed.
7. [Change] `CUR_FUNC_` for Windows (MSVC)
8. [Change] `tbb` is no longer implicitly needed by C++ standard library.
9. [Change] `smoke_filtlog.cpp` verifies 2-level log filters ok.

* Missing comma in versions/b-/buck-yeh-bux.json

* buck-yeh-bux 1.6.0

* Corrections made according to NancyLi1013's requests in PR #20813

* Fix SHA key in versions/b-/buck-yeh-bux.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-19 18:29:44 -07:00
chausner
824fbe62f6
[soxr] Add features, fix VCRT runtime linkage (#20797)
* Add features lsr-bindings and openmp to soxr, set BUILD_SHARED_RUNTIME

* Update git-tree hash

* Convert tabs to spaces

* Update git-tree hash

* Use string(COMPARE

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-19 18:29:10 -07:00
Kai Pastor
e10f7850fe
[gdal] Update to 3.3.2 (#20765)
* Update gdal to 3.3.2, switch to github

* Don't use absl::string_view

* Update versions

* [skip actions] CI

* Mingw needs json-c

* Update versions
2021-10-19 18:26:37 -07:00
Billy O'Neal
57485fd363
[easyhook] Also disable /ZI (#20853)
In https://github.com/microsoft/vcpkg/pull/20757 I patch easyhook to remove /Zi in release builds, but in our most recent nightly build we got another failure https://dev.azure.com/vcpkg/public/_build/results?buildId=61519&view=artifacts&pathAsName=false&type=publishedArtifacts

```
C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\cderr.h : fatal error C1073: Internal error involving incremental compilation(compiler file 'd:\a01\_work\6\s\src\vctools\Compiler\CxxFE\sl\p1\c\p0io.c', line 1257) [D:\buildtrees\easyhook\x86-windows-dbg\2.7.7097.0-e2e62d41f5.clean\EasyHookDll\EasyHookDll.vcxproj]
         C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\ddeml.h(37,1): fatal error C1001: Internal compiler error. [D:\buildtrees\easyhook\x86-windows-dbg\2.7.7097.0-e2e62d41f5.clean\EasyHookDll\EasyHookDll.vcxproj]
         D:\buildtrees\easyhook\x86-windows-dbg\2.7.7097.0-e2e62d41f5.clean\DriverShared\LocalHook\install.c(618,1): error C2471: cannot update program database '???' [D:\buildtrees\easyhook\x86-windows-dbg\2.7.7097.0-e2e62d41f5.clean\EasyHookDll\EasyHookDll.vcxproj]
```

This change also removes /ZI (which was used in debug builds) and /Gm (which is irrelevant since we aren't doing development work on Easyhook)
2021-10-19 18:20:29 -07:00
Billy O'Neal
078f3e51ef
[ci] Skip attempting to upload failure logs if there is no failure logs directory. (#20826) 2021-10-18 15:04:49 -07:00
Oskari Timperi
309743b4ac
[aws-lambda-cpp] Update to 0.2.7 (#20770)
Co-authored-by: Oskari Timperi <oskari.timperi@novatron.fi>
2021-10-18 14:33:31 -07:00
Ryan Mast
4f50d77c9e
[asio] update to 1.20.0 (#20791)
* [asio] update to 1.20.0

* Update CI baseline
2021-10-18 14:32:53 -07:00
Ryan Mast
088cdfa3e3
[nlohmann-json] update to 3.10.4 (#20792)
* [nlohmann-json] update to 3.10.4

* Update CI baseline

* CI
2021-10-18 14:32:32 -07:00