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 022201382C5 for ; Fri, 11 May 2018 08:51:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3334E0953; Fri, 11 May 2018 08:51:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD7FDE0953 for ; Fri, 11 May 2018 08:51:29 +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 763B7335C81 for ; Fri, 11 May 2018 08:51:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDCF740 for ; Fri, 11 May 2018 08:51:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1526028640.ed66002eb030642cdb9a66d46465ba1c98ab1a01.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ed66002eb030642cdb9a66d46465ba1c98ab1a01 X-VCS-Branch: master Date: Fri, 11 May 2018 08:51:26 +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: eade57ca-5980-498c-ad19-7b20628b7e87 X-Archives-Hash: 15927c753dadf8764cc4bd986f27d0e9 commit: ed66002eb030642cdb9a66d46465ba1c98ab1a01 Author: Ilya Tumaykin gmail com> AuthorDate: Mon Apr 30 13:02:17 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 11 08:50:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed66002e media-video/mpv: require nv-codec-headers for cuda in 9999 Upstream-commit: https://github.com/mpv-player/mpv/commit/07915b12273a36bc7f104a5f3fc949a407d243dc Package-Manager: Portage-2.3.31, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8219 media-video/mpv/mpv-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 8ebf7c7bbb6..de7207561ce 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -119,6 +119,7 @@ DEPEND="${COMMON_DEPEND} ${PYTHON_DEPS} dev-python/docutils virtual/pkgconfig + cuda? ( >=media-libs/nv-codec-headers-8.1.24.1 ) doc? ( dev-python/rst2pdf ) dvb? ( virtual/linuxtv-dvb-headers ) test? ( >=dev-util/cmocka-1.0.0 )