New version released https://github.com/eiskaltdcpp/eiskaltdcpp/releases/tag/v2.4.0
Search Criteria
Package Details: eiskaltdcpp-data 2.4.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/eiskaltdcpp.git (read-only, click to copy) |
---|---|
Package Base: | eiskaltdcpp |
Description: | EiskaltDC++ common data files. |
Upstream URL: | https://github.com/eiskaltdcpp/eiskaltdcpp/ |
Licenses: | GPL3 |
Conflicts: | eiskaltdcpp-data-git |
Provides: | eiskaltdcpp-data |
Submitter: | dhampire |
Maintainer: | micwoj92 |
Last Packager: | micwoj92 |
Votes: | 18 |
Popularity: | 0.72 |
First Submitted: | 2015-08-11 22:08 (UTC) |
Last Updated: | 2025-02-23 02:31 (UTC) |
Dependencies (21)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- aspell (aspell-gitAUR) (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR) (make)
- libidn (libidn-gitAUR) (make)
- libnotify (libnotify-gitAUR) (make)
- lua (make)
- miniupnpc (miniupnpc-gitAUR) (make)
- pcre (make)
- perl-json (make)
- perl-json-rpcAUR (make)
- perl-term-shelluiAUR (make)
- qt5-multimedia (make)
- qt5-script (qt5-script-gitAUR) (make)
- qt5-tools (make)
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR) (make)
- php (optional) – needed for some optional scripts
- Show 1 more dependencies...
Required by (2)
Sources (2)
deko commented on 2021-01-11 15:18 (UTC)
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.
raspher commented on 2019-07-14 22:35 (UTC)
"boost" package is required to build this
oi_wtf commented on 2018-07-06 10:15 (UTC) (edited on 2018-07-06 10:16 (UTC) by oi_wtf)
You should rebuild eiskalt instead of symlinking the library.
A symlink might introduce problems which might silently corrupting something. A rebuild fails if there are problems and therefore is always safer.
aksh1618 commented on 2018-07-05 13:02 (UTC)
I was getting error due to older version og libboost_system.so
not being available:
eiskaltdcpp-qt: error while loading shared libraries: libboost_system.so.1.66.0: cannot open shared object file: No such file or directory
So I created a symlink to current version to get it working:
ln -s /usr/lib/libboost_system.so.1.67.0 /usr/lib/libboost_system.so.1.66.0
aspirogrammer commented on 2018-03-02 23:25 (UTC)
I fixed the build not to use local boost libraries; should be fine now.
Skipperio commented on 2018-03-02 20:32 (UTC) (edited on 2018-03-02 20:33 (UTC) by Skipperio)
https://hastebin.com/muxunocayu.cpp
collect2: error: ld returned 1 exit status make[2]: [eiskaltdcpp-gtk/CMakeFiles/eiskaltdcpp-gtk.dir/build.make:931: eiskaltdcpp-gtk/eiskaltdcpp-gtk] Error 1 make[1]: [CMakeFiles/Makefile2:361: eiskaltdcpp-gtk/CMakeFiles/eiskaltdcpp-gtk.dir/all] Error 2 make: *** [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in package_eiskaltdcpp-gtk(). Aborting... :: Unable to build eiskaltdcpp-core - makepkg exited with code: 2
Pinned Comments