wine 1.9.14 version bump
This commit is contained in:
@@ -8,6 +8,8 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
WorkDir = "wine-%s" % get.srcVERSION()
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.system("install=wine.keyring")
|
shelltools.system("install=wine.keyring")
|
||||||
# For 32bit machines:
|
# For 32bit machines:
|
||||||
@@ -22,10 +24,14 @@ 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", "-D_FORTIFY_SOURCE=2 -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.export("CPPFLAGS", "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0")
|
||||||
autotools.autoreconf("-vif")
|
autotools.autoreconf("-vif")
|
||||||
options = "--without-capi \
|
options = "--without-capi \
|
||||||
--with-curses \
|
--with-curses \
|
||||||
@@ -35,8 +41,7 @@ def setup():
|
|||||||
--with-opengl \
|
--with-opengl \
|
||||||
--with-alsa \
|
--with-alsa \
|
||||||
--with-x \
|
--with-x \
|
||||||
--with-xattr \
|
"
|
||||||
--prefix=/usr"
|
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||||
|
|||||||
Reference in New Issue
Block a user