diff options
| author | Lilah Tascheter <lilah@lunabee.space> | 2025-09-18 15:36:35 -0500 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-09-29 16:05:11 +0800 |
| commit | 0aa8017bedbb3352eac3e26bc9e1b8bdcf9a1978 (patch) | |
| tree | 86f76afcf14ca9c25dbc4f946696a9583bf4ab2f /gnu/local.mk | |
| parent | b87f5d35d2cbab3975b0ada82eca1e676c432f82 (diff) | |
gnu: warzone2100: Update to 4.6.1.
* gnu/packages/patches/warzone2100-unbundle-libs.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/games.scm (warzone2100) [version]: Update to 4.6.1.
[source]<patches>: Add patch.
[source]<snippet>: Delete unbundled libraries from source.
[arguments]<configure-flags>: Use ninja backend, disable downloads, and
disable the new, optional GNS backend in lieu of packaging it. Allow vulkan.
[arguments]<phases>: Remove phase modifications, as they were either
integrated into the patch or unnecessary.
[native-inputs]: Remove asciidoc, as it is unused, and add unbundled
basis-universal as well as shaderc for vulkan support.
[inputs]: Remove unused libs and pull in packaged versions of unbundled libs.
Use gnutls instead of openssl as it's only useful when it's the same tls
backend curl uses. Add vulkan-headers for vulkan support.
Closes: #2790
Change-Id: Ic06d2fd7e6b96da16fd64b70da0b1af3a6a65247
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/local.mk')
| -rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index ee40eb237c2..f5b9357b5c9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2434,6 +2434,7 @@ dist_patch_DATA = \ %D%/packages/patches/vtk-7-hdf5-compat.patch \ %D%/packages/patches/vtk-7-python-compat.patch \ %D%/packages/patches/warsow-qfusion-fix-bool-return-type.patch \ + %D%/packages/patches/warzone2100-unbundle-libs.patch \ %D%/packages/patches/wcstools-extend-makefiles.patch \ %D%/packages/patches/wdl-link-libs-and-fix-jnetlib.patch \ %D%/packages/patches/webkitgtk-adjust-bubblewrap-paths.patch \ |
