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

Collapse All | Expand All

(-)tovid-0.31-r1.ebuild (-2 / +3 lines)
Lines 12-18 Link Here
12
	app-text/txt2tags"
12
	app-text/txt2tags"
13
RDEPEND="media-video/mjpegtools
13
RDEPEND="media-video/mjpegtools
14
	media-video/ffmpeg
14
	media-video/ffmpeg
15
	media-video/transcode
15
	>=media-video/transcode-1.1.0
16
	media-sound/normalize
16
	media-sound/normalize
17
	media-gfx/imagemagick
17
	media-gfx/imagemagick
18
	media-sound/sox
18
	media-sound/sox
Lines 52-58 Link Here
52
	cd "${S}"
52
	cd "${S}"
53
	epatch "${FILESDIR}"/${PN}-0.30-configure.patch \
53
	epatch "${FILESDIR}"/${PN}-0.30-configure.patch \
54
		"${FILESDIR}"/${P}-todisc.patch \
54
		"${FILESDIR}"/${P}-todisc.patch \
55
		"${FILESDIR}"/${P}-sox.patch
55
		"${FILESDIR}"/${P}-sox.patch \
56
		"${FILESDIR}"/${P}-progress_meter.patch
56
}
57
}
57
58
58
src_install() {
59
src_install() {

Return to bug 294492