-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mchehab-zbar] Fix dependencies (#29232)
Do not use msys devel packages.
- Loading branch information
Showing
5 changed files
with
47 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,31 @@ | ||
{ | ||
"name": "mchehab-zbar", | ||
"version": "0.23.90", | ||
"port-version": 1, | ||
"port-version": 2, | ||
"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": "windows & !uwp", | ||
"supports": "!uwp", | ||
"dependencies": [ | ||
{ | ||
"name": "gettext", | ||
"host": true | ||
}, | ||
"libiconv" | ||
] | ||
], | ||
"features": { | ||
"nls": { | ||
"description": "Native Language Support", | ||
"dependencies": [ | ||
"gettext", | ||
{ | ||
"name": "gettext", | ||
"host": true, | ||
"features": [ | ||
"tools" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters