diff options
-rw-r--r-- | system/wine/README | 2 | ||||
-rw-r--r-- | system/wine/wine.SlackBuild | 4 | ||||
-rw-r--r-- | system/wine/wine.info | 11 |
3 files changed, 8 insertions, 9 deletions
diff --git a/system/wine/README b/system/wine/README index b201b9921c..f19f22a18b 100644 --- a/system/wine/README +++ b/system/wine/README @@ -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. diff --git a/system/wine/wine.SlackBuild b/system/wine/wine.SlackBuild index 4b29ffa0e2..da93dcabea 100644 --- a/system/wine/wine.SlackBuild +++ b/system/wine/wine.SlackBuild @@ -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 diff --git a/system/wine/wine.info b/system/wine/wine.info index 6c6da51201..46e38f9e69 100644 --- a/system/wine/wine.info +++ b/system/wine/wine.info @@ -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" + |