Search Criteria
Package Details: chatterino2-bin 2.5.3-11
Package Actions
Git Clone URL: | https://aur.archlinux.org/chatterino2-bin.git (read-only, click to copy) |
---|---|
Package Base: | chatterino2-bin |
Description: | A chat client for Twitch.tv. |
Upstream URL: | https://github.com/chatterino/chatterino2 |
Licenses: | MIT |
Conflicts: | chatterino |
Provides: | chatterino |
Submitter: | matthewq337 |
Maintainer: | matthewq337 (oech3, pajlada, chatterino2-ci) |
Last Packager: | pajlada |
Votes: | 2 |
Popularity: | 0.093277 |
First Submitted: | 2024-07-15 00:20 (UTC) |
Last Updated: | 2025-05-04 10:08 (UTC) |
Dependencies (12)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libnotify (libnotify-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-imageformats
- qt6-svg
- qtkeychain-qt6
- qt6-wayland (optional) – Wayland support
- streamlink (streamlink-gitAUR) (optional) – For piping streams to video players
Required by (3)
- dl-stream (requires chatterino) (optional)
- dl-stream-git (requires chatterino) (optional)
- kappa-launcher-git (requires chatterino) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4
matthewq337 commented on 2025-04-21 18:17 (UTC)
@oech3 done, thanks
oech3 commented on 2025-04-21 09:58 (UTC)
Would you replace icu70 with icu76 (in pfficial repository) ?:
makedepends=('binutils' 'patchelf')
nm -D "$pkgdir/usr/bin/chatterino"|grep _70|awk '{print $2 " " $2 | "sed s/70$/76/"}' > map.txt
patchelf "$pkgdir/usr/bin/chatterino" --rename-dynamic-symbols map.txt --replace-needed libicuuc.so{.70,} --replace-needed libicui18n.so{.70,}
« First ‹ Previous 1 2 3 4