Package Details: cameracontrol-bin 2.2.0-2

Git Clone URL: https://aur.archlinux.org/cameracontrol-bin.git (read-only, click to copy)
Package Base: cameracontrol-bin
Description: Webcam, camera and microphone control for Linux - Έλεγχος webcam και camera και μικροφώνου για Linux
Upstream URL: https://gitea.artixlinux.org/linuxer/camera-control-webcam-switch-indicator
Keywords: #applet #application #camera #control #linux #microphone #monitoring #security #software #switch #webcam
Licenses: FPC modified LGPL Version 2
Conflicts: cameracontrol-bin, cameramonitor
Submitter: linuxergr
Maintainer: linuxergr
Last Packager: linuxergr
Votes: 2
Popularity: 0.000000
First Submitted: 2020-02-03 22:36 (UTC)
Last Updated: 2022-08-10 21:49 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

linuxergr commented on 2022-08-10 21:54 (UTC) (edited on 2022-08-12 15:39 (UTC) by linuxergr)

Hi and thanks for your feedback.

The PKGBUILD has been updated accordingly.

Regarding the .sh file, check the README.md at https://gitea.artixlinux.org/linuxer/camera-control-webcam-switch-indicator/src/branch/master/README.md Please note that currently I am a little bit busy, so it's development is kinda frozen.

Will be back as from middle of September.

Have fun

leledumbo commented on 2022-08-09 21:09 (UTC)

package() failure is due to pkgname variable has -bin suffix, just change it to:

package() {
  cd "$srcdir"
  pkgnamenobin="${pkgname%-bin}"
  install -Dm755 "$pkgnamenobin.bin" -t "$pkgdir/opt/CameraControl"
  install -Dm755 CameraControl.sh "$pkgdir/opt/CameraControl"
  install -Dm644 "$pkgnamenobin.desktop" -t "$pkgdir/usr/share/applications"
  install -D -m0644 org.artixlinux.cameracontrol.policy \
    -t "${pkgdir}"/usr/share/polkit-1/actions
}

However, the app crashes on launch. Running the binary without the wrapper .sh script OTOH, works.

ChrisLane commented on 2022-01-19 10:39 (UTC)

Failed to build with:

install: cannot stat 'cameracontrol-bin.bin': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: cameracontrol-bin

linuxergr commented on 2020-02-27 00:20 (UTC)

It was a mistype. Corrected.

Thanks

yochananmarqos commented on 2020-02-26 16:01 (UTC)

It's qt5-styleplugins, not qt5-style-plugins.