app-emulation/dxvk: Update 9999.

This commit is contained in:
tastytea 2019-12-16 17:31:27 +01:00
parent 9e7ca9d1d4
commit 5314e7717d
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -40,8 +40,8 @@ RDEPEND="
>=app-emulation/wine-vanilla-4.5 >=app-emulation/wine-vanilla-4.5
) )
|| ( || (
video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-418.56 ) video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-440.31 )
>=media-libs/mesa-19.1 >=media-libs/mesa-19.2
) )
" "
@ -52,11 +52,11 @@ src_prepare() {
sed -i "s|\"x32\"|\"usr/${LIBDIR_x86}/dxvk\"|" setup_dxvk.sh || die sed -i "s|\"x32\"|\"usr/${LIBDIR_x86}/dxvk\"|" setup_dxvk.sh || die
if ! use abi_x86_64; then if ! use abi_x86_64; then
sed -i '|installFile "$win64_sys_path"|d' setup_dxvk.sh sed -i '|installFile "$win64_sys_path"|d' setup_dxvk.sh || die
fi fi
if ! use abi_x86_32; then if ! use abi_x86_32; then
sed -i '|installFile "$win32_sys_path"|d' setup_dxvk.sh sed -i '|installFile "$win32_sys_path"|d' setup_dxvk.sh || die
fi fi
} }
@ -88,4 +88,6 @@ pkg_postinst() {
elog "dxvk is installed, but not activated. You have to create DLL overrides" elog "dxvk is installed, but not activated. You have to create DLL overrides"
elog "in order to make use of it. To do so, set WINEPREFIX and execute" elog "in order to make use of it. To do so, set WINEPREFIX and execute"
elog "setup_dxvk.sh install --symlink." elog "setup_dxvk.sh install --symlink."
elog "D9VK is part of DXVK since 1.5. If use symlinks, don't forget to link the new libraries."
} }