* [Buildroot] [PATCH] wine: Bump to version 4.0
@ 2019-02-09 16:35 André Hentschel
2019-02-11 8:12 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: André Hentschel @ 2019-02-09 16:35 UTC (permalink / raw)
To: buildroot
Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
---
package/wine/wine.hash | 2 +-
package/wine/wine.mk | 19 ++++++++++++++++---
2 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/package/wine/wine.hash b/package/wine/wine.hash
index ba007142e8..6993d6ecbc 100644
--- a/package/wine/wine.hash
+++ b/package/wine/wine.hash
@@ -1,2 +1,2 @@
# Locally calculated after checking pgp signature
-sha256 d45a88edbe7db363e297cacedc94e66df3464504a01c2eccf04f518066a6fb0c wine-3.0.4.tar.xz
+sha256 6736cdee95b2b8bb021ec0c19497ed8cad5ae2c8bfdb7ab5dc687ff92a480d4d wine-4.0.tar.xz
diff --git a/package/wine/wine.mk b/package/wine/wine.mk
index 7e44e3c81d..78fa860ecf 100644
--- a/package/wine/wine.mk
+++ b/package/wine/wine.mk
@@ -4,9 +4,9 @@
#
################################################################################
-WINE_VERSION = 3.0.4
+WINE_VERSION = 4.0
WINE_SOURCE = wine-$(WINE_VERSION).tar.xz
-WINE_SITE = https://dl.winehq.org/wine/source/3.0
+WINE_SITE = https://dl.winehq.org/wine/source/4.0
WINE_LICENSE = LGPL-2.1+
WINE_LICENSE_FILES = COPYING.LIB LICENSE
WINE_DEPENDENCIES = host-bison host-flex host-wine
@@ -25,7 +25,9 @@ WINE_CONF_OPTS = \
--without-gsm \
--without-hal \
--without-opencl \
- --without-oss
+ --without-oss \
+ --without-vkd3d \
+ --without-vulkan
# Wine uses a wrapper around gcc, and uses the value of --host to
# construct the filename of the gcc to call. But for external
@@ -222,6 +224,13 @@ else
WINE_CONF_OPTS += --without-sane
endif
+ifeq ($(BR2_PACKAGE_SDL2),y)
+WINE_CONF_OPTS += --with-sdl
+WINE_DEPENDENCIES += sdl2
+else
+WINE_CONF_OPTS += --without-sdl
+endif
+
ifeq ($(BR2_PACKAGE_TIFF),y)
WINE_CONF_OPTS += --with-tiff
WINE_DEPENDENCIES += tiff
@@ -356,6 +365,7 @@ HOST_WINE_CONF_OPTS += \
--without-glu \
--without-gnutls \
--without-gsm \
+ --without-gssapi \
--without-gstreamer \
--without-hal \
--without-jpeg \
@@ -372,8 +382,11 @@ HOST_WINE_CONF_OPTS += \
--without-pulse \
--without-png \
--without-sane \
+ --without-sdl \
--without-tiff \
--without-v4l \
+ --without-vkd3d \
+ --without-vulkan \
--without-x \
--without-xcomposite \
--without-xcursor \
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] wine: Bump to version 4.0
2019-02-09 16:35 [Buildroot] [PATCH] wine: Bump to version 4.0 André Hentschel
@ 2019-02-11 8:12 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-02-11 8:12 UTC (permalink / raw)
To: buildroot
Hello Andr?,
On Sat, 9 Feb 2019 17:35:55 +0100
Andr? Hentschel <nerv@dawncrow.de> wrote:
> Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
> ---
> package/wine/wine.hash | 2 +-
> package/wine/wine.mk | 19 ++++++++++++++++---
> 2 files changed, 17 insertions(+), 4 deletions(-)
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-11 8:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-09 16:35 [Buildroot] [PATCH] wine: Bump to version 4.0 André Hentschel
2019-02-11 8:12 ` Thomas Petazzoni
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.