early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,22 @@
set(LIBDC1394_VER "2.2.6")
vcpkg_from_sourceforge(
OUT_SOURCE_PATH SOURCE_PATH
REPO libdc1394/libdc1394-2
REF "${LIBDC1394_VER}"
FILENAME "libdc1394-${LIBDC1394_VER}.tar.gz"
SHA512 2d60ed1054da67d8518e870193b60c1d79778858f48cc6487e252de00cc57a08548515d41914a37d0227d29e158d68892c290f83930ffd95f4a483dce5aa3d25
)
vcpkg_configure_make(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS "--disable-examples"
)
vcpkg_install_make()
vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
# Handle copyright
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

10
externals/vcpkg/ports/libdc1394/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,10 @@
{
"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"
]
}