Package Details: eiskaltdcpp-qt 2.4.2-2

Git Clone URL: https://aur.archlinux.org/eiskaltdcpp.git (read-only, click to copy)
Package Base: eiskaltdcpp
Description: Qt5-based DC and ADC client for EiskaltDC++ core.
Upstream URL: https://github.com/eiskaltdcpp/eiskaltdcpp/
Licenses: GPL3
Conflicts: eiskaltdcpp-qt-git
Provides: eiskaltdcpp-qt
Submitter: dhampire
Maintainer: ars
Last Packager: ars
Votes: 17
Popularity: 0.133176
First Submitted: 2015-08-11 22:08 (UTC)
Last Updated: 2021-03-04 19:07 (UTC)

Pinned Comments

Latest Comments

1 2 3 Next › Last »

Mr.Smith1974 commented on 2023-07-05 14:24 (UTC)

Appimage version here: https://aur.archlinux.org/packages/eiskaltdcpp-qt-appimage

qubidt commented on 2022-10-26 09:37 (UTC)

this was necessary for me to get it to build in a chroot:

diff --git a/PKGBUILD b/PKGBUILD
index f103a43..2be161c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,7 @@ makedepends=('cmake'
              'bash'
              'miniupnpc'
              'jsoncpp'
+             'qt5-script'
              'qt5-multimedia'
              'qt5-tools'
              'qt5-xmlpatterns'

cheese-cracker commented on 2021-10-03 08:30 (UTC)

For anyone whose build fails on a perl dependency, installing Module::Build with cpan Module::Build should fix it.

ars commented on 2021-01-18 17:26 (UTC)

@postcd Removed boost dependencies.

postcd commented on 2021-01-18 12:52 (UTC)

@maintainer despite what other commenter said, the EiskaltDC developer says that "boost" libraries are not needed for EiskaltDC++: https://github.com/eiskaltdcpp/eiskaltdcpp/issues/458#issuecomment-761696537

ars commented on 2021-01-13 00:38 (UTC)

v2.4.0 added and now builds against GTK3 and Qt5 instead of GTK2 and Qt4.

deko commented on 2021-01-11 15:18 (UTC)

New version released https://github.com/eiskaltdcpp/eiskaltdcpp/releases/tag/v2.4.0

iamashwin99 commented on 2019-11-16 16:27 (UTC) (edited on 2019-11-16 16:48 (UTC) by iamashwin99)

If you get /usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: hb.h: No such file or directory 28 | #include <hb.h> | ^~~~~~ compilation terminated.

a temporary solution is to change /usr/include/pango-1.0/pango/pango-coverage.h and /usr/include/pango-1.0/pango/pango-font.h Where it includes hb.h, it should include harfbuzz/hb.h instead.