Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37609 - New ebuild for MUTE p2p
Summary: New ebuild for MUTE p2p
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo net-p2p team
URL: http://mute-net.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-01-08 07:30 UTC by Ludovic CINTRAT
Modified: 2005-05-01 18:23 UTC (History)
4 users (show)

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


Attachments
ebuild for MUTE 0.2 (mute-0.2.ebuild,1.02 KB, text/plain)
2004-01-08 07:32 UTC, Ludovic CINTRAT
Details
a patch for MUTE 0.2 (mute-0.2-gentoo.diff,3.81 KB, patch)
2004-01-08 07:32 UTC, Ludovic CINTRAT
Details | Diff
ebuild for MUTE 0.2.1 (mute-0.2.1.ebuild,1.50 KB, text/plain)
2004-01-26 04:47 UTC, Ludovic CINTRAT
Details
a patch for MUTE 0.2.1 (mute-0.2.1-gentoo.diff,12.88 KB, patch)
2004-01-26 04:48 UTC, Ludovic CINTRAT
Details | Diff
ebuild for MUTE 0.2.2-rc2 (mute-0.2.2.ebuild,1.40 KB, text/plain)
2004-01-30 11:01 UTC, Ludovic CINTRAT
Details
a patch for MUTE 0.2.2-rc2 (mute-0.2.2-gentoo.diff,12.87 KB, patch)
2004-01-30 11:02 UTC, Ludovic CINTRAT
Details | Diff
files/muteconf-gentoo (muteconf-gentoo,3.55 KB, text/plain)
2004-07-02 18:31 UTC, Jon Hood (RETIRED)
Details
mute-0.3.ebuild (mute-0.3.ebuild,1.52 KB, text/plain)
2004-07-02 18:36 UTC, Jon Hood (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ludovic CINTRAT 2004-01-08 07:30:34 UTC
Hi,

here is a new ebuild for the p2p app MUTE

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Ludovic CINTRAT 2004-01-08 07:32:07 UTC
Created attachment 23383 [details]
ebuild for MUTE 0.2
Comment 2 Ludovic CINTRAT 2004-01-08 07:32:40 UTC
Created attachment 23384 [details, diff]
a patch for MUTE 0.2
Comment 3 Ludovic CINTRAT 2004-01-08 07:36:08 UTC
Hi,

Please find attached mute-0.2.ebuild and a patch for MUTE 0.2

MUTE is a new p2p filesharing app (http://mute-net.sourceforge.net/)

Ludovic
Comment 4 Ludovic CINTRAT 2004-01-26 04:47:33 UTC
Created attachment 24436 [details]
ebuild for MUTE 0.2.1
Comment 5 Ludovic CINTRAT 2004-01-26 04:48:44 UTC
Created attachment 24437 [details, diff]
a patch for MUTE 0.2.1

added support for text console mode (and ppc, but not tested)
Comment 6 Ludovic CINTRAT 2004-01-30 11:01:59 UTC
Created attachment 24652 [details]
ebuild for MUTE 0.2.2-rc2
Comment 7 Ludovic CINTRAT 2004-01-30 11:02:36 UTC
Created attachment 24653 [details, diff]
a patch for MUTE 0.2.2-rc2
Comment 8 Robert Cole 2004-02-25 01:02:35 UTC
looks like 0.2.2 is out now.
Comment 9 Henti Smith 2004-03-02 10:08:26 UTC
compiles .. installs .. does nothing else ... 

ohh well 
Comment 10 Christian Apolloni 2004-04-09 06:26:18 UTC
Now version 0.3 is available. Is anybody still working on the ebuild?
Comment 11 Jon Hood (RETIRED) gentoo-dev 2004-04-30 17:14:19 UTC
Is it possible to get this package to depend on dev-libs/crypto++ instead of having to provide its own version of crypto? crypto++ took a lot of patching to get going in gcc-3.4, and the same patching would have to be done to MUTE if we can't get it to use dev-libs/crypto++ instead.
Comment 12 Jon Hood (RETIRED) gentoo-dev 2004-06-02 15:53:27 UTC
Also, please change the

if [ `use foo` ]; then

syntax to:

if use foo; then
Comment 13 Jon Hood (RETIRED) gentoo-dev 2004-07-02 18:31:44 UTC
Created attachment 34683 [details]
files/muteconf-gentoo
Comment 14 Jon Hood (RETIRED) gentoo-dev 2004-07-02 18:36:06 UTC
Created attachment 34684 [details]
mute-0.3.ebuild

Well, here's a working ebuild...but only for gcc-3.3.3. Sadly, this package
relies on broken crypto libraries, and until someone makes a patch for them
specifically for this package, I will not add MUTE to portage. I'll try to work
on a patch for gcc-3.4 later when I have a lot of time to kill. In the
meantime, if you're using gcc-3.3.3, feel free to use this ebuild. It's not
completely done yet, but it is a skeleton of what needs to be done to get this
package working in Gentoo.
Comment 15 Jon Hood (RETIRED) gentoo-dev 2004-07-05 09:03:42 UTC
closing bug for now; please reopen when a patch or working MUTE release is available
Comment 16 Heiko Baums 2005-05-01 18:23:21 UTC
I have written a HOWTO to compile and install MUTE by hand.
http://forums.gentoo.org/viewtopic-t-331919.html
Maybe someone is able to translate it into an ebuild for MUTE.