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

Collapse All | Expand All

(-)grass-6.4.2.ebuild (-4 / +7 lines)
Lines 92-101 Link Here
92
92
93
PATCHES=(
93
PATCHES=(
94
	"${FILESDIR}"/${PN}-pkgconf.patch
94
	"${FILESDIR}"/${PN}-pkgconf.patch
95
	"${FILESDIR}"/${PN}-6.4.1-libav-0.8.patch
96
	"${FILESDIR}"/${PN}-6.4.2-ffmpeg-1.patch
97
	"${FILESDIR}"/${PN}-6.4.2-configure.patch
98
	"${FILESDIR}"/${PN}-6.4.2-libav-9.patch
99
)
95
)
100
96
101
REQUIRED_USE="
97
REQUIRED_USE="
Lines 134-139 Link Here
134
src_prepare() {
130
src_prepare() {
135
	use opengl || epatch "${FILESDIR}"/${PN}-6.4.0-html-nonviz.patch
131
	use opengl || epatch "${FILESDIR}"/${PN}-6.4.0-html-nonviz.patch
136
	base_src_prepare
132
	base_src_prepare
133
134
	# patch ffmpeg includes
135
	sed -e 's:\(avcodec\|avformat\|swscale\)\.h:lib\1/\0:' \
136
		-e 's:avio\.h:libavformat/\0:' \
137
		-i configure.in \
138
		-i lib/ogsf/gsd_img_mpeg.c
139
137
	eautoconf
140
	eautoconf
138
}
141
}
139
142

Return to bug 466388