]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
wine: Bump to version 3.0
authorAndré Hentschel <nerv@dawncrow.de>
Sat, 20 Jan 2018 14:11:21 +0000 (15:11 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 29 Jan 2018 20:09:35 +0000 (21:09 +0100)
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/wine/wine.hash
package/wine/wine.mk

index 7f0a785eb0681cf429886286982af55daafca2d1..176e0ee6531686c7496280a08d4575784e79a8a1 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256 a811c664f870a3a01449443a93a6fcee41aea2e912e58f72742eb7924962be56 wine-2.0.3.tar.xz
+sha256 346a050aca5cd0d9978a655af11c30e68c201a58aea0c70d5e4c4f1b63c2fbec wine-3.0.tar.xz
index d540886782c885ea42969600b5597061ae452ff4..02c4c0f1554341e9c36019fa4671a627d74ebd39 100644 (file)
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-WINE_VERSION = 2.0.3
+WINE_VERSION = 3.0
 WINE_SOURCE = wine-$(WINE_VERSION).tar.xz
-WINE_SITE = https://dl.winehq.org/wine/source/2.0
+WINE_SITE = https://dl.winehq.org/wine/source/3.0
 WINE_LICENSE = LGPL-2.1+
 WINE_LICENSE_FILES = COPYING.LIB LICENSE
 WINE_DEPENDENCIES = host-bison host-flex host-wine
@@ -23,6 +23,7 @@ WINE_CONF_OPTS = \
        --without-gphoto \
        --without-gsm \
        --without-hal \
+       --without-krb5 \
        --without-opencl \
        --without-oss
 
@@ -347,6 +348,7 @@ HOST_WINE_CONF_OPTS += \
        --without-gstreamer \
        --without-hal \
        --without-jpeg \
+       --without-krb5 \
        --without-ldap \
        --without-mpg123 \
        --without-netapi \