fluffychat: error while loading shared libraries: libwebrtc.so: cannot open shared object file: No such file or directory
Search Criteria
Package Details: fluffychat-bin 1.22.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fluffychat-bin.git (read-only, click to copy) |
---|---|
Package Base: | fluffychat-bin |
Description: | Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized. |
Upstream URL: | https://fluffychat.im/ |
Keywords: | Chat Matrix |
Licenses: | AGPL3 |
Conflicts: | fluffychat |
Provides: | fluffychat |
Submitter: | garionion |
Maintainer: | garionion (WithTheBraid) |
Last Packager: | WithTheBraid |
Votes: | 12 |
Popularity: | 0.188323 |
First Submitted: | 2021-06-12 12:58 (UTC) |
Last Updated: | 2024-09-02 12:08 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libolm (libolm-gitAUR)
- libsecret
- xdg-user-dirs
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR)
Required by (0)
Sources (1)
kescherAUR commented on 2022-12-23 22:26 (UTC)
WithTheBraid commented on 2022-05-02 05:47 (UTC)
Please apply the following patches. Moreover, as one of the original developers, I would appreciate to be added as maintainer. Please consider this.
index bc7f268..7c91650 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = fluffychat-bin
optdepends = libolm: E2E Encryption support
provides = fluffychat
conflicts = fluffychat
- source_x86_64 = fluffychat-v1.3.1_x86_64.tar.zst::https://gap.cdn.entr0py.cloud/garionion/fluffychat/releases/download/tag:v1.3.1/fluffychat-linux-x86.tar.zst
+ source_x86_64 = fluffychat-v1.3.1_x86_64.tar.zst::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/1.3.1/fluffychat-linux-x86.tar.gz
sha256sums_x86_64 = 56c0a5ec299642a0ae809b482adf7af7feaca9153703879466c3e8170376e6fe
pkgname = fluffychat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 141e187..b5ba727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: garionion <garionion at entr0py.de>
-# Contributor: kescherAUR
+# Contributor: kescherAUR,
pkgname=fluffychat-bin
_pkgname=fluffychat
@@ -14,9 +14,9 @@ makedepends=('unzip')
optdepends=('libolm: E2E Encryption support')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source_x86_64=("fluffychat-v${pkgver}_x86_64.tar.zst::https://gap.cdn.entr0py.cloud/garionion/fluffychat/releases/download/tag:v${pkgver}/fluffychat-linux-x86.tar.zst")
+source_x86_64=("fluffychat-v${pkgver}_x86_64.tar.zst::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/${pkgver}/fluffychat-linux-x86.tar.gz")
#source_aarch64=("fluffychat-v${pkgver}_aarch64.tar.gz::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/${pkgver}/fluffychat-linux-arm64.tar.gz")
-sha256sums_x86_64=('56c0a5ec299642a0ae809b482adf7af7feaca9153703879466c3e8170376e6fe')
+sha256sums_x86_64=('5e1080c97256b405327236caafe801d83637d37a1fdb8ea5950c38d00d21d258')
#sha256sums_aarch64=('e4e927f9b5a5db6b4836700a19b6e7a64f409ca3aba4c09ffa8793456f7e4008')
sukanka commented on 2022-03-11 13:38 (UTC)
The Chinese characters are displayed as square blocks. Which font do I need to install?
realkc commented on 2022-01-30 21:40 (UTC)
Consider making your package optionally depend on libolm so that users know they should install that if they need E2E support, perhaps something like this diff
diff --git a/PKGBUILD b/PKGBUILD
index 6a296a2..f1ffd47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ url="https://fluffychat.im/"
license=('AGPL3')
depends=('gtk3' 'jsoncpp' 'libsecret')
makedepends=('unzip')
+optdepends('libolm: E2E Encryption support')
provides=("$_pkgname")
conflicts=("$_pkgname")
source_x86_64=("fluffychat-v${pkgver}_x86_64.tar.zst::https://proxy.git.entr0py.de/garionion/fluffychat/releases/download/tag:v${pkgver}/fluffychat-linux-x86.tar.zst")
garionion commented on 2022-01-12 12:07 (UTC)
@Feakster yeah, the package for arm is still broken :(
Feakster commented on 2022-01-10 16:08 (UTC)
@garionion, just tried again. Same error. Just reinstalled Arch Linux ARM on my Pinebook Pro yesterday too.
garionion commented on 2022-01-10 13:32 (UTC)
@Feakster hey, sorry that it took so long. did you try to clean build (so that it downloads the binary again)?
Feakster commented on 2022-01-04 11:23 (UTC)
I still have the same libjsoncpp.so.1 error as before.
mvdan commented on 2022-01-01 21:13 (UTC)
Works like a charm, thanks again! Happy new year :)
garionion commented on 2022-01-01 21:06 (UTC)
@mvdan i've rebuild the package, it should now work again. (i had to first rebuild the docker image which would've happen on the next flutter update and then i had to rebuild the package, both take nearly 10min each :-/ )
Pinned Comments