commit: 53fde2434035821c2ebdf032e4761b1e36de4021 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Thu Jan 5 20:21:40 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> 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 ) )
