mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:59:00 +08:00
4010c730d4
* [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>
11 lines
464 B
JSON
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"
|
|
]
|
|
}
|