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

Collapse All | Expand All

(-)ffmpeg-0.4.9_p20060517.ebuild.old (-2 / +4 lines)
Lines 25-34 Link Here
25
IUSE="aac altivec amr debug doc ieee1394 a52 encode imlib mmx ogg vorbis oss
25
IUSE="aac altivec amr debug doc ieee1394 a52 encode imlib mmx ogg vorbis oss
26
	test theora threads truetype v4l x264 xvid dts network zlib sdl"
26
	test theora threads truetype v4l x264 xvid dts network zlib sdl"
27
27
28
DEPEND="imlib? ( media-libs/imlib2 )
28
RDEPEND="imlib? ( media-libs/imlib2 )
29
	truetype? ( >=media-libs/freetype-2 )
29
	truetype? ( >=media-libs/freetype-2 )
30
	sdl? ( >=media-libs/libsdl-1.2.1 )
30
	sdl? ( >=media-libs/libsdl-1.2.1 )
31
	doc? ( app-text/texi2html )
32
	encode? ( media-sound/lame )
31
	encode? ( media-sound/lame )
33
	ogg? ( media-libs/libogg )
32
	ogg? ( media-libs/libogg )
34
	vorbis? ( media-libs/libvorbis )
33
	vorbis? ( media-libs/libvorbis )
Lines 44-49 Link Here
44
	x264? ( media-libs/x264-svn )
43
	x264? ( media-libs/x264-svn )
45
	amr? ( app-arch/unzip )"
44
	amr? ( app-arch/unzip )"
46
45
46
DEPEND="${RDEPEND}
47
	doc? ( app-text/texi2html )"
48
47
src_unpack() {
49
src_unpack() {
48
	unpack ${A} || die
50
	unpack ${A} || die
49
	cd ${S_BASE}
51
	cd ${S_BASE}

Return to bug 134555