|
@@ -4,9 +4,9 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-WINE_VERSION = 6.0
|
|
|
|
|
|
+WINE_VERSION = 7.0
|
|
WINE_SOURCE = wine-$(WINE_VERSION).tar.xz
|
|
WINE_SOURCE = wine-$(WINE_VERSION).tar.xz
|
|
-WINE_SITE = https://dl.winehq.org/wine/source/6.0
|
|
|
|
|
|
+WINE_SITE = https://dl.winehq.org/wine/source/7.0
|
|
WINE_LICENSE = LGPL-2.1+
|
|
WINE_LICENSE = LGPL-2.1+
|
|
WINE_LICENSE_FILES = COPYING.LIB LICENSE
|
|
WINE_LICENSE_FILES = COPYING.LIB LICENSE
|
|
WINE_CPE_ID_VENDOR = winehq
|
|
WINE_CPE_ID_VENDOR = winehq
|
|
@@ -21,12 +21,9 @@ WINE_CONF_OPTS = \
|
|
--disable-win64 \
|
|
--disable-win64 \
|
|
--without-capi \
|
|
--without-capi \
|
|
--without-coreaudio \
|
|
--without-coreaudio \
|
|
- --without-faudio \
|
|
|
|
--without-gettext \
|
|
--without-gettext \
|
|
--without-gettextpo \
|
|
--without-gettextpo \
|
|
--without-gphoto \
|
|
--without-gphoto \
|
|
- --without-gsm \
|
|
|
|
- --without-hal \
|
|
|
|
--without-mingw \
|
|
--without-mingw \
|
|
--without-opencl \
|
|
--without-opencl \
|
|
--without-oss \
|
|
--without-oss \
|
|
@@ -99,20 +96,6 @@ else
|
|
WINE_CONF_OPTS += --without-gstreamer
|
|
WINE_CONF_OPTS += --without-gstreamer
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JPEG),y)
|
|
|
|
-WINE_CONF_OPTS += --with-jpeg
|
|
|
|
-WINE_DEPENDENCIES += jpeg
|
|
|
|
-else
|
|
|
|
-WINE_CONF_OPTS += --without-jpeg
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
-ifeq ($(BR2_PACKAGE_LCMS2),y)
|
|
|
|
-WINE_CONF_OPTS += --with-cms
|
|
|
|
-WINE_DEPENDENCIES += lcms2
|
|
|
|
-else
|
|
|
|
-WINE_CONF_OPTS += --without-cms
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
ifeq ($(BR2_PACKAGE_HAS_LIBGL),y)
|
|
ifeq ($(BR2_PACKAGE_HAS_LIBGL),y)
|
|
WINE_CONF_OPTS += --with-opengl
|
|
WINE_CONF_OPTS += --with-opengl
|
|
WINE_DEPENDENCIES += libgl
|
|
WINE_DEPENDENCIES += libgl
|
|
@@ -134,13 +117,6 @@ else
|
|
WINE_CONF_OPTS += --without-pcap
|
|
WINE_CONF_OPTS += --without-pcap
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_LIBPNG),y)
|
|
|
|
-WINE_CONF_OPTS += --with-png
|
|
|
|
-WINE_DEPENDENCIES += libpng
|
|
|
|
-else
|
|
|
|
-WINE_CONF_OPTS += --without-png
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBUSB),y)
|
|
ifeq ($(BR2_PACKAGE_LIBUSB),y)
|
|
WINE_CONF_OPTS += --with-usb
|
|
WINE_CONF_OPTS += --with-usb
|
|
WINE_DEPENDENCIES += libusb
|
|
WINE_DEPENDENCIES += libusb
|
|
@@ -155,29 +131,6 @@ else
|
|
WINE_CONF_OPTS += --without-v4l2
|
|
WINE_CONF_OPTS += --without-v4l2
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_LIBXML2),y)
|
|
|
|
-WINE_CONF_OPTS += --with-xml
|
|
|
|
-WINE_DEPENDENCIES += libxml2
|
|
|
|
-WINE_CONF_ENV += XML2_CONFIG=$(STAGING_DIR)/usr/bin/xml2-config
|
|
|
|
-else
|
|
|
|
-WINE_CONF_OPTS += --without-xml
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
-ifeq ($(BR2_PACKAGE_LIBXSLT),y)
|
|
|
|
-WINE_CONF_OPTS += --with-xslt
|
|
|
|
-WINE_DEPENDENCIES += libxslt
|
|
|
|
-WINE_CONF_ENV += XSLT_CONFIG=$(STAGING_DIR)/usr/bin/xslt-config
|
|
|
|
-else
|
|
|
|
-WINE_CONF_OPTS += --without-xslt
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
-ifeq ($(BR2_PACKAGE_MPG123),y)
|
|
|
|
-WINE_CONF_OPTS += --with-mpg123
|
|
|
|
-WINE_DEPENDENCIES += mpg123
|
|
|
|
-else
|
|
|
|
-WINE_CONF_OPTS += --without-mpg123
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
ifeq ($(BR2_PACKAGE_OPENAL),y)
|
|
ifeq ($(BR2_PACKAGE_OPENAL),y)
|
|
WINE_CONF_OPTS += --with-openal
|
|
WINE_CONF_OPTS += --with-openal
|
|
WINE_DEPENDENCIES += openal
|
|
WINE_DEPENDENCIES += openal
|
|
@@ -228,13 +181,6 @@ else
|
|
WINE_CONF_OPTS += --without-sdl
|
|
WINE_CONF_OPTS += --without-sdl
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_TIFF),y)
|
|
|
|
-WINE_CONF_OPTS += --with-tiff
|
|
|
|
-WINE_DEPENDENCIES += tiff
|
|
|
|
-else
|
|
|
|
-WINE_CONF_OPTS += --without-tiff
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
|
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
|
WINE_CONF_OPTS += --with-udev
|
|
WINE_CONF_OPTS += --with-udev
|
|
WINE_DEPENDENCIES += udev
|
|
WINE_DEPENDENCIES += udev
|
|
@@ -349,23 +295,17 @@ HOST_WINE_CONF_OPTS += \
|
|
--disable-win16 \
|
|
--disable-win16 \
|
|
--without-alsa \
|
|
--without-alsa \
|
|
--without-capi \
|
|
--without-capi \
|
|
- --without-cms \
|
|
|
|
--without-coreaudio \
|
|
--without-coreaudio \
|
|
- --without-faudio \
|
|
|
|
--without-cups \
|
|
--without-cups \
|
|
--without-dbus \
|
|
--without-dbus \
|
|
--without-fontconfig \
|
|
--without-fontconfig \
|
|
--without-gphoto \
|
|
--without-gphoto \
|
|
--without-gnutls \
|
|
--without-gnutls \
|
|
- --without-gsm \
|
|
|
|
--without-gssapi \
|
|
--without-gssapi \
|
|
--without-gstreamer \
|
|
--without-gstreamer \
|
|
- --without-hal \
|
|
|
|
- --without-jpeg \
|
|
|
|
--without-krb5 \
|
|
--without-krb5 \
|
|
--without-ldap \
|
|
--without-ldap \
|
|
--without-mingw \
|
|
--without-mingw \
|
|
- --without-mpg123 \
|
|
|
|
--without-netapi \
|
|
--without-netapi \
|
|
--without-openal \
|
|
--without-openal \
|
|
--without-opencl \
|
|
--without-opencl \
|
|
@@ -374,10 +314,8 @@ HOST_WINE_CONF_OPTS += \
|
|
--without-oss \
|
|
--without-oss \
|
|
--without-pcap \
|
|
--without-pcap \
|
|
--without-pulse \
|
|
--without-pulse \
|
|
- --without-png \
|
|
|
|
--without-sane \
|
|
--without-sane \
|
|
--without-sdl \
|
|
--without-sdl \
|
|
- --without-tiff \
|
|
|
|
--without-usb \
|
|
--without-usb \
|
|
--without-v4l2 \
|
|
--without-v4l2 \
|
|
--without-vkd3d \
|
|
--without-vkd3d \
|
|
@@ -388,12 +326,10 @@ HOST_WINE_CONF_OPTS += \
|
|
--without-xinerama \
|
|
--without-xinerama \
|
|
--without-xinput \
|
|
--without-xinput \
|
|
--without-xinput2 \
|
|
--without-xinput2 \
|
|
- --without-xml \
|
|
|
|
--without-xrandr \
|
|
--without-xrandr \
|
|
--without-xrender \
|
|
--without-xrender \
|
|
--without-xshape \
|
|
--without-xshape \
|
|
--without-xshm \
|
|
--without-xshm \
|
|
- --without-xslt \
|
|
|
|
--without-xxf86vm
|
|
--without-xxf86vm
|
|
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(autotools-package))
|