vcpkg/ports/libdc1394/vcpkg.json
zhiqiang 4010c730d4
[libdc1394] Add new port (#21808)
* [libdc1394] port library dc1394

* [libdc1394]: vcpkg x-add-version libdc1394

* [libdc1394] restrict supported platforms with blacklist instead

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* [libdc1394] vcpkg x-add-version --all --overwrite-version

* [libdc1394] insert final newline

* [libdc1394] update version schema to `version`

* [libdc1394] vcpkg x-add-version --all --overwrite-version

* [libdc1394] fetch source code with vcpkg_from_sourceforge instead

* [libdc1394] vcpkg x-add-version --all --overwrite-version

Co-authored-by: Zhiqiang Niu <niuzhiqiang@audfly.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-12-06 20:47:57 -08:00

11 lines
464 B
JSON

{
"name": "libdc1394",
"version": "2.2.6",
"description": "libdc1394 is a library that provides a complete high level application programming interface (API) for developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specifications (also known as the IIDC or DCAM Specifications).",
"homepage": "https://damien.douxchamps.net/ieee1394/libdc1394",
"supports": "!windows",
"dependencies": [
"sdl1"
]
}