Merge pull request #2043 from poyraz76/master

wine 1.9.14 fixed options.
This commit is contained in:
bferturk
2016-07-12 15:22:49 +00:00
committed by GitHub
2 changed files with 17 additions and 6 deletions
+4 -6
View File
@@ -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 \
+13
View File
@@ -258,6 +258,19 @@
</Package>
<History>
<Update release="4">
<Date>2016-07-11</Date>
<Version>1.9.14</Version>
<Comment>
-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.</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2016-07-11</Date>
<Version>1.9.14</Version>