Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 57994
Collapse All | Expand All

(-)smpeg-0.4.4-r4.ebuild.old (-2 / +3 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-libs/smpeg/smpeg-0.4.4-r4.ebuild,v 1.16 2004/07/16 21:36:20 mr_bones_ Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r4.ebuild,v 1.16 2004/07/16 21:36:20 mr_bones_ Exp $
4
4
5
inherit eutils gcc
5
inherit eutils gcc gnuconfig
6
6
7
DESCRIPTION="SDL MPEG Player Library"
7
DESCRIPTION="SDL MPEG Player Library"
8
HOMEPAGE="http://www.lokigames.com/development/smpeg.php3"
8
HOMEPAGE="http://www.lokigames.com/development/smpeg.php3"
Lines 10-16 Link Here
10
10
11
LICENSE="LGPL-2"
11
LICENSE="LGPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64"
13
KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64 ppc64"
14
IUSE="X gtk opengl debug"
14
IUSE="X gtk opengl debug"
15
15
16
DEPEND=">=media-libs/libsdl-1.2.0
16
DEPEND=">=media-libs/libsdl-1.2.0
Lines 21-26 Link Here
21
src_unpack() {
21
src_unpack() {
22
	unpack ${A}
22
	unpack ${A}
23
	cd ${S}
23
	cd ${S}
24
	use ppc64 && gnuconfig_update
24
	sed -i \
25
	sed -i \
25
		-e 's:-mcpu=ev4 -Wa,-mall::' \
26
		-e 's:-mcpu=ev4 -Wa,-mall::' \
26
		-e 's:-march=486::' \
27
		-e 's:-march=486::' \

Return to bug 57994