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

(-)ffmpeg-0.7.6.ebuild (-7 / +7 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/ffmpeg/ffmpeg-0.7.6.ebuild,v 1.1 2011/10/05 14:06:08 aballier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.7.6.ebuild,v 1.1 2011/10/05 14:06:08 aballier Exp $
4
4
5
EAPI="2"
5
EAPI="4"
6
6
7
SCM=""
7
SCM=""
8
if [ "${PV#9999}" != "${PV}" ] ; then
8
if [ "${PV#9999}" != "${PV}" ] ; then
Lines 248-270 Link Here
248
}
248
}
249
249
250
src_compile() {
250
src_compile() {
251
	emake version.h || die #252269
251
	emake version.h #252269
252
	emake || die
252
	emake
253
253
254
	if use qt-faststart; then
254
	if use qt-faststart; then
255
		tc-export CC
255
		tc-export CC
256
		emake -C tools qt-faststart || die
256
		emake -C tools qt-faststart
257
	fi
257
	fi
258
}
258
}
259
259
260
src_install() {
260
src_install() {
261
	emake DESTDIR="${D}" install install-man || die
261
	emake DESTDIR="${D}" install install-man
262
262
263
	dodoc README INSTALL
263
	dodoc README INSTALL
264
	dodoc doc/*
264
	dodoc -r doc/*
265
265
266
	if use qt-faststart; then
266
	if use qt-faststart; then
267
		dobin tools/qt-faststart || die
267
		dobin tools/qt-faststart
268
	fi
268
	fi
269
}
269
}
270
270

Return to bug 373599