wine: update to 7.5.
This commit is contained in:
parent
a7072a462f
commit
b17ed48bea
4 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
--- a/wine-7.4/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200
|
||||
+++ b/wine-7.4/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200
|
||||
--- a/wine-7.5/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200
|
||||
+++ b/wine-7.5/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200
|
||||
@@ -29,7 +29,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
diff --git a/configure b/configure
|
||||
index 774a95ce003..d408e77cc78 100755
|
||||
--- a/wine-7.4/configure
|
||||
+++ b/wine-7.4/configure
|
||||
--- a/wine-7.5/configure
|
||||
+++ b/wine-7.5/configure
|
||||
@@ -11137,6 +11137,38 @@ fi
|
||||
LIBWINE_DEPENDS="wine.map"
|
||||
|
||||
|
@ -43,8 +43,8 @@ index 774a95ce003..d408e77cc78 100755
|
|||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 8c5066a3de6..01ede86df1e 100644
|
||||
--- a/wine-7.4/configure.ac
|
||||
+++ b/wine-7.4/configure.ac
|
||||
--- a/wine-7.5/configure.ac
|
||||
+++ b/wine-7.5/configure.ac
|
||||
@@ -916,6 +916,9 @@ case $host_os in
|
||||
AC_SUBST(LIBWINE_SHAREDLIB,"libwine.so.$libwine_version")
|
||||
AC_SUBST(LIBWINE_DEPENDS,"wine.map")
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- a/wine-7.4/server/security.h 2022-01-29 08:23:43.759508270 +0100
|
||||
+++ b/wine-7.4/server/security.h 2022-01-29 08:24:07.976443565 +0100
|
||||
--- a/wine-7.5/server/security.h 2022-01-29 08:23:43.759508270 +0100
|
||||
+++ b/wine-7.5/server/security.h 2022-01-29 08:24:07.976443565 +0100
|
||||
@@ -22,6 +22,7 @@
|
||||
#define __WINE_SERVER_SECURITY_H
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=7.4
|
||||
version=7.5
|
||||
revision=1
|
||||
_pkgver=${version/r/-r}
|
||||
create_wrksrc=yes
|
||||
|
@ -13,8 +13,8 @@ license="LGPL-2.1-or-later"
|
|||
homepage="http://www.winehq.org/"
|
||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz
|
||||
https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
|
||||
checksum="728e866d6e49ce92a2a0c514333e9ff08bdbf6c86f5ef4e6180143b8d2b7d416
|
||||
c1688af87737f47337a8f7e24d501d99582a691a2a08ba8e71b9911abbfd8554"
|
||||
checksum="462c3185aedeec851067a5165d648f5499fb93c1b655f46b825f4bc11914e281
|
||||
3b3a10654c90b210ab8dbf9d0aa2d2e3f4179a73e56e7c2101008e77903afead"
|
||||
|
||||
build_options="mingw staging xshm"
|
||||
build_options_default="mingw xshm"
|
||||
|
|
Loading…
Reference in a new issue