nvidia-video-codec-7.1.9.ebuild 543 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Redistributable headers to build cuvid and nvenc"
  5. HOMEPAGE="https://github.com/lu-zero/nvidia-video-codec"
  6. SRC_URI="https://github.com/lu-zero/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
  7. LICENSE="MIT"
  8. SLOT="0"
  9. KEYWORDS="~amd64"
  10. IUSE=""
  11. DEPEND=">=dev-util/nvidia-cuda-toolkit-7.5
  12. >=x11-drivers/nvidia-drivers-367.35"
  13. RDEPEND="${DEPEND}"
  14. src_install() {
  15. insinto /opt/${PN}/include
  16. doins *.h
  17. dodoc README.md
  18. }