diff options
| author | Pavel Mach <machpavel@gmail.com> | 2018-12-19 02:47:01 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-12-18 17:47:01 -0800 |
| commit | d40eb181742082f25c1de6a829552174ae0350d7 (patch) | |
| tree | 63f0df75abc4a8dfdb20074141b07e42107ab959 /ports/zxing-cpp/CONTROL | |
| parent | 87fa0fc83880505344b4ec392741c52f6c4f002c (diff) | |
| download | vcpkg-d40eb181742082f25c1de6a829552174ae0350d7.tar.gz vcpkg-d40eb181742082f25c1de6a829552174ae0350d7.zip | |
[zxing] ZXing library port added. (#4854)
* ZXing library port added.
* ZXing dependency to opencv[webp] added.
* [zxing-cpp] Rename from zxing. Use full ref. Only require opencv[core].
* [tiff] Disable zstd dependency. Todo: add feature.
* [zxing-cpp] Disable optional iconv reference
Diffstat (limited to 'ports/zxing-cpp/CONTROL')
| -rw-r--r-- | ports/zxing-cpp/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/zxing-cpp/CONTROL b/ports/zxing-cpp/CONTROL new file mode 100644 index 000000000..52dfd95b2 --- /dev/null +++ b/ports/zxing-cpp/CONTROL @@ -0,0 +1,4 @@ +Source: zxing-cpp +Version: 3.3.3-2 +Build-Depends: opencv[core] +Description: Barcode detection and decoding library. |
