From 396540dc66507b131572c97ec7b171b943c747f4 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Wed, 7 Oct 2020 15:01:56 -0400 Subject: app-emulation/dxvk-bin: bump --- app-emulation/dxvk-bin/Manifest | 2 +- app-emulation/dxvk-bin/dxvk-bin-1.7.1.ebuild | 39 ---------------------------- app-emulation/dxvk-bin/dxvk-bin-1.7.2.ebuild | 39 ++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 app-emulation/dxvk-bin/dxvk-bin-1.7.1.ebuild create mode 100644 app-emulation/dxvk-bin/dxvk-bin-1.7.2.ebuild (limited to 'app-emulation') diff --git a/app-emulation/dxvk-bin/Manifest b/app-emulation/dxvk-bin/Manifest index 2c1c20f..3a5aabf 100644 --- a/app-emulation/dxvk-bin/Manifest +++ b/app-emulation/dxvk-bin/Manifest @@ -1 +1 @@ -DIST dxvk-bin-1.7.1.tar.gz 7863711 BLAKE2B f6302e254864fda8a6cac17917c41c77974eeeeb1e2bf0270b0faaa4449d709036ff065e48b5c20e9be92dc8be0b4dbfe87b03056e168f5f47ee54327bd8a513 SHA512 8fef547446d1305f70153f1168ea54f9fab461d32f2209fecf400074724a400ed495f21982e4d4c57cf7af1902a58104ab67c8aa4ca29f4c827fb2aac711a855 +DIST dxvk-bin-1.7.2.tar.gz 7881987 BLAKE2B 5f9a9bab7807b37cd56108a36c4c00f52897d07c4a5b50a61f97d3d5f6ea1f14d5b5effdbf2bc8faf78c965449b41d9792b6f20c2233e7ae6912dad5dc117ef3 SHA512 88ce06c3a37384341906b1f1082c4ddcfdcb13032909414f922600da2c9d1b6697f0fe0fcf1b8a46e60c30f2391f5a01d042606cf3cd161d5f0632de610ff929 diff --git a/app-emulation/dxvk-bin/dxvk-bin-1.7.1.ebuild b/app-emulation/dxvk-bin/dxvk-bin-1.7.1.ebuild deleted file mode 100644 index bc0b42a..0000000 --- a/app-emulation/dxvk-bin/dxvk-bin-1.7.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Vulkan-based D3D11 and D3D10 implementation for Linux / Wine" -HOMEPAGE="https://github.com/doitsujin/dxvk" -SRC_URI="https://github.com/doitsujin/dxvk/releases/download/v${PV}/dxvk-${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -# x86 is fine except for the stupid vulkan package.use.mask... -KEYWORDS="-* ~amd64" -IUSE="+abi_x86_32 +abi_x86_64" - -RDEPEND=" - !app-emulation/dxvk - || ( - app-emulation/wine-vanilla[abi_x86_32?,abi_x86_64?,vulkan] - app-emulation/wine-staging[abi_x86_32?,abi_x86_64?,vulkan] - ) -" - -REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" - -S=${WORKDIR}/dxvk-${PV} - -src_compile() { - sed -i -e 's#"x32"#"../'$(ABI=x86 get_libdir)/dxvk'"#' setup_dxvk.sh || die - sed -i -e 's#"x64"#"../'$(ABI=amd64 get_libdir)/dxvk'"#' setup_dxvk.sh || die -} - -src_install() { - dobin setup_dxvk.sh - dodir usr/$(ABI=x86 get_libdir) - dodir usr/$(ABI=amd64 get_libdir) - mv x32 "${ED}"/usr/$(ABI=x86 get_libdir)/dxvk || die - mv x64 "${ED}"/usr/$(ABI=amd64 get_libdir)/dxvk || die -} diff --git a/app-emulation/dxvk-bin/dxvk-bin-1.7.2.ebuild b/app-emulation/dxvk-bin/dxvk-bin-1.7.2.ebuild new file mode 100644 index 0000000..bc0b42a --- /dev/null +++ b/app-emulation/dxvk-bin/dxvk-bin-1.7.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Vulkan-based D3D11 and D3D10 implementation for Linux / Wine" +HOMEPAGE="https://github.com/doitsujin/dxvk" +SRC_URI="https://github.com/doitsujin/dxvk/releases/download/v${PV}/dxvk-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +# x86 is fine except for the stupid vulkan package.use.mask... +KEYWORDS="-* ~amd64" +IUSE="+abi_x86_32 +abi_x86_64" + +RDEPEND=" + !app-emulation/dxvk + || ( + app-emulation/wine-vanilla[abi_x86_32?,abi_x86_64?,vulkan] + app-emulation/wine-staging[abi_x86_32?,abi_x86_64?,vulkan] + ) +" + +REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" + +S=${WORKDIR}/dxvk-${PV} + +src_compile() { + sed -i -e 's#"x32"#"../'$(ABI=x86 get_libdir)/dxvk'"#' setup_dxvk.sh || die + sed -i -e 's#"x64"#"../'$(ABI=amd64 get_libdir)/dxvk'"#' setup_dxvk.sh || die +} + +src_install() { + dobin setup_dxvk.sh + dodir usr/$(ABI=x86 get_libdir) + dodir usr/$(ABI=amd64 get_libdir) + mv x32 "${ED}"/usr/$(ABI=x86 get_libdir)/dxvk || die + mv x64 "${ED}"/usr/$(ABI=amd64 get_libdir)/dxvk || die +} -- cgit v1.2.3-54-g00ecf