mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[libdc1394] update to 2.2.7 (#37207)
- [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md) - [X] SHA512s are updated for each updated download - [ ] ~The "supports" clause reflects platforms that may be fixed by this new version~ - [ ] ~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~ - [ ] ~Any patches that are no longer applied are deleted from the port's directory.~ - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
c05a4007f8
commit
1f2d8355e5
@ -1,11 +1,9 @@
|
||||
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
|
||||
REF "${VERSION}"
|
||||
FILENAME "libdc1394-${VERSION}.tar.gz"
|
||||
SHA512 0d0b1861612f7c69753af7109ef226ea4e550353222e02663dfaac3fa8f456b94c2dd2579cac840047a42bac97692da436f10be3def1fa29109de05c1e871257
|
||||
PATCHES
|
||||
fix-macosx.patch
|
||||
)
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "libdc1394",
|
||||
"version": "2.2.6",
|
||||
"port-version": 1,
|
||||
"version": "2.2.7",
|
||||
"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",
|
||||
|
@ -4253,8 +4253,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"libdc1394": {
|
||||
"baseline": "2.2.6",
|
||||
"port-version": 1
|
||||
"baseline": "2.2.7",
|
||||
"port-version": 0
|
||||
},
|
||||
"libde265": {
|
||||
"baseline": "1.0.15",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "00ec32891bdf597b09502d4f10187c5835898d45",
|
||||
"version": "2.2.7",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "836d621852118c9ba8ce3e7ec8f3d8a2b9d9ea2b",
|
||||
"version": "2.2.6",
|
||||
|
Loading…
Reference in New Issue
Block a user