Search Criteria
Package Details: dino-git 0.4.1.r49.g2fba24c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dino-git.git (read-only, click to copy) |
---|---|
Package Base: | dino-git |
Description: | Simple and modern Jabber/XMPP client written in vala |
Upstream URL: | https://dino.im/ |
Keywords: | jabber omemo xmpp |
Licenses: | GPL3 |
Conflicts: | dino |
Provides: | dino |
Submitter: | seppia |
Maintainer: | seppia (svalo) |
Last Packager: | svalo |
Votes: | 40 |
Popularity: | 0.000055 |
First Submitted: | 2017-03-16 10:05 (UTC) |
Last Updated: | 2023-09-18 09:58 (UTC) |
Dependencies (23)
- glib-networking (glib-networking-gnutls-opensslAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gpgme (gpgme-gitAUR)
- gspell
- gst-plugin-gtk (gst-plugin-gtk-gitAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- libadwaita (libadwaita-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libgcrypt
- libgee (libgee-gitAUR)
- libnice
- libsignal-protocol-c (libsignal-protocol-c-gitAUR)
- libsoup3 (libsoup3-gitAUR)
- libsrtp (libsrtp-gitAUR)
- qrencode (qrencode-gitAUR)
- sqlite (sqlite-fossilAUR)
- webrtc-audio-processing
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- vala (vala-gitAUR) (make)
- libcanberra (optional) – audio notification support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
postblue commented on 2022-11-05 17:42 (UTC) (edited on 2022-11-05 17:55 (UTC) by postblue)
@svalo Sure, here is the build() I used before the 0.3.1 update:
svalo commented on 2022-11-03 21:23 (UTC)
Hi @postblue,
Sorry for the late answer, I tried with the edit suggested and read the github issue but I get the same error anyway. I built it in a clean chroot just to be sure.
I receive
Can you share the diff from your pkgbuild and the one in the repo?
Thanks
postblue commented on 2022-10-27 18:01 (UTC)
We need to explicitly enable libsoup3 support for it to run: https://github.com/dino/dino/issues/1285#issuecomment-1293863016
Simply add
cmake -B build -DUSE_SOUP3=1
in thebuild()
process between./configure
andmake
.svalo commented on 2022-02-16 21:35 (UTC)
This package is the -git version of dino, it should not be marked as outdate when a new release is out because it does not have a real version, every time it gets built makepkg will retrieve the latest HEAD and update the local version accordingly. Please flag the package if the build process is broken instead
The package in the repo https://archlinux.org/packages/community/x86_64/dino/ is already marked as outdate, which is by the way the best way to bring to the maintainer's attention tha a package is outdated.
Shara commented on 2022-02-16 12:54 (UTC)
Outdated https://github.com/dino/dino/releases/tag/v0.3.0
iegubkin commented on 2021-06-16 16:09 (UTC)
FYI --> v0.2.1 was released 2021-06-07
selurvedu commented on 2021-05-22 16:05 (UTC) (edited on 2021-05-22 18:20 (UTC) by selurvedu)
Hi @svalo! Could you please add a runtime dependency on
icu
?After upgrading from ICU 68 to ICU 69, I looked at "Required By" in
pacman -Qi icu
and rebuilt all AUR packages that depended on it. However, Dino was not on the list, and as a result I got this:P.S. I found a few other packages with the same problem via
pacman -Qqml | while read -r i; do test -f "$i" && ldd "$i" 2>&1 | grep 'not found' && pacman -Qo "$i"; done
and I'm gonna leave a comment on them too. (To anyone who may want to use this one-liner: be aware that this command can give some false positives for binaries that are bundled with corresponding libs and are meant to be started with corresponding LD_LIBRARY_PATH, e.g. that's applicable for some proprietary software and*-bin
packages. Also note thatldd
works recursively, so "not found" may appear if a binary that is being checked depends on an existing library, which, in turn, depends on another library which was not found.)lhark commented on 2021-05-14 23:58 (UTC)
Just FYI, with the merging of the audio/video calls feature into the master branch, dino now has a dependency on libnice ;)
j.r commented on 2021-01-21 15:12 (UTC)
Looks like gspell is now a dependency to do spellchecking: https://github.com/dino/dino/commit/830eba3a06506fd5ac527a74c8ce4ad5ba39cbf0
stevenroose commented on 2020-05-04 22:10 (UTC)
I usually compile Dino manually and check for new commits on master on a daily basis. A few weeks ago I noticed that compilation broke. So today I checked out this package and it also doesn't seem to build. I think it might be an issue on my side, but I tried several things to solve it, without luck.
I'm getting 3 similar errors like this:
« First ‹ Previous 1 2 3 4 5 6 Next › Last »