system/wine: Updated for version 1.2.2.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
David Woodfall 2011-01-16 02:25:01 -06:00 committed by Robby Workman
parent b8d1c233b3
commit 83d03ec899
3 changed files with 15 additions and 10 deletions

View File

@ -11,6 +11,12 @@ running this game, then do this: FALLOUT3=YES ./wine.SlackBuild
If you want to apply the DIB engine patches use DIB=YES ./wine.SlackBuild.
(There is an environment variable, WINEDIB, which can be set with
"export WINEDIB=ON". This must be done in the terminal before any applications
needing the DIB engine are run. To permanently enable it, use regedit:
In "HKEY_CURRENT_USER\Software\Wine\DIB Engine" create a string named
"Enabled" with value "Y".)
These options can be used together.
This requires fontforge and webcore-fonts.

View File

@ -2,7 +2,7 @@
# Slackware build script for wine
# Copyright 2010 David Woodfall
# Copyright 2011 David Woodfall
# All rights reserved.
# Uses patches supplied by Robby Workman's previous slackbuild.
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wine
VERSION=${VERSION:-1.2.1}
VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -103,7 +103,7 @@ fi
if [ "$DIB" = "YES" ]; then
mkdir dib
cd dib
unzip $CWD/dibeng-max.zip
unzip $CWD/dibeng-max-2010-11-12.zip
cd ..
for i in $(grep dib dib/series); do
patch -p1 < dib/$i

View File

@ -1,13 +1,12 @@
PRGNAM="wine"
VERSION="1.2.1"
VERSION="1.2.2"
HOMEPAGE="http://www.winehq.com/"
DOWNLOAD="http://downloads.sourceforge.net/project/wine/Source/wine-1.2.1.tar.bz2 \
http://www.unrealize.co.uk/source/dibeng-max.zip"
MD5SUM="efea24c69d058b0954da3e538ca52ec8 \
1fa91b65a5cd1af1b38623d102f1b321"
DOWNLOAD="http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2.2.tar.bz2 \
http://www.unrealize.co.uk/source/dibeng-max-2010-11-12.zip"
MD5SUM="e976d64688e0833061e79efa3eac5d2c \
97159d77631da13952fe87e846cf1f3b"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"
APPROVED="Niels Horn"
APPROVED="rworkman"