media-libs/nv-codec-headers: adjust stabilization comment

While we need to care for 580.x support, 535 is getting.. old and
should be rather scarcely used outside of very conservative users.
We should likely stabilize a newer version to ensure better support
for the majority of users at this point even if it'll break things
for 535 users.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-07-14 20:27:51 -04:00
parent 3df902305b
commit 2df81a9a98
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ideally only stabilize versions that work for all non-masked nvidia-drivers
# only stabilize versions that work for all widely used nvidia-drivers branches
NV_MIN_VERSION=530.41.03 # see README
DESCRIPTION="FFmpeg version of headers required to interface with Nvidias codec APIs"

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ideally only stabilize versions that work for all non-masked nvidia-drivers
# only stabilize versions that work for all widely used nvidia-drivers branches
NV_MIN_VERSION=570 # see README
DESCRIPTION="FFmpeg version of headers required to interface with Nvidias codec APIs"