Skip to content

Commit

Permalink
media-libs/amdvlk-bin: improved manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Reva <[email protected]>
  • Loading branch information
RarogCmex committed Aug 8, 2024
1 parent 30520de commit 4c38aa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion media-libs/amdvlk-bin/amdvlk-bin-2021.2.5-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down
8 changes: 1 addition & 7 deletions media-libs/amdvlk-bin/amdvlk-bin-2023.3.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down
8 changes: 1 addition & 7 deletions media-libs/amdvlk-bin/amdvlk-bin-2024.2.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4c38aa8

Please sign in to comment.