summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-04-14 11:07:01 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-04-14 11:07:09 +0200
commit8bec519a06c8aaf29f0e7b992816024417ad2726 (patch)
tree658f7f7520be6b2059f968f6f81a8822922f6723 /media-video
parentapp-emulation/lxd: fix file collision with vendor deps (bug 615444) (diff)
downloadgentoo-8bec519a06c8aaf29f0e7b992816024417ad2726.tar.gz
gentoo-8bec519a06c8aaf29f0e7b992816024417ad2726.tar.bz2
gentoo-8bec519a06c8aaf29f0e7b992816024417ad2726.zip
media-video/ffmpeg: drop x11grab, there is only the xcb grabber left now
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-video')
-rw-r--r--media-video/ffmpeg/ffmpeg-3.3.ebuild2
-rw-r--r--media-video/ffmpeg/ffmpeg-9999.ebuild2
2 files changed, 0 insertions, 4 deletions
diff --git a/media-video/ffmpeg/ffmpeg-3.3.ebuild b/media-video/ffmpeg/ffmpeg-3.3.ebuild
index a029d65a8d6e..841ef128a24a 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 8ef8afe12381..0cab2cec5bee 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