Hi, here is a new ebuild for the p2p app MUTE Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 23383 [details] ebuild for MUTE 0.2
Created attachment 23384 [details, diff] a patch for MUTE 0.2
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
Created attachment 24436 [details] ebuild for MUTE 0.2.1
Created attachment 24437 [details, diff] a patch for MUTE 0.2.1 added support for text console mode (and ppc, but not tested)
Created attachment 24652 [details] ebuild for MUTE 0.2.2-rc2
Created attachment 24653 [details, diff] a patch for MUTE 0.2.2-rc2
looks like 0.2.2 is out now.
compiles .. installs .. does nothing else ... ohh well
Now version 0.3 is available. Is anybody still working on the ebuild?
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.
Also, please change the if [ `use foo` ]; then syntax to: if use foo; then
Created attachment 34683 [details] files/muteconf-gentoo
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.
closing bug for now; please reopen when a patch or working MUTE release is available
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.