summaryrefslogtreecommitdiffstats
path: root/system/wine
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2011-01-16 02:25:01 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-01-16 02:25:01 -0600
commit83d03ec8995582e5cae691daa21078121a926861 (patch)
tree64aab340a213eac5e519d85dbf224362b5eb26a5 /system/wine
parentb8d1c233b35f41a136b0588059f666f85e96c4f7 (diff)
downloadslackbuilds-83d03ec8995582e5cae691daa21078121a926861.tar.gz
slackbuilds-83d03ec8995582e5cae691daa21078121a926861.tar.xz
system/wine: Updated for version 1.2.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/wine')
-rw-r--r--system/wine/README6
-rw-r--r--system/wine/wine.SlackBuild6
-rw-r--r--system/wine/wine.info13
3 files changed, 15 insertions, 10 deletions
diff --git a/system/wine/README b/system/wine/README
index f19f22a18b..80a4cc1110 100644
--- a/system/wine/README
+++ b/system/wine/README
@@ -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.
diff --git a/system/wine/wine.SlackBuild b/system/wine/wine.SlackBuild
index da93dcabea..b44e925015 100644
--- a/system/wine/wine.SlackBuild
+++ b/system/wine/wine.SlackBuild
@@ -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
diff --git a/system/wine/wine.info b/system/wine/wine.info
index 46e38f9e69..c634d64f32 100644
--- a/system/wine/wine.info
+++ b/system/wine/wine.info
@@ -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"