diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-24 15:23:49 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-24 16:14:29 +0900 |
| commit | 25082129602b3841b1ea4fa1c2c679f75148938f (patch) | |
| tree | f5f496034be1bd0813d85f90f398adf39e6bcc25 /gnu/packages/games.scm | |
| parent | 086bc58fa1e561e1c0ac162c5bed28afc417f123 (diff) | |
gnu: vdrift: Update to 2014-10-20-1.f835eda.
* gnu/packages/games.scm (vdrift): Update to 2014-10-20-1.f835eda.
[inputs]: Replace sdl2 with sdl3.
(vdrift-data): Update to revision 1464.
Diffstat (limited to 'gnu/packages/games.scm')
| -rw-r--r-- | gnu/packages/games.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 43bf95e01d8..eb8255c1d91 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -899,7 +899,7 @@ attacks you can use on opponents.") | |||
| 899 | (define-public vdrift-data | 899 | (define-public vdrift-data |
| 900 | ;; There are no tags or releases for the vdrift data; use the latest SVN | 900 | ;; There are no tags or releases for the vdrift data; use the latest SVN |
| 901 | ;; revision available. | 901 | ;; revision available. |
| 902 | (let ((commit 1463) | 902 | (let ((commit 1464) |
| 903 | (revision "0")) | 903 | (revision "0")) |
| 904 | ;; The package is hidden as the game data is *required* by the install | 904 | ;; The package is hidden as the game data is *required* by the install |
| 905 | ;; target of vdrift itself, and there is no need for users to manually | 905 | ;; target of vdrift itself, and there is no need for users to manually |
| @@ -919,7 +919,7 @@ attacks you can use on opponents.") | |||
| 919 | (file-name (string-append name "-" version "-checkout")) | 919 | (file-name (string-append name "-" version "-checkout")) |
| 920 | (sha256 | 920 | (sha256 |
| 921 | (base32 | 921 | (base32 |
| 922 | "1zx08q4v3s4l5r0wxphd323h0rqp9pjb7kr08s3gb2qr85lw587h")))) | 922 | "0q0raw7xjnf710xxls6cjqqvkn754bbndqjs9dzkpr40s8zrgnvf")))) |
| 923 | (build-system copy-build-system) | 923 | (build-system copy-build-system) |
| 924 | (arguments (list #:install-plan #~'(("." "share/games/vdrift/data")))) | 924 | (arguments (list #:install-plan #~'(("." "share/games/vdrift/data")))) |
| 925 | (home-page "https://vdrift.net/") | 925 | (home-page "https://vdrift.net/") |
| @@ -931,8 +931,8 @@ game.") | |||
| 931 | (define-public vdrift | 931 | (define-public vdrift |
| 932 | ;; The latest release is from 2014, and lacks build system and other | 932 | ;; The latest release is from 2014, and lacks build system and other |
| 933 | ;; unreleased improvements; use the latest commit. | 933 | ;; unreleased improvements; use the latest commit. |
| 934 | (let ((commit "120ae28d2a1b43a8589c5ce3c5e02d813890d090") | 934 | (let ((commit "f835edaef1abe586b8d5bebeaa8c41f85e6dbea4") |
| 935 | (revision "0")) | 935 | (revision "1")) |
| 936 | (package | 936 | (package |
| 937 | (name "vdrift") | 937 | (name "vdrift") |
| 938 | (version (git-version "2014-10-20" revision commit)) | 938 | (version (git-version "2014-10-20" revision commit)) |
| @@ -944,7 +944,7 @@ game.") | |||
| 944 | (file-name (git-file-name name version)) | 944 | (file-name (git-file-name name version)) |
| 945 | (sha256 | 945 | (sha256 |
| 946 | (base32 | 946 | (base32 |
| 947 | "13id01rr6rjhmrh34p8n0ka3yfwzp62j6p8z6rc5aagnr5mn1qn0")))) | 947 | "19kqnncv5c7ssbjcplmfn2rq0mabi2idyv2wmx05pqg09y571cv1")))) |
| 948 | (build-system scons-build-system) | 948 | (build-system scons-build-system) |
| 949 | (arguments | 949 | (arguments |
| 950 | (list | 950 | (list |
| @@ -965,7 +965,7 @@ game.") | |||
| 965 | "data") | 965 | "data") |
| 966 | (for-each make-file-writable (find-files "data/locale"))))))) | 966 | (for-each make-file-writable (find-files "data/locale"))))))) |
| 967 | (native-inputs (list gettext-minimal pkg-config vdrift-data)) | 967 | (native-inputs (list gettext-minimal pkg-config vdrift-data)) |
| 968 | (inputs (list bullet curl libvorbis mesa sdl2 zlib)) | 968 | (inputs (list bullet curl libvorbis mesa sdl3 zlib)) |
| 969 | (home-page "https://vdrift.net/") | 969 | (home-page "https://vdrift.net/") |
| 970 | (synopsis "Racing simulator") | 970 | (synopsis "Racing simulator") |
| 971 | (description "VDrift aims to provide an accurate driving physics | 971 | (description "VDrift aims to provide an accurate driving physics |
