wine: update to 1.7.49.

This commit is contained in:
Juan RP 2015-08-12 08:06:08 +02:00
parent 6a70e18e78
commit fd748f3122
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'wine'
pkgname=wine
version=1.7.48
version=1.7.49
revision=1
build_style=gnu-configure
configure_args="--without-gstreamer"
@ -10,7 +10,7 @@ license="LGPL-2.1"
homepage="http://www.winehq.org/"
#distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" # Not working right now
distfiles="http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$version.tar.bz2"
checksum=e3f55ce56e2092d49b317fea8802e314be2b2170fd434f5e45f7141773946c8e
checksum=c8a1589753493cb6b71b3772b730cdf90059fe0f29cbfb369fc9a2339766b789
lib32mode=full
only_for_archs=i686
@ -30,9 +30,9 @@ depends="libXi libXinerama libXcomposite libXcursor libOSMesa
binfmts="/usr/bin/wine --magic MZ"
build_options="staging d3d9"
desc_option_staging="Enable wine-staging patchset"
build_options="d3d9 staging"
desc_option_d3d9="Enable d3d9 state tracker patchset"
desc_option_staging="Enable wine-staging patchset"
build_options_default="staging"
if [ ${build_option_staging} ] || [ ${build_option_d3d9} ]; then
@ -42,7 +42,7 @@ fi
if [ ${build_option_staging} ]; then
makedepends+=" pulseaudio-devel libva-devel"
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
checksum+=" 66d264eb75edc40d7b42f0f49681878c0cb510451b4e0da858881c4d71896d22"
checksum+=" a5623e78c1032cef691018712d855215402e42f054028c89fcf78c336821ca9f"
fi
if [ ${build_option_d3d9} ]; then