Take note though, the application is in a very early stage. It downloads, but the global config dialog is still disabled and in the little time I have for it I still move functionality around between the parts of the application. I don't have too much experience developing GUI applications and I'm trying to separate GUI from libs.
Search Criteria
Package Details: downloadm 0.1.3-2
Package Actions
| Package Base: | downloadm |
|---|---|
| Description: | A download accelerator/manager which uses aria2c as a backend. |
| Upstream URL: | http://sourceforge.net/p/downloadm/ |
| Category: | network |
| Licenses: | |
| Submitter: | SoleSoul |
| Maintainer: | SoleSoul |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2010-10-01 14:05 |
| Last Updated: | 2012-01-27 12:01 |
Required by (0)
Sources
- downloadm.desktop
- downloadm.install
- http://downloads.sourceforge.net/project/downloadm/DownloadM-0.1.3.tar.gz
Latest Comments
Comment by SoleSoul
Comment by SoleSoul
@aspeed
Thank you very much. I had all of the library paths relative but I forgot to change the include paths from ${workspace} to ../../
It should work now.
Anonymous comment
It been built correctly now.
Thank you for a great support.
Anonymous comment
I faced such issue when I tried to build a new version(sorry for russian output):
Building file: ../aria2c_com.cpp
Invoking: GCC C++ Compiler
g++ -I"/mnt/Storage/Dropbox/workspace/eclipse/downloadm-git/Entities" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"aria2c_com.d" -MT"aria2c_com.d" -o "aria2c_com.o" "../aria2c_com.cpp"
In file included from ../aria2c_com.cpp:1:0:
../aria2c_com.h:4:22: фатальная ошибка: s_Status.h: Нет такого файла или каталога
компиляция прервана.
make: *** [aria2c_com.o] Ошибка 1
I think it caused by a hardcoded path in the DownloadM/aria2c_com/Release-lib/subdir.mk file:
# Each subdirectory must supply rules for building sources it contributes
%.o: ../%.cpp
@echo 'Building file: $<'
@echo 'Invoking: GCC C++ Compiler'
g++ -I"/mnt/Storage/Dropbox/workspace/eclipse/downloadm-git/Entities" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '
Comment by SoleSoul
@GutenYe
Hi.
Thanks for your report but I couldn't reproduce it.
I installed it with yaourt and it worked. Could you please check if you have xmlrpc-c installed?
Comment by GutenYe
g++ -c -m64 -pipe -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include -I../Entities -I. -o aria2c_com.o aria2c_com.cpp
In file included from aria2c_com.cpp:1:0:
aria2c_com.h:12:38: fatal error: xmlrpc-c/client_simple.hpp: No such file or directory
compilation terminated.
make: *** [aria2c_com.o] Error 1
Anonymous comment
Thanks
An interesting program for Gnome / Xfce.
aria2fe looks like a dead. Recent changes in the 2007.12.09: version 0.0.5
eatmonkeyy dependence on the rare ruby.
I found no other GUI for ArchLinux.
Comment by SoleSoul
I updated the PKGBUILD. It should work now.
The applicatoin itself is only in version 0.1.2 though. It works and it downloads but it doesn't really have any options working.
Anonymous comment
Interest program. Waiting for PKGBUILD
Comment by SoleSoul
Don't bother to install for now. Need some fixes and I don't have time right now. I'll get to it later.