mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
wine: update to 1.8.
This commit is contained in:
parent
16135bf915
commit
c8a93f8996
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=1.7.55
|
version=1.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gstreamer"
|
configure_args="--without-gstreamer"
|
||||||
|
@ -8,9 +8,8 @@ short_desc="Run Microsoft Windows applications"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
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="https://dl.winehq.org/wine/source/${version}/wine-${version}.tar.bz2"
|
||||||
distfiles="http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$version.tar.bz2"
|
checksum=f33b45c18112b2071fbf9edee0e8c575407f9e2a9855ca4ee918ed33efa7c6f4
|
||||||
checksum=a148f6c9cb45a75ef1a15e60a7db9c22fce985e0e58fe1350e7931dfe5d36119
|
|
||||||
|
|
||||||
lib32mode=full
|
lib32mode=full
|
||||||
only_for_archs=i686
|
only_for_archs=i686
|
||||||
|
@ -33,7 +32,7 @@ binfmts="/usr/bin/wine --magic MZ"
|
||||||
build_options="d3d9 staging"
|
build_options="d3d9 staging"
|
||||||
desc_option_d3d9="Enable d3d9 state tracker patchset"
|
desc_option_d3d9="Enable d3d9 state tracker patchset"
|
||||||
desc_option_staging="Enable wine-staging patchset"
|
desc_option_staging="Enable wine-staging patchset"
|
||||||
build_options_default="staging"
|
#build_options_default="staging"
|
||||||
|
|
||||||
if [ ${build_option_staging} ] || [ ${build_option_d3d9} ]; then
|
if [ ${build_option_staging} ] || [ ${build_option_d3d9} ]; then
|
||||||
hostmakedepends+=" automake"
|
hostmakedepends+=" automake"
|
||||||
|
|
Loading…
Add table
Reference in a new issue