Re: [OpenWrt-Devel] [new package] deluge (+missing dependencies)

2010-03-14 Thread AlexanderS
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 14 Mar 2010 17:22:19 +0100 Artur Wronowski wrote: > 2010/3/14 AlexanderS : > > > Could you please check if > > $(STAGING_DIR_HOST)/usr/lib/python2.6/site-packages/setuptools/ > > exists or not? > > Yes, that

Re: [OpenWrt-Devel] [new package] deluge (+missing dependencies)

2010-03-14 Thread AlexanderS
On Sat, 13 Mar 2010 09:42:14 +0100 Artur Wronowski wrote: > There are some problem with setuptools whie compile deluge > > http://pastebin.com/4JBqcd8b Hi, maybe an issue with host and target python while installing setuptools. Could you please check if $(STAGING_DIR_HOST)/usr/lib/python2.6/si

[OpenWrt-Devel] [new package] deluge (+missing dependencies)

2010-03-12 Thread AlexanderS
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I ported deluge 1.2.0 with all dependencies for openwrt. All missing packages attached. Including: - distribute (fork of Setuptools) - pyopenssl - pyxgd - python2-chardet (charset detection) - mako (a python

[OpenWrt-Devel] [PATCH] Enable zlib in python

2010-03-12 Thread AlexanderS
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, the attached patch enables zlib support in python needed for example for gzip support with http connections. Alex -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.14 (GNU/Linux) iEYEARECAAYFAkuasMcACgkQ1SSUxvEq73xZgQCbBom9DFz2acOure571xPUackE Q

[OpenWrt-Devel] [PATCH] twisted fix for installing zope

2010-03-12 Thread AlexanderS
Hi, I figured out, that the zope-interfaces twisted module do not install correctly. Attached a patch to copy the needed files to install correctly. Alex Index: packages/lang/twisted/Makefile === --- packages/lang/twisted/Makefile (re

Re: [OpenWrt-Devel] boost fixes

2010-03-12 Thread AlexanderS
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 26 Feb 2010 23:45:22 +0100 Lars-Peter Clausen wrote: > Hi Hi, > Thanks for the patch. Unfortunately it won't work the way you've > implemented it. > [...] > It would be nice if you could redo the patch with an separate package > for each su

Re: [OpenWrt-Devel] boost fixes

2010-02-25 Thread AlexanderS
On Thu, 25 Feb 2010 02:39:35 +0100 AlexanderS wrote: > Hi, > > [..] > > Editing the boost package, I changed the config style for the > libraries to build to a Config.in interface and added some other libs > someone maybe need and also python bindings. Patch is attached,

[OpenWrt-Devel] boost fixes

2010-02-24 Thread AlexanderS
Hi, I noticed, that the boost package is broken. There is a wrong '\' at end of a line. Patch is attached. Editing the boost package, I changed the config style for the libraries to build to a Config.in interface and added some other libs someone maybe need and also python bindings. Patch is attac