2022-08-25 00:08:34 +08:00
{
"name" : "mchehab-zbar" ,
"version" : "0.23.90" ,
2023-06-16 05:49:00 +08:00
"port-version" : 5 ,
2022-08-25 00:08:34 +08:00
"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" ,
2023-06-16 05:49:00 +08:00
"supports" : "!uwp & !xbox" ,
2022-08-25 00:08:34 +08:00
"dependencies" : [
2023-05-22 08:56:14 +08:00
{
"name" : "gettext" ,
"host" : true
} ,
2022-08-25 00:08:34 +08:00
"libiconv"
2023-02-01 10:08:16 +08:00
] ,
"features" : {
"nls" : {
"description" : "Native Language Support" ,
"dependencies" : [
{
"name" : "gettext" ,
"host" : true ,
"features" : [
"tools"
]
2023-05-22 08:56:14 +08:00
} ,
"gettext-libintl"
2023-02-01 10:08:16 +08:00
]
}
}
2022-08-25 00:08:34 +08:00
}