just some improvements at the ebuild done sometimes ago... hope will be useful 1.Desktop entry for the remote gui 2.Check if pid file exist before remove it (amuleweb.initd) 3.Amuleweb template parameter support - amuleweb.initd updated - amuleweb.confd updated
Created attachment 135927 [details] amule-2.1.3-r1.ebuild
Created attachment 135929 [details] amuleweb.confd
Created attachment 135930 [details] amuleweb.initd
Created attachment 135931 [details] amuled.initd just a fix in the error message "..amule webserver is already running" insted of "..amule daemon..."
I've been having stability issues with amule-2.1.3. I looked into the ebuild and found something peculiar: DEPEND="=x11-libs/wxGTK-2.6* >=sys-libs/zlib-1.2.1 stats? ( >=media-libs/gd-2.0.26 ) remote? ( >=media-libs/libpng-1.2.0 unicode? ( >=media-libs/gd-2.0.26 ) )" Does this mean that remote has to be enabled before unicode can be enabled? I have the unicode flag enabled but gd is not being built with unicode. This page (http://www.amule.org/wiki/index.php/HowTo_Compile_In_Gentoo) says that gd has to be built for unicode support. So I have changed my ebuild to this: remote? ( >=media-libs/libpng-1.2.0 unicode? ( >media-libs/gd-2.0.26 ) " This builds media-libs/gd and I get a stable binary. Can anyone else confirm this?
Any news about it?... I added armin76 to cc looking at the last amule ebuild commit... hope to be useful ;-)
I'll have a look at this later today
Fixed, thanks