mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/nvidia-vaapi-driver: add 0.0.17
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST nvidia-vaapi-driver-0.0.16.tar.gz 185187 BLAKE2B 49dbb778c515e0eca1ae5f3edea527d6842799dd01ceb5e24f496b102e43def40ca124085d287732d56e7eb89d42ee99b0fa41ac1d48d68aee10bae86c9b9ebb SHA512 efa9acecf672f5c8b881ca45bbac81ec57c55b75f8a62d2f7f73ad86ff1be96fd3e012ec1421cccb0ed8090596829563c19fde940cf7b46313514c34917f0c13
|
||||
DIST nvidia-vaapi-driver-0.0.17.tar.gz 216170 BLAKE2B 67556330688eb1cfa88d9f19d3ca605db4fe319dc61ed4fe1cf12d854590c9ed71c7247d6ec3b49cbc5a38cfd647ed2898c40f9d7f2f183084b12dd137bd8cb6 SHA512 058600f869d749e3c0f1988684316ea13c0108ad0faabeea23c6c86d38d149bdde5201ab2fefd6ffc71145a29a68f11d8a8e9caead987ca9035f454a4127d4b1
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
# Copyright 2023-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson-multilib
|
||||
|
||||
DESCRIPTION="A VA-API implemention using NVIDIA's NVDEC"
|
||||
HOMEPAGE="https://github.com/elFarto/nvidia-vaapi-driver"
|
||||
SRC_URI="https://github.com/elFarto/nvidia-vaapi-driver/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="media-libs/gst-plugins-bad
|
||||
media-libs/libglvnd
|
||||
>=media-libs/libva-1.8.0
|
||||
>=x11-libs/libdrm-2.4.60"
|
||||
DEPEND="${RDEPEND}
|
||||
>=media-libs/nv-codec-headers-11.1.5.1"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
pkg_postinst() {
|
||||
# Source: https://github.com/elFarto/nvidia-vaapi-driver/blob/v0.0.12/src/backend-common.c#L13
|
||||
elog "If vaapi drivers fail to load, then make sure that you are"
|
||||
elog "passing the correct parameters to the kernel."
|
||||
elog "nvidia_drm.modeset should be set to 1."
|
||||
|
||||
elog "Check the wiki page for more information: "
|
||||
elog "https://wiki.gentoo.org/wiki/VAAPI"
|
||||
}
|
||||
Reference in New Issue
Block a user