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

(-)/usr/portage/media-video/mjpegtools/mjpegtools-1.6.2.ebuild (-2 / +5 lines)
Lines 11-17 Link Here
11
LICENSE="as-is"
11
LICENSE="as-is"
12
SLOT="1"
12
SLOT="1"
13
KEYWORDS="~x86 ~ppc ~amd64"
13
KEYWORDS="~x86 ~ppc ~amd64"
14
IUSE="gtk avi dv quicktime sdl X 3dnow mmx sse"
14
IUSE="gtk avi dv yv12 quicktime sdl X 3dnow mmx sse"
15
15
16
DEPEND="media-libs/jpeg
16
DEPEND="media-libs/jpeg
17
	>=sys-apps/sed-4
17
	>=sys-apps/sed-4
Lines 52-57 Link Here
52
52
53
	if [ "`use dv`" ] ; then
53
	if [ "`use dv`" ] ; then
54
		myconf="${myconf} --with-dv=/usr"
54
		myconf="${myconf} --with-dv=/usr"
55
        if [ "`use yv12`" ] ; then
56
	        myconf="${myconf} --with-dv-yv12"
57
	    fi		
55
	fi
58
	fi
56
59
57
	if [ "`use x86`" ]; then
60
	if [ "`use x86`" ]; then
Lines 74-80 Link Here
74
		done
77
		done
75
	fi
78
	fi
76
79
77
	emake -j1 || die "compile problem"
80
	emake -j1 CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" || die "compile problem"
78
}
81
}
79
82
80
src_install() {
83
src_install() {

Return to bug 42414