Search found 53 matches

by mezz
Wed Dec 03, 2008 8:44 pm
Forum: Development
Topic: Deluge 1.0.6 Released!
Replies: 5
Views: 3846

Re: Deluge 1.0.6 Released!

andar wrote:Hmm, it appears that 'install' might not be doing an 'install_data'. Do this:

Code: Select all

 # python setup.py install_data
That should install the data files to the system.
It works now with install_data target. Thanks. If it is going to be that way, maybe you need to update the README?
by mezz
Wed Dec 03, 2008 5:45 am
Forum: Development
Topic: Deluge 1.0.6 Released!
Replies: 5
Views: 3846

Re: Deluge 1.0.6 Released!

There is something wrong with setup.py that doesn't happen with 1.0.5 and below. Current I have: MD5 (deluge-1.0.6.tar.gz) = 96be98b4e7f8c66ec243e8148b897291 SHA256 (deluge-1.0.6.tar.gz) = e64321dbd618ee80b5441abfa473c96a7eed653a0422c50d078359bef4d3c297 SIZE (deluge-1.0.6.tar.gz) = 2567494 In 1.0.5 ...
by mezz
Tue Aug 19, 2008 2:40 pm
Forum: Development
Topic: 1.0.0_RC9 (0.9.09) Released
Replies: 286
Views: 156625

Re: 1.0.0_RC7 (0.9.07) Released

had to add /usr/local/lib and /usr/local/include to the setup.py file in the sections "_library_dirs =" and "_include_dirs = " (respectively) Yep, I always keep patch this in FreeBSD ports tree. I don't think it needs to be submit in here, but the developers can add if they want...
by mezz
Wed Jul 16, 2008 4:15 pm
Forum: Development
Topic: 1.0.0_RC9 (0.9.09) Released
Replies: 286
Views: 156625

Re: 1.0.0_RC2 (0.9.02) Released

I had to use below patch to get it compiles in FreeBSD 7.0-STABLE with boost-python-1.34.1. --- libtorrent/bindings/python/src/peer_plugin.cpp.orig 2008-07-15 20:31:38.000000000 -0500 +++ libtorrent/bindings/python/src/peer_plugin.cpp 2008-07-15 20:31:45.000000000 -0500 @@ -2,6 +2,9 @@ // subject to...
by mezz
Tue Jun 24, 2008 9:36 pm
Forum: Support
Topic: The 0.5.9.3 tarball has been re-rolled?
Replies: 0
Views: 1386

The 0.5.9.3 tarball has been re-rolled?

The 0.5.9.3 tarball has been re-rolled in this morning. The differences are: old: MD5 (deluge-0.5.9.3.tar.gz) = 360b5f0781ac5ae44cb39fd65ee66eb2 old: SIZE (deluge-0.5.9.3.tar.gz) = 2215191 new: MD5 (deluge-0.5.9.3.tar.gz) = 57ee1e0353cdc90884bfd3d240e7c425 new: SIZE (deluge-0.5.9.3.tar.gz) = 2215212...
by mezz
Fri May 02, 2008 6:14 am
Forum: Development
Topic: 0.5.9.0 released
Replies: 20
Views: 12512

Re: 0.5.9.0 released

Thanks, I will keeping it since we support multi-version of FreeBSD and one version (6.x) still has GCC 3.x.
by mezz
Fri May 02, 2008 1:22 am
Forum: Development
Topic: 0.5.9.0 released
Replies: 20
Views: 12512

Re: 0.5.9.0 released

that's not disabling, it's defining, or enabling, however you wanna call it :P Yeah, I mean by it's not define anymore for 64bit. anyway, it's not required. you can leave it or remove it at will I am a bit confuse. Do you mean by we don't need to define AMD64 anymore for 64bit system? or just not n...
by mezz
Thu May 01, 2008 4:38 pm
Forum: Development
Topic: 0.5.9.0 released
Replies: 20
Views: 12512

Re: 0.5.9.0 released

I have noticed a change in setup.py by disable -DAMD64. Is it accident or we (packager/maintainer) need to add -DAMD64 by ourselves? I don't mind to do it by myself as I already do that for sparc64 and ia64 for long time. # Done through debian/rules, as all arches are not handled # if ARCH == "...
by mezz
Thu Feb 21, 2008 11:44 pm
Forum: Support
Topic: Starting deluge annoyance
Replies: 5
Views: 3487

Re: Starting deluge annoyance

Ah I see... It looks like someone has forgotten to remove several lines when Internal anonymizing browser feature was removed. You can edit in /usr/bin/deluge (if '/usr' is the prefix for Ubuntu as I am using FreeBSD) by remove these lines: if not deluge.common.windows_check(): import platform if pl...
by mezz
Thu Feb 21, 2008 5:10 am
Forum: Support
Topic: Starting deluge annoyance
Replies: 5
Views: 3487

Re: Starting deluge annoyance

It looks like you are using old version of Deluge? ...and you are using Ubuntu? This should be no longer problem in the newer version of Deluge that don't have Internal anonymizing browser feature anymore.