--- mplayer-9999.ebuild 2009-04-05 14:37:41.000000000 +0400 +++ mplayer-9999.ebuild.p00 2009-04-28 21:40:07.000000000 +0400 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.2 2009/03/24 21:32:35 yngwin Exp $ -EAPI="1" +EAPI="2" ESVN_REPO_URI="svn://svn.mplayerhq.hu/mplayer/trunk" @@ -236,7 +236,7 @@ [[ -n ${LINGUAS} ]] && sed -e 's:Zarządano:Zażądano:' -i help/help_mp-pl.h } -src_compile() { +src_configure() { local myconf="" @@ -525,6 +525,9 @@ #echo "CFLAGS=\"${CFLAGS}\" ./configure ${myconf}" CFLAGS="${CFLAGS}" ./configure ${myconf} || die "configure died" +} + +src_compile() { emake || die "Failed to build MPlayer!" use doc && make -C DOCS/xml html-chunked