wine: update to 1.7.53.

This commit is contained in:
Juan RP 2015-10-19 08:52:35 +02:00
parent 51680e06fb
commit ddc40b3b63

View file

@ -1,6 +1,6 @@
# Template file for 'wine' # Template file for 'wine'
pkgname=wine pkgname=wine
version=1.7.52 version=1.7.53
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-gstreamer" configure_args="--without-gstreamer"
@ -10,7 +10,7 @@ license="LGPL-2.1"
homepage="http://www.winehq.org/" homepage="http://www.winehq.org/"
#distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" # Not working right now #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" distfiles="http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$version.tar.bz2"
checksum=0773b32a0c358323db4c383ceb1e9e28d5d4ed4ea37570af2bcb41fecf0d554b checksum=efba70b106cde683a50a4b1f42df3d900f8ffc291a3689cb897afcc12cc2c6a3
lib32mode=full lib32mode=full
only_for_archs=i686 only_for_archs=i686
@ -42,7 +42,7 @@ fi
if [ ${build_option_staging} ]; then if [ ${build_option_staging} ]; then
makedepends+=" pulseaudio-devel libva-devel gtk+3-devel" makedepends+=" pulseaudio-devel libva-devel gtk+3-devel"
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz" distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
checksum+=" 84354a10e4226b5e456abb6d5727f4514c79d537ca809bb114a945830166cd73" checksum+=" 438f41165987a57635694dba2f67cc435cd630581b13cafe0c85daacf37a102a"
fi fi
if [ ${build_option_d3d9} ]; then if [ ${build_option_d3d9} ]; then