Date: Sun, 13 Jun 2021 14:40:33 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 04bc03fdd5c9 - main - games/veloren: update to 0.10.0 Message-ID: <202106131440.15DEeXFP082786@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=04bc03fdd5c9c59d4db6d3a7c09485221b1d9b92 commit 04bc03fdd5c9c59d4db6d3a7c09485221b1d9b92 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-06-12 08:55:34 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-06-13 14:39:56 +0000 games/veloren: update to 0.10.0 Changes: https://gitlab.com/veloren/veloren/-/tags/v0.10.0 Reported by: Repology --- games/veloren/Makefile | 451 ++++++++------- games/veloren/distinfo | 848 ++++++++++++++-------------- games/veloren/files/patch-common_src_lib.rs | 10 - games/veloren/files/patch-quinn | 31 + games/veloren/files/patch-rust-1.52 | 88 +++ games/veloren/files/patch-shaderc | 48 ++ games/veloren/files/patch-vek | 23 - games/veloren/files/patch-wgpu | 32 ++ 8 files changed, 877 insertions(+), 654 deletions(-) diff --git a/games/veloren/Makefile b/games/veloren/Makefile index d0e29b9c3ef1..48930b421334 100644 --- a/games/veloren/Makefile +++ b/games/veloren/Makefile @@ -1,7 +1,6 @@ PORTNAME= veloren DISTVERSIONPREFIX= v -DISTVERSION= 0.9.0 -PORTREVISION= 2 +DISTVERSION= 0.10.0 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org @@ -14,24 +13,35 @@ ONLY_FOR_ARCHS= aarch64 amd64 # https://gitlab.com/veloren/veloren/-/issues/1006 ONLY_FOR_ARCHS_REASON= unsupported platform by https://github.com/wasmerio/wasmer +BUILD_DEPENDS= glslang>0:graphics/glslang \ + shaderc>0:graphics/shaderc \ + spirv-tools>0:graphics/spirv-tools LIB_DEPENDS= libasound.so:audio/alsa-lib RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins USES= cargo python:3.4+,build xorg USE_XORG= xcb USE_GITHUB= nodefault -GH_TUPLE= hecrj:iced:8d882d787e6b7fd7c2435f42f82933e2ed904edf:iced_core \ +GH_TUPLE= gfx-rs:gfx:27a1dae3796d33d23812f2bb8c7e3b5aea18b521:gfxauxil \ + hecrj:iced:8d882d787e6b7fd7c2435f42f82933e2ed904edf:iced_core \ + gfx-rs:naga:gfx-25:naga \ xMAC94x:portpicker-rs:df6b37872f3586ac3b21d08b56c8ec7cd92fb172:portpicker \ - amethyst:specs:5a9b71035007be0e3574f35184acac1cd4530496:specs \ - fdehau:tui-rs:54b841fab6cfdb38e8dc1382176e965787964b4c:tui + amethyst:specs:f985bec5d456f7b0dd8aae99848f9473c2cd9d46:specs \ + fdehau:tui-rs:54b841fab6cfdb38e8dc1382176e965787964b4c:tui \ + gfx-rs:wgpu-rs:7486bdad64bb5d17b709ecccb41e063469efff88:wgpu \ + gfx-rs:wgpu:53eab747a32414232be45d47cae8a43a369395d0:wgpucore \ + Imberflur:wgpu-profiler:wgpu-0.8:wgpuprofiler \ + Frinksy:rust-xkbcommon-sys:d5d69e05a81f7ee8d2f65a824ae692610ed7cb14:xkbcommonsys USE_GITLAB= yes -GL_COMMIT= 1afe3b7de53804b3650d7762810cdc54213eb5db +GL_COMMIT= cf2bdb20f184d85b3a300a5db2e5bde2cd2f51dd GL_TUPLE= veloren:auth:fb3dcbc4962b367253f8f2f92760ef44d2679c9a:authcommon \ - veloren:conrod:1ae5193588fb662a7189d81edd9f2d653c7f1da0:conrod_core \ - veloren:specs-idvs:b65fb220e94f5d3c9bc30074a076149763795556:specsidvs \ + veloren:conrod:ca9fd429ca7db854e018acc6dcb2cd8abd9e070d:conrod_core \ + Frinksy:keyboard-keynames:a97ae509cdb9dc70cf1bf0af762d2d1d3a0d6e0c:keyboardkeynames \ + veloren:refinery:8ecf4b4772d791e6c8c0a3f9b66a7530fad1af3e:refinery \ + veloren:specs-idvs:8be2abcddf8f524cb5876e8dd20a7e47cfaf7573:specsidvs \ veloren:vek:df6842cc874a697dec8896c66851817e744af7e8:vek \ veloren:winit:488c511802dfd95ca54f6f76a38547c93c7b02c9:winit -CARGO_ENV= VELOREN_USERDATA_STRATEGY=system +CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib" PLIST_FILES= bin/${PORTNAME}-server-cli \ bin/${PORTNAME}-voxygen \ share/applications/net.veloren.veloren.desktop \ @@ -43,85 +53,84 @@ PORTDATA= * LDFLAGS+= -fuse-ld=lld .endif -CARGO_CRATES= ab_glyph-0.2.10 \ +CARGO_CRATES= ab_glyph-0.2.11 \ ab_glyph_rasterizer-0.1.4 \ - addr2line-0.14.1 \ + addr2line-0.15.2 \ adler-1.0.2 \ adler32-1.2.0 \ ahash-0.4.7 \ - ahash-0.6.3 \ - aho-corasick-0.7.15 \ - alsa-0.4.3 \ + ahash-0.7.4 \ + aho-corasick-0.7.18 \ + alsa-0.5.0 \ alsa-sys-0.3.1 \ andrew-0.3.1 \ - android_glue-0.2.3 \ ansi-parser-0.7.0 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ - anymap-0.12.1 \ approx-0.3.2 \ approx-0.4.0 \ + approx-0.5.0 \ arr_macro-0.1.3 \ arr_macro_impl-0.1.3 \ - arraygen-0.1.14 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ as-slice-0.1.5 \ - ascii-0.9.3 \ - assets_manager-0.4.3 \ + ash-0.32.1 \ + assets_manager-0.4.4 \ async-channel-1.6.1 \ - async-trait-0.1.48 \ + async-trait-0.1.50 \ atom-0.3.6 \ + atomicwrites-0.3.0 \ atty-0.2.14 \ autocfg-1.0.1 \ - backtrace-0.3.56 \ + backtrace-0.3.60 \ base-x-0.2.8 \ base64-0.13.0 \ - bincode-1.3.2 \ + bincode-1.3.3 \ bindgen-0.53.3 \ + bit-set-0.5.2 \ + bit-vec-0.6.3 \ bitflags-1.2.1 \ - bitvec-0.21.1 \ + bitvec-0.22.3 \ blake2b_simd-0.5.11 \ block-0.1.6 \ - bstr-0.2.15 \ - bumpalo-3.6.1 \ + bstr-0.2.16 \ + bumpalo-3.7.0 \ bytemuck-1.5.1 \ bytemuck_derive-1.0.1 \ - byteorder-1.3.4 \ + byteorder-1.4.3 \ bytes-1.0.1 \ cache-padded-1.1.1 \ calloop-0.6.5 \ cassowary-0.3.0 \ - cast-0.2.3 \ - cc-1.0.67 \ + cast-0.2.6 \ + cc-1.0.68 \ cesu8-1.1.0 \ cexpr-0.4.0 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ - cgl-0.3.2 \ + cfg_aliases-0.1.1 \ chrono-0.4.19 \ - chunked_transfer-1.4.0 \ clang-sys-0.29.3 \ clap-2.33.3 \ clipboard-win-3.1.1 \ - clipboard-win-4.0.3 \ + clipboard-win-4.2.1 \ clipboard_macos-0.1.0 \ clipboard_wayland-0.1.2 \ + clipboard_wayland-0.2.0 \ clipboard_x11-0.2.0 \ + clipboard_x11-0.3.1 \ cloudabi-0.0.3 \ cmake-0.1.45 \ - cocoa-0.23.0 \ cocoa-0.24.0 \ cocoa-foundation-0.1.0 \ + codespan-reporting-0.11.1 \ color_quant-1.1.0 \ - combine-3.8.1 \ combine-4.5.2 \ concurrent-queue-1.2.2 \ - const_fn-0.4.5 \ constant_time_eq-0.1.5 \ - cookie-0.14.4 \ - cookie_store-0.12.0 \ copy_dir-0.1.2 \ + copyless-0.1.5 \ copypasta-0.7.1 \ core-foundation-0.6.4 \ core-foundation-0.7.0 \ @@ -133,9 +142,9 @@ CARGO_CRATES= ab_glyph-0.2.10 \ core-graphics-0.22.2 \ core-graphics-types-0.1.1 \ core-video-sys-0.1.4 \ - coreaudio-rs-0.9.1 \ + coreaudio-rs-0.10.0 \ coreaudio-sys-0.2.5 \ - cpal-0.13.1 \ + cpal-0.13.3 \ cranelift-bforest-0.68.0 \ cranelift-codegen-0.68.0 \ cranelift-codegen-meta-0.68.0 \ @@ -145,15 +154,14 @@ CARGO_CRATES= ab_glyph-0.2.10 \ crc32fast-1.2.1 \ criterion-0.3.4 \ criterion-plot-0.4.3 \ - crossbeam-0.8.0 \ - crossbeam-channel-0.5.0 \ + crossbeam-channel-0.5.1 \ crossbeam-deque-0.7.3 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.8.2 \ - crossbeam-epoch-0.9.3 \ - crossbeam-queue-0.3.1 \ + crossbeam-epoch-0.9.5 \ + crossbeam-queue-0.3.2 \ crossbeam-utils-0.7.2 \ - crossbeam-utils-0.8.3 \ + crossbeam-utils-0.8.5 \ crossterm-0.17.7 \ crossterm-0.19.0 \ crossterm_winapi-0.6.2 \ @@ -161,19 +169,18 @@ CARGO_CRATES= ab_glyph-0.2.10 \ csv-1.1.6 \ csv-core-0.1.10 \ ct-logs-0.8.0 \ + d3d12-0.4.0 \ daggy-0.5.0 \ darling-0.10.2 \ - darling-0.12.2 \ + darling-0.12.4 \ darling_core-0.10.2 \ - darling_core-0.12.2 \ + darling_core-0.12.4 \ darling_macro-0.10.2 \ - darling_macro-0.12.2 \ + darling_macro-0.12.4 \ deflate-0.8.6 \ + deflate-0.9.1 \ derivative-2.2.0 \ - deunicode-1.1.1 \ - diesel-1.4.6 \ - diesel_derives-1.4.1 \ - diesel_migrations-1.4.0 \ + deunicode-1.3.0 \ directories-next-2.0.0 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ @@ -183,9 +190,7 @@ CARGO_CRATES= ab_glyph-0.2.10 \ dlib-0.4.2 \ dlib-0.5.0 \ dot_vox-4.1.0 \ - dotenv-0.15.0 \ downcast-rs-1.2.0 \ - draw_state-0.8.0 \ either-1.6.1 \ encoding_rs-0.8.28 \ endian-type-0.1.2 \ @@ -193,128 +198,120 @@ CARGO_CRATES= ab_glyph-0.2.10 \ enum-iterator-derive-0.6.0 \ enumset-1.0.6 \ enumset_derive-0.5.4 \ - error-chain-0.12.4 \ - error-code-2.0.2 \ + error-code-2.3.0 \ euc-0.5.3 \ - euclid-0.22.2 \ + euclid-0.22.6 \ event-listener-2.5.1 \ fallible-iterator-0.2.0 \ + fallible-streaming-iterator-0.1.9 \ + fd-lock-2.0.0 \ fehler-1.0.0 \ fehler-macros-1.0.0 \ - fetch_unroll-0.2.2 \ filetime-0.2.14 \ find_folder-0.3.0 \ fixedbitset-0.1.9 \ + fixedbitset-0.2.0 \ flate2-1.0.20 \ float-cmp-0.8.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ - fs2-0.4.3 \ fsevent-0.4.0 \ - fsevent-2.0.2 \ fsevent-sys-2.0.1 \ - fsevent-sys-3.0.2 \ + fsevent-sys-4.0.0 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ funty-1.2.0 \ - futures-0.3.13 \ - futures-channel-0.3.13 \ - futures-core-0.3.13 \ - futures-executor-0.3.13 \ - futures-io-0.3.13 \ - futures-macro-0.3.13 \ - futures-sink-0.3.13 \ - futures-task-0.3.13 \ - futures-util-0.3.13 \ + futures-0.3.15 \ + futures-channel-0.3.15 \ + futures-core-0.3.15 \ + futures-executor-0.3.15 \ + futures-io-0.3.15 \ + futures-macro-0.3.15 \ + futures-sink-0.3.15 \ + futures-task-0.3.15 \ + futures-util-0.3.15 \ fxhash-0.2.1 \ generic-array-0.12.4 \ generic-array-0.13.3 \ generic-array-0.14.4 \ gethostname-0.2.1 \ getrandom-0.1.16 \ - getrandom-0.2.2 \ - gfx-0.18.2 \ - gfx_core-0.9.2 \ - gfx_device_gl-0.16.2 \ - gfx_gl-0.6.1 \ - gilrs-0.8.0 \ - gilrs-core-0.3.0 \ + getrandom-0.2.3 \ + gilrs-0.8.1 \ + gilrs-core-0.3.1 \ gimli-0.22.0 \ - gimli-0.23.0 \ - git2-0.13.17 \ - gl_generator-0.14.0 \ + gimli-0.24.0 \ + git2-0.12.0 \ glam-0.10.2 \ glob-0.3.0 \ - glsl-include-0.3.1 \ - glutin-0.26.0 \ - glutin_egl_sys-0.1.5 \ - glutin_emscripten_sys-0.1.1 \ - glutin_gles2_sys-0.1.5 \ - glutin_glx_sys-0.1.7 \ - glutin_wgl_sys-0.1.5 \ + glow-0.9.0 \ glyph_brush-0.7.2 \ glyph_brush_draw_cache-0.1.4 \ - glyph_brush_layout-0.2.1 \ - guillotiere-0.6.0 \ - h2-0.3.1 \ + glyph_brush_layout-0.2.2 \ + gpu-alloc-0.4.7 \ + gpu-alloc-types-0.2.0 \ + gpu-descriptor-0.1.1 \ + gpu-descriptor-types-0.1.1 \ + guillotiere-0.6.1 \ + h2-0.3.3 \ half-1.7.1 \ hash32-0.1.1 \ hashbrown-0.9.1 \ + hashbrown-0.11.2 \ + hashlink-0.6.0 \ heapless-0.5.6 \ - heck-0.3.2 \ + heck-0.3.3 \ hermit-abi-0.1.18 \ hex-0.3.2 \ hibitset-0.6.3 \ - hound-3.4.0 \ - http-0.2.3 \ - http-body-0.4.0 \ - httparse-1.3.5 \ - httpdate-0.3.2 \ - hyper-0.14.4 \ + http-0.2.4 \ + http-body-0.4.2 \ + httparse-1.4.1 \ + httpdate-1.0.1 \ + humantime-2.1.0 \ + hyper-0.14.8 \ hyper-rustls-0.22.1 \ ident_case-1.0.1 \ - idna-0.2.2 \ + idna-0.2.3 \ image-0.23.14 \ indexmap-1.6.2 \ - inline_tweak-1.0.8 \ inotify-0.7.1 \ - inotify-0.9.2 \ + inotify-0.9.3 \ inotify-sys-0.1.5 \ + inplace_it-0.3.3 \ instant-0.1.9 \ io-kit-sys-0.1.0 \ iovec-0.1.4 \ itertools-0.9.0 \ itertools-0.10.0 \ itoa-0.4.7 \ - jni-0.14.0 \ - jni-0.17.0 \ + jni-0.18.0 \ jni-sys-0.3.0 \ - jobserver-0.1.21 \ - js-sys-0.3.48 \ + jobserver-0.1.22 \ + jpeg-decoder-0.1.22 \ + js-sys-0.3.51 \ kernel32-sys-0.2.2 \ - khronos_api-3.1.0 \ + khronos-egl-4.1.0 \ lazy-bytes-cast-5.0.1 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ leb128-0.2.4 \ lewton-0.10.2 \ - libc-0.2.88 \ - libflate-1.0.3 \ - libflate_lz77-1.0.0 \ - libgit2-sys-0.12.18+1.1.0 \ + libc-0.2.95 \ + libgit2-sys-0.11.0+0.99.0 \ libloading-0.5.2 \ libloading-0.6.7 \ libloading-0.7.0 \ libm-0.1.4 \ - libsqlite3-sys-0.18.0 \ - libssh2-sys-0.2.21 \ + libm-0.2.1 \ + libsqlite3-sys-0.20.1 \ libudev-sys-0.1.4 \ - libz-sys-1.1.2 \ + libz-sys-1.1.3 \ linked-hash-map-0.5.4 \ lock_api-0.3.4 \ - lock_api-0.4.2 \ + lock_api-0.4.4 \ log-0.4.14 \ lz-fear-0.1.1 \ mach-0.2.3 \ @@ -323,41 +320,41 @@ CARGO_CRATES= ab_glyph-0.2.10 \ matchers-0.0.1 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ - memchr-2.3.4 \ + memchr-2.4.0 \ + memmap-0.7.0 \ memmap2-0.1.0 \ - memmap2-0.2.1 \ + memmap2-0.2.3 \ memoffset-0.5.6 \ - memoffset-0.6.1 \ - migrations_internals-1.4.1 \ - migrations_macros-1.4.2 \ + memoffset-0.6.4 \ + metal-0.22.0 \ minifb-0.19.1 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.4 \ mio-0.6.23 \ - mio-0.7.9 \ + mio-0.7.11 \ mio-extras-2.0.6 \ miow-0.2.2 \ - miow-0.3.6 \ + miow-0.3.7 \ mopa-0.2.2 \ more-asserts-0.2.1 \ native-dialog-0.5.5 \ ndk-0.2.1 \ + ndk-0.3.0 \ ndk-glue-0.2.1 \ + ndk-glue-0.3.0 \ ndk-macro-0.2.0 \ ndk-sys-0.2.1 \ net2-0.2.37 \ nibble_vec-0.1.0 \ - nix-0.15.0 \ nix-0.17.0 \ nix-0.18.0 \ - nix-0.19.1 \ nix-0.20.0 \ noise-0.7.0 \ nom-4.2.3 \ nom-5.1.2 \ nom-6.1.2 \ - notify-4.0.15 \ - notify-5.0.0-pre.6 \ + notify-4.0.17 \ + notify-5.0.0-pre.9 \ ntapi-0.3.6 \ num-0.2.1 \ num-0.4.0 \ @@ -374,36 +371,39 @@ CARGO_CRATES= ab_glyph-0.2.10 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ num_enum-0.4.3 \ + num_enum-0.5.1 \ num_enum_derive-0.4.3 \ + num_enum_derive-0.5.1 \ objc-0.2.7 \ objc-foundation-0.1.1 \ + objc_exception-0.1.2 \ objc_id-0.1.1 \ object-0.22.0 \ - object-0.23.0 \ - oboe-0.3.1 \ - oboe-sys-0.3.0 \ + object-0.25.2 \ + oboe-0.4.2 \ + oboe-sys-0.4.2 \ ogg-0.8.0 \ - old_school_gfx_glutin_ext-0.26.0 \ once_cell-1.7.2 \ oorandom-11.1.3 \ - openssl-probe-0.1.2 \ - openssl-sys-0.9.60 \ + openssl-probe-0.1.4 \ orbclient-0.3.31 \ ordered-float-1.1.1 \ - ordered-float-2.1.1 \ - osmesa-sys-0.1.2 \ + ordered-float-2.5.1 \ owned_ttf_parser-0.6.0 \ owned_ttf_parser-0.12.0 \ - packed_simd_2-0.3.4 \ + packed_simd_2-0.3.5 \ parking_lot-0.10.2 \ parking_lot-0.11.1 \ parking_lot_core-0.7.2 \ parking_lot_core-0.8.3 \ peeking_take_while-0.1.2 \ + pem-0.8.3 \ percent-encoding-2.1.0 \ + pest-2.1.3 \ petgraph-0.4.13 \ - pin-project-1.0.5 \ - pin-project-internal-1.0.5 \ + petgraph-0.5.1 \ + pin-project-1.0.7 \ + pin-project-internal-1.0.7 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ piston-float-0.3.0 \ @@ -421,11 +421,13 @@ CARGO_CRATES= ab_glyph-0.2.10 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-0.4.30 \ - proc-macro2-1.0.24 \ + proc-macro2-1.0.27 \ + profiling-1.0.1 \ + profiling-procmacros-1.0.1 \ prometheus-0.12.0 \ prometheus-hyper-0.1.2 \ - publicsuffix-1.5.6 \ - qstring-0.7.2 \ + quinn-0.7.2 \ + quinn-proto-0.7.3 \ quote-0.6.13 \ quote-1.0.9 \ radium-0.6.2 \ @@ -436,77 +438,92 @@ CARGO_CRATES= ab_glyph-0.2.10 \ rand_chacha-0.3.0 \ rand_core-0.5.1 \ rand_core-0.6.2 \ + rand_distr-0.4.0 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_xorshift-0.2.0 \ raw-window-handle-0.3.3 \ - rayon-1.5.0 \ - rayon-core-1.9.0 \ + rayon-1.5.1 \ + rayon-core-1.9.1 \ + rcgen-0.8.11 \ redox_syscall-0.1.57 \ - redox_syscall-0.2.5 \ + redox_syscall-0.2.8 \ redox_users-0.4.0 \ regalloc-0.0.31 \ - regex-1.4.3 \ - regex-automata-0.1.9 \ - regex-syntax-0.6.22 \ + regex-1.5.4 \ + regex-automata-0.1.10 \ + regex-syntax-0.6.25 \ region-2.2.0 \ remove_dir_all-0.5.3 \ + renderdoc-sys-0.7.1 \ ring-0.16.20 \ - rle-decode-fast-1.0.1 \ - rodio-0.13.0 \ + rodio-0.13.1 \ ron-0.6.4 \ roots-0.0.6 \ + rose_tree-0.2.0 \ + rusqlite-0.24.2 \ rust-argon2-0.8.3 \ - rustc-demangle-0.1.18 \ + rustc-demangle-0.1.19 \ rustc-hash-1.1.0 \ rustc_version-0.2.3 \ - rustls-0.19.0 \ + rustc_version-0.3.3 \ + rustls-0.19.1 \ rustls-native-certs-0.5.0 \ rusttype-0.7.9 \ rusttype-0.8.3 \ rusttype-0.9.2 \ rusty-xinput-1.2.0 \ - rustyline-8.0.0 \ + rustyline-8.2.0 \ ryu-1.0.5 \ same-file-1.0.6 \ scan_fmt-0.2.6 \ schannel-0.1.19 \ scoped-tls-1.0.0 \ scopeguard-1.1.0 \ - sct-0.6.0 \ - sdl2-0.34.3 \ - sdl2-sys-0.34.3 \ - security-framework-2.1.2 \ - security-framework-sys-2.1.1 \ + sct-0.6.1 \ + sdl2-0.34.5 \ + sdl2-sys-0.34.5 \ + security-framework-2.2.0 \ + security-framework-sys-2.2.0 \ semver-0.9.0 \ + semver-0.11.0 \ semver-parser-0.7.0 \ - serde-1.0.124 \ + semver-parser-0.10.2 \ + serde-1.0.126 \ serde_bytes-0.11.5 \ serde_cbor-0.11.1 \ - serde_derive-1.0.124 \ + serde_derive-1.0.126 \ serde_json-1.0.64 \ - serde_repr-0.1.6 \ + serde_repr-0.1.7 \ + serial_test-0.5.1 \ + serial_test_derive-0.5.1 \ sha1-0.6.0 \ + shaderc-0.6.3 \ + shaderc-sys-0.6.3 \ sharded-slab-0.1.1 \ - shared_library-0.1.9 \ + shell-words-1.0.0 \ shellexpand-2.1.0 \ shlex-0.1.1 \ - shred-0.11.0 \ + shred-0.12.0 \ shred-derive-0.6.3 \ shrev-1.1.1 \ signal-hook-0.1.17 \ - signal-hook-0.3.6 \ - signal-hook-registry-1.3.0 \ - slab-0.4.2 \ - slotmap-1.0.2 \ + signal-hook-0.3.9 \ + signal-hook-registry-1.4.0 \ + siphasher-0.3.5 \ + slab-0.4.3 \ + slotmap-0.4.0 \ + slotmap-1.0.3 \ smallvec-1.6.1 \ smithay-client-toolkit-0.12.3 \ smithay-clipboard-0.6.3 \ socket2-0.3.19 \ + socket2-0.4.0 \ spin-0.5.2 \ spin_sleep-1.0.0 \ + spirv_cross-0.23.1 \ + spirv_headers-1.5.0 \ stable_deref_trait-1.2.0 \ - standback-0.2.15 \ static_assertions-1.1.0 \ stb_truetype-0.3.1 \ stdweb-0.1.3 \ @@ -514,87 +531,86 @@ CARGO_CRATES= ab_glyph-0.2.10 \ stdweb-derive-0.5.3 \ stdweb-internal-macros-0.2.9 \ stdweb-internal-runtime-0.1.5 \ + storage-map-0.3.0 \ str-buf-1.0.5 \ strsim-0.8.0 \ strsim-0.9.3 \ strsim-0.10.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ + strum-0.20.0 \ + strum_macros-0.20.1 \ sum_type-0.2.0 \ svg_fmt-0.4.1 \ syn-0.15.44 \ - syn-1.0.63 \ + syn-1.0.72 \ tap-1.0.1 \ - tar-0.4.33 \ + tar-0.4.35 \ target-lexicon-0.11.2 \ tempfile-3.2.0 \ termcolor-1.1.2 \ textwrap-0.11.0 \ - thiserror-1.0.24 \ - thiserror-impl-1.0.24 \ + thiserror-1.0.25 \ + thiserror-impl-1.0.25 \ thread_local-1.1.3 \ + thunderdome-0.4.1 \ time-0.1.43 \ - time-0.2.25 \ - time-macros-0.1.1 \ - time-macros-impl-0.1.1 \ tinytemplate-1.2.1 \ - tinyvec-1.1.1 \ + tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ - tokio-1.3.0 \ - tokio-macros-1.1.0 \ + tokio-1.6.1 \ + tokio-macros-1.2.0 \ tokio-rustls-0.22.0 \ - tokio-stream-0.1.4 \ - tokio-util-0.6.4 \ + tokio-stream-0.1.6 \ + tokio-util-0.6.7 \ toml-0.5.8 \ tower-service-0.3.1 \ - tracing-0.1.25 \ + tracing-0.1.26 \ tracing-appender-0.1.2 \ - tracing-attributes-0.1.13 \ - tracing-core-0.1.17 \ + tracing-attributes-0.1.15 \ + tracing-core-0.1.18 \ tracing-log-0.1.2 \ - tracing-subscriber-0.2.16 \ - tracing-tracy-0.6.0 \ - tracy-client-0.12.0 \ - tracy-client-sys-0.13.0 \ - treeculler-0.1.0 \ + tracing-subscriber-0.2.18 \ + tracing-tracy-0.6.1 \ + tracy-client-0.12.3 \ + tracy-client-sys-0.16.0 \ + treeculler-0.2.0 \ try-lock-0.2.3 \ ttf-parser-0.6.2 \ - ttf-parser-0.12.0 \ + ttf-parser-0.12.1 \ tuple_utils-0.3.0 \ twox-hash-1.6.0 \ tynm-0.1.6 \ - typenum-1.12.0 \ - unicode-bidi-0.3.4 \ - unicode-normalization-0.1.17 \ + typenum-1.13.0 \ + ucd-trie-0.1.3 \ + unicode-bidi-0.3.5 \ + unicode-normalization-0.1.19 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.1.0 \ - unicode-xid-0.2.1 \ + unicode-xid-0.2.2 \ unidiff-0.3.3 \ - unreachable-1.0.0 \ untrusted-0.7.1 \ - ureq-1.5.4 \ - url-2.2.1 \ + url-2.2.2 \ utf8parse-0.2.0 \ uuid-0.8.2 \ - vcpkg-0.2.11 \ + vcpkg-0.2.13 \ vec_map-0.8.2 \ - vek-0.11.2 \ version-compare-0.0.10 \ version_check-0.1.5 \ - version_check-0.9.2 \ + version_check-0.9.3 \ void-1.0.2 \ walkdir-0.1.8 \ - walkdir-2.3.1 \ + walkdir-2.3.2 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.71 \ - wasm-bindgen-backend-0.2.71 \ - wasm-bindgen-futures-0.4.21 \ - wasm-bindgen-macro-0.2.71 \ - wasm-bindgen-macro-support-0.2.71 \ - wasm-bindgen-shared-0.2.71 \ + wasm-bindgen-0.2.74 \ + wasm-bindgen-backend-0.2.74 \ + wasm-bindgen-futures-0.4.24 \ + wasm-bindgen-macro-0.2.74 \ + wasm-bindgen-macro-support-0.2.74 \ + wasm-bindgen-shared-0.2.74 \ wasmer-1.0.2 \ wasmer-compiler-1.0.2 \ wasmer-compiler-cranelift-1.0.2 \ @@ -606,26 +622,24 @@ CARGO_CRATES= ab_glyph-0.2.10 \ wasmer-types-1.0.2 \ wasmer-vm-1.0.2 \ wasmparser-0.65.0 \ - wast-35.0.0 \ - wat-1.0.36 \ + wast-35.0.2 \ + wat-1.0.37 \ wayland-client-0.27.0 \ wayland-client-0.28.5 \ wayland-commons-0.27.0 \ wayland-commons-0.28.5 \ wayland-cursor-0.27.0 \ wayland-cursor-0.28.5 \ - wayland-egl-0.28.5 \ wayland-protocols-0.27.0 \ wayland-protocols-0.28.5 \ wayland-scanner-0.27.0 \ wayland-scanner-0.28.5 \ wayland-sys-0.27.0 \ wayland-sys-0.28.5 \ - web-sys-0.3.48 \ + web-sys-0.3.50 \ webpki-0.21.4 \ - webpki-roots-0.21.0 \ wfd-0.1.7 \ - which-4.0.2 \ + which-4.1.0 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ @@ -634,12 +648,14 @@ CARGO_CRATES= ab_glyph-0.2.10 \ winapi-wsapoll-0.1.1 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ window_clipboard-0.1.4 \ + window_clipboard-0.2.1 \ winres-0.1.11 \ + wio-0.2.2 \ ws2_32-sys-0.2.1 \ - wyz-0.2.0 \ - x11-clipboard-0.5.1 \ + wyz-0.4.0 \ + x11-clipboard-0.5.2 \ x11-dl-2.18.5 \ - x11rb-0.8.0 \ + x11rb-0.8.1 \ xattr-0.2.2 \ xcb-0.9.0 \ xcursor-0.3.3 \ @@ -647,14 +663,25 @@ CARGO_CRATES= ab_glyph-0.2.10 \ xi-unicode-0.3.0 \ xkb-0.2.1 \ xkbcommon-sys-0.7.4 \ - xml-rs-0.8.3 + xml-rs-0.8.3 \ + yasna-0.4.0 CARGO_USE_GITHUB= yes CARGO_USE_GITLAB= yes CARGO_GIT_SUBDIR= authcommon:authc:authc \ conrod_core:conrod_core:conrod_core \ conrod_core:conrod_winit:backends/conrod_winit \ + gfxauxil:gfx-backend-dx11:src/backend/dx11 \ + gfxauxil:gfx-backend-dx12:src/backend/dx12 \ + gfxauxil:gfx-backend-empty:src/backend/empty \ + gfxauxil:gfx-backend-gl:src/backend/gl \ + gfxauxil:gfx-backend-metal:src/backend/metal \ + gfxauxil:gfx-backend-vulkan:src/backend/vulkan \ + gfxauxil:hal:src/hal \ iced_core:iced:native \ - iced_core:iced_winit:winit + iced_core:iced_winit:winit \ + refinery:refinery:refinery \ + wgpucore:wgc:wgpu-core \ + wgpucore:wgt:wgpu-types # https://gitlab.com/veloren/veloren/issues/264 CARGO_ENV+= RUSTC_BOOTSTRAP=1 # XXX https://github.com/rust-lang/cargo/issues/4101 @@ -671,7 +698,7 @@ post-patch: ${WRKSRC}/common/src/util/mod.rs # Respect PREFIX != /usr/local for system assets @${REINPLACE_CMD} -e 's,/usr/share,${DATADIR:H},' \ - ${WRKSRC}/common/src/assets.rs + ${WRKSRC}/common/assets/src/lib.rs # lang/python3 cannot be used as a dependency @${REINPLACE_CMD} -e 's/"python3"/"${PYTHON_CMD:T}"/' \ ${WRKSRC}/cargo-crates/xcb-*/build.rs diff --git a/games/veloren/distinfo b/games/veloren/distinfo index 4b2196eee10c..7ee3c85368ee 100644 --- a/games/veloren/distinfo +++ b/games/veloren/distinfo @@ -1,94 +1,96 @@ -TIMESTAMP = 1617891325 -SHA256 (rust/crates/ab_glyph-0.2.10.crate) = 7a933731feda8b460bdad9a9e43bb386baba6ec593d2bc19716ef3c75c09085c -SIZE (rust/crates/ab_glyph-0.2.10.crate) = 14789 +TIMESTAMP = 1623488134 +SHA256 (rust/crates/ab_glyph-0.2.11.crate) = af0ac006645f86f20f6c6fa4dcaef920bf803df819123626f9440e35835e7d80 +SIZE (rust/crates/ab_glyph-0.2.11.crate) = 15528 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.4.crate) = d9fe5e32de01730eb1f6b7f5b51c17e03e2325bf40a74f754f04f130043affff SIZE (rust/crates/ab_glyph_rasterizer-0.1.4.crate) = 6641 -SHA256 (rust/crates/addr2line-0.14.1.crate) = a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7 -SIZE (rust/crates/addr2line-0.14.1.crate) = 31201 +SHA256 (rust/crates/addr2line-0.15.2.crate) = e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a +SIZE (rust/crates/addr2line-0.15.2.crate) = 32966 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/adler32-1.2.0.crate) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234 SIZE (rust/crates/adler32-1.2.0.crate) = 6411 SHA256 (rust/crates/ahash-0.4.7.crate) = 739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e SIZE (rust/crates/ahash-0.4.7.crate) = 51474 -SHA256 (rust/crates/ahash-0.6.3.crate) = 796540673305a66d127804eef19ad696f1f204b8c1025aaca4958c17eab32877 -SIZE (rust/crates/ahash-0.6.3.crate) = 53912 -SHA256 (rust/crates/aho-corasick-0.7.15.crate) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5 -SIZE (rust/crates/aho-corasick-0.7.15.crate) = 113071 -SHA256 (rust/crates/alsa-0.4.3.crate) = eb213f6b3e4b1480a60931ca2035794aa67b73103d254715b1db7b70dcb3c934 -SIZE (rust/crates/alsa-0.4.3.crate) = 63238 +SHA256 (rust/crates/ahash-0.7.4.crate) = 43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98 +SIZE (rust/crates/ahash-0.7.4.crate) = 37072 +SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f +SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 +SHA256 (rust/crates/alsa-0.5.0.crate) = 75c4da790adcb2ce5e758c064b4f3ec17a30349f9961d3e5e6c9688b052a9e18 +SIZE (rust/crates/alsa-0.5.0.crate) = 63941 SHA256 (rust/crates/alsa-sys-0.3.1.crate) = db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527 SIZE (rust/crates/alsa-sys-0.3.1.crate) = 32748 SHA256 (rust/crates/andrew-0.3.1.crate) = 8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf SIZE (rust/crates/andrew-0.3.1.crate) = 14030 -SHA256 (rust/crates/android_glue-0.2.3.crate) = 000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407 -SIZE (rust/crates/android_glue-0.2.3.crate) = 1572 SHA256 (rust/crates/ansi-parser-0.7.0.crate) = 01aa95c33b750236bd69526dd773d618c5c8ad5e156daad1fc760dfd4be8def3 SIZE (rust/crates/ansi-parser-0.7.0.crate) = 11750 SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 -SHA256 (rust/crates/anymap-0.12.1.crate) = 33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344 -SIZE (rust/crates/anymap-0.12.1.crate) = 14298 SHA256 (rust/crates/approx-0.3.2.crate) = f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3 SIZE (rust/crates/approx-0.3.2.crate) = 14288 SHA256 (rust/crates/approx-0.4.0.crate) = 3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278 SIZE (rust/crates/approx-0.4.0.crate) = 14280 +SHA256 (rust/crates/approx-0.5.0.crate) = 072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e +SIZE (rust/crates/approx-0.5.0.crate) = 14359 SHA256 (rust/crates/arr_macro-0.1.3.crate) = 6a105bfda48707cf19220129e78fca01e9639433ffaef4163546ed8fb04120a5 SIZE (rust/crates/arr_macro-0.1.3.crate) = 6494 SHA256 (rust/crates/arr_macro_impl-0.1.3.crate) = 0609c78bd572f4edc74310dfb63a01f5609d53fa8b4dd7c4d98aef3b3e8d72d1 SIZE (rust/crates/arr_macro_impl-0.1.3.crate) = 5721 -SHA256 (rust/crates/arraygen-0.1.14.crate) = 5a1ae06b5f52588295bfd019b837b6fb1a6914d58ece30b0c43ae439ef08e562 -SIZE (rust/crates/arraygen-0.1.14.crate) = 9747 SHA256 (rust/crates/arrayref-0.3.6.crate) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544 SIZE (rust/crates/arrayref-0.3.6.crate) = 10035 SHA256 (rust/crates/arrayvec-0.5.2.crate) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b SIZE (rust/crates/arrayvec-0.5.2.crate) = 27838 SHA256 (rust/crates/as-slice-0.1.5.crate) = 45403b49e3954a4b8428a0ac21a4b7afadccf92bfd96273f1a58cd4812496ae0 SIZE (rust/crates/as-slice-0.1.5.crate) = 7986 -SHA256 (rust/crates/ascii-0.9.3.crate) = eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e -SIZE (rust/crates/ascii-0.9.3.crate) = 28283 -SHA256 (rust/crates/assets_manager-0.4.3.crate) = dac94eeee6ebd1165959e440836a452109f9f839d6cfde12974d75a5b4222406 -SIZE (rust/crates/assets_manager-0.4.3.crate) = 39753 +SHA256 (rust/crates/ash-0.32.1.crate) = 06063a002a77d2734631db74e8f4ce7148b77fe522e6bca46f2ae7774fd48112 +SIZE (rust/crates/ash-0.32.1.crate) = 312815 +SHA256 (rust/crates/assets_manager-0.4.4.crate) = 792c2eca2af86c76ffd3e72ca564c33b5a5551d5ac3f4f87dce8c0b7c6434061 +SIZE (rust/crates/assets_manager-0.4.4.crate) = 40102 SHA256 (rust/crates/async-channel-1.6.1.crate) = 2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319 SIZE (rust/crates/async-channel-1.6.1.crate) = 12574 -SHA256 (rust/crates/async-trait-0.1.48.crate) = 36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf -SIZE (rust/crates/async-trait-0.1.48.crate) = 25044 +SHA256 (rust/crates/async-trait-0.1.50.crate) = 0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722 +SIZE (rust/crates/async-trait-0.1.50.crate) = 25321 SHA256 (rust/crates/atom-0.3.6.crate) = c9ff149ed9780025acfdb36862d35b28856bb693ceb451259a7164442f22fdc3 SIZE (rust/crates/atom-0.3.6.crate) = 73550 +SHA256 (rust/crates/atomicwrites-0.3.0.crate) = d4830ac690261d0b47f06e86d18c47eaa65d0184e576cf9b62c3a49b28cb876b +SIZE (rust/crates/atomicwrites-0.3.0.crate) = 5247 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a SIZE (rust/crates/autocfg-1.0.1.crate) = 12908 -SHA256 (rust/crates/backtrace-0.3.56.crate) = 9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc -SIZE (rust/crates/backtrace-0.3.56.crate) = 73377 +SHA256 (rust/crates/backtrace-0.3.60.crate) = b7815ea54e4d821e791162e078acbebfd6d8c8939cd559c9335dceb1c8ca7282 +SIZE (rust/crates/backtrace-0.3.60.crate) = 70983 SHA256 (rust/crates/base-x-0.2.8.crate) = a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b SIZE (rust/crates/base-x-0.2.8.crate) = 10614 *** 1631 LINES SKIPPED ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106131440.15DEeXFP082786>