package/wine: bump to version 4.0
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5d01704cff
commit
9accc7f095
@ -1,2 +1,2 @@
|
|||||||
# Locally calculated after checking pgp signature
|
# Locally calculated after checking pgp signature
|
||||||
sha256 d45a88edbe7db363e297cacedc94e66df3464504a01c2eccf04f518066a6fb0c wine-3.0.4.tar.xz
|
sha256 6736cdee95b2b8bb021ec0c19497ed8cad5ae2c8bfdb7ab5dc687ff92a480d4d wine-4.0.tar.xz
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
WINE_VERSION = 3.0.4
|
WINE_VERSION = 4.0
|
||||||
WINE_SOURCE = wine-$(WINE_VERSION).tar.xz
|
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 = LGPL-2.1+
|
||||||
WINE_LICENSE_FILES = COPYING.LIB LICENSE
|
WINE_LICENSE_FILES = COPYING.LIB LICENSE
|
||||||
WINE_DEPENDENCIES = host-bison host-flex host-wine
|
WINE_DEPENDENCIES = host-bison host-flex host-wine
|
||||||
@ -25,7 +25,9 @@ WINE_CONF_OPTS = \
|
|||||||
--without-gsm \
|
--without-gsm \
|
||||||
--without-hal \
|
--without-hal \
|
||||||
--without-opencl \
|
--without-opencl \
|
||||||
--without-oss
|
--without-oss \
|
||||||
|
--without-vkd3d \
|
||||||
|
--without-vulkan
|
||||||
|
|
||||||
# Wine uses a wrapper around gcc, and uses the value of --host to
|
# Wine uses a wrapper around gcc, and uses the value of --host to
|
||||||
# construct the filename of the gcc to call. But for external
|
# construct the filename of the gcc to call. But for external
|
||||||
@ -222,6 +224,13 @@ else
|
|||||||
WINE_CONF_OPTS += --without-sane
|
WINE_CONF_OPTS += --without-sane
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_TIFF),y)
|
||||||
WINE_CONF_OPTS += --with-tiff
|
WINE_CONF_OPTS += --with-tiff
|
||||||
WINE_DEPENDENCIES += tiff
|
WINE_DEPENDENCIES += tiff
|
||||||
@ -356,6 +365,7 @@ HOST_WINE_CONF_OPTS += \
|
|||||||
--without-glu \
|
--without-glu \
|
||||||
--without-gnutls \
|
--without-gnutls \
|
||||||
--without-gsm \
|
--without-gsm \
|
||||||
|
--without-gssapi \
|
||||||
--without-gstreamer \
|
--without-gstreamer \
|
||||||
--without-hal \
|
--without-hal \
|
||||||
--without-jpeg \
|
--without-jpeg \
|
||||||
@ -372,8 +382,11 @@ HOST_WINE_CONF_OPTS += \
|
|||||||
--without-pulse \
|
--without-pulse \
|
||||||
--without-png \
|
--without-png \
|
||||||
--without-sane \
|
--without-sane \
|
||||||
|
--without-sdl \
|
||||||
--without-tiff \
|
--without-tiff \
|
||||||
--without-v4l \
|
--without-v4l \
|
||||||
|
--without-vkd3d \
|
||||||
|
--without-vulkan \
|
||||||
--without-x \
|
--without-x \
|
||||||
--without-xcomposite \
|
--without-xcomposite \
|
||||||
--without-xcursor \
|
--without-xcursor \
|
||||||
|
Loading…
Reference in New Issue
Block a user