Search Criteria
Package Details: onvif-gui 3.3.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/onvif-gui.git (read-only, click to copy) |
|---|---|
| Package Base: | onvif-gui |
| Description: | A client side implementation of the ONVIF specification - GUI app |
| Upstream URL: | https://github.com/sr99622/libonvif |
| Licenses: | Apache-2.0 |
| Submitter: | tmn505 |
| Maintainer: | tmn505 |
| Last Packager: | tmn505 |
| Votes: | 1 |
| Popularity: | 0.014946 |
| First Submitted: | 2024-03-27 21:53 (UTC) |
| Last Updated: | 2026-01-12 17:36 (UTC) |
Dependencies (13)
- python-avioAUR
- python-kankakeeAUR
- python-libonvifAUR
- python-loguru
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-opencv (python-opencv-cuda)
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
tmn505 commented on 2026-02-28 12:25 (UTC)
Please paste somewhere Your failed build log and tell Your setuptools version.
wodanccp commented on 2026-02-27 23:06 (UTC)
Hi, the package fails to build with newer setuptools. Here is the fix:
Please update the PKGBUILD. Thanks!
mallrat commented on 2025-12-10 11:19 (UTC) (edited on 2025-12-10 11:19 (UTC) by mallrat)
Hm... It looks like pyenv issue. I've created a new user and rebuild the mentioned packages from scratch in the clean environment. It works now. Thank you @tmn505!
tmn505 commented on 2025-12-03 12:54 (UTC)
I don't know what yay does but if You get that error, python-avio, python-kankakee, python-libonvif need to be rebuilt. What are versions of these packages that You have installed?
mallrat commented on 2025-12-03 09:26 (UTC)
It still fail for me with the same error. Do I have to rebuild something to get it fixed? Just yay -Syu doesn't help.
gwsherman commented on 2025-09-23 19:39 (UTC)
Running as expected now, good work. Thanks for the quick response.
tmn505 commented on 2025-09-23 18:16 (UTC)
The culprit was pybind11 major update to 3.x.x, which is not yet supported by the project, specifically libavio, kankakee and libonvif. As I used my binary repo (https://tmn505.github.io) I didn't spot this issue earlier. Now it should work without issues.
gwsherman commented on 2025-09-22 22:34 (UTC) (edited on 2025-09-22 22:46 (UTC) by gwsherman)
Getting the following output when running:
This appears relevant, as it references a similar error. The upstream dev suggests this indicates a compile issue. onvif-util, however, seems to work as intended.