wine: update to 1.8.
This commit is contained in:
parent
16135bf915
commit
c8a93f8996
@ -1,6 +1,6 @@
|
||||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.7.55
|
||||
version=1.8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-gstreamer"
|
||||
@ -8,9 +8,8 @@ short_desc="Run Microsoft Windows applications"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
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=a148f6c9cb45a75ef1a15e60a7db9c22fce985e0e58fe1350e7931dfe5d36119
|
||||
distfiles="https://dl.winehq.org/wine/source/${version}/wine-${version}.tar.bz2"
|
||||
checksum=f33b45c18112b2071fbf9edee0e8c575407f9e2a9855ca4ee918ed33efa7c6f4
|
||||
|
||||
lib32mode=full
|
||||
only_for_archs=i686
|
||||
@ -33,7 +32,7 @@ binfmts="/usr/bin/wine --magic MZ"
|
||||
build_options="d3d9 staging"
|
||||
desc_option_d3d9="Enable d3d9 state tracker patchset"
|
||||
desc_option_staging="Enable wine-staging patchset"
|
||||
build_options_default="staging"
|
||||
#build_options_default="staging"
|
||||
|
||||
if [ ${build_option_staging} ] || [ ${build_option_d3d9} ]; then
|
||||
hostmakedepends+=" automake"
|
||||
|
Loading…
Reference in New Issue
Block a user