Package-Manager: Portage-2.3.51, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
549076c788
commit
fdb20a9438
12
app-emulation/dxvk/Manifest
Normal file
12
app-emulation/dxvk/Manifest
Normal file
|
@ -0,0 +1,12 @@
|
|||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
EBUILD dxvk-9999.ebuild 849 BLAKE2B 16fca996f121e378d57c942260020eed73954c4064217cdb87954fc906a909adffedc76e74b4983b1456b19b1a8d886997f4e301cc10eb40b1451a7820fb9c9a SHA512 e18c373a41d79598550e3f4003f1b5bbc0e31275bed31f0965faec1d941b0785fca890b3b7423bdac87d3ea1d17e297a30cc6c35656add1422dcd76b363265e3
|
||||
MISC metadata.xml 339 BLAKE2B 2c3c82d9b14bca7f4b3b2d01aadad24d534c74201952505d3d579d636c6053cb8fdc3a91c269d500876af972015d48756c7ea4b5cec089c4a7c5c4fbfdc63d70 SHA512 f2694f77e348ae5cc9053b7380b0efe41dc4a82a4fd100e2a8c87a15c11452400581145938ed80816a2c9ec86e5cd4444b99b713c2404efa7225a0e39025c7be
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXArvhQAKCRDPw5SX8bJu
|
||||
B+7xAP9SFevl+kSwHrJyiaxia6P6rPEN+WKjjYlODO0f4QxCegD8D9dKmw6K6aey
|
||||
HOS8EJYQ/ocWJ5pSzEoYQQVmTurhn5k=
|
||||
=jatC
|
||||
-----END PGP SIGNATURE-----
|
39
app-emulation/dxvk/dxvk-9999.ebuild
Normal file
39
app-emulation/dxvk/dxvk-9999.ebuild
Normal file
|
@ -0,0 +1,39 @@
|
|||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
MULTILIB_COMPAT=( abi_x86_{32,64} )
|
||||
inherit git-r3 meson multilib-minimal ninja-utils
|
||||
|
||||
DESCRIPTION="Vulkan-based D3D11 and D3D10 implementation for Linux / Wine"
|
||||
HOMEPAGE="https://github.com/doitsujin/dxvk"
|
||||
EGIT_REPO_URI="https://github.com/doitsujin/dxvk.git"
|
||||
|
||||
LICENSE="ZLIB"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND="virtual/wine[${MULTILIB_USEDEP}]"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
app-emulation/winetricks"
|
||||
|
||||
multilib_src_configure() {
|
||||
local bit="${MULTILIB_ABI_FLAG:8:2}"
|
||||
local emesonargs=(
|
||||
--libdir=lib${bit}/dxvk-${PV}
|
||||
--bindir=lib${bit}/dxvk-${PV}/bin
|
||||
--cross-file=../${P}/build-wine${bit}.txt
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
multilib_src_compile() {
|
||||
EMESON_SOURCE="${S}"
|
||||
meson_src_compile
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
meson_src_install
|
||||
}
|
11
app-emulation/dxvk/metadata.xml
Normal file
11
app-emulation/dxvk/metadata.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>tastytea</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/doitsujin/dxvk/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Reference in New Issue
Block a user