Skip to content

Commit

Permalink
games-emulation/yuzu: fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Udvare <[email protected]>
  • Loading branch information
Tatsh committed Dec 25, 2023
1 parent b43f305 commit 9e59a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion games-emulation/yuzu/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ DIST yuzu-sdl-cc016b0.tar.gz 7716438 BLAKE2B db9784bd4fc6f5fc671f28591ff8f883a7f
DIST yuzu-simpleini-382ddbb.tar.gz 64873 BLAKE2B 59532f4e3f6362665b6d7a87539173007972434591657747a4b714b9d338557abd66c169b4b4e8a644f9784ab5a179b0ad3e1acc41016580d550c3d7ed174295 SHA512 c4bdb878ab4af8dd07b7194ee3a2c5f22be75abf3d213e081ae720025465b2c9edfa0aeb29c0d24c52947328939e60a4b5be6e6b3313086f5c8f9afc8f9f6f0c
DIST yuzu-sirit-ab75463.tar.gz 23853 BLAKE2B 4c4e69203a75cf849497e540bb0dcea694a72b4230f205b769447d3d11f7c0fb089ca262009396b9af55503d45b128edb1e99e438b89ab21ac842f789c5109a3 SHA512 43204596db5c6295cc8bdf9355fd71433fa5d1e28d9d8c01f12082d2cd8fb6f78e20d97b396e7bdf202afae2361386f1861a1012d2947569dcbb114996fc6b1d
DIST yuzu-xbyak-a1ac375.tar.gz 249481 BLAKE2B 94eb81637f410ea88781cb3da94dfce4e4a6104458b0774d36c98f6cd2114f55772182f4535e502a5efa06290677fc67d0bac9db4effb7fa44a79561b16c1738 SHA512 87f6ba92a484738b3a75a4d2c5c7e3f4f9ca65cdc02f71b761dba72c8320a011dd38ea5350516d980b8370211977816de4c3357fc5ae8c9f0a86b4a595768c5e
EBUILD yuzu-0.1661.ebuild 5337 BLAKE2B f43c8e437d47b1698569a35ffaaf19233ab59ef1dcf2d1887821a67d607ffe7ecd4f2dd5e1bc9c88c5910d5571cebe601a7b0137dfadbd592a8bad74d1fbe514 SHA512 19b9b95e755fec2771d38a1991918c26bc315f1f0f9e89efe215443aba7af8c02dbad05e944d9b3eb2793aa435d12ace44a25d694051bc071ef506d780aa737b
EBUILD yuzu-0.1661.ebuild 5474 BLAKE2B 663aa09cf201dbed871a06c932dc06e2be22eea8518a0c436e2b381d0f860f2cbfff97d464d81326146eecd551980db90ca88a8ad8eab979203f9431897bc2f0 SHA512 4844bd42935d3acdfed1dc64526803f791aed619b04e0908f055fa5d5ca5b0ddd1f799c41deb113023862d82c8d80fbb0de8ac7301f650277d7d23bfb64e44db
MISC livecheck.json 161 BLAKE2B 08fcab87cd98ee4dcb7dae6d882627e169e8bb9ecaa20046408811a94884f698a481853e340a14b9f3bea4785d7c7b4c6d5e9b785446d9c3d7cbc2e0291c45f3 SHA512 6a49bbcbd2f8f6b83488311a287c34942c9a0fe6354f76c7cea1d0b880a922ddfe99e2d53fa2417d10d97577563c461ccbff4e30c6fd7db24b98ee69dd427bc6
MISC metadata.xml 629 BLAKE2B b951012ddeb64ec3284ecf5f4016210d4c4d09c839a627cfc6df929ea7febd541c1aa1142b5fe3b3114232d2a6c9bd59225623342e7c001dac17e01dffc3b096 SHA512 da4c56a7666f72c9b168b2cfed17ed984e2d9444a7ab5d90aed905c75d50a50fff0034655450b98fe41dbcd2c3e6e99dabe4ca0bf947d622da2a8074acc85ea3
2 changes: 2 additions & 0 deletions games-emulation/yuzu/yuzu-0.1661.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ src_prepare() {
fi
mv -f "${T}/compatibility_list.json" \
"${BUILD_DIR}/dist/compatibility_list/compatibility_list.json" || die
sed -re '/.*case VkResult::VK_ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR.*/d' -i \
src/video_core/vulkan_common/vulkan_wrapper.cpp || die
}

src_configure() {
Expand Down

0 comments on commit 9e59a0b

Please sign in to comment.