From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48B88139694 for ; Thu, 4 May 2017 16:28:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D915E0D13; Thu, 4 May 2017 16:28:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E22CDE0D13 for ; Thu, 4 May 2017 16:28:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED7643416BD for ; Thu, 4 May 2017 16:28:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8099C744F for ; Thu, 4 May 2017 16:28:31 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1493915244.df57b763a376e8a20cc3a3f8ef183d9333f8840c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: df57b763a376e8a20cc3a3f8ef183d9333f8840c X-VCS-Branch: master Date: Thu, 4 May 2017 16:28:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e682d6a9-e382-412d-99a3-cc20cc6fc43d X-Archives-Hash: 7fc8f48160957a332001fa945737c88b commit: df57b763a376e8a20cc3a3f8ef183d9333f8840c Author: Ilya Tumaykin gmail com> AuthorDate: Thu Apr 27 19:51:01 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu May 4 16:27:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df57b763 media-video/mpv: merge xinerama and xscreensaver with X in 9999 Gentoo-Bug: 617088 Upstream-commit: 927afa311d4a89b022305508acbf4e7325fe3928 Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-video/mpv/mpv-9999.ebuild | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 9d23b6c88d5..41442124e0b 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -30,8 +30,8 @@ SLOT="0" IUSE="+alsa aqua archive bluray cdda +cli coreaudio cplugins cuda doc drm dvb dvd +egl encode gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl - selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama - +xscreensaver +xv zsh-completion" + selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X +xv + zsh-completion" IUSE+=" cpu_flags_x86_sse4_1" REQUIRED_USE=" @@ -50,8 +50,6 @@ REQUIRED_USE=" vaapi? ( || ( gbm X wayland ) ) vdpau? ( X ) wayland? ( egl ) - xinerama? ( X ) - xscreensaver? ( X ) xv? ( X ) zsh-completion? ( cli ) ${PYTHON_REQUIRED_USE} @@ -107,11 +105,11 @@ COMMON_DEPEND=" ) X? ( x11-libs/libX11 + x11-libs/libXScrnSaver x11-libs/libXext - >=x11-libs/libXrandr-1.2.0 + x11-libs/libXinerama + x11-libs/libXrandr opengl? ( x11-libs/libXdamage ) - xinerama? ( x11-libs/libXinerama ) - xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) " @@ -236,11 +234,7 @@ src_configure() { $(use_enable gbm) $(use_enable wayland) $(use_enable X x11) - $(use_enable xscreensaver xss) - $(use_enable X xext) $(use_enable xv) - $(use_enable xinerama) - $(use_enable X xrandr) $(usex opengl "$(use_enable aqua gl-cocoa)" '--disable-gl-cocoa') $(usex opengl "$(use_enable X gl-x11)" '--disable-gl-x11') $(usex egl "$(use_enable X egl-x11)" '--disable-egl-x11')