GNU bug report logs -
#75811
Update Wine to 10.0
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75811 in the body.
You can then email your comments to 75811 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#75811
; Package
guix-patches
.
(Fri, 24 Jan 2025 17:44:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Fri, 24 Jan 2025 17:44:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
*** BLURB HERE ***
Liliana Marie Prikler (2):
gnu: wine: Update to 10.0.
gnu: wine-staging: Update to 10.0.
gnu/packages/wine.scm | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
base-commit: daab8d5c79ca45719d21cd00567d79fadc7c2f8e
--
2.47.1
Information forwarded
to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#75811
; Package
guix-patches
.
(Fri, 24 Jan 2025 18:11:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 75811 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wine.scm (wine-minimal): Update to 10.0.
---
gnu/packages/wine.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 0e1195b6ed..6dbe384e59 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -81,7 +81,7 @@ (define-module (gnu packages wine)
(define-public wine-minimal
(package
(name "wine-minimal")
- (version "9.0")
+ (version "10.0")
(source
(origin
(method url-fetch)
@@ -93,7 +93,7 @@ (define-public wine-minimal
(string-append "https://dl.winehq.org/wine/source/" dir
"wine-" version ".tar.xz")))
(sha256
- (base32 "1vm61hrkinjqicxidhbhq3j8sb1iianfypdvjmnvgxcmac50kzbw"))))
+ (base32 "009nmi0z60ilrlrxjj9msdqk2n2wp0jcdnflkh7b7bzgyzsv7q65"))))
(properties '((upstream-name . "wine")))
(build-system gnu-build-system)
(native-inputs (list bison flex))
--
2.47.1
Information forwarded
to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#75811
; Package
guix-patches
.
(Fri, 24 Jan 2025 18:12:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 75811 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 10.0.
(wine-staging)[source]: Update hash.
[#:phases]<apply-wine-staging-patches>: Exclude “server-Stored_ACLs”.
(wine64-staging): Likewise.
---
gnu/packages/wine.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 6dbe384e59..df1796f780 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -310,7 +310,7 @@ (define-public wine64
(define-public wine-staging-patchset-data
(package
(name "wine-staging-patchset-data")
- (version "9.0")
+ (version "10.0")
(source
(origin
(method git-fetch)
@@ -319,7 +319,7 @@ (define-public wine-staging-patchset-data
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0xdinbj9byihy8snv6h1mcb79rh35zwhhld4g7mjg0k2wvjgskwl"))))
+ (base32 "17lslhmad0z5im0xlan5xwsnfvnxzi6iaj8bc51sc9sslfhwlv6j"))))
(build-system trivial-build-system)
(native-inputs
(list coreutils))
@@ -365,7 +365,7 @@ (define-public wine-staging
"wine-" wine-version ".tar.xz"))
(file-name (string-append name "-" wine-version ".tar.xz"))
(sha256
- (base32 "1vm61hrkinjqicxidhbhq3j8sb1iianfypdvjmnvgxcmac50kzbw")))))
+ (base32 "009nmi0z60ilrlrxjj9msdqk2n2wp0jcdnflkh7b7bzgyzsv7q65")))))
(inputs (modify-inputs (package-inputs wine)
(prepend autoconf ; for autoreconf
ffmpeg
@@ -389,6 +389,9 @@ (define-public wine-staging
inputs
"/share/wine-staging/staging/patchinstall.py")
"DESTDIR=."
+ ;; Broken upstream, does not apply.
+ ;; TODO: Remove once fixed.
+ "-W" "server-Stored_ACLs"
"--all")))
(add-after 'apply-wine-staging-patches 'patch-SHELL
(assoc-ref #$phases 'patch-SHELL))))))
@@ -424,6 +427,8 @@ (define-public wine64-staging
inputs
"/share/wine-staging/staging/patchinstall.py")
"DESTDIR=."
+ ;; Note: Keep in sync with wine-staging.
+ "-W" "server-Stored_ACLs"
"--all")))
(add-after 'apply-wine-staging-patches 'patch-SHELL
(assoc-ref #$phases 'patch-SHELL))))))
--
2.47.1
Changed bug title to 'Update Wine to 10.0' from '[PATCH 0/2] *** SUBJECT HERE ***'
Request was from
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Fri, 24 Jan 2025 18:12:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75811
; Package
guix-patches
.
(Mon, 27 Jan 2025 14:49:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 75811 <at> debbugs.gnu.org (full text, mbox):
user guix
usertag 75811 + reviewed-looks-good
thanks
Guix QA review form submission:
wine builds and is able to run moorhun puzzle well
Items marked as checked: Lint warnings, Commit messages
bug closed, send any further explanations to
75811 <at> debbugs.gnu.org and Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Fri, 31 Jan 2025 02:50:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 28 Feb 2025 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.