Package Details: openswitcher-git 0.8.0-1

Git Clone URL: https://aur.archlinux.org/openswitcher-git.git (read-only, click to copy)
Package Base: openswitcher-git
Description: BlackMagic Atem control software implementation
Upstream URL: https://git.sr.ht/~martijnbraam/pyatem
Licenses: GPL3
Submitter: kuon
Maintainer: kuon
Last Packager: kuon
Votes: 0
Popularity: 0.000000
First Submitted: 2022-11-11 20:57 (UTC)
Last Updated: 2022-11-11 20:57 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

malinux commented on 2023-10-24 07:11 (UTC)

running switcher-control exit with this errors

Traceback (most recent call last):
  File "/usr/bin/switcher-control", line 32, in <module>
    from gtk_switcher import __main__
  File "/usr/share/switcher/gtk_switcher/__main__.py", line 12, in <module>
    from gtk_switcher.atemwindow import AtemWindow
  File "/usr/share/switcher/gtk_switcher/atemwindow.py", line 22, in <module>
    from gtk_switcher.camera import CameraPage
  File "/usr/share/switcher/gtk_switcher/camera.py", line 5, in <module>
    from gtk_switcher.colorwheel import ColorWheelWidget
  File "/usr/share/switcher/gtk_switcher/colorwheel.py", line 6, in <module>
    import cairo
ModuleNotFoundError: No module named 'cairo'

Solved this by running

sudo pacman -S python-cairo

malinux commented on 2023-10-24 07:02 (UTC) (edited on 2023-10-24 07:08 (UTC) by malinux)

The installation exists with this error message:

Run-time dependency libhandy-1 found: NO (tried pkgconfig and cmake)

meson.build:10:0: ERROR: Dependency "libhandy-1" not found, tried pkgconfig and cmake

A full log can be found at /tmp/makepkg/openswitcher-git/src/pyatem/build/meson-logs/meson-log.txt
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: openswitcher-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
openswitcher-git - exit status 4

Can be solved by running:

sudo pacman -S libhandy

and then install openswitcher-git again