wine: update to 3.0.
This commit is contained in:
parent
4abb713066
commit
ca6de386f8
1 changed files with 4 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=2.21
|
version=3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gstreamer"
|
configure_args="--without-gstreamer"
|
||||||
|
@ -8,14 +8,11 @@ short_desc="Run Microsoft Windows applications"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.winehq.org/"
|
homepage="http://www.winehq.org/"
|
||||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${version}.tar.xz"
|
distfiles="https://dl.winehq.org/wine/source/${version}/wine-${version}.tar.xz"
|
||||||
checksum=bafa04e8cfbb3c5fbb6bb5080fb5d3f2f6816ac69518d0ed50aceadb66b4abef
|
checksum=346a050aca5cd0d9978a655af11c30e68c201a58aea0c70d5e4c4f1b63c2fbec
|
||||||
|
|
||||||
nopie_files="/usr/bin/wine"
|
nopie_files="/usr/bin/wine"
|
||||||
|
|
||||||
CC="gcc"
|
|
||||||
CFLAGS="-O2 -pipe"
|
|
||||||
|
|
||||||
lib32mode=full
|
lib32mode=full
|
||||||
only_for_archs=i686
|
only_for_archs=i686
|
||||||
|
|
||||||
|
@ -37,7 +34,7 @@ binfmts="/usr/bin/wine --magic MZ"
|
||||||
|
|
||||||
build_options="staging"
|
build_options="staging"
|
||||||
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} ]; then
|
if [ ${build_option_staging} ]; then
|
||||||
hostmakedepends+=" automake"
|
hostmakedepends+=" automake"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue