system/wine: Updated for version 1.1.24

This commit is contained in:
Robby Workman 2010-05-13 00:42:25 +02:00 committed by David Somero
parent eebbe45615
commit 048fe841f1
4 changed files with 20 additions and 14 deletions

View file

@ -6,5 +6,8 @@ script like this: OPENGL=NO ./wine.SlackBuild
If you wish to apply an unoffical patch that might fix up some problems
running IE in wine, then do this: IEFIX=YES ./wine.SlackBuild
While it's not strictly required, the fontforge package is strongly
recommended to be installed when building wine.
This requires fontforge and webcore-fonts.
NOTE: This will not build on a stock 64bit Slackware system, and we do not
support doing so with 32bit-compatibility packages. That doesn't mean
that it won't work - we just don't support it at all.

View file

@ -7,13 +7,13 @@
|-----handy-ruler------------------------------------------------------|
wine: wine (Wine Is Not an Emulator)
wine:
wine:
wine: Wine is an Open Source implementation of the Windows API
wine: on top of X and Unix.
wine:
wine:
wine: Homepage: http://www.winehq.com/
wine:
wine:
wine:
wine:
wine:
wine:
wine:
wine:
wine:
wine:

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wine
VERSION=1.1.17
VERSION=1.1.24
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,6 +76,7 @@ if [ "$OPENGL" = "YES" ]; then
do_opengl="without"
fi
# All of the libraries produced are 32bit libs anyway
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -112,4 +113,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="wine"
VERSION="1.1.17"
VERSION="1.1.24"
HOMEPAGE="http://www.winehq.com/"
DOWNLOAD="http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.17.tar.bz2"
MD5SUM="ad73833f304e6c6e4d827989ff75db3d"
DOWNLOAD="http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.24.tar.bz2"
MD5SUM="b695d6c0e9484c34d5a86fd05378b39d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="dsomero"