22 Aug 2010 10:09
WINE / dib-engine patch
What are the opinions on including the DIB engine patch in the build? It
has to be enabled manually anyway (environment variable WINEDIB=on), so
there shouldn't be any trouble, but it does fix some pointer issues with
a couple of programs.
It's a multi part patch, but actually the
following sniplet seems to work nicely when placed directly before the
'chown -R root:root' (the autoconf is necessary):
mkdir dib
cd dib
unzip $CWD/dibeng-max.zip
cd ..
for i in `grep dib dib/series`; do
patch -p1 < dib/$i
done
autoconf
The patch itself can be obtained from
http://bugs.winehq.org/show_bug.cgi?421 where it is usually the last
attachment. It's always called dibeng-max.zip, with the actual URL of
the download varying. As it's SBo policy to include patches with the
build script (I think) that shouldn't be too much of a problem, though.
--
emmel <the_emmel@...>
GPG signed
Fingerprint: 60B4 D8E3 9617 900C 6726 168F D677 5AAD D40F CCE7
Certserver : hkp://pgp.mit.edu
What are the opinions on including the DIB engine patch in the build? It
has to be enabled manually anyway (environment variable WINEDIB=on), so
there shouldn't be any trouble, but it does fix some pointer issues with
a couple of programs.
It's a multi part patch, but actually the
following sniplet seems to work nicely when placed directly before the
'chown -R root:root' (the autoconf is necessary):
mkdir dib
cd dib
unzip $CWD/dibeng-max.zip
cd ..
for i in `grep dib dib/series`; do
patch -p1 < dib/$i
done
autoconf
The patch itself can be obtained from
http://bugs.winehq.org/show_bug.cgi?421 where it is usually the last
attachment. It's always called dibeng-max.zip, with the actual URL of
the download varying. As it's SBo policy to include patches with the
build script (I think) that shouldn't be too much of a problem, though.
--
--
emmel <the_emmel@...>
GPG signed
Fingerprint: 60B4 D8E3 9617 900C 6726 168F D677 5AAD D40F CCE7
Certserver : hkp://pgp.mit.edu
RSS Feed