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
|
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
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