diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-15 13:24:45 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-15 13:24:45 +0100 |
commit | d55510903b550374447396eb635ec2d185ee683b (patch) | |
tree | f5ac9e703cf568f210a4d46d23e76cbb9609e9c3 /media-video | |
parent | media-video/ffmpeg: revert libressl changes in live ebuild. (diff) | |
download | gentoo-d55510903b550374447396eb635ec2d185ee683b.tar.gz gentoo-d55510903b550374447396eb635ec2d185ee683b.tar.bz2 gentoo-d55510903b550374447396eb635ec2d185ee683b.zip |
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 <aballier@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
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 ) " |