From 11c67e846c15502c761babad334209ab592d8c40 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sun, 5 Mar 2023 09:12:45 +0100 Subject: [PATCH] wine: update to 8.3. --- srcpkgs/wine/patches/musl-rpath.patch | 20 ++++++++++---------- srcpkgs/wine/template | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/srcpkgs/wine/patches/musl-rpath.patch b/srcpkgs/wine/patches/musl-rpath.patch index 68b25589b42..b694468a27f 100644 --- a/srcpkgs/wine/patches/musl-rpath.patch +++ b/srcpkgs/wine/patches/musl-rpath.patch @@ -1,11 +1,11 @@ diff --git a/configure b/configure -index 774a95ce003..d408e77cc78 100755 +index 296c3e4..e838871 100755 --- a/configure +++ b/configure -@@ -11137,6 +11137,38 @@ fi - LIBWINE_DEPENDS="wine.map" - - TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion" +@@ -10306,6 +10306,38 @@ then : + fi + ;; + esac + + # do this at the end because it needs double dollar for makefile + as_ac_var=`printf "%s\n" "ac_cv_cflags_-Wl,-rpath,\\\\\\$ORIGIN" | $as_tr_sh` @@ -42,13 +42,13 @@ index 774a95ce003..d408e77cc78 100755 esac diff --git a/configure.ac b/configure.ac -index 8c5066a3de6..01ede86df1e 100644 +index 140f26a..02497c9 100644 --- a/configure.ac +++ b/configure.ac -@@ -916,6 +916,9 @@ case $host_os in - AC_SUBST(LIBWINE_SHAREDLIB,"libwine.so.$libwine_version") - AC_SUBST(LIBWINE_DEPENDS,"wine.map") - TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion" +@@ -784,6 +784,9 @@ case $host_os in + [WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"]) + ;; + esac + + # do this at the end because it needs double dollar for makefile + WINE_TRY_CFLAGS([-Wl,-rpath,\\\$ORIGIN],[UNIXLDFLAGS="$UNIXLDFLAGS '-Wl,-rpath,\$\$ORIGIN'"]) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 4efaa8067c3..b5601a3243b 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=8.2 +version=8.3 revision=1 _pkgver=${version/r/-r} create_wrksrc=yes @@ -13,8 +13,8 @@ license="LGPL-2.1-or-later" homepage="http://www.winehq.org/" distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz" -checksum="deada37cf6d949a8af81b7fd46748ab23c612db1c6ec75e62688ac7d6c58493b - 79e59ba545dad7eafc461ef17ecc73d80b867d9649089a81421a090e4f066a82" +checksum="410269000292c3bfadd2561fdde06d9bcb2bc958b49b03e963f14177a27631f0 + b8cacb1d441b39747409eab38c494ab5d21166cc809e4ea87b18e107efed655d" build_options="mingw staging xshm" build_options_default="mingw xshm"