Package Details: v4l2ucp 2.0.2-6

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.011172
First Submitted: 2019-04-29 12:49 (UTC)
Last Updated: 2020-07-06 11:19 (UTC)

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