--- /usr/portage/media-video/ffmpeg/ffmpeg-0.4.9_p20051216.ebuild 2005-12-21 21:05:53.000000000 +0100 +++ /usr/local/portage/media-video/ffmpeg/ffmpeg-0.4.9_p20051216.ebuild 2005-12-25 20:07:09.000000000 +0100 @@ -20,7 +20,8 @@ # ~ia64 ~arm ~mips ~hppa #KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" KEYWORDS="-* ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="aac altivec debug doc ieee1394 a52 encode imlib mmx ogg vorbis oss test theora threads truetype v4l xvid dts network zlib sdl" +IUSE="aac altivec debug doc ieee1394 a52 encode imlib mmx ogg vorbis oss test +theora threads truetype v4l xvid dts network zlib sdl x264" DEPEND="imlib? ( media-libs/imlib2 ) truetype? ( >=media-libs/freetype-2 ) @@ -35,6 +36,7 @@ xvid? ( >=media-libs/xvid-1.0.3 ) zlib? ( sys-libs/zlib ) dts? ( media-libs/libdts ) + x264? ( media-libs/x264-svn ) ieee1394? ( =media-libs/libdc1394-1* sys-libs/libraw1394 ) test? ( net-misc/wget )" @@ -101,6 +103,7 @@ $(use_enable threads pthreads) \ $(use_enable xvid) \ $(use_enable ogg libogg) \ + $(use_enable x264) \ $(use_enable vorbis) \ $(use_enable theora) \ $(use_enable dts) \