惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
V
V2EX
Jina AI
Jina AI
爱范儿
爱范儿
M
MIT News - Artificial intelligence
量子位
L
LangChain Blog
Google DeepMind News
Google DeepMind News
酷 壳 – CoolShell
酷 壳 – CoolShell
罗磊的独立博客
腾讯CDC
MongoDB | Blog
MongoDB | Blog
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - streamcontroller
2026-06-20 · via AUR Newest Packages

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.

Meers commented on 2026-01-26 01:38 (UTC) (edited on 2026-01-26 01:40 (UTC) by Meers)

@treyfane

FYI, If this is not an appropriate location to discuss issues, please point me to the correct place.

I've followed your instructions, with a few changes to file pathing, and I've got it successfully installed. However, if I try to create an OBS action, it doesn't work. I've tried installing the streamcontroller-git package off the AUR and it installs without issue but has the same issue with OBS actions. So, I would assume that package needs to be fixed/updated as well.

It looks like the OBS plugin is broken. If I try to open the plugin settings it just displays a blank window.

This is the error when trying to add an OBS action: AttributeError: 'NoneType' object has no attribute 'get_connected' 2026-01-25 20:33:44.430 | DEBUG | src.backend.PageManagement.Page:load:86 - Loaded page Streaming in 0.09 seconds

This is the error when trying to open settings: (StreamController:31380): Gtk-WARNING **: 20:35:07.234: Failed to set text 'Performance & Optimizations' from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity — escape ampersand as &

NOSDuco commented on 2026-01-13 19:54 (UTC)