Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 267124 | Differences between
and this patch

Collapse All | Expand All

(-)mplayer-9999.ebuild (-2 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.2 2009/03/24 21:32:35 yngwin Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.2 2009/03/24 21:32:35 yngwin Exp $
4
4
5
EAPI="1"
5
EAPI="2"
6
6
7
ESVN_REPO_URI="svn://svn.mplayerhq.hu/mplayer/trunk"
7
ESVN_REPO_URI="svn://svn.mplayerhq.hu/mplayer/trunk"
8
8
Lines 236-242 Link Here
236
	[[ -n ${LINGUAS} ]] && sed -e 's:Zarządano:Zażądano:' -i help/help_mp-pl.h
236
	[[ -n ${LINGUAS} ]] && sed -e 's:Zarządano:Zażądano:' -i help/help_mp-pl.h
237
}
237
}
238
238
239
src_compile() {
239
src_configure() {
240
240
241
	local myconf=""
241
	local myconf=""
242
242
Lines 525-530 Link Here
525
525
526
	#echo "CFLAGS=\"${CFLAGS}\" ./configure ${myconf}"
526
	#echo "CFLAGS=\"${CFLAGS}\" ./configure ${myconf}"
527
	CFLAGS="${CFLAGS}" ./configure ${myconf} || die "configure died"
527
	CFLAGS="${CFLAGS}" ./configure ${myconf} || die "configure died"
528
}
529
530
src_compile() {
528
531
529
	emake || die "Failed to build MPlayer!"
532
	emake || die "Failed to build MPlayer!"
530
	use doc && make -C DOCS/xml html-chunked
533
	use doc && make -C DOCS/xml html-chunked

Return to bug 267124