From 21f2cfc0fea132c43671df326eea3d338c9660c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erg=C3=BCn=20Salman?= Date: Mon, 11 Jul 2016 22:03:34 +0300 Subject: [PATCH 1/2] wine 1.9.14 fix options --- hardware/emulator/wine/actions.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hardware/emulator/wine/actions.py b/hardware/emulator/wine/actions.py index f1c7aa3c54..561589be88 100644 --- a/hardware/emulator/wine/actions.py +++ b/hardware/emulator/wine/actions.py @@ -24,19 +24,17 @@ def setup(): # to the 64bit files that was compiled in the first step (files in the work) # # More info can be obtained here: http://wiki.winehq.org/Wine64 - #shelltools.export("CPPFLAGS", "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0") #shelltools.system("make -C ./wine-staging-%s/patches DESTDIR=$(pwd) install" %get.srcVERSION()) #pisitools.flags.add("-fno-omit-frame-pointer") - - - shelltools.system("sed -i 's|OpenCL/opencl.h|CL/opencl.h|g' configure*") + #shelltools.system("sed -i 's|OpenCL/opencl.h|CL/opencl.h|g' configure*") autotools.autoreconf("-vif") options = "--without-capi \ - --with-curses \ - --without-hal \ + --without-oss \ + --without-opencl \ --without-gstreamer \ + --without-hal \ --with-dbus \ --with-opengl \ --with-alsa \ From 33fb9fa9789d52be54138dfeda1c32e1012a1626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erg=C3=BCn=20Salman?= Date: Mon, 11 Jul 2016 22:14:03 +0300 Subject: [PATCH 2/2] wine 1.9.14 fixed options. --- hardware/emulator/wine/pspec.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hardware/emulator/wine/pspec.xml b/hardware/emulator/wine/pspec.xml index 4140471c1f..632cf50bf1 100644 --- a/hardware/emulator/wine/pspec.xml +++ b/hardware/emulator/wine/pspec.xml @@ -258,6 +258,19 @@ + + 2016-07-11 + 1.9.14 + + -Pisilinux Fixed Options. + -More Shader Model 5 support in Direct3D. + -Some more write support in WebServices. + -Performance improvements in GDI. + -Some more progress towards the Direct3D command stream. + -Various bug fixes. + Ergün Salman + poyraz76@pisilinux.org + 2016-07-11 1.9.14