From d55510903b550374447396eb635ec2d185ee683b Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 15 Feb 2016 13:24:45 +0100 Subject: media-video/ffmpeg: depend unconditionally on pkgconfig. Some deps were missing their pkgconfig dep, and it is not worth maintaining it for something that is installed in almost every system. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier --- media-video/ffmpeg/ffmpeg-9999.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'media-video') diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 4996b934319b..210a649cd57a 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -247,16 +247,10 @@ RDEPEND=" DEPEND="${RDEPEND} >=sys-devel/make-3.81 doc? ( sys-apps/texinfo ) - fontconfig? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) - gnutls? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) - ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] ) - libv4l? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) cpu_flags_x86_mmx? ( >=dev-lang/yasm-1.2 ) - librtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) - schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) test? ( net-misc/wget sys-devel/bc ) - truetype? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) v4l? ( sys-kernel/linux-headers ) " -- cgit v1.2.3-65-gdbad