This commit is contained in:
parent
c51e40467b
commit
46a1a514a2
13
dxvk.spec
13
dxvk.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dxvk
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -22,16 +22,16 @@ Release: 0
|
||||
Summary: Vulkan-based D3D11 implementation for Linux / Wine
|
||||
License: zlib-acknowledgement
|
||||
Group: System/Emulators/PC
|
||||
Url: https://github.com/doitsujin/dxvk
|
||||
URL: https://github.com/doitsujin/dxvk
|
||||
Source0: https://github.com/doitsujin/dxvk/archive/v%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
|
||||
BuildRequires: wine
|
||||
BuildRequires: meson
|
||||
BuildRequires: ninja
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: ninja
|
||||
BuildRequires: wine
|
||||
BuildRequires: xz
|
||||
|
||||
%ifarch x86_64
|
||||
@ -83,7 +83,6 @@ sed \
|
||||
setup_dxvk.sh > %{buildroot}%{_libexecdir}/%{name}/bin/setup_dxvk.sh
|
||||
ln -s %{_libexecdir}/%{name}/bin/setup_dxvk.sh %{buildroot}%{_bindir}/wine%{name}
|
||||
|
||||
|
||||
#install dxvk proper
|
||||
cd ../build
|
||||
DESTDIR=%{buildroot}%{_libexecdir} ninja install
|
||||
|
Loading…
Reference in New Issue
Block a user