Search Criteria
Package Details: dv-runtime 1.6.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dv-runtime.git (read-only, click to copy) |
---|---|
Package Base: | dv-runtime |
Description: | C++ event-based processing framework for neuromorphic cameras, targeting embedded and desktop systems. |
Upstream URL: | https://gitlab.com/inivation/dv/dv-runtime/ |
Licenses: | Apache-2.0 |
Submitter: | inivation |
Maintainer: | inivation |
Last Packager: | inivation |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-06-01 20:47 (UTC) |
Last Updated: | 2023-07-27 00:56 (UTC) |
Dependencies (14)
- aravisAUR
- boost (boost-gitAUR)
- dv-processingAUR
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- fmt (fmt-gitAUR)
- gperftools (gperftools-gitAUR)
- libcaerAUR
- lz4 (lz4-gitAUR)
- opencv (opencv-cuda)
- openssl (openssl-gitAUR, openssl-staticAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
Latest Comments
fclad commented on 2022-05-17 00:24 (UTC)
This is currently not building in Arch. The following patch is required:
https://gitlab.com/fcladera/dv-runtime/-/commit/2318b2214dafc79432eb9acc4c24a8c6379e2224
inivation commented on 2020-05-04 16:15 (UTC)
Hello, thanks for the report. Should be fixed in updated PKGBUILD file.
fclad commented on 2020-04-29 13:51 (UTC)
Sorry to bother again. The current build is failing
fclad commented on 2020-04-15 19:11 (UTC)
Sorry, I updated the runtime but not
libcaer
. Thanks for the feedback.inivation commented on 2020-04-15 13:55 (UTC)
AUR packages do not seem to track shared library dependencies, so if OpenCV for example got updated from 4.2 to 4.3, you have to re-install (and thus re-compile) all AUR packages using it, in our case libcaer and dv-runtime. See https://wiki.archlinux.org/index.php/AUR_helpers for some details.
fclad commented on 2020-04-13 21:03 (UTC) (edited on 2020-04-13 21:03 (UTC) by fclad)
The current build is failing with
Thanks!