Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/
Date: Wed, 02 Oct 2019 11:52:18
Message-Id: 1570017110.70c26191a4539f0ea143b19ca30d9a5e5f2922fd.aballier@gentoo
1 commit: 70c26191a4539f0ea143b19ca30d9a5e5f2922fd
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 2 10:21:25 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 11:51:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c26191
7
8 media-video/ffmpeg: add missing := dep on libva
9
10 Closes: https://bugs.gentoo.org/641490
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 media-video/ffmpeg/ffmpeg-4.2.1.ebuild | 2 +-
15 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-video/ffmpeg/ffmpeg-4.2.1.ebuild b/media-video/ffmpeg/ffmpeg-4.2.1.ebuild
19 index e614ce5a206..74fb2c23550 100644
20 --- a/media-video/ffmpeg/ffmpeg-4.2.1.ebuild
21 +++ b/media-video/ffmpeg/ffmpeg-4.2.1.ebuild
22 @@ -240,7 +240,7 @@ RDEPEND="
23 ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] )
24 svg? ( gnome-base/librsvg:2=[${MULTILIB_USEDEP}] )
25 truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] )
26 - vaapi? ( >=x11-libs/libva-1.2.1-r1[${MULTILIB_USEDEP}] )
27 + vaapi? ( >=x11-libs/libva-1.2.1-r1:0=[${MULTILIB_USEDEP}] )
28 video_cards_nvidia? ( >=media-libs/nv-codec-headers-9.0.18.0[${MULTILIB_USEDEP}] )
29 vdpau? ( >=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}] )
30 vidstab? ( >=media-libs/vidstab-1.1.0[${MULTILIB_USEDEP}] )
31
32 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
33 index b95ad276208..b227d7197ca 100644
34 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild
35 +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
36 @@ -240,7 +240,7 @@ RDEPEND="
37 ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] )
38 svg? ( gnome-base/librsvg:2=[${MULTILIB_USEDEP}] )
39 truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] )
40 - vaapi? ( >=x11-libs/libva-1.2.1-r1[${MULTILIB_USEDEP}] )
41 + vaapi? ( >=x11-libs/libva-1.2.1-r1:0=[${MULTILIB_USEDEP}] )
42 video_cards_nvidia? ( >=media-libs/nv-codec-headers-9.0.18.0[${MULTILIB_USEDEP}] )
43 vdpau? ( >=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}] )
44 vidstab? ( >=media-libs/vidstab-1.1.0[${MULTILIB_USEDEP}] )