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 \ 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