Package Details: downloadm 0.1.3-2

Package Base: downloadm
Description: A download accelerator/manager which uses aria2c as a backend.
Upstream URL: http://sourceforge.net/p/downloadm/
Category: network
Licenses: GPL
Submitter: SoleSoul
Maintainer: SoleSoul
Last Packager: None
Votes: 3
First Submitted: 2010-10-01 14:05
Last Updated: 2012-01-27 12:01

Dependencies (4)

Required by (0)

Sources

Latest Comments

Comment by SoleSoul

2012-01-27 12:50

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.

Comment by SoleSoul

2012-01-27 12:44

@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

2012-01-27 12:22

It been built correctly now.
Thank you for a great support.

Anonymous comment

2012-01-27 08:46

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

2012-01-15 14:30

@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

2012-01-13 05:56

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

2011-05-02 12:02

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

2011-04-28 21:17

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

2011-04-23 23:01

Interest program. Waiting for PKGBUILD

Comment by SoleSoul

2010-12-14 09:30

Don't bother to install for now. Need some fixes and I don't have time right now. I'll get to it later.