commit:     8bec519a06c8aaf29f0e7b992816024417ad2726
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 09:07:01 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Apr 14 09:07:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bec519a

media-video/ffmpeg: drop x11grab, there is only the xcb grabber left now

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/ffmpeg/ffmpeg-3.3.ebuild  | 2 --
 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 --
 2 files changed, 4 deletions(-)

diff --git a/media-video/ffmpeg/ffmpeg-3.3.ebuild 
b/media-video/ffmpeg/ffmpeg-3.3.ebuild
index a029d65a8d6..841ef128a24 100644
--- a/media-video/ffmpeg/ffmpeg-3.3.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.3.ebuild
@@ -238,7 +238,6 @@ RDEPEND="
        X? (
                >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
                >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
-               !xcb? ( >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] )
                >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
        )
        xcb? ( >=x11-libs/libxcb-1.4[${MULTILIB_USEDEP}] )
@@ -324,7 +323,6 @@ multilib_src_configure() {
        for i in alsa oss jack ; do
                use ${i} || myconf+=( --disable-indev=${i} )
        done
-       use xcb || ffuse+=( X:x11grab )
 
        # Outdevs
        for i in alsa oss sdl ; do

diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild 
b/media-video/ffmpeg/ffmpeg-9999.ebuild
index 8ef8afe1238..0cab2cec5be 100644
--- a/media-video/ffmpeg/ffmpeg-9999.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
@@ -238,7 +238,6 @@ RDEPEND="
        X? (
                >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
                >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
-               !xcb? ( >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] )
                >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
        )
        xcb? ( >=x11-libs/libxcb-1.4[${MULTILIB_USEDEP}] )
@@ -324,7 +323,6 @@ multilib_src_configure() {
        for i in alsa oss jack ; do
                use ${i} || myconf+=( --disable-indev=${i} )
        done
-       use xcb || ffuse+=( X:x11grab )
 
        # Outdevs
        for i in alsa oss sdl ; do

Reply via email to