@4s3ti Thank you for the report. I have gone ahead and updated the package. This should lead to the package recompiling which should solve this issue.
Search Criteria
Package Details: chatterino2-git 2.5.1.r47.gd053a68-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/chatterino2-git.git (read-only, click to copy) |
---|---|
Package Base: | chatterino2-git |
Description: | Second installment of the Twitch chat client series "Chatterino", dev/git version |
Upstream URL: | https://chatterino.com |
Keywords: | chatterino chatterino2 twitch |
Licenses: | MIT |
Conflicts: | chatterino |
Provides: | chatterino |
Submitter: | Ckat |
Maintainer: | Ckat (Danis, pajlada, chatterino2-ci) |
Last Packager: | pajlada |
Votes: | 37 |
Popularity: | 0.082132 |
First Submitted: | 2017-10-13 21:38 (UTC) |
Last Updated: | 2024-06-16 12:51 (UTC) |
Dependencies (13)
- boost-libs
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt6-5compat
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- qt6-imageformats
- qt6-svg
- qt6-tools
- qtkeychain-qt6
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- pulseaudio (pulseaudio-dummyAUR, pulseaudio-gitAUR) (optional) – For audio output
- 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)
Sources (13)
- git+https://github.com/arsenm/sanitizers-cmake
- git+https://github.com/Chatterino/chatterino2
- git+https://github.com/Chatterino/crash-handler
- git+https://github.com/Chatterino/libcommuni#branch=chatterino-cmake
- git+https://github.com/lua/lua
- git+https://github.com/mackron/miniaudio
- git+https://github.com/martinmoene/expected-lite
- git+https://github.com/Neargye/magic_enum
- git+https://github.com/pajlada/serialize
- git+https://github.com/pajlada/settings
- git+https://github.com/pajlada/signals
- git+https://github.com/Tencent/rapidjson
- git+https://github.com/zaphoyd/websocketpp
pajlada commented on 2020-02-27 07:50 (UTC)
coolapso commented on 2020-02-26 18:53 (UTC)
After libboost_filesystem.so update chatterino is not launching anymore,
error:
$chatterino chatterino: error while loading shared libraries: libboost_filesystem.so.1.71.0: cannot open shared object file: No such file or directory
Workaround for this issue in the meanwhile:
$sudo ln -s /usr/lib/libboost_filesystem.so /usr/lib/libboost_filesystem.so.1.71.0
pajlada commented on 2019-04-19 14:41 (UTC)
did another branch change. branch used now is nightly
Ckat commented on 2019-04-05 22:21 (UTC)
I have attempted to clean up the deps, in original testing I remember gst-plugins-ugly, gst-plugins-good and qt5-svg being needed to prevent errors, this doesnt seem to be the case anymore. I am however only able to get working audio with gst-plugins-good installed, this might be dependent on my system.
further qt5-svg is only needed at compile time, not at runtime. and rapidjson is provided through a submodule these days.
if anyone runs into issues or finds out less/more is needed, please let me know.
cheers
pajlada commented on 2019-04-04 11:00 (UTC)
I've switched the repo to use my pajlada-dev branch, as that's where the features are currently being pushed to. master is in a feature-freeze until some refactoring/restructuring can take place. If I've messed up the PKGBUILD file, let me know. this is my first change to any AUR package
lolisamurai commented on 2019-01-08 13:21 (UTC)
pulseaudio dependency should be optional. this compiles and runs fine on alsa without pulseaudio installed
lea commented on 2018-08-19 22:55 (UTC) (edited on 2018-08-21 02:21 (UTC) by lea)
It seems like the application doesn't have an icon set since it shows up with the xorg icon for me.
Edit: It has an icon now, not sure whether I changed anything that may have caused it.
sum01 commented on 2018-05-17 18:26 (UTC)
You should add optdepends=('streamlink: For piping streams to video players')
or something like that.
Pinned Comments
Ckat commented on 2020-02-28 17:56 (UTC) (edited on 2021-09-05 10:41 (UTC) by Ckat)
if you get some error launching chatterino about libboost or other system libs, try recompiling (just install the package again and it'll recompile from latest source) before complaining.
also, -git packages cannot go out of date, unless they stop compiling. pkgver is updated every build, you the user are responsable to regularly rebuild it if you want the latest git version built.
TLDR; please stop flagging it out of date unless it doesnt build anymore.