Search Criteria
Package Details: streamlink-twitch-gui-git 2660.1bb64e38-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/streamlink-twitch-gui-git.git (read-only, click to copy) |
|---|---|
| Package Base: | streamlink-twitch-gui-git |
| Description: | A multi platform Twitch.tv browser for Streamlink |
| Upstream URL: | https://github.com/streamlink/streamlink-twitch-gui |
| Licenses: | MIT |
| Conflicts: | streamlink-twitch-gui |
| Provides: | streamlink-twitch-gui |
| Submitter: | bastimeyer |
| Maintainer: | bastimeyer |
| Last Packager: | bastimeyer |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-12-04 22:20 (UTC) |
| Last Updated: | 2024-05-06 13:40 (UTC) |
Dependencies (9)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libxss
- nss (nss-hgAUR)
- streamlink (streamlink-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR, xlibre-server-xvfb-binAUR, xlibre-xserver-xvfbAUR, xlibre-xserver-xvfb-betaAUR) (make)
- yarn (yarn-berryAUR, yarn-corepackAUR) (make)
Latest Comments
bastimeyer commented on 2022-05-31 19:55 (UTC)
@delusional Thanks, libnw.so does depend on libasound.so.2, which is provided by alsa-lib. This needs to be fixed in all three streamlink-twitch-gui PKGBUILDs, as it affects both NW.js builds, SDK and normal.
delusional commented on 2022-05-31 19:30 (UTC)
I think this package is missing a dependency on alsa-lib. It looks to be required for NW.js which is used in tests.
bastimeyer commented on 2020-12-07 20:56 (UTC)
@PedroHLC Just updated the PKGBUILD with the xorg-server-xvfb make dependency, among other stuff (see the git log).
Unrelated to these changes and just as a reminder to everyone building this package: Streamlink Twitch GUI
>= v1.10.0+88.gb4dec095currently depends on streamlink>= 1.7.0+25.gd8c8a02. Since this package depends onstreamlinkand notstreamlink-git, you'll have to buildstreamlink-gityourself (it providesstreamlink). This will be resolved in the next Twitch GUI release once Streamlink had its2.0.0release (which will be soon).PedroHLC commented on 2020-12-07 11:29 (UTC)
Could you add xvfb? I usually build the packages in a clean chroot (and I'm not alone) where there isn't a Xorg server running.
You just need to add
xorg-server-xvfbto makedepends and prefix the building command withxvfb-run -s "-screen 0 1920x1080x24 -nolisten local".Flat commented on 2020-01-18 23:15 (UTC)
Missing dep libxss.