Commit Graph

375 Commits

Author SHA1 Message Date
Glen Knowles
6c68a94b4d
[dimcli] Update to v7.2.0 (#37038)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

If this PR updates an existing port, please uncomment and fill out this
checklist:

- [ 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.

---------

Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
2024-03-05 01:53:52 -08:00
Martin Valgur
8e4b5e27fe
[dlpack] New port (#37004)
Adds dlpack: https://github.com/dmlc/dlpack

[![Packaging
status](https://repology.org/badge/tiny-repos/dlpack.svg)](https://repology.org/project/dlpack/versions)

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] 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.
- [x] 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.
- [x] 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.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: Frank <1433351828@qq.com>
2024-03-05 01:37:28 -08:00
Theodore Tsirpanis
ba2298b26c
[docopt] Update to latest version. (#37046)
- [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.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] 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-02-29 23:07:01 -08:00
Kevin Leonardic
47603dca6e
[dcmtk] Add prefix to vendored libjpeg symbols (#36274)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->
<!-- If this PR updates an existing port, please uncomment and fill out
this checklist:END OF PORT UPDATE CHECKLIST (delete this line) -->
Fixes #33512.

DCMTK comes with a vendored version of libjpeg that has custom
adjustments (e. g. a special lossless mode ).
The vendored version of libjpeg has conflicting symbols with the
libjpeg-turbo>=3.0.0 library that is built and linked in by vcpkg via
transitive dependencies, e.g. when linking in `tiff` support, where
libtiff has been built with `jpeg` support.

This PR implements a search and replace operation that prefixes the
exported symbols of the vendored libjpeg version with `dcmtk_`, thus
enabling us to link against both the vendored and the vcpkg version of
libjpeg at the same time without conflicting symbols.

The generated static library files have been checked with `nm -g
libijg{8,12,16}.a | grep -v dcmtk_` to see if there are any exported
symbols without `dcmtk_` remaining. There are none except for
`0000000000000000 B jaritab` which is not defined in `libjpeg.a`.

The PR has been tested with x64-linux and arm64-osx triplets and builds
`dcmtk[tools,tiff,zlib]` cleanly.

In order to fix #33512, we have to work around that vendored version of
libjpeg one way or another.

- Changes do not fully comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
Avoiding the vendored dependency would imply creating a dcmtk-jpeg
package from the vendored one, that is exclusively used for dcmtk and
needs to be kept in sync with dcmtk.
- ~~SHA512s are updated for each updated download.~~
- ~~The "supports" clause reflects platforms that may be fixed by this
new version.~~
- ~~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.



<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [_] 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).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] 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.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-02-27 01:01:39 -08:00
Clinton Ingram
907e7f3251
[dav1d] Update to 1.4.0 (#36935)
Updates to latest release
https://code.videolan.org/videolan/dav1d/-/releases/1.4.0

- [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.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~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-02-27 00:25:13 -08:00
Chuck Walbourn
775738e3d1
[directxmesh, directxtex, directxtk, uavatlas] Updated for February 2024 (#36936)
February 2024 releases of **directxmesh**, **directxtex**,
**directxtk**, **directxtk12**, and **uvatlas**.

**directxtk** and **directxtk12** now publish pkg-config files.
2024-02-27 00:24:49 -08:00
Lily Wang
69bbfacdb7
[daw-json-link] Update to v3.23.2 (#36846)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes #36839
Usage test passed on `x64-windows`.
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->



- [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.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~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.



<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] 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).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] 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.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-02-21 09:37:28 -08:00
Lily Wang
74568418c0
[daw-header-libraries] Update to v2.101.0 (#36873)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes #36855.
Usage test passed on `x64-windows`.
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->



- [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.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~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.



<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] 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).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] 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.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-02-21 09:25:04 -08:00
Cheney Wang
3ab5d50619
[daw-utf-range] update to v2.2.4 (#36890)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes https://github.com/microsoft/vcpkg/issues/36882

No feature need to be tested.
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->


- [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.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~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.


<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] 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).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] 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.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-02-21 09:22:41 -08:00
Chuck Walbourn
9b5422b80a
[directxmath] Update port for February 2024 3.19 release (#36761)
* [directxmath] Update port for February 2024 3.19 release

* Update basleine
2024-02-14 23:03:54 -08:00
John Wason
e04f06596f
[drekar-launch-process-cpp] Add drekar-launch-process-cpp port (#36689)
* Add drekar-launch-process-cpp package

* Add usage for drekar-launch-process-cpp

* Format manifest

* version database

* Set drekar-launch-process-cpp supported platforms

* version database

* Set drekar-launch-process-cpp supported platforms

* version database

* Set drekar-launch-process-cpp supported platforms

* version database
2024-02-12 14:37:17 -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
jim wang
fe9f0b22b3
[dcmtk] Fix dependencies (#36607)
* fix dep

* update version

* fix link

* update vertsion

* update version

* fix patch

* update version
2024-02-07 22:27:35 -08:00
Jia Yue Hua
cf37b82bca
[draco] update to 1.5.7 (#36626)
* [draco] update to 1.5.7

* [draco] update to 1.5.7
2024-02-07 22:26:55 -08:00
Hossein Moein
3936bd5672
[dataframe] Upgrading C++ DataFrame to version 3.0.0 (#36519)
* Upgrading C++ DataFrame to version 3.0.0

* Ran ./vcpkg x-add-version --all

* Updated the SHA512 code

* Added a new git-tree code
2024-02-02 11:40:00 -08:00
Jia Yue Hua
5ea2b05d76
[daw-header-libraries] update to 2.98.5 (#36308)
* [daw-header-libraries] update to 2.98.5

* [daw-header-libraries] update to 2.98.5
2024-01-24 11:28:28 -08:00
Kevin Leonardic
039cb74bbb
[dcmtk] Enable toggling external dictionary as a feature (#36136) 2024-01-23 11:55:04 -08:00
Jia Yue Hua
8766f886ca
[daw-json-link] update to 3.23.0 (#36309)
* [daw-json-link] update to 3.23.0

* [daw-json-link] update to 3.23.0
2024-01-23 11:44:07 -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
moritz-h
15ee6c36b3
[datraw] Add new port (#36183)
* [datraw] new port

* header-only
2024-01-19 12:41:42 -08:00
Kevin Leonardic
a1c22c4aab
[dcmtk] Update to 3.6.8 (#36124) 2024-01-17 12:02:49 -08:00
Hossein Moein
8025d0e2a2
[dataframe] Upgrading C++ DataFrame to version 2.3.0 (#36059)
* Upgrading C++ DataFrame to version 2.3.0

* Fixed indentation

* ran ./vcpkg x-add-version --all

* Added the failure list

* Excluded some failuers

* Removed unnecessary comments
2024-01-09 10:44:36 -08:00
jim wang
8f4ba99ace
[daw-header-libraries] Update to 2.97.0 (#36001) 2024-01-03 17:33:46 -08:00
commonbreed
64e15f6669
[directxsdk] Add missing d3d9 header and lib (#35997) 2024-01-03 01:00:03 -08:00
Chuck Walbourn
87a90594fd
[directxmath, directxmesh, directxtex, directxtk, uvatlas] Update for Dec2023 (#35965) 2024-01-02 14:37:52 -08:00
RealTimeChris
19786b14ec
Updating the necessary files. (#35886) 2023-12-27 23:51:01 -08:00
Justen Di Ruscio
7fbe1ef1c0
[drogon]: list new yaml-cpp dep under yaml feature (#35715) 2023-12-18 13:40:33 -08:00
MonicaLiu
8abeb71402
[libusb] Fix usage (#35498)
* fix usage

* update version

* redo x64-windows.cmake

* resolve conflicts

* updaet git-tree

* fix downstream

* update version

* fix libirecovery

* update git-tree

* fix pkg_check_modules

* update git-tree

* fix libfreenect2

* update version

* fix libuvc

* update version

* fix libuvc patch

* update git-tree

* fix libuvc build_fix.patch

* update git-tree

* format

* update git-tree

* undo supports

* update git-tree

* fix azure-kinect-sensor-sdk

* update version

* add pkg-config.exe

* update git-tree

* disable build examples and tests

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-12-14 00:07:17 -08:00
RealTimeChris
4ec4584501
[Jsonifier] to v0.9.93 and [DiscordCoreAPI] to v2.0.4 (#35625)
Updating the necessary files.
2023-12-13 23:36:20 -08:00
Chuck Walbourn
b842dacae7
[directx-headers] update port for 1.611.0 release (#35660)
* [directx-headers] update port for 1.611.0 release

* Update baseline
2023-12-13 23:18:00 -08:00
Frank
3f3d8b0036
[darknet] Fix dependence cuda (#35413)
* [darknet] Fix dependence cuda

* version

* version

* version

* tool update

* version

* add option

* version

* option

* version

* update tool

* version

* del patch

* version

* Correct cuda dependencies

* version

* revert portfile.cmake

* version
2023-12-12 15:23:17 -08:00
Kai Pastor
6f3385962b
[draco] Revise and fix build (#35589) 2023-12-12 01:18:35 -08:00
Craig Edwards (Brain)
4df73f7116
[bot] Update DPP to v10.0.29 (#35613) 2023-12-12 01:09:10 -08:00
jim wang
a5bc2a1b25
[dcmtk] Fix link xml2 error (#35414) 2023-12-04 17:24:32 -08:00
RealTimeChris
16eaa5d37f
Updating the necessary files. (#35358) 2023-11-28 21:52:21 -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
Kai Pastor
64a8686c41
[dbus] Use port libsystemd (#34333)
* [dbus] Fix features

* [dbus] Use port libsystemd [skip actions]

* [dbus] Fix libsystemd dependency

* [dbus] libsystemd include dir via target

* [freerdp] Disable libsystemd
2023-11-21 14:16:01 -08:00
Chuck Walbourn
0fd2ad76ef
[dstorage] Update for version 1.2.2 (#35179)
* [dstorage] Update for version 1.2.2 which drops ARM32

* Update baseline

* Code review feedback

* Update baseline
2023-11-20 19:26:38 -08:00
autoantwort
4760200b67
[dlib] no uwp (#35044) 2023-11-14 00:25:12 -08:00
talregev
f03eb4683d
[dartsim] fix pc dependencies (#34928) 2023-11-08 10:12:24 -08:00
RealTimeChris
a429a35bb5
Updating the necessary files. (#34943) 2023-11-07 09:35:32 -08:00
Craig Edwards (Brain)
3487177624
[bot] Update DPP to v10.0.28 (#34942) 2023-11-07 09:34:21 -08:00
Chuck Walbourn
6f054c7409
[directxmesh, directxtex, directxtk, uvatlas] Update for October 2023 releases (#34862)
* [directxmesh, directxtex, directxtk, directxkt12] Update for October 2023 releases

* Update baseline
2023-11-02 10:36:45 -07:00
Craig Edwards (Brain)
68cf5f59b0
[bot] Update DPP to v10.0.27 (#34760) 2023-10-30 14:43:06 -07:00
Jia Yue Hua
06c79a9afa
[dyno] add new port (#34684)
* [dyno] add new port

* [dyno] add new port
2023-10-28 18:01:42 -07:00
Martin Olivier
e712423c2d
[dylib] New port (#34578)
* [ports/dylib] New port

Signed-off-by: Martin Olivier <martin.olivier@live.fr>

* fix: CPack installation

Signed-off-by: Martin Olivier <martin.olivier@live.fr>

* fix: added version in baseline && manifest format

Signed-off-by: Martin Olivier <martin.olivier@live.fr>

* fix: update version database

* fix: removed redundant package_name

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

* fix: cleanup

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

* fix: newline at the end of portfile.cmake

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

* fix: cleanup

* fix: hash

---------

Signed-off-by: Martin Olivier <martin.olivier@live.fr>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-10-27 11:28:47 -07:00
Paweł Wegner
af4749fc9d
[dav1d] Add UWP support. (#34647)
It builds fine for me.
2023-10-23 11:28:34 -07:00
Jia Yue Hua
91f1776a2c
[dirent] update to 1.24 (#34043)
* [dirent] update to 1.24

* [dirent] update to 1.24

* fix deps

* fix deps

* fix deps

* fix deps

* CI [skip actions]

* CI [skip actions]

* fix deps

* CI [skip actions]

* fix deps
2023-10-17 11:09:26 -07:00
Martin Hořeňovský
679741047e
[dav1d] Update to 1.3.0 (#34423) 2023-10-12 20:13:16 -07:00
Kai Pastor
785aacdaff
[dbus] Fix features (#34332) 2023-10-09 16:10:41 -07:00
RealTimeChris
aada2de03f
[DiscordCoreAPI] to v2.0.1 and [Jsonifier] to v0.9.9 (#34341) 2023-10-09 15:35:53 -07:00
autoantwort
9e968a3212
[drogon] fix cross compilation (#33713) 2023-10-09 15:07:33 -07:00
Jia Yue Hua
9f13063ee8
[trantor,drogon] update to 1.5.14, 1.8.7 (#34119) 2023-10-02 20:48:58 -07:00
Jia Yue Hua
d932a5959c
[dbg-macro] update to 0.5.1 (#34105) 2023-10-02 20:46:35 -07:00
Jia Yue Hua
4061e0b1b7
[dbus] update to 1.15.8 (#34106) 2023-10-02 20:46:22 -07:00
Jia Yue Hua
e074c61d6a
[discount] update to 3.0.0a (#34108) 2023-10-02 20:44:28 -07:00
Jia Yue Hua
bddb59427c
[dlfcn-win32] update to 1.4.1 (#34118) 2023-10-02 20:31:54 -07:00
Craig Edwards (Brain)
33a0ec9fdd
[DPP] Bump to version 10.0.26 (#34185) 2023-10-02 19:54:55 -07:00
Jia Yue Hua
5c740e0509
[double-conversion] update to 3.3.0 (#34044) 2023-09-28 23:12:39 -07:00
MonicaLiu
a04e01604c
[d3d12-memory-allocator] Fix header file paths (#34086)
* fix d3d12-memory-allocator

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-09-28 22:25:36 -07:00
Paweł Wegner
796801acca
[duktape] Update to 2.7.0 and don't require python2 to build. (#33928)
* [duktape] Update to 2.7.0 and don't require python2 to build.

Instead use a release tarball which includes all codegened stuff.

* [duktape] Enable in CI.
2023-09-26 00:06:09 -07:00
Leonid Pospelov
e1ea88cc70
[dukglue] Add new port (#33878)
* [dukglue] Add new port

* .

* .
2023-09-20 10:25:09 -07:00
RealTimeChris
cc9679a9b4
Updating the necessary files. (#33788) 2023-09-18 09:54:09 -07:00
autoantwort
9594d48ffa
[date] no uwp (#33815) 2023-09-18 09:19:24 -07:00
autoantwort
e8c2a04eb7
[directxtk] fix wrong dep on arm (#33712) 2023-09-15 15:13:54 -07:00
jim wang
100c344358
[dv-processing] update to 1.7.9 (#33695) 2023-09-13 16:39:14 -07:00
Brain
424ed5e673
[DPP] Bump to version 10.0.25 (#33475) 2023-09-11 16:06:32 -07:00
MonicaLiu
195c73b04e
[daw-header-libraries] Update to to v2.96.1 (#33627) 2023-09-07 20:24:09 -07:00
autoantwort
56c03b53fc
[devil] does not support uwp (#33595) 2023-09-07 15:03:26 -07:00
Chuck Walbourn
bae4893b73
[directx-dxc, directxtk, directxtk12, directxtex] September 2023 update (#33623) 2023-09-07 13:10:01 -07:00
Mengna Li
ee25a336f1
[daw-json-link] update to 3.20.1 (#33626) 2023-09-06 23:42:12 -07:00
RealTimeChris
b025c1a271
[DiscordCoreAPI] to v1.90 and [Jsonifier] to v0.9.7 (#33563) 2023-09-05 22:43:50 -07:00
Gabe Rundlett
a57d71136d
[daxa]Update Daxa to 2.0.0 (#33397)
* Update Daxa to 2.0.0

* add vulkan-headers as a dep

* Updated daxa git-tree
2023-08-31 13:08:19 -07:00
chausner
3d6ed47c30
[drlibs] Update to 2023-08-16 (#33225)
* Update drlibs to 2023-08-16

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-08-17 12:59:30 -07:00
RealTimeChris
a41cb3e775
Updating the necessary files. (#33217) 2023-08-17 11:08:58 -07:00
Pirmin Pfeifer
a6054ccaf4
[directx-dxc] Fix missing dxil.dll install (#33095)
* added missing dxil.dll install

* port version 1 -> 2

* version added

* rollback

* Updated port file

* clean x-add-version directx-dxc
2023-08-11 09:44:46 -07:00
Mohsen Mirkarimi
b3d05b2f8c
[drogon] fix drogon_ctl command not found error (#32870)
* fix: patch to use find_program for drogon_ctl

* update drogon port version
2023-08-03 10:20:34 -07:00
Paul T
aee30bf55f
[dp-thread-pool] Add port for DeveloperPaul123/thread-pool (#32532)
* Add port for DeveloperPaul123/thread-pool

* Format vcpkg.json file

* Update baseline versions

* Update ports/devpaul123-thread-pool/portfile.cmake

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

* Rename port to dp-thread-pool

Updated commit hash (upstream project fixed some cmake issues for vcpkg support)

* vcpkg x-add-version update

* Fix packagename and config path

* Use tagged version of library

* Remove unused variable

* Update to commit that doesn't blindly download CPM.cmake

* Update portfile and version

* Update versions

---------

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
2023-08-02 11:16:14 -07:00
Alexander Neumann
6ced774037
[vcpkg] update CMake to 3.27.1 (#31931)
* update cmake

* update to rc2

* use nightly build

* update to rc3 drop freebsd due to dead link and update git while i am at it

* fix missing sha

* fix relative path

* update to 3.27 release

* [paho-mqtt] remove usage of OPENSSL_ROOT_DIR

* [directxtex] control optional directx-headers dep

* v db

* IN LIST -> IN_LIST

* v db

* try fixing azure-storage-cpp

* v db

* update to 3.27.1
2023-07-31 13:03:54 -07:00
Weihang Ding
c26975658a
[date] Fix installation (#32772)
* [date] Fix installation

* update version database
2023-07-26 11:06:59 -07:00
RealTimeChris
f826a89cb9
[DiscordCoreAPI] Updating to v1.70 (#32727) 2023-07-25 11:01:11 -07:00
Mohsen Mirkarimi
cada931e6c
[drogon] fix: patch DrogonConfig.cmake.in to find hiredis (#32728) 2023-07-25 11:00:41 -07:00
Mohsen Mirkarimi
d765306b07
[drogon] fix: patch drogon redis link (#32694)
* fix: patch drogon redis link

drogon's source root CMakeLists.txt is now patched to link to
hiredis::hiredis provided by vcpkg hiredis port.

when using vcpkg manifest mode it used to link drogon.dll target to
hiredis.dll while on debug build, hiredisd.dll is only available.
this patch resolves this problem.
2023-07-23 17:51:13 -07:00
Frank
589cfb821d
[daw-json-link] Update version to 3.19.0 (#32678) 2023-07-21 08:53:50 -07:00
Frank
452ed95c1c
[vcpkg baseline] Update discordcoreapi, jsonifier version (#32563) 2023-07-14 16:36:33 -07:00
JonLiu1993
d751358003
[date] set correct license and use vcpkg_install_copyright() (#32549) 2023-07-13 11:36:02 -07:00
Marc
5ac89392d7
[dirent] add license id and use vcpkg_install_copyright() (#32495) 2023-07-11 17:36:33 -07:00
RealTimeChris
2ebb70a6e4
[DiscordCoreAPI] Updating to v1.50 (#32486) 2023-07-11 11:53:14 -07:00
jim wang
ca02a48b10
[drogon] Fix gcc13 compilation errors (#32270)
* Fix gcc13 compilation errors.

* update version
2023-06-29 14:41:04 -07:00
Cheney Wang
a26fc81350
[vcpkg baseline][dcmtk] Remove the leading spaces of pc file (#32049)
* [vcpkg baseline][dcmtk] Adding SKIP_CHECK for vcpkg_fixup_pkgconfig()

* Fix the format of pc.in file

* Remove local change
2023-06-26 13:08:05 -07:00
Chuck Walbourn
f3b10454b3
[directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] June 2023 update (#32033)
* [directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] Update for June 13, 2023 release

* Minor format fix

* Update baseline

* Upstream fixes to CMake targets dependency handling

* Update baseline
2023-06-21 22:39:47 -07:00
RealTimeChris
41940d0e0c
[DiscordCoreAPI] Update to version 2023-06-15 (#32043)
* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.
2023-06-21 22:33:59 -07:00
Mengna Li
2f3a371633
update to 2.1.0 (#32091) 2023-06-21 18:00:55 -07:00
Chuck Walbourn
5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00
Billy O'Neal
2a0afc853e
[dbow] Remove dynamic exception specs (#31967) 2023-06-14 10:59:53 -07:00
Mengna Li
d5d20ed2ee
[podofo] Change to github and update version to 0.10.0 (#31584) (#31826)
* [podofo] Change to github and update version to 0.10.0

* update version

* fix static export

* v db

* fix export name and add usage

* v db

* disable build libxml2 features

* format

* v db

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2023-06-06 15:10:28 -07:00
Jia Yue Hua
395ee62e8b
[daw-header-libraries,daw-json-link]: head-lib update to 2.93.1, json-link update to 3.17.2 (#31794) 2023-06-05 13:41:14 -07:00
Cheney Wang
889192df55
[zpp-bits/dbg-macro] Update to latest version (#31712) 2023-05-31 11:47:10 -07:00
RealTimeChris
b8353ae1a7
[DiscordCoreAPI] Updating to version 2023-05-30 (#31725)
* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.

* Updating the necessary files.
2023-05-31 11:46:12 -07:00
Brain
78a727b608
[DPP] Bump to version 10.0.24 (#31568)
* [bot] Update DPP to v10.0.24

* Update portfile.cmake

* Update ports/dpp/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Update dpp.json

* remove unused

* Update dpp.json

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-05-24 15:30:45 -07:00