ebuild for mplayerd see http://mplayerd.sourceforge.net/ for infomation about mplayerd In short: It's a simple tcp server to control MPlayer Here is a ebuild for it. But there are some issues about it: - it ignores CFLAGS and CC (mplayerd use a simple Makefile) - linking fails without -DDEBUG (well, it is a bug of mplayerd) so, I keep everything. But you've got a issue when 1) gcc is not in $PATH 2) your cc is not named gcc And well, there is another issue that is direct related to my ebuild. The Makefile uses -lpthread. Now: What's the dependecy for the ebuild? Hope you don't resent it. I marked mplayer as a dependency but it's not really needed for compiling or running. But it makes sense that you should have mplayer. Should I remove mplayer from depend or should I move it to rdepend or should I just leave it so? Still, I think the ebuild is finished. I'm waiting for comments.
Created attachment 29656 [details] the ebuidl tested on x86 with glibc 2.3.2 and gcc 3.3.2 (gcc-Version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7))
Created attachment 34313 [details] new ebuild for 0.1.17 I improved it a little and it was modified for the new version so it
Created attachment 34313 [details] new ebuild for 0.1.17 I improved it a little and it was modified for the new version so it´s now also
We can't accept ebuilds unless you assign the copyright to the Gentoo Foundation. Please remove the "# (C) 2004 by Christian Korff" line and submit the ebuild again. Don't worry, you'll get credit for submitting the ebuild in the ChangeLog :) Thanks.
Created attachment 43579 [details] MPlayerd vulnerabilities
Wohhhh, security issues like no tommorow. Please send this log upstream and have them take a look at these issues. Once you've verified that no buffer overflows will occur causing massive user damage, then I'll work on getting this into portage
*** Bug 36210 has been marked as a duplicate of this bug. ***