Search Criteria
Package Details: chatterino2-bin 2.5.3-4
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/${_pkgname} |
Licenses: | MIT |
Conflicts: | chatterino |
Provides: | chatterino |
Submitter: | matthewq337 |
Maintainer: | matthewq337 (oech3) |
Last Packager: | oech3 |
Votes: | 2 |
Popularity: | 0.109809 |
First Submitted: | 2024-07-15 00:20 (UTC) |
Last Updated: | 2025-04-26 08:04 (UTC) |
Dependencies (13)
- 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
- flatpak (flatpak-gitAUR) (make)
- 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
oech3 commented on 2025-04-26 13:10 (UTC)
@pajlada Thankyou. It seens build prosess of it is not based on PKGBUILD. Can we assume same (optional)dependencies with https://aur.archlinux.org/packages/chatterino2 ?
pajlada commented on 2025-04-26 12:14 (UTC)
We now provide upstream builds for Chatterino that you can use in this package.
https://github.com/Chatterino/pkg/releases/tag/stable-20250426T115837 is the latest stable release (v2.5.3) built today in CI on Arch Linux
oech3 commented on 2025-04-26 07:40 (UTC)
Enabled
matthewq337 commented on 2025-04-23 20:46 (UTC)
@oech3 go ahead
oech3 commented on 2025-04-23 19:36 (UTC) (edited on 2025-04-24 03:40 (UTC) by oech3)
Prebuild binary from Fedora: https://koji.fedoraproject.org/koji/buildinfo?buildID=2617883
use system Qt, works without icu hack, bin size < 10MB, and runs on Pure wayland setting (No Xwayland).
On the other hand, latest build seems failing. Is @matthewq337 interested?
https://github.com/Chatterino/chatterino2/issues/6172
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,}