mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:59:02 +08:00
00e4692bcd
* [mchehab-zbar] Fix build without nls * More placeholders for no-nls * Use m4 files from gettext * Another m4 file * More * More * ADD_BIN_TO_PATH
28 lines
642 B
JSON
28 lines
642 B
JSON
{
|
|
"name": "mchehab-zbar",
|
|
"version": "0.23.90",
|
|
"port-version": 3,
|
|
"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",
|
|
"dependencies": [
|
|
"libiconv"
|
|
],
|
|
"features": {
|
|
"nls": {
|
|
"description": "Native Language Support",
|
|
"dependencies": [
|
|
"gettext",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|