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: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-04 22:20 (UTC) |
Last Updated: | 2022-05-31 20:11 (UTC) |
Dependencies (9)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- libxss
- nss (nss-hg)
- streamlink (streamlink-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- nodejs (nodejs6-bin, nodejs-git, nodejs-nightly, nodejs-lts-fermium, nodejs-lts-gallium, nodejs-lts-hydrogen) (make)
- xorg-server-xvfb (xorg-server-xvfb-notty, xorg-server-xvfb-sd_notify, xorg-server-xvfb-noudev, xorg-server-xvfb-dev, xorg-server1.19-xvfb-git, xorg-server-xvfb-git, xorg-server-multimonitor-vrr-xvfb-git) (make)
- yarn (yarn-nightly, yarn-xdg, yarn-xdg-bin) (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.gb4dec095
currently depends on streamlink>= 1.7.0+25.gd8c8a02
. Since this package depends onstreamlink
and notstreamlink-git
, you'll have to buildstreamlink-git
yourself (it providesstreamlink
). This will be resolved in the next Twitch GUI release once Streamlink had its2.0.0
release (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-xvfb
to 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.