Archived
1
0
Fork 0

gnu: dxvk: Update to 1.5.4.

* gnu/packages/wine.scm (dxvk): Update to 1.5.4.
This commit is contained in:
Pierre Neidhardt 2020-02-14 10:07:54 +01:00
parent 57718bdf68
commit 98e3953e96
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -554,7 +554,7 @@ version)")
;; This package provides 32-bit dxvk libraries on 64-bit systems. ;; This package provides 32-bit dxvk libraries on 64-bit systems.
(package (package
(name "dxvk32") (name "dxvk32")
(version "1.5") (version "1.5.4")
(home-page "https://github.com/doitsujin/dxvk/") (home-page "https://github.com/doitsujin/dxvk/")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -564,7 +564,7 @@ version)")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"009p99jkskrmy186gsqrf0p3v9z3lskw51r4vdp35af057q26a6x")))) "0yhxd5rnn5mcvcb2n062z9wqqwxjq5c0rzfbjz1z9ppznj8gn37i"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:system "i686-linux" `(#:system "i686-linux"
@ -633,6 +633,5 @@ Use @command{setup_dxvk} to install the required libraries to a Wine prefix.")
,@(match (%current-system) ,@(match (%current-system)
("x86_64-linux" ("x86_64-linux"
`(("dxvk32" ,dxvk32))) `(("dxvk32" ,dxvk32)))
(_ '())) (_ '()))))
))
(supported-systems '("i686-linux" "x86_64-linux")))) (supported-systems '("i686-linux" "x86_64-linux"))))