Commit Graph

115 Commits

Author SHA1 Message Date
tastytea 73426202da
app-emulation/dxvk: Remove old ebuild and patch. 2021-03-02 02:50:24 +01:00
tastytea 6ea3d58217
app-emulation/dxvk: Version bump 1.8.1. 2021-03-02 02:49:25 +01:00
tastytea 0c3dcab966
app-emulation/dxvk: Remove old ebuild. 2021-02-19 16:54:24 +01:00
tastytea f07c9b90d0
app-emulation/dxvk: Version bump 1.8. 2021-02-19 16:52:48 +01:00
tastytea f6a416bd5e
app-emulation/dxvk: Rename patch. 2021-02-19 16:25:43 +01:00
tastytea ccd17b90aa
app-emulation/dxvk/files: Update compiler-flags patch for 9999. 2021-01-13 16:38:08 +01:00
tastytea 115529e38b
app-emulation/dxvk: Don't replace -O3.
DXVK compiles with -O3 by default, so whatever the reason was that I
replaced it, it seems fixed now.
2021-01-09 13:00:17 +01:00
tastytea 8dd908c3b4
app-emulation/dxvk: Remove unused eclass ninja-utils. 2021-01-05 00:47:01 +01:00
tastytea c588a77c2d
app-emulation/dxvk: New patch for adding compiler/linker flags.
The old patch stopped working after
<https://github.com/doitsujin/dxvk/commit/77af102> and <https://github.com/doitsujin/dxvk/commit/7d67306>.
2021-01-05 00:42:44 +01:00
tastytea c5ea7d7936
app-emulation/dxvk: Remove old ebuild. 2020-12-02 17:55:54 +01:00
tastytea 19bd7f19e0
app-emulation/dxvk: Version bump 1.7.3. 2020-12-02 17:54:51 +01:00
tastytea 98185149f6
app-emulation/dxvk: Add RESTRICT="!test? ( test )" to 9999. 2020-10-07 19:57:14 +02:00
tastytea 8e1d03044b
app-emulation/dxvk: Rename 9999-r4 to 9999. 2020-10-07 19:56:22 +02:00
tastytea 786f91c320
app-emulation/dxvk: Delete old ebuild. 2020-10-07 19:55:27 +02:00
tastytea 6162fb5502
app-emulation/dxvk: Version bump 1.7.2. 2020-10-07 19:54:22 +02:00
tastytea 32836c6a0e
Switch to thin manifests and don't sign them anymore.
Commits are still signed.
2020-09-04 03:50:50 +02:00
tastytea af833fe18f
app-emulation/dxvk: Fix checksums for 1.7.1.
Closes: #9
2020-08-14 21:33:58 +02:00
tastytea d58e2bef71
app-emulation/dxvk: Remove old ebuilds. 2020-08-13 20:48:16 +02:00
tastytea d53a8968e3
app-emulation/dxvk: Version bump 1.7.1. 2020-08-13 20:46:34 +02:00
tastytea 8dffcd9733
app-emulation/dxvk: Delete old ebuilds and files. 2020-05-18 16:04:29 +02:00
tastytea 4423fadede
app-emulation/dxvk: Use same patch for 1.7 and 1.6.1. 2020-05-18 16:03:23 +02:00
tastytea 3aba3ae496
app-emulation/dxvk: Add C*FLAGS to 64 bit builds. 2020-05-18 15:59:25 +02:00
tastytea 1f2704ff9c
app-emulation/dxvk: Don't duplicate mingw-instructions from the wiki. 2020-05-18 03:09:55 +02:00
tastytea 65d11b466d
app-emulation/dxvk: Remove useless check. 2020-05-18 03:05:56 +02:00
tastytea f63218078b
app-emulation/dxvk: Update mingw error messages. 2020-05-17 22:59:06 +02:00
tastytea 2d97b485bf
app-emulation/dxvk: Version bump 1.7. 2020-05-16 18:21:25 +02:00
tastytea 0a2817ca0f
app-emulation/dxvk: die if figuring out thread model fails. 2020-05-01 17:47:41 +02:00
tastytea cb8c6b17ea
app-emulation/dxvk: Fix thread model check.
Can't use a variable before it's declared. 🙂
2020-05-01 17:40:12 +02:00
tastytea a9aa33fc6d
app-emulation/dxvk: Refine flag-filtering.
* -march is not filtered, but -mno-avx is appended.
* -O3 is replaced with -O2 (issues with -fstack-protector).
2020-04-29 19:04:44 +02:00
tastytea 27cbdfb00a
app-emulation/dxvk: Update 1.6.
Fix QA issues, add use flags, add custom build flags, filter -march.
2020-04-25 16:17:25 +02:00
tastytea fa611deadc
app-emulation/dxvk: Re-add 1.6.
This reverts commit 3e747a9acd.

Bug: #8
2020-04-25 16:14:30 +02:00
tastytea 9431fbcf8e
app-emulation/dxvk: Test if the thread model in mingw is posix. 2020-04-25 16:03:53 +02:00
tastytea 9582ab8151
app-emulation/dxvk: Fix use-flag descriptions. 2020-04-23 23:24:36 +02:00
tastytea 1eb602941f
app-emulation/dxvk: Install readme. 2020-04-22 18:38:04 +02:00
tastytea 6c98bb9c64
app-emulation/dxvk: Test for mingw64-runtime[libraries].
And made the error message (hopefully) clearer.

Closes: #7
2020-04-22 17:36:55 +02:00
tastytea aba7657552
app-emulation/dxvk: Add message about dxvk-bin. 2020-04-22 01:01:57 +02:00
tastytea 77a1bff710
app-emulation/dxvk: Fix manifest. 2020-04-21 19:46:00 +02:00
tastytea 852a6c20d5
app-emulation/dxvk: Remove winegcc support.
Upstream has removed support for good:
<https://github.com/doitsujin/dxvk/commit/436357e>.
2020-04-21 19:43:21 +02:00
tastytea eff81d6d42
app-emulation/dxvk: Remove old ebuilds. 2020-04-21 18:30:18 +02:00
tastytea 25a00b36ba
app-emulation/dxvk: Update live ebuild, revbump to r4. 2020-04-21 18:13:08 +02:00
tastytea 3e747a9acd
app-emulation/dxvk: Remove old ebuilds. 2020-04-21 18:12:34 +02:00
tastytea 72d7e730ac
app-emulation/dxvk: Drop ~x86. 2020-04-21 17:58:23 +02:00
tastytea 93c3b9a7d2
app-emulation/dxvk: Check for mingw on build host; enable ~amd64. 2020-04-21 17:48:07 +02:00
tastytea 820d0534ed
app-emulation/dxvk: Delete *.a and make --strip optional. 2020-04-21 17:29:50 +02:00
tastytea 615fc76a08
app-emulation/dxvk: Add support for mingw and make it the default. 2020-04-21 05:50:02 +02:00
tastytea 65c8184564
app-emulation/dxvk: Delete old ebuilds. 2020-04-20 15:56:01 +02:00
tastytea 0687c7e543
app-emulation/dxvk: Remove unnecessary || die. 2020-04-20 14:13:27 +02:00
tastytea 230b073c84
app-emulation/dxvk: Update 1.6.1.
Based on 9999-r3 instead of 1.6.
2020-04-20 14:05:29 +02:00
tastytea abe9073e96
app-emulation/dxvk: Version bump 1.6.1. 2020-04-20 13:49:24 +02:00
tastytea 8eb909a4a6
app-emulation/dxvk: Quote variables. 2020-04-20 03:16:41 +02:00