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

Collapse All | Expand All

(-)vorbis-tools-1.0.1.ebuild.orig (-2 / +8 lines)
Lines 4-10 Link Here
4
4
5
IUSE="nls flac speex"
5
IUSE="nls flac speex"
6
6
7
inherit gcc flag-o-matic
7
inherit gcc flag-o-matic eutils
8
8
9
DESCRIPTION="tools for using the Ogg Vorbis sound file format"
9
DESCRIPTION="tools for using the Ogg Vorbis sound file format"
10
HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html"
10
HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html"
Lines 23-28 Link Here
23
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
24
	nls? ( sys-devel/gettext )"
24
	nls? ( sys-devel/gettext )"
25
25
26
src_unpack(){
27
	unpack ${A}
28
	cd ${S}
29
	use ppc64 && epatch ${FILESDIR}/vorbis-tools-1.0.1-debug-ppc64.patch
30
}
31
26
src_compile() {
32
src_compile() {
27
	use hppa && [ "`gcc-fullversion`" == "3.3.2" ] && replace-flags -march=2.0 -march=1.0
33
	use hppa && [ "`gcc-fullversion`" == "3.3.2" ] && replace-flags -march=2.0 -march=1.0
28
	use ppc-macos && use speex && append-flags -I/usr/include/speex
34
	use ppc-macos && use speex && append-flags -I/usr/include/speex
Lines 46-49 Link Here
46
	dodoc AUTHORS README
52
	dodoc AUTHORS README
47
	docinto ogg123
53
	docinto ogg123
48
	dodoc ogg123/ogg123rc-example
54
	dodoc ogg123/ogg123rc-example
49
}
55
}

Return to bug 80187