mirror of
https://abf.rosa.ru/djam/wine.git
synced 2025-02-24 06:42:47 +00:00
Updated to 3.21
This commit is contained in:
parent
016413a3ca
commit
cf0745da52
2 changed files with 9 additions and 7 deletions
10
.abf.yml
10
.abf.yml
|
@ -1,6 +1,6 @@
|
|||
sources:
|
||||
wine-3.18.tar.xz: 2222bc4d91f33f9db158af825d46aa21035dfa0b
|
||||
wine-3.18.tar.xz.sign: d96ee1811f7fc9d91faa46164b74cdf62d885229
|
||||
wine-staging-3.18.tar.gz: 49148c657fe3756c69ce8cd4adbc16439fa7cec2
|
||||
wine-d3d9-patches-wine-d3d9-3.18.tar.gz: 01bcc7c32288d022e67078c6f1087ec0438455b5
|
||||
winetricks-20180815.tar.gz: e927590ecedce4ace13c6a721fa449d8c8386496
|
||||
wine-3.21.tar.xz: 0aa7952a908c97652960c104f4d577b2c2fcd34b
|
||||
wine-3.21.tar.xz.sign: ff088e565284b71214ae8aee03e2c2786a481050
|
||||
wine-staging-3.21.tar.gz: 67792ad26fe91f4a866a860730585980a46e8f47
|
||||
wine-d3d9-patches-wine-d3d9-3.21.tar.gz: 2da4a3884092d4febdef656329c1e0ed8a808a30
|
||||
winetricks-20181203.tar.gz: eba3e28c874e3287de42241c7be1322cb1e230c6
|
||||
|
|
|
@ -19,12 +19,12 @@
|
|||
# Switch between systemd-binfmt and sysvinit support
|
||||
%define with_systemd 1
|
||||
|
||||
%define winetricks_ver 20180815
|
||||
%define winetricks_ver 20181203
|
||||
%define d3d9_ver %{version}
|
||||
|
||||
Summary: WINE Is Not An Emulator - runs MS Windows programs
|
||||
Name: wine
|
||||
Version: 3.18
|
||||
Version: 3.21
|
||||
Release: 1
|
||||
Epoch: 2
|
||||
License: LGPLv2+
|
||||
|
@ -100,6 +100,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
|
|||
BuildRequires: pkgconfig(jack)
|
||||
BuildRequires: pkgconfig(lcms)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libgphoto2)
|
||||
BuildRequires: pkgconfig(libmpg123)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
|
@ -228,6 +229,7 @@ Suggests: libncurses.so.6
|
|||
# wine dlopen's these, so let's add the dependencies ourself
|
||||
Requires: d3dadapter9.so.1
|
||||
Requires: libasound.so.2
|
||||
Requires: libasound_module_pcm_pulse.so
|
||||
Requires: libfreetype.so.6
|
||||
Requires: libpng16.so.16
|
||||
Requires: libudev.so.1
|
||||
|
|
Loading…
Add table
Reference in a new issue