Bug 199108 - net-p2p/amule-2.1.3-r1 (amuleweb configurable template and more)
Bug#: 199108 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: net-p2p@gentoo.org Reported By: bfx81@yahoo.it
Component: Ebuilds
URL: 
Summary: net-p2p/amule-2.1.3-r1 (amuleweb configurable template and more)
Keywords:  
Status Whiteboard: 
Opened: 2007-11-14 00:35 0000
Description:   Opened: 2007-11-14 00:35 0000
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

------- Comment #1 From Fabio Bonfante 2007-11-14 00:36:45 0000 -------
Created an attachment (id=135927) [details]
amule-2.1.3-r1.ebuild

------- Comment #2 From Fabio Bonfante 2007-11-14 00:37:37 0000 -------
Created an attachment (id=135929) [details]
amuleweb.confd

------- Comment #3 From Fabio Bonfante 2007-11-14 00:37:54 0000 -------
Created an attachment (id=135930) [details]
amuleweb.initd

------- Comment #4 From Fabio Bonfante 2007-11-14 00:40:56 0000 -------
Created an attachment (id=135931) [details]
amuled.initd

just a fix in the error message "..amule webserver is already running" insted
of "..amule daemon..."

------- Comment #5 From Aneel 2008-01-07 00:08:05 0000 -------
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?

------- Comment #6 From Fabio Bonfante 2008-01-16 00:29:26 0000 -------
Any news about it?... 
I added armin76 to cc looking at the last amule ebuild commit... hope to be
useful ;-)

------- Comment #7 From Raúl Porcel 2008-02-04 12:56:10 0000 -------
I'll have a look at this later today

------- Comment #8 From Raúl Porcel 2008-02-04 16:52:31 0000 -------
Fixed, thanks