Mageia Bugzilla – Attachment 13774 Details for
Bug 31829
warzone2100: enable vulkan support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
spec file patch to enable vulkan, fribidi, openssl support in warzone2100
warzone2100_vulkan_enable.patch (text/plain), 1.30 KB, created by
Aurelian R
on 2023-04-21 21:09:32 CEST
(
hide
)
Description:
spec file patch to enable vulkan, fribidi, openssl support in warzone2100
Filename:
MIME Type:
Creator:
Aurelian R
Created:
2023-04-21 21:09:32 CEST
Size:
1.30 KB
patch
obsolete
>--- SPECS/warzone2100_mga9.spec 2023-04-21 18:42:39.483486036 +0300 >+++ SPECS/warzone2100_mga9_vulkan.spec 2023-04-21 21:40:13.970436438 +0300 >@@ -2,6 +2,8 @@ > # May not match current game version (e.g. videos 2.2 for game 2.3.5). > %define videoversion 2.2 > >+%bcond_without vulkan >+ > Name: warzone2100 > Version: 4.3.5 > Release: %mkrel 1 >@@ -16,21 +18,28 @@ BuildRequires: gettext-devel > BuildRequires: miniupnpc-devel > BuildRequires: p7zip > BuildRequires: pkgconfig(freetype2) >+BuildRequires: pkgconfig(fribidi) > BuildRequires: pkgconfig(gl) > BuildRequires: pkgconfig(harfbuzz) > BuildRequires: pkgconfig(libcurl) > BuildRequires: pkgconfig(libpng) > BuildRequires: pkgconfig(libsodium) >+BuildRequires: pkgconfig(libzip) > BuildRequires: pkgconfig(ogg) > BuildRequires: pkgconfig(openal) >+BuildRequires: pkgconfig(openssl) > BuildRequires: pkgconfig(opus) > BuildRequires: pkgconfig(physfs) > BuildRequires: pkgconfig(sdl2) > BuildRequires: pkgconfig(sqlite3) > BuildRequires: pkgconfig(theora) > BuildRequires: pkgconfig(vorbis) >-BuildRequires: pkgconfig(vulkan) > BuildRequires: pkgconfig(zlib) >+%if %{with vulkan} >+BuildRequires: glslc >+BuildRequires: pkgconfig(shaderc) >+BuildRequires: pkgconfig(vulkan) >+%endif > > Requires: %{name}-data = %{version} > Requires: fonts-ttf-dejavu
--- SPECS/warzone2100_mga9.spec 2023-04-21 18:42:39.483486036 +0300 +++ SPECS/warzone2100_mga9_vulkan.spec 2023-04-21 21:40:13.970436438 +0300 @@ -2,6 +2,8 @@ # May not match current game version (e.g. videos 2.2 for game 2.3.5). %define videoversion 2.2 +%bcond_without vulkan + Name: warzone2100 Version: 4.3.5 Release: %mkrel 1 @@ -16,21 +18,28 @@ BuildRequires: gettext-devel BuildRequires: miniupnpc-devel BuildRequires: p7zip BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(fribidi) BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(harfbuzz) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libsodium) +BuildRequires: pkgconfig(libzip) BuildRequires: pkgconfig(ogg) BuildRequires: pkgconfig(openal) +BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(physfs) BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(theora) BuildRequires: pkgconfig(vorbis) -BuildRequires: pkgconfig(vulkan) BuildRequires: pkgconfig(zlib) +%if %{with vulkan} +BuildRequires: glslc +BuildRequires: pkgconfig(shaderc) +BuildRequires: pkgconfig(vulkan) +%endif Requires: %{name}-data = %{version} Requires: fonts-ttf-dejavu
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31829
: 13774