Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Fri, 11 May 2018 08:51:30
Message-Id: 1526028640.ed66002eb030642cdb9a66d46465ba1c98ab1a01.mgorny@gentoo
1 commit: ed66002eb030642cdb9a66d46465ba1c98ab1a01
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 30 13:02:17 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 08:50:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed66002e
7
8 media-video/mpv: require nv-codec-headers for cuda in 9999
9
10 Upstream-commit: https://github.com/mpv-player/mpv/commit/07915b12273a36bc7f104a5f3fc949a407d243dc
11 Package-Manager: Portage-2.3.31, Repoman-2.3.9
12 Closes: https://github.com/gentoo/gentoo/pull/8219
13
14 media-video/mpv/mpv-9999.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
18 index 8ebf7c7bbb6..de7207561ce 100644
19 --- a/media-video/mpv/mpv-9999.ebuild
20 +++ b/media-video/mpv/mpv-9999.ebuild
21 @@ -119,6 +119,7 @@ DEPEND="${COMMON_DEPEND}
22 ${PYTHON_DEPS}
23 dev-python/docutils
24 virtual/pkgconfig
25 + cuda? ( >=media-libs/nv-codec-headers-8.1.24.1 )
26 doc? ( dev-python/rst2pdf )
27 dvb? ( virtual/linuxtv-dvb-headers )
28 test? ( >=dev-util/cmocka-1.0.0 )