Accepting request 1085180 from home:Thaodan:branches:Emulators:Wine
- Fix empty -32bit package, don't include winedxvk in it. - Generate package sources using _service so that submodule sources are included too. DXVK uses vendored Vulkan headed contained in a submodule. Fixes build. OBS-URL: https://build.opensuse.org/request/show/1085180 OBS-URL: https://build.opensuse.org/package/show/Emulators:Wine/dxvk?expand=0&rev=34
This commit is contained in:
parent
46aa1c26ac
commit
5d904368f9
16
_service
Normal file
16
_service
Normal file
@ -0,0 +1,16 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="url">https://github.com/doitsujin/dxvk.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">@PARENT_TAG@</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service mode="disabled" name="download_files"/>
|
||||
</services>
|
@ -1,4 +1,3 @@
|
||||
dxvk
|
||||
+/usr/bin/.*
|
||||
+/usr/lib/dxvk/lib(64)?/.*
|
||||
+/usr/libexec/dxvk/lib(64)?/.*
|
||||
requires -dxvk-<targettype>
|
||||
|
3
dxvk-2.0.tar.gz
Normal file
3
dxvk-2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1877b9418d1e570a75ad0ca048ac766c67ca4376ba5dab26536d3759b58830c
|
||||
size 3687917
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 12:55:46 UTC 2023 - Björn Bidar <bjorn.bidar@thaodan.de>
|
||||
|
||||
- Fix empty -32bit package, don't include winedxvk in it.
|
||||
- Generate package sources using _service so that submodule sources are included too.
|
||||
DXVK uses vendored Vulkan headed contained in a submodule.
|
||||
Fixes build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 15:44:36 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
|
@ -23,7 +23,7 @@ Summary: Vulkan-based D3D11 implementation for Linux / Wine
|
||||
License: zlib-acknowledgement
|
||||
Group: System/Emulators/PC
|
||||
URL: https://github.com/doitsujin/dxvk
|
||||
Source0: https://github.com/doitsujin/dxvk/archive/v%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
|
||||
BuildRequires: gcc
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fda276ea3fad40fc27493996b2c02e66e015cc8835d794568e91b4c4d546c982
|
||||
size 943397
|
Loading…
Reference in New Issue
Block a user