Search Criteria
Package Details: fx_cast 0.3.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fx_cast.git (read-only, click to copy) |
|---|---|
| Package Base: | fx_cast |
| Description: | Chromecast API implementation for Firefox |
| Upstream URL: | https://hensm.github.io/fx_cast/ |
| Licenses: | MIT |
| Submitter: | csicar |
| Maintainer: | eclairevoyant |
| Last Packager: | eclairevoyant |
| Votes: | 10 |
| Popularity: | 0.000948 |
| First Submitted: | 2019-01-23 13:23 (UTC) |
| Last Updated: | 2023-05-02 19:09 (UTC) |
Dependencies (7)
- avahi
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- nodejs (nodejs-gitAUR, nodejs-lts-hydrogenAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- nss-mdns
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- nvm (nvm-gitAUR) (make)
Latest Comments
1 2 3 Next › Last »
autiboy commented on 2026-06-24 19:16 (UTC)
Unable to install
885 verbose stack Error: command failed 885 verbose stack at ChildProcess.<anonymous> (/home/user/.cache/yay/fx_cast/src/.nvm/versions/node/v16.20.2/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:63:27) 885 verbose stack at ChildProcess.emit (node:events:513:28) 885 verbose stack at maybeClose (node:internal/child_process:1100:16) 885 verbose stack at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5) 886 verbose pkgid mdns@2.7.2 887 verbose cwd /home/user/.cache/yay/fx_cast/src/fx_cast-0.3.1/app 888 verbose Linux 6.18.36-1-lts 889 verbose node v16.20.2 890 verbose npm v8.19.4 891 error code 1 892 error path /home/user/.cache/yay/fx_cast/src/fx_cast-0.3.1/app/node_modules/mdnstavianator commented on 2024-05-06 14:22 (UTC)
Just got this error after installing:
ruahcra commented on 2024-05-06 02:21 (UTC)
Probably due to https://gitlab.archlinux.org/pacman/pacman/-/issues/119
Try adding !debug as well
antidotecrk commented on 2024-05-06 01:52 (UTC) (edited on 2024-05-06 01:53 (UTC) by antidotecrk)
The reason the bridge isn't working is due to the fx_cast_bridge binary getting stripped, for some reason
options=('!strip')isn't being honored, or the behavior has changed.InvisibleRasta commented on 2024-03-18 14:24 (UTC)
this does not work. bridge not found
gwuensch commented on 2024-02-14 10:53 (UTC)
The post install script exits with an error. Seems to be because of a missing quotation mark in the second line of
post_install().esrevinu commented on 2021-01-30 00:01 (UTC) (edited on 2021-01-30 00:14 (UTC) by esrevinu)
I made a pull request to the upstream, https://github.com/hensm/fx_cast/pull/161 , which removes the dependency on avahi. This is working well for me.
I remove the
$srcdirreference in/usr/lib/fx_cast/fx_cast_bridge.shby appending the following line tobuild()in PKGBUILD of version 0.1.0:This also fixes an issue that the bridge process does not terminate when Firefox is shut down.
esrevinu commented on 2021-01-29 23:24 (UTC)
@yochananmarqos, with your PKGBUILD, I got an error:
yochananmarqos commented on 2021-01-28 10:39 (UTC)
Working PKGBUILD with numerous fixes and proper file paths.
yochananmarqos commented on 2021-01-27 16:25 (UTC) (edited on 2021-01-27 16:25 (UTC) by yochananmarqos)
@314eter: Did you read the comments below mine? Obviously people are having issues with it. Also folks are reporting issues upstream, see this issue for example.
1 2 3 Next › Last »