mirror of
https://abf.rosa.ru/djam/wine.git
synced 2025-02-24 06:42:47 +00:00
commit
3a17afdd10
3 changed files with 7 additions and 20 deletions
10
.abf.yml
10
.abf.yml
|
@ -1,7 +1,5 @@
|
||||||
sources:
|
sources:
|
||||||
wine-3.11.tar.xz: f192308d27314132ce032ffdb726582b6a5c4574
|
wine-3.12.tar.xz: 79ce06feb7096ace87b8d9d72e6f1e167c17f96c
|
||||||
wine-3.11.tar.xz.sign: 179245331d7414fc9eb206cf88735f87f74b4891
|
wine-3.12.tar.xz.sign: 67bf44107fea7cfbc5ed175b360d9088ad859c2a
|
||||||
wine-staging-3.11.tar.gz: 12f856fc6e2332f5191436bbaa5cddfad0b34d83
|
wine-staging-3.12.tar.gz: a013bbdac1b7fd2c9b2f3a0f4c65e35dbe3497e5
|
||||||
wine-d3d9-patches-wine-d3d9-3.11.tar.gz: 7b9730a34e73b1a13e30ec4e3857fb46062c6dd3
|
wine-d3d9-patches-wine-d3d9-3.12.tar.gz: 4350e26f0791de369baee8b10fc72dc05b8c35bd
|
||||||
dxvk-0.54.tar.gz: fabc8f50468ed659cbec35829672b121c7772f36
|
|
||||||
# dxvk-0.60.tar.gz: 5cb641651485bee72fd2c52f947f3718dff848cb
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
In order to set up DXVK (DirectX11->Vulkan) to wine
|
|
||||||
instead of wined3d globally, run in terminal winetricks dxvk
|
|
||||||
For return to wined3d configure d3d11 and dxgi in the tab 'Libraries' of winecfg.
|
|
||||||
|
|
||||||
=== Russian ===
|
|
||||||
|
|
||||||
Для того, чтобы установить DXVK (DirectX11->Vulkan) в wine вместо
|
|
||||||
wined3d для всех приложений, запустите в терминале winetricks dxvk
|
|
||||||
Для возврата к wined3d настройте d3d11 и dxgi во вкладке "Библиотеки" winecfg.
|
|
|
@ -24,8 +24,8 @@
|
||||||
|
|
||||||
Summary: WINE Is Not An Emulator - runs MS Windows programs
|
Summary: WINE Is Not An Emulator - runs MS Windows programs
|
||||||
Name: wine
|
Name: wine
|
||||||
Version: 3.11
|
Version: 3.12
|
||||||
Release: 3
|
Release: 1
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Emulators
|
Group: Emulators
|
||||||
|
@ -46,7 +46,6 @@ Source4: https://github.com/wine-staging/wine-staging/archive/v%{version}.tar.gz
|
||||||
Source5: https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-%{version}.tar.gz?/wine-d3d9-patches-wine-d3d9-%{d3d9_ver}.tar.gz
|
Source5: https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-%{version}.tar.gz?/wine-d3d9-patches-wine-d3d9-%{d3d9_ver}.tar.gz
|
||||||
Source6: https://github.com/Winetricks/winetricks/blob/%{winetricks_ver}/src/winetricks
|
Source6: https://github.com/Winetricks/winetricks/blob/%{winetricks_ver}/src/winetricks
|
||||||
Source7: http://kegel.com/wine/wisotool
|
Source7: http://kegel.com/wine/wisotool
|
||||||
Source8: README.urpmi
|
|
||||||
Source9: winetricks-20180603-add-dxvk.patch
|
Source9: winetricks-20180603-add-dxvk.patch
|
||||||
Source10: wine.rpmlintrc
|
Source10: wine.rpmlintrc
|
||||||
|
|
||||||
|
@ -512,7 +511,6 @@ chrpath -d %{buildroot}%{_bindir}/{wine,wineserver,wmc,wrc} %{buildroot}%{_libdi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Some advices to user
|
# Some advices to user
|
||||||
cp %{SOURCE8} .
|
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
cat > README.install.urpmi <<EOF
|
cat > README.install.urpmi <<EOF
|
||||||
This is the Win64 version of Wine with Staging but not limited to it.
|
This is the Win64 version of Wine with Staging but not limited to it.
|
||||||
|
@ -527,7 +525,7 @@ EOF
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n %{wine}
|
%files -n %{wine}
|
||||||
%doc ANNOUNCE AUTHORS README README.install.urpmi README.urpmi
|
%doc ANNOUNCE AUTHORS README README.install.urpmi
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%{_bindir}/wine64
|
%{_bindir}/wine64
|
||||||
%{_bindir}/wine64-preloader
|
%{_bindir}/wine64-preloader
|
||||||
|
|
Loading…
Add table
Reference in a new issue