Package Details: streamcontroller 1.5.0beta15-1

Git Clone URL: https://aur.archlinux.org/streamcontroller.git (read-only, click to copy)
Package Base: streamcontroller
Description: An elegant Linux app for the Elgato Stream Deck with support for plugins
Upstream URL: https://github.com/StreamController/StreamController
Keywords: streamcontroller,steamdeck
Licenses: GPL-3
Conflicts: streamcontroller-git
Provides: streamcontroller
Submitter: NOSDuco
Maintainer: NOSDuco
Last Packager: NOSDuco
Votes: 5
Popularity: 0.026971
First Submitted: 2024-07-30 04:00 (UTC)
Last Updated: 2026-07-15 17:11 (UTC)

Latest Comments

1 2 3 4 Next › Last »

NOSDuco commented on 2026-07-06 15:44 (UTC)

@Smoerrebroed think you're building with a cached download, you'll want to clear it and install and it should work. current shas match what is live on github

Smoerrebroed commented on 2026-06-29 08:34 (UTC) (edited on 2026-06-29 08:37 (UTC) by Smoerrebroed)

Seems like it's broken again:

==> Making package: streamcontroller 1.5.0beta14-3 (Mon Jun 29 10:30:09 2026)
==> Retrieving sources...
 -> Found streamcontroller-1.5.0beta14.tar.gz
==> Validating source files with sha256sums...
    streamcontroller-1.5.0beta14.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'streamcontroller-1.5.0beta14-3': 
error: packages failed to build: streamcontroller-1.5.0beta14-3

NOSDuco commented on 2026-06-20 03:04 (UTC)

yeah seems like release was overwritten or regenerated. patched checksum

hirnschmalz commented on 2026-06-09 14:15 (UTC) (edited on 2026-06-09 14:15 (UTC) by hirnschmalz)

There seems to be an issue with the checksums

==> Making package: streamcontroller 1.5.0beta14-2 (Tue 09 Jun 2026 04:08:12 PM CEST)
==> Retrieving sources...
  -> Found streamcontroller-1.5.0beta14.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    streamcontroller-1.5.0beta14.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/xxxx/.cache/yay/streamcontroller 
    context: exit status 1 

NOSDuco commented on 2026-05-18 15:20 (UTC)

Applied both of @brody 's recommendations. Thanks!

Smoerrebroed commented on 2026-05-18 14:53 (UTC)

Thanks @brody for that hint. Now I can build the package and seemingly the applications runs fine, so unless you've found something else I'm gonna say this fixes the issue for good.

brody commented on 2026-05-17 08:40 (UTC)

@Smoerrebroed I could repoduce the error.

To fix the build process I added a prepare() part to the PKGBUILD file.

prepare() {
  sed s'|==|>=|g' -i ${_reponame}/requirements.txt
}

But I need to check the installed package for issues.

Smoerrebroed commented on 2026-05-15 12:11 (UTC)

Has anybody tried building/installing recently? I'm running an up-to-date Arch system, but building this package I end up with:

ninja: build stopped: subcommand failed.
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> numpy

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

brody commented on 2026-04-01 09:31 (UTC) (edited on 2026-04-01 09:32 (UTC) by brody)

It would be great if you could modify the PKGBUILD file to comply with FHS standards. This means not using the /usr/local/ directory, as it is intended for software installed manually (by an administrator with the appropriate write permissions) and not for packages from the package management system.

An alternative to “${pkgdir}”/usr/local/lib/streamcontroller could be “${pkgdir}”/usr/lib/streamcontroller/venv.

I have tested this change myself.

NOSDuco commented on 2026-03-10 15:43 (UTC)

with the release of beta14 this should build properly now. no need to use -git unless you prefer latest.