Derek Lesho
36ef402031
proton: Add gst-libav and ffmpeg to build.
...
Signed-off-by: Derek Lesho <dlesho@codeweavers.com>
2022-01-21 13:58:43 -05:00
Arkadiusz Hiler
145b06d59b
build: Override assignment of DOCKER_OPTS.
...
... so that users can use this variable to extra docker options when
desired.
2022-01-10 17:35:05 +02:00
Esme Povirk
0771f04ea4
Update Wine Mono to 7.0.0.
2021-12-09 17:54:03 +02:00
Rémi Bernon
f52e7c9cb1
build: Don't depend on wine for building libvkd3d-shader.
2021-12-09 17:54:03 +02:00
Rémi Bernon
68877059b1
build: Cross-compile Vulkan Loader with Vulkan and SPIRV Headers.
2021-12-09 17:54:03 +02:00
Rémi Bernon
9c2b848e81
build: Build vkd3d-shader with cross-compilation rules.
2021-12-09 17:54:03 +02:00
Rémi Bernon
abaaf762a5
build: Better support meson cross compilation.
2021-12-09 17:54:03 +02:00
Rémi Bernon
28805deff4
build: Remove CCACHE_BIN variable, use wrappers in PATH instead.
...
Container have ccache wrappers in the PATH already, and the two
components CC / CXX just makes it harder to generate meson cross files.
2021-12-09 17:54:03 +02:00
Itoh Shimon
954613435a
fixup! Don't ship proton dist files in a tarball anymore
...
Link: https://github.com/ValveSoftware/Proton/pull/5278
2021-12-09 17:54:03 +02:00
Andrew Eikum
f810b42f71
Handle steampipe quirks in deploy builds
2021-12-09 17:54:03 +02:00
Andrew Eikum
75d37ae901
Don't ship proton dist files in a tarball anymore
2021-12-09 17:54:03 +02:00
Esme Povirk
9f3ba9d9c3
Update Wine Mono to 6.4.1.
2021-11-19 18:35:48 +02:00
Derek Lesho
856c5e422e
build: Build battleye bridge when present.
...
CW-Bug-Id: #16650
2021-11-19 18:35:48 +02:00
Paul Gofman
89f8134740
steam_helper: Build as 64 bit.
...
CW-Bug-ID: #19504
2021-11-11 18:36:08 +02:00
Zebediah Figura
0d88b6db78
build: Build vkd3d.
...
CW-Bug-Id: #15810
2021-11-11 18:36:07 +02:00
Zebediah Figura
3b375e5463
build: Build SPIRV-Headers, sort of.
...
CW-Bug-Id: #15810
2021-11-11 18:36:07 +02:00
Zebediah Figura
cac66b1914
build: Build Vulkan-Headers, sort of.
...
CW-Bug-Id: #15810
2021-11-11 18:36:07 +02:00
Zebediah Figura
44d9fb94b2
build: Run autoreconf in the container.
...
CW-Bug-Id: #15810
2021-11-11 18:36:07 +02:00
Jactry Zeng
1ae6c80f3e
fonts: Add an alternative of Nirmala UI (nirmala.ttf).
...
Fonts are from https://github.com/googlefonts/noto-fonts.git at
04a4c62ce05b628f80c0d3b6a455ca8201b65286, in hinted/ttf folder.
CW-Bug-Id: #17132
2021-11-11 18:36:07 +02:00
Jactry Zeng
ca928d31f9
fonts: Add an alternative of Microsoft Sans Serif (micross.ttf).
...
Fonts are from https://github.com/googlefonts/noto-fonts.git at
04a4c62ce05b628f80c0d3b6a455ca8201b65286, in hinted/ttf folder.
CW-Bug-Id: #17132
2021-11-11 18:36:07 +02:00
Jactry Zeng
5525cf9931
Revert "Add and install Noto Sans Arabic."
...
This reverts commit 9eb14500c2
.
We are going to introduce a fake micross.ttf which also includes
all of these Arabic characters. We will use that one instead.
2021-11-11 18:36:07 +02:00
Liam Middlebrook
1630811474
dxvk-nvapi: Add to Proton
...
Add https://github.com/jp7677/dxvk-nvapi as a submodule. dxvk-nvapi will
not be copied into Proton prefixes by default, but instead will be
controlled via the environment variable PROTON_ENABLE_NVAPI. This is
done to avoid any potential adverse effects of the nvapi DLL existing
in cases where an application may require a function that is not
implemented by dxvk-nvapi.
This new functionality can be enabled by setting the following environment
variable to a value of `1`:
`PROTON_ENABLE_NVAPI`
This functionality is needed in order to support DLSS within Proton.
Reviewed-by: Adam Moss <amoss@nvidia.com>
2021-08-17 10:11:32 -05:00
Andrew Eikum
b5cfb6b549
update wine
2021-08-17 10:11:32 -05:00
Giovanni Mascellani
9eb14500c2
Add and install Noto Sans Arabic.
...
This is useful to work around an issue with Arabic font rendering in
Cyberpunk 2077 installer, first reported at
https://github.com/ValveSoftware/Proton/issues/4450#issuecomment-882996582 .
CW-Bug-Id: #19125
2021-08-12 10:54:20 -05:00
Giovanni Mascellani
0683ff8926
Build a fake Malgun Gothic font.
2021-08-12 10:54:20 -05:00
Giovanni Mascellani
cf9d10ef68
Build a fake MS Gothic font.
2021-08-12 10:54:19 -05:00
Giovanni Mascellani
dfa5bf8c18
Build a fake SimSun font.
2021-08-12 10:54:19 -05:00
Giovanni Mascellani
920377546d
Prepare for compiling different SourceHanSans fonts.
...
This and the following commits provide some CJK fonts which the
Rockstar installer can use as fallback.
CW-Bug-Id: #18969
2021-08-12 10:54:19 -05:00
Arkadiusz Hiler
b82289bd0d
build: Add support for relabeling container volumes.
2021-08-12 08:53:50 -05:00
Arkadiusz Hiler
82ae47758f
configure.sh: Add option to select container engine.
...
Configure will also test the container engine by trying to run the
selected SDK image.
This may make the first configure a bit slow, as it downloads the image,
but after that the SDK will be cached locally.
2021-06-17 15:24:39 -05:00
Arkadiusz Hiler
33814e973d
configure.sh: Look for AFDKO.
...
Debian-like distributions install AFDKO's executables into libexec and
provide an `afdko` helper to call them.
Python's pip installs the executables in bin.
Let's support both.
2021-06-17 15:24:39 -05:00
Rémi Bernon
cabe4dee6f
build: Make sure wineopenx64.json depends on prefix.
...
So that deleting the prefix to recreate it also forces the file to be
copied again.
2021-06-17 15:10:20 -05:00
Rémi Bernon
c1fc8283d1
build: Use jobs to control xargs parallelism.
2021-06-17 15:10:20 -05:00
Rémi Bernon
bdb6a31e8c
build: Make silent builds actually quiet.
2021-06-17 15:10:20 -05:00
Paul Gofman
5b406be13e
build: Fixup PE section headers.
...
For FH4.
2021-06-17 15:10:20 -05:00
Rémi Bernon
8448591ebd
build: Build with Proton SDK 0.20210505.0-2.
...
But disable XPresent extension for now.
2021-06-17 15:10:20 -05:00
Arkadiusz Hiler
bbf68812bc
build: Add option to use rootless containers.
2021-05-27 18:06:31 +03:00
Rémi Bernon
ecca62efa8
build: Create CCACHE_DIR if it doesn't exist and mount it.
...
Instead of the HOME dir, and only when ENABLE_CCACHE is set.
2021-05-27 16:58:18 +02:00
Rémi Bernon
8dd5db85dd
build: Pass CCACHE environment variable to the container build.
2021-05-27 16:58:18 +02:00
Rémi Bernon
b58a10a265
build: Simplify and cleanup TTF font creation rules.
2021-05-27 16:52:09 +02:00
Rémi Bernon
acded80882
build: Install wineopenxr64.json after the prefix is created.
2021-05-27 16:52:08 +02:00
Rémi Bernon
41d488deee
build: Pass make flags and parallel flags to module rule.
2021-05-27 16:52:08 +02:00
Rémi Bernon
08992c126e
build: Make sure that module target triggers wine-configure.
2021-05-27 16:52:08 +02:00
Rémi Bernon
8726ea849d
build: Add specified modules to the container build list.
...
And not only when ending with 32/64.
2021-05-27 16:52:08 +02:00
Andrew Eikum
6cc6afaa3b
update wine
2021-04-29 13:04:38 -05:00
Paul Gofman
e1885f8496
Add replacement font for Courier Bold.
...
CW-Bug-Id: 18862
2021-04-27 13:40:40 -05:00
Rémi Bernon
bbf41a6d75
build: Add -gdwarf-2 -gstrict-dwarf debug info compilation flags.
2021-03-31 14:08:11 -05:00
Andrew Eikum
ea48c51a52
build: Enable videobox gst plugin
2021-03-31 14:08:10 -05:00
Paul Gofman
7ef07bb07f
steam_helper: Store OpenVR status and required extensions in registry on startup.
2021-03-31 14:08:10 -05:00
Andrew Eikum
893514ca8e
build: Deploy version tag correctly
2021-03-31 14:08:10 -05:00