wine: update to 1.9.10.

This commit is contained in:
Andrea Brancaleoni 2016-05-18 18:24:44 +02:00
parent 5c63f7880c
commit 117f06ce7d

View file

@ -1,6 +1,6 @@
# Template file for 'wine'
pkgname=wine
version=1.9.9
version=1.9.10
revision=1
build_style=gnu-configure
configure_args="--without-gstreamer"
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="LGPL-2.1"
homepage="http://www.winehq.org/"
distfiles="https://dl.winehq.org/wine/source/${version%.*}/wine-${version}.tar.bz2"
checksum=a1e76fd9842d0fe385e930cd62e7193035a04ed11fe771d9cd6ee9b2ceda7b41
checksum=8d4900dff6542c973c3e6112fe23da6d85c28be9a4f842a9d0041e8530861bbf
lib32mode=full
only_for_archs=i686
@ -33,6 +33,8 @@ build_options="staging"
desc_option_staging="Enable wine-staging patchset"
build_options_default="staging"
nopie=yes
if [ ${build_option_staging} ]; then
hostmakedepends+=" automake"
fi
@ -40,7 +42,7 @@ fi
if [ ${build_option_staging} ]; then
makedepends+=" libva-devel gtk+3-devel"
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
checksum+=" 23e165b0259561a3449a7c0195352cca96fdc247ad524c6567421d9971ebf517"
checksum+=" 9f5218622565b00e5caa1026a28bdb2b2756886b1a55fed2f1e64a76b9716046"
fi
post_extract() {