Hi all
A while ago I had a project where I needed to use Aravis and since I use vcpkg for dependency management in all my C++ projects I decided to package it there. This has now finally been merged (see the PR), so now you can easily pull in aravis in your next cross-platform C/C++ project when using vcpkg! As part of the same PR I’ve also added it to the OpenCV integration (OpenCV itself already supported Aravis if compiled for it explicitly), so you can just select it there as a feature.
If you need a new release on vcpkg you can just follow this guide or simply: bump the version in vcpkg.json
of the port, set the new hash, run the necessary script to update the version database and finally create a commit and PR with this