diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-05 06:31:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-05 06:31:58 +0000 |
commit | e4d9d6796d5018e338f0b27a3bc97716195bf0b8 (patch) | |
tree | 38d56da69a3b5d5ccc7d73796d38469f5d4e610c /app-emulation | |
parent | 38efae7f3eb932ed41510139679efd5c1e2f5eda (diff) |
gentoo auto-resync : 05:01:2025 - 06:31:57edge
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/Manifest.gz | bin | 15309 -> 15316 bytes | |||
-rw-r--r-- | app-emulation/gallium-nine-standalone/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch | 13 |
3 files changed, 0 insertions, 14 deletions
diff --git a/app-emulation/Manifest.gz b/app-emulation/Manifest.gz Binary files differindex 861d885af2da..7b5e2295d40b 100644 --- a/app-emulation/Manifest.gz +++ b/app-emulation/Manifest.gz diff --git a/app-emulation/gallium-nine-standalone/Manifest b/app-emulation/gallium-nine-standalone/Manifest index 664e1fbbcc64..ad597ecb7b25 100644 --- a/app-emulation/gallium-nine-standalone/Manifest +++ b/app-emulation/gallium-nine-standalone/Manifest @@ -1,4 +1,3 @@ -AUX 0.3-nine-dll-path.patch 414 BLAKE2B a1747c90521f2fec6ba70ea77c2b7a2adafd705e04a46ea14fe983859f00c0aa33ec73dc24a03805579b84b57a2528857994943bb999e2f38c6f652404fd661e SHA512 423a7ebd8284c475d226109e0af9d867753b75ff1d1a9100d948c91e71dbc76bd8d8973e4ecf3fdb8fab5555da6339484459c623f028f7091e9d010395f24970 AUX 0.8-cross-files.patch 1076 BLAKE2B 6130a4c6d537e50c384a3be89800987e568f907dba5c985e8173726810fa79d7fc17d90d7347628aaaffcfe0f5b9bfdbb69fae41591b05676934020ea7e209ff SHA512 0f8b7dda5ebef6aff34264f5ab3c6efc793702c6439601c49d5fd0989447b19126ab0bb23b0a383b6f93e5c3aa1117afa63a78d5f9c193aab6fe290f35488f48 AUX 0.9-nine-dll-path.patch 530 BLAKE2B 623da10b1628fcb848dc7cb481bdb978f8aacbe2cc252e02593c54730d018f67ca613e60edcf1d98cb6c39ff5af153816ca84abbf1123d4650f9e826698db1eb SHA512 27cddf48afe29e68e01336b43dc86cd87aa6f29425c97c32146684e4aa7cc2ad48b36d5723f201602b151a0a8ca1d08c07b6a4ffec0df0ab91ac18728e9b238e DIST gallium-nine-standalone-0.10.tar.gz 67966 BLAKE2B ef93642d518add1d35852e1899c7dcdb7b8b8140dc0bbe178d29f5d2a0c8414fb538862caf8cd26a8d84835bb71a457cdaece05c2c8b32bd572cb02de3b56e35 SHA512 d8268f3195ae72a58d93e790206670d28e7081c4c897ab60edb6c9d745e5069c834afb7f4c866916255122c3b5cf830a202af05fdd3a4430271c4508e79d03a6 diff --git a/app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch b/app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch deleted file mode 100644 index 830bdc4b32ed..000000000000 --- a/app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/ninewinecfg/main.c b/ninewinecfg/main.c -index 3d58d67..e69668d 100644 ---- a/ninewinecfg/main.c -+++ b/ninewinecfg/main.c -@@ -32,7 +32,7 @@ - - WINE_DEFAULT_DEBUG_CHANNEL(ninecfg); - --static const char * const fn_nine_dll = "d3d9-nine.dll"; -+static const char * const fn_nine_dll = G9DLL; - static const char * const fn_d3d9_dll = "d3d9.dll"; - static const char * const fn_nine_exe = "ninewinecfg.exe"; - |