View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/media-video/mpeg4ip/mpeg4ip-1.1.ebuild (-2 / +5 lines)
 Lines 16-22    Link Here 
KEYWORDS="x86 amd64"
KEYWORDS="x86 amd64"
IUSE="ipv6 mmx gtk v4l2 xvid nas alsa esd arts"
IUSE="ipv6 mmx gtk v4l2 xvid nas alsa esd arts X"
RDEPEND="sys-devel/libtool
RDEPEND="sys-devel/libtool
	sys-devel/autoconf
	sys-devel/autoconf
 Lines 29-35    Link Here 
	nas? ( media-libs/nas virtual/x11 )
	nas? ( media-libs/nas virtual/x11 )
	alsa? ( media-libs/alsa-lib )
	alsa? ( media-libs/alsa-lib )
	arts? ( kde-base/arts )
	arts? ( kde-base/arts )
	esd? ( media-sound/esound )"
	esd? ( media-sound/esound )
	X? ( virtual/x11 x11-libs/gtk+ )
	media-libs/libsdl"
DEPEND="${RDEPEND}
DEPEND="${RDEPEND}
	x86? ( mmx? ( >=dev-lang/nasm-0.98.19 ) )"
	x86? ( mmx? ( >=dev-lang/nasm-0.98.19 ) )"
 Lines 62-67    Link Here 
			$(use_enable alsa)
			$(use_enable alsa)
			$(use_enable arts)"
			$(use_enable arts)"
	use v4l2 || myconf="${myconf} --disable-v4l2"
	use v4l2 || myconf="${myconf} --disable-v4l2"
	use X || myconf="${myconf} --without-x --disable-player --disable-mp4live"
	econf ${myconf} || die "configure failed"
	econf ${myconf} || die "configure failed"