Page MenuHomeSolus

D1457.id3639.diff
No OneTemporary

D1457.id3639.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -19,7 +19,7 @@
libpcap.so.1
libpthread.so.0
libpulse.so.0
-libpulsecommon-10.0.so
+libpulsecommon-11.1.so
libresolv.so.2
libudev.so.1
libxcb-dri3.so.0
diff --git a/abi_used_libs32 b/abi_used_libs32
--- a/abi_used_libs32
+++ b/abi_used_libs32
@@ -15,7 +15,7 @@
libpcap.so.1
libpthread.so.0
libpulse.so.0
-libpulsecommon-10.0.so
+libpulsecommon-11.1.so
libresolv.so.2
libudev.so.1
libxcb-dri3.so.0
diff --git a/files/d3d9-helper.patch b/files/d3d9-helper.patch
--- a/files/d3d9-helper.patch
+++ b/files/d3d9-helper.patch
@@ -1,6 +1,6 @@
-From f0991570f98db2ffcb64fa88882ecccd40474392 Mon Sep 17 00:00:00 2001
+From 2198f11e37304f46d9dfbdc1be23e0881819d3d6 Mon Sep 17 00:00:00 2001
From: Nick Sarnie <commendsarnex@gmail.com>
-Date: Sun, 5 Nov 2017 22:31:50 -0500
+Date: Sat, 25 Nov 2017 17:31:41 -0500
Subject: [PATCH] D3D9 Helper
Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>
diff --git a/files/wine-d3d9.patch b/files/wine-d3d9.patch
--- a/files/wine-d3d9.patch
+++ b/files/wine-d3d9.patch
@@ -1,7 +1,7 @@
-From f8574ff8a8c64fe6ab7a4399eb0d693e926f45d1 Mon Sep 17 00:00:00 2001
+From 1edb10f8c73c20143f74e84aa13af0169a21af1c Mon Sep 17 00:00:00 2001
From: Nick Sarnie <commendsarnex@gmail.com>
-Date: Sun, 5 Nov 2017 22:31:07 -0500
-Subject: [PATCH 2/2] Wine D3D9
+Date: Sat, 25 Nov 2017 17:30:54 -0500
+Subject: [PATCH] Wine D3D9
Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>
---
@@ -41,7 +41,7 @@
create mode 100644 dlls/d3d9-nine/wndproc.h
diff --git a/configure.ac b/configure.ac
-index 7a8fcc4987..0f2a45f336 100644
+index 0e1a0a1ee7..90a578a220 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,6 +67,14 @@ AC_ARG_WITH(openal, AS_HELP_STRING([--without-openal],[do not use OpenAL]),
@@ -59,7 +59,7 @@
AC_ARG_WITH(osmesa, AS_HELP_STRING([--without-osmesa],[do not use the OSMesa library]))
AC_ARG_WITH(oss, AS_HELP_STRING([--without-oss],[do not use the OSS sound support]))
AC_ARG_WITH(pcap, AS_HELP_STRING([--without-pcap],[do not use the Packet Capture library]),
-@@ -391,6 +399,8 @@ AC_CHECK_LIB(ossaudio,_oss_ioctl)
+@@ -396,6 +404,8 @@ AC_CHECK_LIB(ossaudio,_oss_ioctl)
AC_SUBST(OPENGL_LIBS,"")
@@ -68,7 +68,7 @@
dnl **** Check for header files ****
AC_SYS_LARGEFILE()
-@@ -1248,6 +1258,183 @@ OpenGL and Direct3D won't be supported.])
+@@ -1253,6 +1263,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 @@
CPPFLAGS="$ac_save_CPPFLAGS"
else
X_CFLAGS=""
-@@ -3127,6 +3314,7 @@ WINE_CONFIG_DLL(d3d8,,[implib])
+@@ -3133,6 +3320,7 @@ WINE_CONFIG_DLL(d3d8,,[implib])
WINE_CONFIG_TEST(dlls/d3d8/tests)
WINE_CONFIG_DLL(d3d9,,[implib])
WINE_CONFIG_TEST(dlls/d3d9/tests)
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : wine
-version : 2.21
-release : 27
+version : '2.22'
+release : 28
source :
- - https://dl.winehq.org/wine/source/2.x/wine-2.21.tar.xz : bafa04e8cfbb3c5fbb6bb5080fb5d3f2f6816ac69518d0ed50aceadb66b4abef
+ - https://dl.winehq.org/wine/source/2.x/wine-2.22.tar.xz : db5c7e7f652405d927b3ba43cc09e4e2f5726a2c7cbf9445a0d01d1b335e8b73
license : LGPL-2.1
component : virt
summary : Wine compatibility layer for Windows emulation.
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1798,7 +1798,7 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
- <Dependency release="27">wine</Dependency>
+ <Dependency release="28">wine</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/wine</Path>
@@ -1813,8 +1813,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="27">wine-32bit</Dependency>
- <Dependency release="27">wine-devel</Dependency>
+ <Dependency release="28">wine-32bit</Dependency>
+ <Dependency release="28">wine-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/lib*.so</Path>
@@ -1827,7 +1827,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="27">wine</Dependency>
+ <Dependency release="28">wine</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
@@ -1835,12 +1835,12 @@
</Files>
</Package>
<History>
- <Update release="27">
- <Date>2017-11-14</Date>
- <Version>2.21</Version>
+ <Update release="28">
+ <Date>2017-11-27</Date>
+ <Version>2.22</Version>
<Comment>Packaging update</Comment>
<Name>Pierre-Yves</Name>
<Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 5:41 PM (2 h, 46 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806542
Default Alt Text
D1457.id3639.diff (5 KB)

Event Timeline