Commit Graph

306 Commits

Author SHA1 Message Date
WangWeiLin-MV
ff75eac5b6
Version database consistency fixes 20240313 (#37410) 2024-03-15 18:33:09 -07:00
Alexander Neumann
a664e41ee5
[vcpkg-tool-meson] Update meson to 1.3.2 (#28084) 2024-03-11 14:09:15 -07:00
fwcd
da3e064417
[taglib] Fix WASM build by patching out wchar_t check (#37105)
Fixes #37104 

This fixes the WASM build by patching out the `wchar_t` size check when
targeting WASM/Emscripten. From what I have read, `wchar_t` defaults to
32-bit when targeting Emscripten and uses 16-bit even when
`-fshort-wchar` is set, both of which should be enough for a UTF-16 code
unit, which is presumably what this check verifies.

Feel free to suggest better solutions, since this feels a bit hacky,
even if it works.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-03-05 00:58:26 -08:00
Dale Barnard
8c91c8da33
[try-catcher] Add new package (#36909)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [x] The versioning scheme in `vcpkg.json` matches what upstream says.
- [x] The license declaration in `vcpkg.json` matches what upstream
says.
- [x] The installed as the "copyright" file matches what upstream says.
- [x] The source code of the component installed comes from an
authoritative source.
- [x] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-02-28 17:16:45 -08:00
Kai Pastor
28a5a28b2e
[tiff] Fix link errors (#36954) 2024-02-27 00:16:01 -08:00
Thomas1664
39b6c7a193
[tinyutf8] Fix cmake usage (#36746)
* [tinyutf8] Fix cmake usage

* version
2024-02-14 23:40:19 -08:00
Nick Logozzo
095ee06e7f
[taglib] Update to 2.0 (#36623)
* [taglib] Update to 2.0

* Update vcpkg.json

* update versions

* [taglib] update port files

* update versions
2024-02-13 22:25:37 -08:00
An Tao
345ac44ab8
[drogon, trantor] Bump drogon to 1.9.3 and trantor to 1.5.17 (#36671) 2024-02-09 20:40:41 -08:00
Kai Pastor
f56c8174eb
[tiff] Add lerc support (#35471)
* [lerc] Burn C++ linkage into pc file

* [tiff] Add lerc support

* [cmake-user] Test tiff with lerc

* [wxwidgets] Handle tiff/lerc C++ linkage trick
2024-02-08 22:41:50 -08:00
Dr.-Ing. Carsten Grimm
3bccc23da9
[tinygltf] update to 2.8.20 (#36564)
* [tinygltf] update to version 2.8.20

* [tinygltf] regenerate version info
2024-02-05 11:27:29 -08:00
nfarid
7dc284a6ad
[tgui] Change the cmake feature flags (#36452)
The cmake options that TGUI uses has changed:
2aaacf812d/src/Backend/CMakeLists.txt
https://tgui.eu/tutorials/latest-stable/backends/
2024-01-29 20:06:24 -08:00
jim wang
98ee16b991
[tidy-html5] Replace uwp does not support functions (#35375)
* Replace uwp does not support functions

* update version

* fix patch

* update version

* del baseline

---------

Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
2024-01-29 20:00:07 -08:00
Frank
f3a1279ea2
[tesseract] Update version to 5.3.4 (#36316)
* [tesseract] Update version to 5.3.4

* version
2024-01-24 09:43:16 -08:00
An Tao
9f803fd068
[drogon, trantor] Bump drogon to 1.9.2 and trantor to 1.5.16 (#36249)
* Bump drogon to 1.9.2 and trantor to 1.5.16

* Fix uwp compilation
2024-01-22 11:01:15 -08:00
rinechran
74b5049dea
[Thorvg] Update Thorvg port to v0.12.1 (#36179)
* update :  thorvg 0.12.1

* update : baseline update

* update : tools

* update : baseline

* update : not support uwp

* update : baseline
2024-01-17 11:51:42 -08:00
Pravila
491be104ed
[thomasmonkman-filewatch] Fix patch for the latest version of FileWatch (#36091)
* Fix template type

* Add version

---------

Co-authored-by: Pablo Rodriguez Avila <pabloro@microsoft.com>
2024-01-10 17:06:15 -08:00
Kai Pastor
fb9cd249f4
[tiff] Add libdeflate support, add usage (#35925) 2024-01-03 17:39:26 -08:00
Frank
f30434939d
[treehopper] Fix dependency handling of libusb (#35480) 2023-12-21 19:11:21 -05:00
Carsten Grimm
48e95d1aa3
[tinygltf] update to 2.8.19 (#35719) 2023-12-18 14:02:02 -08:00
Thomas1664
c36e905c05
[tmxlite] Fixes and Update to 1.4.4 (#35760) 2023-12-18 13:27:22 -08:00
Lia Stratopoulos
057a7d1470
Update version of type-safe (#35690)
* update version of type-safe

* format manifest

* vcpkg x-add-version
2023-12-14 17:49:36 -08:00
Frank
85f5e134ce
[vcpkg baseline][treehopper] Only build dynamic libraries (#35435) 2023-12-04 17:26:50 -08:00
Cheney Wang
e732da23b6
[tinyorm] Suppress warning STL4043 (#35432) 2023-12-01 02:02:41 -08:00
jim wang
b1222cf813
[triton] Version updated and compilation errors fixed (#34864)
* update

* update version

* update version

* update version
2023-12-01 02:00:53 -08:00
Pravila
00d762bd8c
[thomasmonkman-filewatch] Add patch for fixing Unix version (#35236)
* Add patch

* Add patch

* Update version

* Add port-version 1

* Add version

* Restore git-tree

---------

Co-authored-by: Pablo Rodriguez Avila <pabloro@microsoft.com>
2023-11-29 01:11:55 -08:00
miyanyan
aeabfa9386
[tbb] update to 2021.11.0 (#35282)
* [tbb] update to 2021.11.0

* [tbb] update versions
2023-11-29 00:49:34 -08:00
An Tao
568a4e5ae3
Bump drogon to 1.9.1 and trantor to 1.5.15 (#35356) 2023-11-27 22:48:28 -08:00
autoantwort
37989640e3
[tiny-process-library] no uwp (#35250) 2023-11-22 14:35:49 -08:00
Theodore Tsirpanis
4962638f66
[tre] Add CMake config files. (#35134)
* [tre] Add CMake config files.

* Fix license.

* Address PR feedback.

Co-authored-by: LilyWangLL <494550702@qq.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>

* Update version database.

---------

Co-authored-by: LilyWangLL <494550702@qq.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-11-21 19:05:40 -08:00
Anton Sviridov
49e62c5f6b
[tree-sitter] fix a typo in pkg-config file (#35199)
* [tree-sitter] fix a typo in pkg-config file

* [tree-sitter] add port-version

* [tree-sitter] add version
2023-11-20 12:14:26 -08:00
moritz-h
dcba1dde66
[tracy] fix manifest mode build (#34874) 2023-11-17 14:56:52 -08:00
Frank
94b2e61817
[tinyorm] Disable warnings as errors. (#34990)
* [tinyorm] Disable warnings as errors.

* version
2023-11-09 11:09:34 -08:00
jim wang
e642493369
[tgui] Update to 1.1.0 (#34972)
* update to 1.1.0

* update version
2023-11-09 11:04:52 -08:00
Jia Yue Hua
0f0fa15383
[tomlplusplus] update to 3.4.0 (#34920)
* [tomlplusplus] update to 3.4.0

* [tomlplusplus] update to 3.4.0
2023-11-05 09:41:32 -08:00
Silver Zachara
a85d30769f
[tinyorm] added initial port TinyORM v0.36.5 (#34640)
* [tinyorm] added initial port TinyORM v0.36.5

* [tinyorm] updated to v0.36.5

Updated version database for TinyORM v0.36.5.
2023-11-05 09:16:23 -08:00
Lily Wang
06f19b68bd
[tesseract] Update to 5.3.3 (#34868)
* [tesseract] Update to 5.3.3

* update version
2023-11-05 08:59:20 -08:00
jim wang
a0dcd70862
[thorvg] Add usage and update version (#34839)
* add feature

* update version

* update version

* fix feature

* update version

* fix feature

* update version

* update to 0.11.3

* update version

* update

* fix patch

* update version

* delete patch

* update version
2023-11-02 10:48:21 -07:00
Vitalii Koshura
521995e652
[tacopie] Fix build for mingw (#34850)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-11-02 10:42:20 -07:00
Nulldisk
03cfa5889e
[tgbot-cpp] Update to v1.7.2 (#34771) 2023-10-30 14:38:19 -07:00
jreichel-nvidia
5db545950d
[openimageio] Separate feature flags for tools and viewer (#34556) (#34699)
* [openimageio] Separate feature flags for tools and viewer (#34556)

Add feature flag "viewer" which controls building the viewer "iv".
Drop feature flag "tools", build tools (excluding the viewer) unconditionally.

* Re-add "tools" flag.
Make "viewer" flag depend on "tools" flag.

* Ensure that Qt does not get picked up by accident if the "viewer" flag is not
selected.
Make hidden dependency of theia on OpenImageIO::iv explicit.

* Fix syntax error in USE_QT option.

* Use ENABLE_IV instead of USE_QT.
Remove explicit setting of -DUSE_QT=OFF.
2023-10-27 18:54:58 -07:00
Ilya Lavrenov
0d8e0f2930
[tbb] explicitly disable hwloc feature for UWP (#34648)
* tbb: disable hwloc feature for UWP

* updated version database
2023-10-23 11:28:01 -07:00
moritz-h
051b6d8f8d
[tracy] update to 0.10 (#34544) 2023-10-18 10:07:09 -07:00
autoantwort
e57b2167e6
[tiff] fix tools feature (#34415) 2023-10-16 12:28:42 -07:00
rinechran
fd9f5aab49
[Thorvg] Update Thorvg port to v0.11.1 (#34474)
* feat : version up 0.11.1

* docs : update baseline
2023-10-16 12:12:50 -07:00
Billy O'Neal
486a4640db
[libosip2, talib] Don't install include/makefile.am. (#34481) 2023-10-13 19:43:14 -07:00
Pravila
23f33ecab0
[thomasmonkman-filewatch] New port (#34412) 2023-10-13 11:42:13 -07:00
autoantwort
a67a4b68e1
[tracy] fix tools build (#34414) 2023-10-12 20:48:17 -07:00
Zhihao Lin
51475feacc
[talib] New port (#34316) 2023-10-10 17:42:35 -07:00
Dr.-Ing. Carsten Grimm
29de898220
[tiff] update to version 4.6.0 (#34304) 2023-10-06 16:42:16 -07:00
Dr.-Ing. Carsten Grimm
01b55e171b
[tinygltf] update to version 2.8.17 (#34302) 2023-10-06 10:37:57 -07:00