vcpkg/versions/d-/dbus.json

60 lines
1.4 KiB
JSON
Raw Normal View History

{
"versions": [
{
"git-tree": "ce28359a2d828a06b421d8a7b3841f83d98f0ed4",
"version": "1.15.8",
"port-version": 5
},
{
"git-tree": "0d922ac71a87fc0b7ca31eb4820639b887cc2450",
"version": "1.15.8",
"port-version": 4
},
[dbus] dbus-daemon, dbus-launch,... are first class artifacts (#37736) dbus-daemon, dbus-launch and the other executables in the dbus port are integral components of the D-Bus system. libdbus-1 is of no utility in itself without dbus-daemon. A case could be made that libdbus-1 in Vcpkg could be used on Linux against the distro-provided dbus-daemon, but this is not true on Windows and other platforms where the dbus package is also available (and usefully so). Therefore these executables must be treated as first-class artifacts in the vcpkg port that can be installed along with shared libraries to a prefix by consuming applications. The release version of the dbus-* executables are available in the tools folder, but that leaves a hole for dynamically linked debug builds. These cannot install the dbus-* executables from the tools folder as they are release binaries that are not (necessarily) compatible with the installed libdbus-1.so/dll and other shared library dependencies. To properly support debug builds with dynamic linking the debug variant of these executables must also be preserved. They cannot be moved to tools/<port>/debug as that change of directory layout is not compatible with the RUNPATH in the executables [$ORIGIN:$ORIGIN/../../lib]. Instead all dbus-* executables are left in the bin and bin/debug layout. Fixes #37625 - [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: Jon <v-zhli17@microsoft.com>
2024-04-23 03:40:37 +08:00
{
"git-tree": "86fbdb4cf82ddaf47ec2fd41bf040765b912c589",
"version": "1.15.8",
"port-version": 3
},
{
"git-tree": "d91a1718705f5d0d6ba7922cf832759a58469ff8",
"version": "1.15.8",
"port-version": 2
},
2023-10-10 07:10:41 +08:00
{
"git-tree": "9104cc6d890ace8c14067e7cbf29c39f7a93b937",
"version": "1.15.8",
"port-version": 1
},
2023-10-03 11:46:22 +08:00
{
"git-tree": "a49c03bc95822c2f376e3f3758ac3087a428ddec",
"version": "1.15.8",
"port-version": 0
},
{
"git-tree": "1805ee4cbe77b30b7e922f8854acbd7bd3733e83",
"version": "1.15.2",
"port-version": 0
},
{
"git-tree": "64987c1349d8190e762e5e7779a8cee15e92b1ef",
"version": "1.13.18",
"port-version": 3
},
2022-10-09 12:43:29 +08:00
{
"git-tree": "68f92ce062e5a0bfb408087a34e1c5b7d0a8315a",
"version": "1.13.18",
"port-version": 2
},
2022-09-26 14:58:37 +08:00
{
"git-tree": "18e1551271c49540ec2170dcd0d770395717c7c3",
"version": "1.13.18",
"port-version": 1
},
{
"git-tree": "dc3215916b8e610dcf6c0777b5ae7a04ed78873b",
"version": "1.13.18",
"port-version": 0
}
]
}