Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199108 - net-p2p/amule-2.1.3-r1 (amuleweb configurable template and more)
Summary: net-p2p/amule-2.1.3-r1 (amuleweb configurable template and more)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-14 00:35 UTC by Fabio Bonfante
Modified: 2008-02-04 16:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
amule-2.1.3-r1.ebuild (amule-2.1.3-r1.ebuild,3.00 KB, text/plain)
2007-11-14 00:36 UTC, Fabio Bonfante
Details
amuleweb.confd (amuleweb.confd,830 bytes, text/plain)
2007-11-14 00:37 UTC, Fabio Bonfante
Details
amuleweb.initd (amuleweb.initd,1.20 KB, text/plain)
2007-11-14 00:37 UTC, Fabio Bonfante
Details
amuled.initd (amuled.initd,1.17 KB, text/plain)
2007-11-14 00:40 UTC, Fabio Bonfante
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Bonfante 2007-11-14 00:35:17 UTC
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 Fabio Bonfante 2007-11-14 00:36:45 UTC
Created attachment 135927 [details]
amule-2.1.3-r1.ebuild
Comment 2 Fabio Bonfante 2007-11-14 00:37:37 UTC
Created attachment 135929 [details]
amuleweb.confd
Comment 3 Fabio Bonfante 2007-11-14 00:37:54 UTC
Created attachment 135930 [details]
amuleweb.initd
Comment 4 Fabio Bonfante 2007-11-14 00:40:56 UTC
Created attachment 135931 [details]
amuled.initd

just a fix in the error message "..amule webserver is already running" insted of "..amule daemon..."
Comment 5 Aneel 2008-01-07 00:08:05 UTC
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 Fabio Bonfante 2008-01-16 00:29:26 UTC
Any news about it?... 
I added armin76 to cc looking at the last amule ebuild commit... hope to be useful ;-)
Comment 7 Raúl Porcel (RETIRED) gentoo-dev 2008-02-04 12:56:10 UTC
I'll have a look at this later today
Comment 8 Raúl Porcel (RETIRED) gentoo-dev 2008-02-04 16:52:31 UTC
Fixed, thanks