Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 653378 - media-video/ffmpeg-9999 nvenc requested, ffnvcodec is missing
Summary: media-video/ffmpeg-9999 nvenc requested, ffnvcodec is missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 648170
  Show dependency tree
 
Reported: 2018-04-17 14:17 UTC by pmn
Modified: 2018-04-22 11:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pmn 2018-04-17 14:17:39 UTC
i get the following error trying to emerge ffmpeg-9999

ERROR: nvenc requested, but not all dependencies are satisfied: ffnvcodec


people at #ffmpeg are telling me that this needs headers from:

http://git.videolan.org/?p=ffmpeg/nv-codec-headers.git;a=summary

whereas ebuild pulls headers from here:

https://developer.nvidia.com/nvidia-video-codec-sdk
Comment 1 Larry the Git Cow gentoo-dev 2018-04-22 11:21:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72efc6ce0847d20ebaa7e2f4ceb042d36e97e244

commit 72efc6ce0847d20ebaa7e2f4ceb042d36e97e244
Author:     Alexis Ballier <aballier@gentoo.org>
AuthorDate: 2018-04-22 10:52:34 +0000
Commit:     Alexis Ballier <aballier@gentoo.org>
CommitDate: 2018-04-22 11:21:30 +0000

    media-video/ffmpeg: rework nvidia codec support
    
    Closes: https://bugs.gentoo.org/653378
    Closes: https://bugs.gentoo.org/648170
    Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-video/ffmpeg/ffmpeg-4.0.ebuild  | 6 +++---
 media-video/ffmpeg/ffmpeg-9999.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5fc407c8e57f9429c1b0deea5bca124295383f

commit 2e5fc407c8e57f9429c1b0deea5bca124295383f
Author:     Alexis Ballier <aballier@gentoo.org>
AuthorDate: 2018-04-22 10:21:54 +0000
Commit:     Alexis Ballier <aballier@gentoo.org>
CommitDate: 2018-04-22 11:21:30 +0000

    media-libs/nv-codec-headers: initial import
    
    Bug: https://bugs.gentoo.org/653378
    Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-libs/nv-codec-headers/Manifest               |  1 +
 media-libs/nv-codec-headers/metadata.xml           |  7 ++++
 .../nv-codec-headers-8.1.24.1.ebuild               | 39 ++++++++++++++++++++++
 3 files changed, 47 insertions(+)}