mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
31 lines
694 B
JSON
31 lines
694 B
JSON
{
|
|
"name": "mchehab-zbar",
|
|
"version": "0.23.93",
|
|
"description": "ZBar is an open source software suite for reading bar codes from various sources, including webcams. This fork is actively maintained.",
|
|
"homepage": "https://github.com/mchehab/zbar",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"host": true
|
|
},
|
|
"libiconv"
|
|
],
|
|
"features": {
|
|
"nls": {
|
|
"description": "Native Language Support",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gettext-libintl"
|
|
]
|
|
}
|
|
}
|
|
}
|