vcpkg/ports/wt/vcpkg.json
Roel Standaert 65521f7dc3
[libharu,wt] Update libharu to 2.4.2 and Wt to 4.8.1 (#26945)
* [libharu] Update to 2.4.2

I updated the patches for libharu so they apply to 2.4.2 properly.
The target name changed from haru to hpdf, the haru imported
library is included for backwards compatibility. I added a usage
file that only mentions hpdf.

I added a patch for VTK so that it compiles with libharu 2.4.x,
since the type of one the HPDF_Page_SetDash arguments changed
from HPDF_UINT16 to HPDF_REAL.

POCO also has an optional libharu dependency when the 'pdf'
feature is enabled, but at the moment the PocoPDF library
doesn't seem to be built even when enabled.

* [wt] Update to 4.8.1

This release fixes compatibility with libharu 2.4.x
2022-09-30 14:52:19 -07:00

117 lines
2.2 KiB
JSON

{
"name": "wt",
"version": "4.8.1",
"description": "Wt is a C++ library for developing web applications",
"homepage": "https://github.com/emweb/wt",
"license": "GPL-2.0-only",
"dependencies": [
"boost-algorithm",
"boost-array",
"boost-asio",
"boost-bind",
"boost-config",
"boost-container-hash",
"boost-filesystem",
"boost-foreach",
"boost-fusion",
"boost-interprocess",
"boost-lexical-cast",
"boost-logic",
"boost-math",
"boost-multi-index",
"boost-optional",
"boost-phoenix",
"boost-pool",
"boost-program-options",
"boost-range",
"boost-serialization",
"boost-smart-ptr",
"boost-spirit",
"boost-system",
"boost-thread",
"boost-tokenizer",
"boost-tuple",
"boost-ublas",
"boost-variant",
"glew",
{
"name": "harfbuzz",
"platform": "!windows"
},
"libharu",
"libpng",
{
"name": "pango",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"default-features": [
"openssl"
],
"features": {
"dbo": {
"description": "Wt::Dbo"
},
"graphicsmagick": {
"description": "WRasterImage support on non-Windows based on GraphicsMagick",
"dependencies": [
"graphicsmagick"
]
},
"openssl": {
"description": "TLS support",
"dependencies": [
"openssl"
]
},
"postgresql": {
"description": "Wt::Dbo PostgreSQL backend",
"dependencies": [
"libpq",
{
"name": "wt",
"features": [
"dbo"
]
}
]
},
"sqlite3": {
"description": "Wt::Dbo Sqlite 3 backend",
"dependencies": [
"sqlite3",
{
"name": "wt",
"features": [
"dbo"
]
}
]
},
"sqlserver": {
"description": "Wt::Dbo MS SQL Server backend",
"dependencies": [
{
"name": "unixodbc",
"platform": "!windows"
},
{
"name": "wt",
"features": [
"dbo"
]
}
]
}
}
}