media-libs/amdvlk-bin: improved manifest

Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
Denis Reva
2024-08-08 19:15:03 +05:00
parent 30520de533
commit 4c38aa8af1
3 changed files with 3 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="sys-apps/sed"
QA_PREBUILT="*"
QA_SONAME_NO_SYMLINK=".*/amdvlk64.so"
QA_SONAME_NO_SYMLINK=".*/amdvlk64.so .*/amdvlk32.so"
pkg_pretend(){
ewarn "This is extremely old version which supports AMD's legacy GPUs such as:"

View File

@@ -36,13 +36,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="sys-apps/sed"
QA_PREBUILT="
usr/lib/*
usr/lib64/*
"
# TODO: Found a correct way to disable QA_SONAME for /usr/lib/amdvlk32.so
# I don't know why the current value is not working
QA_SONAME="usr/lib/*"
QA_PREBUILT="*"
pkg_pretend(){
elog "This is last version which supports AMD's legacy graphics cards such as:"

View File

@@ -37,13 +37,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="sys-apps/sed"
QA_PREBUILT="
usr/lib/*
usr/lib64/*
"
# TODO: Found a correct way to disable QA_SONAME for /usr/lib/amdvlk32.so
# I don't know why the current value is not working
QA_SONAME="usr/lib/*"
QA_PREBUILT="*"
pkg_pretend(){
ewarn "Mainline AMDVLK drops support for pre-NAVI graphics cards"