--- /usr/portage/media-video/mpeg4ip/mpeg4ip-1.1.ebuild 2004-11-06 04:38:15.000000000 +0100 +++ /usr/local/portage/media-video/mpeg4ip/mpeg4ip-1.1.ebuild 2004-12-12 15:09:28.892012536 +0100 @@ -16,7 +16,7 @@ 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 sys-devel/autoconf @@ -29,7 +29,10 @@ nas? ( media-libs/nas virtual/x11 ) alsa? ( media-libs/alsa-lib ) arts? ( kde-base/arts ) - esd? ( media-sound/esound )" + esd? ( media-sound/esound ) + X? ( virtual/x11 x11-libs/gtk+ media-libs/libsdl ) + xvid? ( media-libs/xvid ) + " DEPEND="${RDEPEND} x86? ( mmx? ( >=dev-lang/nasm-0.98.19 ) )" @@ -62,6 +65,7 @@ $(use_enable alsa) $(use_enable arts)" use v4l2 || myconf="${myconf} --disable-v4l2" + use X || myconf="${myconf} --without-x --disable-player --disable-mp4live" econf ${myconf} || die "configure failed"