system/wine: Updated for version 1.2.1.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
David Woodfall 2010-12-12 13:10:56 -02:00 committed by Robby Workman
parent 30f0621c6f
commit 4449ed1493
3 changed files with 8 additions and 9 deletions

View File

@ -10,8 +10,6 @@ If you want to use the fallout3 patch to fix problems with nvidia cards while
running this game, then do this: FALLOUT3=YES ./wine.SlackBuild
If you want to apply the DIB engine patches use DIB=YES ./wine.SlackBuild.
You will need to download the DIB patches beforehand using something like
wget -O dibeng-max.zip http://bugs.winehq.org/attachment.cgi?id=29994
These options can be used together.

View File

@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wine
VERSION=${VERSION:-1.2}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View File

@ -1,12 +1,13 @@
PRGNAM="wine"
VERSION="1.2"
VERSION="1.2.1"
HOMEPAGE="http://www.winehq.com/"
DOWNLOAD="http://downloads.sourceforge.net/project/wine/Source/wine-1.2.tar.bz2 \
http://bugs.winehq.org/attachment.cgi?id=29994"
MD5SUM="eb4e5423b277fc1e77807b04f366f7b7 \
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_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"
APPROVED="Erik Hanson"
APPROVED="Niels Horn"