Package Details: companion 3.2.2-1

Git Clone URL: https://aur.archlinux.org/companion.git (read-only, click to copy)
Package Base: companion
Description: Control software for the Elgato Streamdeck with a focus on broadcasting.
Upstream URL: https://github.com/bitfocus/companion
Keywords: elgato obs streamdeck streaming
Licenses: custom
Submitter: mdeboer
Maintainer: mdeboer (evilscientress)
Last Packager: evilscientress
Votes: 4
Popularity: 0.038544
First Submitted: 2021-09-05 21:34 (UTC)
Last Updated: 2024-03-27 01:55 (UTC)

Latest Comments

1 2 Next › Last »

sausix commented on 2023-11-06 18:41 (UTC) (edited on 2023-11-06 18:55 (UTC) by sausix)

/etc/udev/rules.d/50-companion.rules:31 Unknown group 'plugdev', ignoring.

plugdev is Ubuntu smell and does not exist in Arch Linux. Since you set mode to 666, the devices are accessible by everyone anyway... Definitely an upstream bug since you removed 50-companion.rules. But you could do some patch magic for the next release :-)

Edit: Created upstream issue: https://github.com/bitfocus/companion/issues/2635

etix commented on 2023-06-14 18:29 (UTC)

I've been able to build this version with Python 3.10 but I had to disable the seervision-suite module.

I added the following line in prepare(), just after the cd:

sed -i '/companion-module-seervision-suite/d' package.json

mimoralea commented on 2023-06-13 16:18 (UTC) (edited on 2023-06-13 16:38 (UTC) by mimoralea)

@mdeboer

What Python version should I use? I tried python36, python37, and python39, but the install breaks on the same lines you mentioned:

error /home/mimoralea/.cache/yay/companion/src/companion-2.4.2/node_modules/companion-module-seervision-suite: Command failed.
Exit code: 2
Command: npm run build
Arguments: 
Directory: /home/mimoralea/.cache/yay/companion/src/companion-2.4.2/node_modules/companion-module-seervision-suite
Output:
> seervision-suite@1.3.0 build /home/mimoralea/.cache/yay/companion/src/companion-2.4.2/node_modules/companion-module-seervision-suite
> npx rimraf dist && npx typescript -p tsconfig.build.json

npx: installed 1 in 0.694s
error TS2688: Cannot find type definition file for 'node'.
  The file is in the program because:
    Entry point of type library 'node' specified in compilerOptions

  tsconfig.build.json:4:15
    4     "types": ["node"]
                    ~~~~~~
    File is entry point of type library specified here.


Found 1 error.

sausix commented on 2023-06-05 13:14 (UTC)

@mdeboer Thanks! I'll try with python3.11...

But what about "companion.install"? Raises an error because missing. Did you remove the file from the repo?

mdeboer commented on 2023-06-05 13:01 (UTC)

Thanks sausix for the addition, I have added that rule, updated to 2.4.2 and updated the build dependencies.

Unfortunately it does not play nice with python 3.11 (fails on compiling native libraries with node-gyp) so I had to require a python version lower than that.

Please note: This package is currently still a nightmare to package, hopefully v3 will fix that. I can't for the life get either 2.4.1 or 2.4.2 to build on my machine as it won't build the companion-module-seervision-suite with "error TS2688: Cannot find type definition file for 'node'.".

Anyway, I'll update the package and fingers crossed!

sausix commented on 2023-03-20 13:33 (UTC) (edited on 2023-03-20 13:42 (UTC) by sausix)

50-bitfocus-companion.rules could need an addition:
Bus 006 Device 002: ID 0fd9:0080 Elgato Systems GmbH Stream Deck MK.2

Version 2.4.2 is also out since February.
Thanks.

leenux commented on 2022-09-20 10:01 (UTC)

not building here:

Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

mdeboer commented on 2022-01-28 12:21 (UTC)

Updated to v2.1.4 and fix the build process :-)

FabioLolix commented on 2021-09-06 14:58 (UTC)

thanks for updating

mdeboer commented on 2021-09-06 14:55 (UTC)

Thanks @FabioLolix, fixed it now!