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 CC01F139087 for ; Sat, 7 Jan 2017 14:48:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D548E0C78; Sat, 7 Jan 2017 14:48:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EAEACE0C5E for ; Sat, 7 Jan 2017 14:48:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E88BD3413C3 for ; Sat, 7 Jan 2017 14:48:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81AA9261F for ; Sat, 7 Jan 2017 14:48:55 +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: <1483800495.53fde2434035821c2ebdf032e4761b1e36de4021.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-0.18.0-r1.ebuild media-video/mpv/mpv-0.22.0-r1.ebuild media-video/mpv/mpv-0.23.0.ebuild 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: 53fde2434035821c2ebdf032e4761b1e36de4021 X-VCS-Branch: master Date: Sat, 7 Jan 2017 14:48:55 +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: 4644db19-20a7-4253-94bd-b5440e2d24ab X-Archives-Hash: ec49d292bdef53ed3b48899ec6a46992 commit: 53fde2434035821c2ebdf032e4761b1e36de4021 Author: Ilya Tumaykin gmail com> AuthorDate: Thu Jan 5 20:21:40 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 7 14:48:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53fde243 media-video/mpv: require opengl or egl for tests Testsuite won't build otherwise. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3351 media-video/mpv/mpv-0.18.0-r1.ebuild | 1 + media-video/mpv/mpv-0.22.0-r1.ebuild | 1 + media-video/mpv/mpv-0.23.0.ebuild | 1 + media-video/mpv/mpv-9999.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/media-video/mpv/mpv-0.18.0-r1.ebuild b/media-video/mpv/mpv-0.18.0-r1.ebuild index 162c9be..9c2e121 100644 --- a/media-video/mpv/mpv-0.18.0-r1.ebuild +++ b/media-video/mpv/mpv-0.18.0-r1.ebuild @@ -43,6 +43,7 @@ REQUIRED_USE=" lcms? ( || ( opengl egl ) ) libguess? ( iconv ) luajit? ( lua ) + test? ( || ( opengl egl ) ) uchardet? ( iconv ) v4l? ( || ( alsa oss ) ) vaapi? ( || ( gbm X wayland ) ) diff --git a/media-video/mpv/mpv-0.22.0-r1.ebuild b/media-video/mpv/mpv-0.22.0-r1.ebuild index 9437108..f336a05 100644 --- a/media-video/mpv/mpv-0.22.0-r1.ebuild +++ b/media-video/mpv/mpv-0.22.0-r1.ebuild @@ -43,6 +43,7 @@ REQUIRED_USE=" lcms? ( || ( opengl egl ) ) libguess? ( iconv ) luajit? ( lua ) + test? ( || ( opengl egl ) ) tools? ( cli ) uchardet? ( iconv ) v4l? ( || ( alsa oss ) ) diff --git a/media-video/mpv/mpv-0.23.0.ebuild b/media-video/mpv/mpv-0.23.0.ebuild index 8179cd1..0ae0581 100644 --- a/media-video/mpv/mpv-0.23.0.ebuild +++ b/media-video/mpv/mpv-0.23.0.ebuild @@ -41,6 +41,7 @@ REQUIRED_USE=" gbm? ( drm egl ) lcms? ( || ( opengl egl ) ) luajit? ( lua ) + test? ( || ( opengl egl ) ) tools? ( cli ) uchardet? ( iconv ) v4l? ( || ( alsa oss ) ) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 8179cd1..0ae0581 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -41,6 +41,7 @@ REQUIRED_USE=" gbm? ( drm egl ) lcms? ( || ( opengl egl ) ) luajit? ( lua ) + test? ( || ( opengl egl ) ) tools? ( cli ) uchardet? ( iconv ) v4l? ( || ( alsa oss ) )