Search Criteria
Package Details: v4l2ucp 2.0.2-6
Package Actions
| Git Clone URL: | https://aur.archlinux.org/v4l2ucp.git (read-only, click to copy) |
|---|---|
| Package Base: | v4l2ucp |
| Description: | A universal control panel for Video for Linux Two (V4L2) devices |
| Upstream URL: | http://v4l2ucp.sourceforge.net/ |
| Licenses: | GPL2 |
| Submitter: | dvzrv |
| Maintainer: | dvzrv |
| Last Packager: | City-busz |
| Votes: | 11 |
| Popularity: | 0.24 |
| First Submitted: | 2019-04-29 12:49 (UTC) |
| Last Updated: | 2020-07-06 11:19 (UTC) |
Dependencies (4)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- v4l-utils (v4l-utils-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- mplayer (mplayer-gui-svnAUR) (optional) – video preview
Latest Comments
robindegen commented on 2025-04-30 14:02 (UTC)
Doesn't build due to CMake changes: CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
Fixed by adding the following: sed -i 's/cmake_minimum_required(VERSION 2.6)/cmake_minimum_required(VERSION 3.15)/' CMakeLists.txt
A better fix would be to just update the patch file
Phitherek commented on 2020-05-21 19:04 (UTC)
Please consider substituting with a Qt5 fork: https://github.com/smunaut/v4l2ucp-qt5