mirror of
https://abf.rosa.ru/djam/wine2.git
synced 2025-02-24 09:02:56 +00:00
Updated to release 2.14
This commit is contained in:
parent
26579953b5
commit
4ebe75c23a
4 changed files with 16 additions and 12 deletions
8
.abf.yml
8
.abf.yml
|
@ -1,4 +1,8 @@
|
|||
sources:
|
||||
removed_sources:
|
||||
wine-2.13.tar.xz: 17410ab55225d03e3b97a34228779174163b65f2
|
||||
wine-2.13.tar.xz.sign: 8b6885192dfbd0b4123bc9c4a0b799e4113d0ac9
|
||||
wine-staging-2.13.tar.gz: cc92c03124f1a55f7e64dc7abdced2fc12a7d05b
|
||||
sources:
|
||||
wine-2.13.tar.xz.sign: 8b6885192dfbd0b4123bc9c4a0b799e4113d0ac9
|
||||
wine-2.14.tar.xz: 9508249849d7ce79e9fef7da9fca3f36c4927c0b
|
||||
wine-2.14.tar.xz.sign: 47c72444a59c895de0a104a8c096574879131f5b
|
||||
wine-staging-2.14.tar.gz: 71b38746eac20e84f4f6fac2211dffeeb55afd17
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
From 74273235ff2ea18292025fbc8d480dd07c0a2ff4 Mon Sep 17 00:00:00 2001
|
||||
From ccc55177d3ea90a2451e4cdb6ee8f2eabec019e7 Mon Sep 17 00:00:00 2001
|
||||
From: Nick Sarnie <commendsarnex@gmail.com>
|
||||
Date: Sat, 29 Jul 2017 12:11:13 -0400
|
||||
Date: Wed, 9 Aug 2017 22:07:23 -0400
|
||||
Subject: [PATCH] Staging Helper
|
||||
|
||||
Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>
|
||||
|
@ -119,5 +119,5 @@ index c375217d71..31cc9bae0d 100644
|
|||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
--
|
||||
2.13.3
|
||||
2.14.0
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
From 609ea84211a2b8ebd81edb930c2068a615c6ede7 Mon Sep 17 00:00:00 2001
|
||||
From 9c7b0151c60118a2fb50c860e269820920a753f5 Mon Sep 17 00:00:00 2001
|
||||
From: Nick Sarnie <commendsarnex@gmail.com>
|
||||
Date: Sat, 29 Jul 2017 12:11:28 -0400
|
||||
Date: Wed, 9 Aug 2017 22:07:40 -0400
|
||||
Subject: [PATCH] Wine D3D9
|
||||
|
||||
Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>
|
||||
|
@ -41,7 +41,7 @@ Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>
|
|||
create mode 100644 dlls/d3d9-nine/wndproc.h
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 5a920d6a3f..4319bed58f 100644
|
||||
index b9c648bce4..30823c4453 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -66,6 +66,14 @@ AC_ARG_WITH(openal, AS_HELP_STRING([--without-openal],[do not use OpenAL]),
|
||||
|
@ -68,7 +68,7 @@ index 5a920d6a3f..4319bed58f 100644
|
|||
dnl **** Check for header files ****
|
||||
|
||||
AC_SYS_LARGEFILE()
|
||||
@@ -1249,6 +1259,183 @@ OpenGL and Direct3D won't be supported.])
|
||||
@@ -1247,6 +1257,183 @@ OpenGL and Direct3D won't be supported.])
|
||||
WINE_NOTICE_WITH(va,[test "x$ac_cv_lib_soname_va" = "x" -o "x$ac_cv_lib_soname_va_x11" = "x" -o "x$ac_cv_lib_soname_va_drm" = "x"],
|
||||
[libva ${notice_platform}development files not found, GPU video acceleration won't be supported.])
|
||||
|
||||
|
@ -252,7 +252,7 @@ index 5a920d6a3f..4319bed58f 100644
|
|||
CPPFLAGS="$ac_save_CPPFLAGS"
|
||||
else
|
||||
X_CFLAGS=""
|
||||
@@ -3089,6 +3276,7 @@ WINE_CONFIG_DLL(d3d8,,[implib])
|
||||
@@ -3096,6 +3283,7 @@ WINE_CONFIG_DLL(d3d8,,[implib])
|
||||
WINE_CONFIG_TEST(dlls/d3d8/tests)
|
||||
WINE_CONFIG_DLL(d3d9,,[implib])
|
||||
WINE_CONFIG_TEST(dlls/d3d9/tests)
|
||||
|
@ -5736,5 +5736,5 @@ index 0000000000..15f26d491a
|
|||
+
|
||||
+#endif
|
||||
--
|
||||
2.13.3
|
||||
2.14.0
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
Summary: WINE Is Not An Emulator - runs MS Windows programs
|
||||
Name: wine
|
||||
Version: 2.13
|
||||
Version: 2.14
|
||||
Release: 1
|
||||
Epoch: 2
|
||||
License: LGPLv2+
|
||||
|
|
Loading…
Add table
Reference in a new issue