From d824497f5b44a67dab9ee5bda15cdeb997ffef42 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Wed, 28 Feb 2024 19:39:03 +0000 Subject: [PATCH 1/3] programs/fusion: Update dependencies As noted in https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/blob/main/files/builds/stable-branch/bin/install.sh#L510 CC @cryinkfly - please review --- Software/fusion.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Software/fusion.yml b/Software/fusion.yml index 528de9d..6c3c87a 100644 --- a/Software/fusion.yml +++ b/Software/fusion.yml @@ -5,7 +5,15 @@ Arch: win64 Dependencies: - arial32 +- atmlib +- cjkfonts +- dotnet452 +- gdiplus +- msxml4 +- msxml6 +- vcrun2017 - webview2 +- winhttp Executable: name: Autodesk Fusion From 00b905438d38dae95cb6ce5fd581a915ecf86c36 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Wed, 28 Feb 2024 19:45:20 +0000 Subject: [PATCH 2/3] vcrun2017 -> vscrun2019 vcrun2017 appears to not be available in bottles where vcrun2019 seems to have the needed libraries --- Software/fusion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/fusion.yml b/Software/fusion.yml index 6c3c87a..370c351 100644 --- a/Software/fusion.yml +++ b/Software/fusion.yml @@ -11,7 +11,7 @@ Dependencies: - gdiplus - msxml4 - msxml6 -- vcrun2017 +- vcrun2019 - webview2 - winhttp From b2ce1736298e7a968d3d717711c463a0d6a2d790 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Wed, 28 Feb 2024 20:45:17 +0000 Subject: [PATCH 3/3] add d3dcompiler_47 --- Software/fusion.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Software/fusion.yml b/Software/fusion.yml index 370c351..d28d42a 100644 --- a/Software/fusion.yml +++ b/Software/fusion.yml @@ -7,6 +7,7 @@ Dependencies: - arial32 - atmlib - cjkfonts +- d3dcompiler_47 - dotnet452 - gdiplus - msxml4