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: Fri, 14 Apr 2017 09:07:23
Message-Id: 1492160829.8bec519a06c8aaf29f0e7b992816024417ad2726.aballier@gentoo
1 commit: 8bec519a06c8aaf29f0e7b992816024417ad2726
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 14 09:07:01 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 09:07:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bec519a
7
8 media-video/ffmpeg: drop x11grab, there is only the xcb grabber left now
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 media-video/ffmpeg/ffmpeg-3.3.ebuild | 2 --
13 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 --
14 2 files changed, 4 deletions(-)
15
16 diff --git a/media-video/ffmpeg/ffmpeg-3.3.ebuild b/media-video/ffmpeg/ffmpeg-3.3.ebuild
17 index a029d65a8d6..841ef128a24 100644
18 --- a/media-video/ffmpeg/ffmpeg-3.3.ebuild
19 +++ b/media-video/ffmpeg/ffmpeg-3.3.ebuild
20 @@ -238,7 +238,6 @@ RDEPEND="
21 X? (
22 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
23 >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
24 - !xcb? ( >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] )
25 >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
26 )
27 xcb? ( >=x11-libs/libxcb-1.4[${MULTILIB_USEDEP}] )
28 @@ -324,7 +323,6 @@ multilib_src_configure() {
29 for i in alsa oss jack ; do
30 use ${i} || myconf+=( --disable-indev=${i} )
31 done
32 - use xcb || ffuse+=( X:x11grab )
33
34 # Outdevs
35 for i in alsa oss sdl ; do
36
37 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
38 index 8ef8afe1238..0cab2cec5be 100644
39 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild
40 +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
41 @@ -238,7 +238,6 @@ RDEPEND="
42 X? (
43 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
44 >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
45 - !xcb? ( >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] )
46 >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
47 )
48 xcb? ( >=x11-libs/libxcb-1.4[${MULTILIB_USEDEP}] )
49 @@ -324,7 +323,6 @@ multilib_src_configure() {
50 for i in alsa oss jack ; do
51 use ${i} || myconf+=( --disable-indev=${i} )
52 done
53 - use xcb || ffuse+=( X:x11grab )
54
55 # Outdevs
56 for i in alsa oss sdl ; do