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

Collapse All | Expand All

(-)mplayer-1.0_pre5-r4.ebuild.orig (-2 / +11 lines)
Lines 86-92 Link Here
86
LICENSE="GPL-2"
86
LICENSE="GPL-2"
87
#KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~ia64 ~hppa ~sparc"
87
#KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~ia64 ~hppa ~sparc"
88
#agriffis - uncomment this when ia64 is ready - Chris
88
#agriffis - uncomment this when ia64 is ready - Chris
89
KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~hppa ~sparc"
89
KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~hppa ~sparc ~ppc64"
90
90
91
src_unpack() {
91
src_unpack() {
92
92
Lines 159-164 Link Here
159
	use sparc && sed -i 's:#define __KERNEL__::' osdep/kerneltwosix.h
159
	use sparc && sed -i 's:#define __KERNEL__::' osdep/kerneltwosix.h
160
	# Doesn't break if bio2jack is in
160
	# Doesn't break if bio2jack is in
161
	epatch ${FILESDIR}/${P}-bio2jack.patch
161
	epatch ${FILESDIR}/${P}-bio2jack.patch
162
163
	use ppc64 && epatch ${FILESDIR}/${P}-r4-ppc64.patch
162
}
164
}
163
165
164
linguas_warn() {
166
linguas_warn() {
Lines 380-389 Link Here
380
	myconf="${myconf} $(use_enable mmx)"
382
	myconf="${myconf} $(use_enable mmx)"
381
	myconf="${myconf} $(use_enable mmx2)"
383
	myconf="${myconf} $(use_enable mmx2)"
382
	myconf="${myconf} $(use_enable 3dnow)"
384
	myconf="${myconf} $(use_enable 3dnow)"
383
	myconf="${myconf} $(use_enable altivec)"
384
	myconf="${myconf} $(use_enable debug)"
385
	myconf="${myconf} $(use_enable debug)"
385
	myconf="${myconf} $(use_enable nls i18n)"
386
	myconf="${myconf} $(use_enable nls i18n)"
386
387
388
	if use ppc64
389
	then
390
		myconf="${myconf} --disable-altivec"
391
	#	myconf="${myconf} --enable-big-endian"
392
	else
393
		myconf="${myconf} $(use_enable altivec)"
394
	fi
395
387
	if use real
396
	if use real
388
	then
397
	then
389
		if [ -d /usr/$(get_libdir)/real ]
398
		if [ -d /usr/$(get_libdir)/real ]

Return to bug 68112