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

(-)ffmpeg-0.4.9_p20070129.ebuild.old (-6 / +6 lines)
Lines 32-38 Link Here
32
        dts? ( media-libs/libdts )
32
        dts? ( media-libs/libdts )
33
        ieee1394? ( =media-libs/libdc1394-1*
33
        ieee1394? ( =media-libs/libdc1394-1*
34
                                sys-libs/libraw1394 )
34
                                sys-libs/libraw1394 )
35
        x264? ( >=media-libs/x264-svn-20061014 )"
35
        x264? ( >=media-libs/x264-svn-20061014 )
36
        theora? ( media-libs/libtheora )"
36
37
37
DEPEND="${RDEPEND}
38
DEPEND="${RDEPEND}
38
        doc? ( app-text/texi2html )
39
        doc? ( app-text/texi2html )
Lines 115-126 Link Here
115
        use ieee1394 && myconf="${myconf} --enable-dc1394"
116
        use ieee1394 && myconf="${myconf} --enable-dc1394"
116
        use threads && myconf="${myconf} --enable-pthreads"
117
        use threads && myconf="${myconf} --enable-pthreads"
117
        use xvid && myconf="${myconf} --enable-xvid"
118
        use xvid && myconf="${myconf} --enable-xvid"
118
        if use vorbis
119
        if ( use vorbis || use theora || use ogg ); then
119
        then
120
                myconf="${myconf} --enable-libogg"
120
                myconf="${myconf} --enable-vorbis --enable-libogg"
121
        else
122
                use ogg && myconf="${myconf} --enable-libogg"
123
        fi
121
        fi
122
        use vorbis && myconf="${myconf} --enable-vorbis"
123
        use theora && myconf="${myconf} --enable-libtheora"
124
        use dts && myconf="${myconf} --enable-dts"
124
        use dts && myconf="${myconf} --enable-dts"
125
        use x264 && myconf="${myconf} --enable-x264"
125
        use x264 && myconf="${myconf} --enable-x264"
126
        use aac && myconf="${myconf} --enable-faad --enable-faac"
126
        use aac && myconf="${myconf} --enable-faad --enable-faac"

Return to bug 166986