forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-video/nvidia-video-codec: New version
Package-Manager: Portage-2.3.3, Repoman-2.3.2
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST nvidia-video-codec-7.0.1.tar.gz 44283 SHA256 c2e4c3404750ccdc9fedd050398e636f6016457adcc1280db8cc64f22cc8a9b9 SHA512 246e7fee4430f755ca93f1343d2628c5a6de8fdb5826694eabb777ec693f5fa944147a582a96fce38f318d1a9e60e94ca94ef4e27313e3b38970b750fa17d3b4 WHIRLPOOL cde180735508f2f61504ff9ec02a852e56e9888320b4846ea6de7fd2b3c23accc42734faa52a6dd65bbddd40d03d8bab0c6c0898078cdcafaa0dae44ef28f1e8 | ||
DIST nvidia-video-codec-7.1.9.tar.gz 44547 SHA256 91e5af19839b49a72bbb005ea5d2b08637419ff3aca1fc91565be21181055c02 SHA512 8890c668b1ee73de9c6447c0d2ae9ab857927694c7de038d6028ac5a5205c95c0c3629ad8a3950269c7693cd877cf9c9e24f5c4d332a46d27ac79747f2383685 WHIRLPOOL 9f5a31fd86ec6c40989227d01e83bab50b9ad8fce30f41442a75a98a8fca0d52f69fdb4f46837452526207792336148772b599d1b2b15badb6e0692a8ba73e85 | ||
DIST nvidia-video-codec-8.0.14.tar.gz 47388 SHA256 4973e3205a2f4b6b7313521f6df6006f35c21bfc2a085b879b364b2760f5545d SHA512 08f8ff6b9c4a595716d423262f96e4647df1e2fa3d57a98ac2c26da031a15d61600aeb84c97c7d05fdfd42cfcf5800be58aff49ae1379f02c0b4408ddda2269c WHIRLPOOL 2ffa8273019cd4575578610898c9f1efead1f359ee9c233cc7acde50085d148a925605ce6c6a0030656b73a26b410c4ee6ee866a49eb90eef9a96396801d5fa9 |
23 changes: 23 additions & 0 deletions
23
media-video/nvidia-video-codec/nvidia-video-codec-8.0.14.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DESCRIPTION="Redistributable headers to build cuvid and nvenc" | ||
HOMEPAGE="https://github.com/lu-zero/nvidia-video-codec" | ||
SRC_URI="https://github.com/lu-zero/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
DEPEND=">=dev-util/nvidia-cuda-toolkit-7.5 | ||
>=x11-drivers/nvidia-drivers-367.35" | ||
RDEPEND="${DEPEND}" | ||
|
||
src_install() { | ||
insinto /opt/${PN}/include | ||
doins *.h | ||
dodoc README.md | ||
} |