Merge pull request #2043 from poyraz76/master
wine 1.9.14 fixed options.
This commit is contained in:
@@ -24,19 +24,17 @@ def setup():
|
|||||||
# to the 64bit files that was compiled in the first step (files in the work)
|
# 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
|
# More info can be obtained here: http://wiki.winehq.org/Wine64
|
||||||
|
|
||||||
#shelltools.export("CPPFLAGS", "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0")
|
#shelltools.export("CPPFLAGS", "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0")
|
||||||
#shelltools.system("make -C ./wine-staging-%s/patches DESTDIR=$(pwd) install" %get.srcVERSION())
|
#shelltools.system("make -C ./wine-staging-%s/patches DESTDIR=$(pwd) install" %get.srcVERSION())
|
||||||
#pisitools.flags.add("-fno-omit-frame-pointer")
|
#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")
|
autotools.autoreconf("-vif")
|
||||||
options = "--without-capi \
|
options = "--without-capi \
|
||||||
--with-curses \
|
--without-oss \
|
||||||
--without-hal \
|
--without-opencl \
|
||||||
--without-gstreamer \
|
--without-gstreamer \
|
||||||
|
--without-hal \
|
||||||
--with-dbus \
|
--with-dbus \
|
||||||
--with-opengl \
|
--with-opengl \
|
||||||
--with-alsa \
|
--with-alsa \
|
||||||
|
|||||||
@@ -258,6 +258,19 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="3">
|
||||||
<Date>2016-07-11</Date>
|
<Date>2016-07-11</Date>
|
||||||
<Version>1.9.14</Version>
|
<Version>1.9.14</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user