Archived
1
0
Fork 0

gnu: wine-staging: Update to 5.0.

* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 5.0.
(wine-staging): Update to 5.0.
[inputs]: Remove faudio, inherited from wine.
This commit is contained in:
Nicolas Goaziou 2020-01-24 20:22:01 +01:00
parent ffa37422ac
commit b8088be058
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -323,7 +323,7 @@ integrate Windows applications into your desktop.")
(define-public wine-staging-patchset-data (define-public wine-staging-patchset-data
(package (package
(name "wine-staging-patchset-data") (name "wine-staging-patchset-data")
(version "4.18") (version "5.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -332,7 +332,7 @@ integrate Windows applications into your desktop.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "03z0haf47mpm2aj9cji3wma4jy6j12wz10kkbgmbgrkkrc5lcqc2")))) (base32 "054m2glvav29qnlgr3p36kahyv3kbxzba82djzqpc7cmsrin0d3f"))))
(build-system trivial-build-system) (build-system trivial-build-system)
(native-inputs (native-inputs
`(("bash" ,bash) `(("bash" ,bash)
@ -369,18 +369,21 @@ integrate Windows applications into your desktop.")
(inherit wine) (inherit wine)
(name "wine-staging") (name "wine-staging")
(version (package-version wine-staging-patchset-data)) (version (package-version wine-staging-patchset-data))
(source (origin (source
(method url-fetch) (origin
(uri (string-append (method url-fetch)
"https://dl.winehq.org/wine/source/" (uri (let ((dir (string-append
(version-major version) ".x" (version-major version)
"/wine-" version ".tar.xz")) (if (string-suffix? ".0" (version-major+minor version))
(file-name (string-append name "-" version ".tar.xz")) ".0"
(sha256 ".x"))))
(base32 (string-append
"0chf6vdy41kg75liibkb862442zwi8dbjzf6l5arcy2z4580a2yi")))) "https://dl.winehq.org/wine/source/" dir
(inputs `(("autoconf" ,autoconf) ; for autoreconf "/wine-" version ".tar.xz")))
("faudio" ,faudio) (file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32 "1d0kcy338radq07hrnzcpc9lc9j2fvzjh37q673002x8d6x5058q"))))
(inputs `(("autoconf" ,autoconf) ; for autoreconf
("ffmpeg" ,ffmpeg) ("ffmpeg" ,ffmpeg)
("gtk+" ,gtk+) ("gtk+" ,gtk+)
("libva" ,libva) ("libva" ,libva)