Date: Fri, 8 Nov 2024 01:26:09 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b648a5d9db06 - main - multimedia/gstreamer1-plugins-rust: Update to 0.13.3 Message-ID: <202411080126.4A81Q9OQ055375@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=b648a5d9db06c4d830dc4493cf0b5d7a03c37b23 commit b648a5d9db06c4d830dc4493cf0b5d7a03c37b23 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-11-07 07:02:28 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-11-08 01:21:04 +0000 multimedia/gstreamer1-plugins-rust: Update to 0.13.3 Assume maintainership for multmedia@ since we maintain the rest of the gstreamer ecosystem. --- multimedia/gstreamer1-plugins-rust/Makefile | 34 +- multimedia/gstreamer1-plugins-rust/Makefile.crates | 729 +++++----- multimedia/gstreamer1-plugins-rust/distinfo | 1460 +++++++++++--------- .../files/patch-rust-1.80.0 | 25 - multimedia/gstreamer1-plugins-rust/pkg-plist | 12 + 5 files changed, 1256 insertions(+), 1004 deletions(-) diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile index 319ad847f648..d47311caa037 100644 --- a/multimedia/gstreamer1-plugins-rust/Makefile +++ b/multimedia/gstreamer1-plugins-rust/Makefile @@ -1,49 +1,53 @@ PORTNAME= gstreamer1-plugins-rust -DISTVERSION= 0.11.1 -DISTVERSIONSUFFIX= +fixup -PORTREVISION= 11 +DISTVERSION= 0.13.3 CATEGORIES= multimedia -MAINTAINER= ports@FreeBSD.org +MAINTAINER= multimedia@FreeBSD.org COMMENT= Various GStreamer plugins written in Rust WWW= https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs -LICENSE= LGPL21+ MIT +LICENSE= APACHE20 LGPL21+ MIT MPL20 LICENSE_COMB= multi -LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT +LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE-LGPLv2 +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT +LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE-MPL-2.0 BUILD_DEPENDS= cargo-cbuild:devel/cargo-c \ ${PY_TOMLI} USES= cargo gnome gstreamer meson pkgconfig python:build shebangfix ssl USE_GITLAB= yes -USE_GNOME= glib20 -USE_GSTREAMER= webrtc GL_SITE= https://gitlab.freedesktop.org GL_ACCOUNT= gstreamer GL_PROJECT= gst-plugins-rs +USE_GNOME= glib20 +USE_GSTREAMER= webrtc + SHEBANG_FILES= dependencies.py + MESON_ARGS= -Ddoc=disabled -MAKE_ENV= ${CARGO_ENV} + CARGO_BUILD= no CARGO_INSTALL= no CARGO_TEST= no +MAKE_ENV= ${CARGO_ENV} + .if ${MACHINE_ARCH} == i386 || "${MACHINE_ARCH:Marmv?}" != "" # https://github.com/rust-lang/rust/issues/85598 LTO_UNSAFE= yes CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false .endif -OPTIONS_DEFINE= ASM CAIRO CSOUND DAV1D GTK4 PANGO SODIUM WEBP -OPTIONS_DEFAULT=ASM CAIRO CSOUND DAV1D GTK4 PANGO SODIUM WEBP +OPTIONS_DEFINE= ASM CAIRO CSOUND DAV1D GTK4 PANGO SODIUM WEBP +OPTIONS_DEFAULT= ASM CAIRO CSOUND DAV1D GTK4 PANGO SODIUM WEBP OPTIONS_EXCLUDE_aarch64= CSOUND # https://github.com/neithanmo/csound-rs/commit/8962b89d7bda -OPTIONS_EXCLUDE_armv7= CSOUND # https://github.com/neithanmo/csound-rs/commit/8962b89d7bda -OPTIONS_EXCLUDE_powerpc64le= CSOUND -OPTIONS_EXCLUDE_powerpc64= CSOUND +OPTIONS_EXCLUDE_armv7= CSOUND # https://github.com/neithanmo/csound-rs/commit/8962b89d7bda OPTIONS_EXCLUDE_powerpc= CSOUND DAV1D -OPTIONS_SUB= yes +OPTIONS_EXCLUDE_powerpc64= CSOUND +OPTIONS_EXCLUDE_powerpc64le= CSOUND +OPTIONS_SUB= yes ASM_BUILD_DEPENDS= nasm:devel/nasm diff --git a/multimedia/gstreamer1-plugins-rust/Makefile.crates b/multimedia/gstreamer1-plugins-rust/Makefile.crates index d27d1587c67b..9ef62a752f94 100644 --- a/multimedia/gstreamer1-plugins-rust/Makefile.crates +++ b/multimedia/gstreamer1-plugins-rust/Makefile.crates @@ -1,485 +1,572 @@ -CARGO_CRATES= addr2line-0.21.0 \ - adler-1.0.2 \ +CARGO_CRATES= addr2line-0.24.2 \ + adler2-2.0.0 \ aes-0.6.0 \ aes-ctr-0.6.0 \ aes-soft-0.6.4 \ aesni-0.10.0 \ - aho-corasick-1.1.1 \ + ahash-0.8.11 \ + aho-corasick-1.1.3 \ + aligned-vec-0.5.0 \ + allocator-api2-0.2.18 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anstream-0.6.4 \ - anstyle-1.0.4 \ - anstyle-parse-0.2.2 \ - anstyle-query-1.0.0 \ - anstyle-wincon-3.0.1 \ - anyhow-1.0.75 \ - arbitrary-0.4.7 \ + anstream-0.6.17 \ + anstyle-1.0.10 \ + anstyle-parse-0.2.6 \ + anstyle-query-1.1.2 \ + anstyle-wincon-3.0.6 \ + anyhow-1.0.92 \ + arbitrary-1.3.2 \ arg_enum_proc_macro-0.3.4 \ - arrayvec-0.7.4 \ - async-compression-0.4.3 \ - async-recursion-1.0.5 \ - async-stream-0.3.5 \ - async-stream-impl-0.3.5 \ - async-task-4.4.1 \ - async-trait-0.1.73 \ - async-tungstenite-0.23.0 \ - atomic_refcell-0.1.12 \ - atty-0.2.14 \ - autocfg-1.1.0 \ - av1-grain-0.2.2 \ - aws-config-0.56.1 \ - aws-credential-types-0.56.1 \ - aws-http-0.56.1 \ - aws-runtime-0.56.1 \ - aws-sdk-kinesisvideo-0.31.2 \ - aws-sdk-kinesisvideosignaling-0.31.1 \ - aws-sdk-s3-0.31.2 \ - aws-sdk-sso-0.30.0 \ - aws-sdk-sts-0.30.0 \ - aws-sdk-transcribestreaming-0.31.1 \ - aws-sdk-translate-0.31.1 \ - aws-sig-auth-0.56.1 \ - aws-sigv4-0.56.1 \ - aws-smithy-async-0.56.1 \ - aws-smithy-checksums-0.56.1 \ - aws-smithy-client-0.56.1 \ - aws-smithy-eventstream-0.56.1 \ - aws-smithy-http-0.56.1 \ - aws-smithy-http-tower-0.56.1 \ - aws-smithy-json-0.56.1 \ - aws-smithy-query-0.56.1 \ - aws-smithy-runtime-0.56.1 \ - aws-smithy-runtime-api-0.56.1 \ - aws-smithy-types-0.56.1 \ - aws-smithy-xml-0.56.1 \ - aws-types-0.56.1 \ - backtrace-0.3.69 \ - base32-0.4.0 \ + arrayvec-0.7.6 \ + async-channel-2.3.1 \ + async-compression-0.4.17 \ + async-recursion-1.1.1 \ + async-stream-0.3.6 \ + async-stream-impl-0.3.6 \ + async-task-4.7.1 \ + async-trait-0.1.83 \ + async-tungstenite-0.28.0 \ + atomic-waker-1.1.2 \ + atomic_refcell-0.1.13 \ + autocfg-1.4.0 \ + av-data-0.4.3 \ + av1-grain-0.2.3 \ + aws-config-1.1.10 \ + aws-credential-types-1.2.0 \ + aws-runtime-1.2.0 \ + aws-sdk-kinesisvideo-1.19.0 \ + aws-sdk-kinesisvideosignaling-1.19.0 \ + aws-sdk-s3-1.22.0 \ + aws-sdk-sso-1.19.0 \ + aws-sdk-ssooidc-1.19.0 \ + aws-sdk-sts-1.19.0 \ + aws-sdk-transcribestreaming-1.19.0 \ + aws-sdk-translate-1.19.0 \ + aws-sigv4-1.2.1 \ + aws-smithy-async-1.2.1 \ + aws-smithy-checksums-0.60.7 \ + aws-smithy-eventstream-0.60.4 \ + aws-smithy-http-0.60.8 \ + aws-smithy-json-0.60.7 \ + aws-smithy-query-0.60.7 \ + aws-smithy-runtime-1.2.1 \ + aws-smithy-runtime-api-1.4.0 \ + aws-smithy-types-1.1.8 \ + aws-smithy-xml-0.60.8 \ + aws-types-1.2.0 \ + backtrace-0.3.74 \ + base16ct-0.1.1 \ + base32-0.5.1 \ base64-0.13.1 \ - base64-0.21.4 \ - base64-serde-0.7.0 \ + base64-0.21.7 \ + base64-0.22.1 \ + base64-serde-0.8.0 \ base64-simd-0.8.0 \ + base64ct-1.6.0 \ bincode-1.3.3 \ bitflags-1.3.2 \ - bitflags-2.4.0 \ - bitstream-io-1.7.0 \ + bitflags-2.6.0 \ + bitstream-io-2.3.0 \ block-buffer-0.9.0 \ block-buffer-0.10.4 \ + bstr-1.10.0 \ build_const-0.2.2 \ - built-0.5.2 \ - bumpalo-3.14.0 \ + built-0.7.5 \ + bumpalo-3.16.0 \ byte-slice-cast-1.2.2 \ - bytemuck-1.14.0 \ - byteorder-1.4.3 \ - bytes-1.5.0 \ - bytes-utils-0.1.3 \ - cargo-lock-8.0.3 \ - cc-1.0.83 \ + bytemuck-1.19.0 \ + byteorder-1.5.0 \ + byteorder-lite-0.1.0 \ + bytes-1.8.0 \ + bytes-utils-0.1.4 \ + cc-1.1.33 \ cdg-0.1.0 \ - cdg_renderer-0.7.1 \ - cea708-types-0.1.0 \ - cfg-expr-0.15.5 \ + cdg_renderer-0.8.0 \ + cea608-types-0.1.2 \ + cea708-types-0.3.4 \ + cfg-expr-0.15.8 \ + cfg-expr-0.17.0 \ cfg-if-1.0.0 \ - chrono-0.4.31 \ + cfg_aliases-0.2.1 \ + chrono-0.4.38 \ cipher-0.2.5 \ - clap-4.4.6 \ - clap_builder-4.4.6 \ - clap_derive-4.4.2 \ - clap_lex-0.5.1 \ + clap-4.4.18 \ + clap_builder-4.4.18 \ + clap_derive-4.4.7 \ + clap_lex-0.6.0 \ claxon-0.4.3 \ color-name-1.1.0 \ color-thief-0.2.2 \ color_quant-1.1.0 \ - colorchoice-1.0.0 \ - concurrent-queue-2.3.0 \ - cookie-0.16.2 \ - cookie_store-0.16.2 \ - core-foundation-0.9.3 \ - core-foundation-sys-0.8.4 \ - cpufeatures-0.2.9 \ + colorchoice-1.0.3 \ + concurrent-queue-2.5.0 \ + const-oid-0.9.6 \ + cookie-0.18.1 \ + cookie-factory-0.3.3 \ + cookie_store-0.21.0 \ + core-foundation-0.9.4 \ + core-foundation-sys-0.8.7 \ + cpufeatures-0.2.14 \ crc-1.8.1 \ - crc32c-0.6.4 \ - crc32fast-1.3.2 \ - crossbeam-deque-0.8.3 \ - crossbeam-epoch-0.9.15 \ - crossbeam-utils-0.8.16 \ + crc32c-0.6.8 \ + crc32fast-1.4.2 \ + crossbeam-deque-0.8.5 \ + crossbeam-epoch-0.9.18 \ + crossbeam-utils-0.8.20 \ + crypto-bigint-0.4.9 \ + crypto-bigint-0.5.5 \ crypto-common-0.1.6 \ - crypto-mac-0.11.1 \ + crypto-mac-0.11.0 \ csound-0.1.8 \ csound-sys-0.1.2 \ ctr-0.6.0 \ - darling-0.20.3 \ - darling_core-0.20.3 \ - darling_macro-0.20.3 \ - dash-mpd-0.14.1 \ + ctrlc-3.4.5 \ + darling-0.20.10 \ + darling_core-0.20.10 \ + darling_macro-0.20.10 \ + dash-mpd-0.17.3 \ dasp_frame-0.11.0 \ dasp_sample-0.11.0 \ - data-encoding-2.4.0 \ - dav1d-0.9.4 \ - dav1d-sys-0.7.1 \ - deranged-0.3.8 \ + data-encoding-2.6.0 \ + dav1d-0.10.3 \ + dav1d-sys-0.8.2 \ + der-0.6.1 \ + deranged-0.3.11 \ diff-0.1.13 \ digest-0.9.0 \ digest-0.10.7 \ - dssim-core-3.2.7 \ - ebur128-0.1.8 \ + dssim-core-3.2.10 \ + ebml-iterable-0.6.2 \ + ebml-iterable-specification-0.4.0 \ + ebml-iterable-specification-derive-0.4.0 \ + ebur128-0.1.10 \ + ecdsa-0.14.8 \ ed25519-1.5.3 \ - either-1.9.0 \ - encoding_rs-0.8.33 \ - env_logger-0.9.3 \ - env_logger-0.10.0 \ + either-1.13.0 \ + elliptic-curve-0.12.3 \ + encoding_rs-0.8.35 \ + env_filter-0.1.2 \ + env_logger-0.11.5 \ equivalent-1.0.1 \ - errno-0.3.4 \ - errno-dragonfly-0.1.2 \ - fastrand-2.0.1 \ - fdeflate-0.3.0 \ + errno-0.3.9 \ + event-listener-5.3.1 \ + event-listener-strategy-0.5.2 \ + fallible-iterator-0.3.0 \ + fastrand-2.1.1 \ + fdeflate-0.3.6 \ + ff-0.12.1 \ field-offset-0.3.6 \ fixedbitset-0.4.2 \ - flate2-1.0.27 \ - flume-0.11.0 \ + flate2-1.0.34 \ + flume-0.11.1 \ fnv-1.0.7 \ + foldhash-0.1.3 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ - form_urlencoded-1.2.0 \ - fs-err-2.9.0 \ + form_urlencoded-1.2.1 \ + fs-err-2.11.0 \ fst-0.4.7 \ - futures-0.3.28 \ - futures-channel-0.3.28 \ - futures-core-0.3.28 \ - futures-executor-0.3.28 \ - futures-io-0.3.28 \ - futures-macro-0.3.28 \ - futures-sink-0.3.28 \ - futures-task-0.3.28 \ - futures-util-0.3.28 \ + futures-0.3.31 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ + futures-executor-0.3.31 \ + futures-io-0.3.31 \ + futures-macro-0.3.31 \ + futures-sink-0.3.31 \ + futures-task-0.3.31 \ + futures-util-0.3.31 \ generic-array-0.14.7 \ - getopts-0.2.21 \ - getrandom-0.2.10 \ - gif-0.12.0 \ - gimli-0.28.0 \ + getrandom-0.2.15 \ + gif-0.13.1 \ + gimli-0.31.1 \ glob-0.3.1 \ - h2-0.3.21 \ + group-0.12.1 \ + h2-0.3.26 \ + h2-0.4.6 \ hashbrown-0.12.3 \ - hashbrown-0.14.1 \ + hashbrown-0.15.0 \ headers-0.3.9 \ + headers-0.4.0 \ headers-core-0.2.0 \ + headers-core-0.3.0 \ heck-0.4.1 \ - hermit-abi-0.1.19 \ - hermit-abi-0.3.3 \ + heck-0.5.0 \ + hermit-abi-0.3.9 \ + hermit-abi-0.4.0 \ hex-0.4.3 \ hmac-0.11.0 \ hmac-0.12.1 \ - hostname-0.3.1 \ - hrtf-0.8.0 \ - http-0.2.9 \ - http-body-0.4.5 \ - httparse-1.8.0 \ + hrtf-0.8.1 \ + http-0.2.12 \ + http-1.1.0 \ + http-body-0.4.6 \ + http-body-1.0.1 \ + http-body-util-0.1.2 \ + httparse-1.9.5 \ httpdate-1.0.3 \ human_bytes-0.4.3 \ humantime-2.1.0 \ - hyper-0.14.27 \ + hxdmp-0.2.1 \ + hyper-0.14.31 \ + hyper-1.5.0 \ hyper-proxy-0.9.1 \ - hyper-rustls-0.24.1 \ + hyper-rustls-0.24.2 \ + hyper-rustls-0.27.3 \ hyper-tls-0.5.0 \ + hyper-tls-0.6.0 \ + hyper-util-0.1.10 \ hyphenation-0.8.4 \ hyphenation_commons-0.8.4 \ - iana-time-zone-0.1.57 \ + iana-time-zone-0.1.61 \ iana-time-zone-haiku-0.1.2 \ ident_case-1.0.1 \ - idna-0.2.3 \ idna-0.3.0 \ - idna-0.4.0 \ - if-addrs-0.7.0 \ - image-0.24.7 \ - image_hasher-1.2.0 \ - imgref-1.9.4 \ + idna-0.5.0 \ + image-0.25.2 \ + image_hasher-2.0.0 \ + imgref-1.11.0 \ indexmap-1.9.3 \ - indexmap-2.0.2 \ + indexmap-2.6.0 \ interpolate_name-0.2.4 \ - ipnet-2.8.0 \ - is-terminal-0.4.9 \ + ipnet-2.10.1 \ + is_terminal_polyfill-1.70.1 \ iso8601-0.6.1 \ - itertools-0.10.5 \ itertools-0.11.0 \ - itoa-1.0.9 \ - jobserver-0.1.26 \ - js-sys-0.3.64 \ - jsonwebtoken-8.3.0 \ - khronos-egl-5.0.0 \ - lazy_static-1.4.0 \ + itertools-0.12.1 \ + itertools-0.13.0 \ + itoa-1.0.11 \ + jobserver-0.1.32 \ + js-sys-0.3.72 \ + jsonwebtoken-9.2.0 \ + khronos-egl-6.0.0 \ + lazy_static-1.5.0 \ lewton-0.10.2 \ - libc-0.2.148 \ - libfuzzer-sys-0.3.5 \ - libloading-0.8.1 \ - libm-0.2.7 \ - libmdns-0.7.5 \ - librespot-0.4.2 \ + libc-0.2.161 \ + libfuzzer-sys-0.4.7 \ + libloading-0.8.5 \ + libm-0.2.11 \ librespot-audio-0.4.2 \ - librespot-connect-0.4.2 \ librespot-core-0.4.2 \ - librespot-discovery-0.4.2 \ librespot-metadata-0.4.2 \ librespot-playback-0.4.2 \ librespot-protocol-0.4.2 \ libsodium-sys-0.2.7 \ libwebp-sys2-0.1.9 \ - linux-raw-sys-0.4.8 \ - livekit-api-0.1.3 \ - livekit-protocol-0.1.3 \ - lock_api-0.4.10 \ - log-0.4.20 \ - m3u8-rs-5.0.4 \ - match_cfg-0.1.0 \ + linux-raw-sys-0.4.14 \ + livekit-api-0.3.2 \ + livekit-protocol-0.3.2 \ + lock_api-0.4.12 \ + log-0.4.22 \ + lru-0.12.5 \ + m3u8-rs-5.0.5 \ matchers-0.1.0 \ - matches-0.1.10 \ maybe-rayon-0.1.1 \ md-5-0.10.6 \ - memchr-2.6.4 \ - memoffset-0.6.5 \ - memoffset-0.9.0 \ + memchr-2.7.4 \ + memoffset-0.9.1 \ mime-0.3.17 \ + mime_guess-2.0.5 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.7.1 \ - mio-0.8.8 \ + miniz_oxide-0.8.0 \ + mio-1.0.2 \ more-asserts-0.3.1 \ muldiv-1.0.1 \ - multimap-0.8.3 \ + multer-2.1.0 \ + multimap-0.10.0 \ nanorand-0.7.0 \ nasm-rs-0.2.5 \ - native-tls-0.2.11 \ - new_debug_unreachable-1.0.4 \ - nix-0.23.2 \ + native-tls-0.2.12 \ + new_debug_unreachable-1.0.6 \ + nix-0.29.0 \ nnnoiseless-0.5.1 \ nom-7.1.3 \ noop_proc_macro-0.3.0 \ nu-ansi-term-0.46.0 \ - num-bigint-0.4.4 \ - num-complex-0.4.4 \ - num-derive-0.3.3 \ - num-derive-0.4.0 \ - num-integer-0.1.45 \ - num-rational-0.4.1 \ - num-traits-0.2.16 \ + num-bigint-0.4.6 \ + num-complex-0.4.6 \ + num-conv-0.1.0 \ + num-derive-0.4.2 \ + num-integer-0.1.46 \ + num-rational-0.4.2 \ + num-traits-0.2.19 \ num_cpus-1.16.0 \ - object-0.32.1 \ + object-0.36.5 \ ogg-0.8.0 \ - once_cell-1.18.0 \ - opaque-debug-0.3.0 \ - openssl-0.10.57 \ + once_cell-1.20.2 \ + opaque-debug-0.3.1 \ + openssl-0.10.68 \ openssl-macros-0.1.1 \ openssl-probe-0.1.5 \ - openssl-sys-0.9.93 \ + openssl-sys-0.9.104 \ option-operations-0.5.0 \ outref-0.5.1 \ overload-0.1.1 \ - parking_lot-0.12.1 \ - parking_lot_core-0.9.8 \ + p256-0.11.1 \ + parking-2.2.1 \ + parking_lot-0.12.3 \ + parking_lot_core-0.9.10 \ parse_link_header-0.3.3 \ - paste-1.0.14 \ + paste-1.0.15 \ + pbjson-0.6.0 \ + pbjson-build-0.6.2 \ + pbjson-types-0.6.0 \ pbkdf2-0.8.0 \ - percent-encoding-2.3.0 \ - petgraph-0.6.4 \ - pin-project-1.1.3 \ - pin-project-internal-1.1.3 \ - pin-project-lite-0.2.13 \ + pem-3.0.4 \ + percent-encoding-2.3.1 \ + petgraph-0.6.5 \ + pin-project-1.1.7 \ + pin-project-internal-1.1.7 \ + pin-project-lite-0.2.15 \ pin-utils-0.1.0 \ - pkg-config-0.3.27 \ - png-0.17.10 \ + pkcs8-0.9.0 \ + pkg-config-0.3.31 \ + png-0.17.14 \ pocket-resources-0.3.2 \ - polling-3.2.0 \ - ppv-lite86-0.2.17 \ - pretty-hex-0.3.0 \ - pretty_assertions-1.4.0 \ - primal-check-0.3.3 \ - priority-queue-1.3.2 \ - proc-macro-crate-1.3.1 \ + polling-3.7.3 \ + powerfmt-0.2.0 \ + ppv-lite86-0.2.20 \ + pretty_assertions-1.4.1 \ + prettyplease-0.2.25 \ + primal-check-0.3.4 \ + priority-queue-1.4.0 \ + proc-macro-crate-3.2.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.67 \ - prost-0.11.9 \ - prost-derive-0.11.9 \ - prost-types-0.11.9 \ + proc-macro2-1.0.89 \ + profiling-1.0.16 \ + profiling-procmacros-1.0.16 \ + prost-0.12.6 \ + prost-build-0.12.6 \ + prost-derive-0.12.6 \ + prost-types-0.12.6 \ protobuf-2.28.0 \ protobuf-codegen-2.28.0 \ protobuf-codegen-pure-2.28.0 \ psl-types-2.0.11 \ publicsuffix-2.2.3 \ - quick-xml-0.30.0 \ - quote-1.0.33 \ + quick-xml-0.36.2 \ + quick-xml-0.37.0 \ + quinn-0.11.5 \ + quinn-proto-0.11.8 \ + quinn-udp-0.5.6 \ + quote-1.0.37 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ rand_distr-0.4.3 \ - raptorq-1.7.0 \ - rav1e-0.6.6 \ - rayon-1.8.0 \ - rayon-core-1.12.0 \ - realfft-2.0.1 \ - redox_syscall-0.2.16 \ - redox_syscall-0.3.5 \ - regex-1.9.6 \ + raptorq-1.8.1 \ + rav1e-0.7.1 \ + rayon-1.10.0 \ + rayon-core-1.12.1 \ + rcgen-0.13.1 \ + realfft-3.4.0 \ + redox_syscall-0.5.7 \ + regex-1.11.1 \ regex-automata-0.1.10 \ - regex-automata-0.3.9 \ + regex-automata-0.4.8 \ + regex-lite-0.1.6 \ regex-syntax-0.6.29 \ - regex-syntax-0.7.5 \ - reqwest-0.11.22 \ - rgb-0.8.36 \ - ring-0.16.20 \ - rpassword-6.0.1 \ - rubato-0.10.1 \ - rust_hawktracer-0.7.0 \ - rust_hawktracer_normal_macro-0.4.1 \ - rust_hawktracer_proc_macro-0.4.1 \ - rustc-demangle-0.1.23 \ - rustc_version-0.4.0 \ + regex-syntax-0.8.5 \ + reqwest-0.11.27 \ + reqwest-0.12.9 \ + rfc6979-0.3.1 \ + rgb-0.8.50 \ + ring-0.17.8 \ + rtcp-types-0.1.0 \ + rtp-types-0.1.1 \ + rtsp-types-0.1.3 \ + rubato-0.14.1 \ + rustc-demangle-0.1.24 \ + rustc-hash-2.0.0 \ + rustc_version-0.4.1 \ rustdct-0.7.1 \ - rustfft-6.1.0 \ - rustix-0.38.15 \ - rustls-0.21.7 \ + rustfft-6.2.0 \ + rustix-0.38.38 \ + rustls-0.21.12 \ + rustls-0.23.16 \ rustls-native-certs-0.6.3 \ - rustls-pemfile-1.0.3 \ - rustls-webpki-0.101.6 \ - ryu-1.0.15 \ + rustls-pemfile-1.0.4 \ + rustls-pemfile-2.2.0 \ + rustls-pki-types-1.10.0 \ + rustls-webpki-0.101.7 \ + rustls-webpki-0.102.8 \ + ryu-1.0.18 \ same-file-1.0.6 \ - schannel-0.1.22 \ + scc-2.2.4 \ + schannel-0.1.26 \ + scoped-tls-1.0.1 \ scopeguard-1.2.0 \ - sct-0.7.0 \ - security-framework-2.9.2 \ - security-framework-sys-2.9.1 \ - semver-1.0.19 \ - serde-1.0.188 \ - serde_bytes-0.11.12 \ - serde_derive-1.0.188 \ - serde_json-1.0.107 \ - serde_spanned-0.6.3 \ + sct-0.7.1 \ + sdd-3.0.4 \ + sdp-types-0.1.7 \ + sec1-0.3.0 \ + security-framework-2.11.1 \ + security-framework-sys-2.12.0 \ + semver-1.0.23 \ + serde-1.0.214 \ + serde_bytes-0.11.15 \ + serde_derive-1.0.214 \ + serde_json-1.0.132 \ + serde_path_to_error-0.1.16 \ + serde_spanned-0.6.8 \ serde_urlencoded-0.7.1 \ - serde_with-3.3.0 \ - serde_with_macros-3.3.0 \ + serde_with-3.11.0 \ + serde_with_macros-3.11.0 \ + serial_test-3.1.1 \ + serial_test_derive-3.1.1 \ sha-1-0.9.8 \ sha1-0.10.6 \ sha2-0.10.8 \ shannon-0.2.0 \ - sharded-slab-0.1.6 \ + sharded-slab-0.1.7 \ shell-words-1.1.0 \ + shlex-1.3.0 \ signal-hook-0.3.17 \ - signal-hook-registry-1.4.1 \ + signal-hook-registry-1.4.2 \ signature-1.6.4 \ simd-adler32-0.3.7 \ simd_helpers-0.1.0 \ slab-0.4.9 \ - smallvec-1.11.1 \ + smallvec-1.13.2 \ smawk-0.3.2 \ - socket2-0.4.9 \ - socket2-0.5.4 \ + socket2-0.5.7 \ sodiumoxide-0.2.7 \ - spin-0.5.2 \ spin-0.9.8 \ + spki-0.6.0 \ + sprintf-0.2.1 \ + static_assertions-1.1.0 \ strength_reduce-0.2.4 \ strsim-0.10.0 \ - subtle-2.4.1 \ + strsim-0.11.1 \ + subtle-2.6.1 \ syn-1.0.109 \ - syn-2.0.37 \ + syn-2.0.86 \ + sync_wrapper-0.1.2 \ + sync_wrapper-1.0.1 \ system-configuration-0.5.1 \ + system-configuration-0.6.1 \ system-configuration-sys-0.5.0 \ - system-deps-6.1.2 \ - target-lexicon-0.12.11 \ - tempfile-3.8.0 \ - termcolor-1.3.0 \ - test-log-0.2.12 \ - test-with-0.10.4 \ - textwrap-0.16.0 \ - thiserror-1.0.49 \ - thiserror-impl-1.0.49 \ - thread-id-4.2.0 \ - thread_local-1.1.7 \ - time-0.3.29 \ + system-configuration-sys-0.6.0 \ + system-deps-6.2.2 \ + system-deps-7.0.3 \ + target-lexicon-0.12.16 \ + tempfile-3.13.0 \ + test-log-0.2.16 \ + test-log-macros-0.2.16 \ + test-with-0.12.6 \ + textwrap-0.16.1 \ + thiserror-1.0.66 \ + thiserror-impl-1.0.66 \ + thread-id-4.2.2 \ + thread_local-1.1.8 \ + time-0.3.36 \ time-core-0.1.2 \ - time-macros-0.2.15 \ - tinyvec-1.6.0 \ + time-macros-0.2.18 \ + tinyvec-1.8.0 \ tinyvec_macros-0.1.1 \ - tokio-1.32.0 \ - tokio-macros-2.1.0 \ + tokio-1.41.0 \ + tokio-macros-2.4.0 \ tokio-native-tls-0.3.1 \ tokio-rustls-0.24.1 \ - tokio-stream-0.1.14 \ - tokio-tungstenite-0.19.0 \ - tokio-util-0.7.9 \ - toml-0.5.11 \ - toml-0.8.2 \ - toml_datetime-0.6.3 \ - toml_edit-0.19.15 \ - toml_edit-0.20.2 \ - tower-0.4.13 \ - tower-layer-0.3.2 \ - tower-service-0.3.2 \ - tracing-0.1.37 \ - tracing-attributes-0.1.26 \ - tracing-core-0.1.31 \ - tracing-log-0.1.3 \ - tracing-subscriber-0.3.17 \ - transpose-0.2.2 \ - try-lock-0.2.4 \ - tungstenite-0.19.0 \ + tokio-rustls-0.26.0 \ + tokio-stream-0.1.16 \ + tokio-tungstenite-0.20.1 \ + tokio-tungstenite-0.21.0 \ + tokio-util-0.7.12 \ + toml-0.8.19 \ + toml_datetime-0.6.8 \ + toml_edit-0.22.22 \ + tower-service-0.3.3 \ + tracing-0.1.40 \ + tracing-attributes-0.1.27 \ + tracing-core-0.1.32 \ + tracing-log-0.2.0 \ + tracing-subscriber-0.3.18 \ + transpose-0.2.3 \ + try-lock-0.2.5 \ tungstenite-0.20.1 \ + tungstenite-0.21.0 \ + tungstenite-0.24.0 \ typenum-1.17.0 \ - unicode-bidi-0.3.13 \ - unicode-ident-1.0.12 \ + unicase-2.8.0 \ + unicode-bidi-0.3.17 \ + unicode-ident-1.0.13 \ unicode-linebreak-0.1.5 \ - unicode-normalization-0.1.22 \ - unicode-width-0.1.11 \ - untrusted-0.7.1 \ - url-2.4.1 \ + unicode-normalization-0.1.24 \ + unicode-width-0.1.14 \ + untrusted-0.9.0 \ + url-2.5.2 \ url-escape-0.1.1 \ urlencoding-2.1.3 \ utf-8-0.7.6 \ - utf8parse-0.2.1 \ - uuid-1.4.1 \ - v_frame-0.3.6 \ + utf8parse-0.2.2 \ + uuid-1.11.0 \ + v_frame-0.3.8 \ va_list-0.1.4 \ valuable-0.1.0 \ vcpkg-0.2.15 \ vergen-3.2.0 \ - version-compare-0.1.1 \ - version_check-0.9.4 \ + version-compare-0.2.0 \ + version_check-0.9.5 \ vsimd-0.8.0 \ - waker-fn-1.1.1 \ - walkdir-2.4.0 \ + waker-fn-1.2.0 \ + walkdir-2.5.0 \ want-0.3.1 \ + warp-0.3.7 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.87 \ - wasm-bindgen-backend-0.2.87 \ - wasm-bindgen-futures-0.4.37 \ - wasm-bindgen-macro-0.2.87 \ - wasm-bindgen-macro-support-0.2.87 \ - wasm-bindgen-shared-0.2.87 \ - web-sys-0.3.64 \ - weezl-0.1.7 \ + wasm-bindgen-0.2.95 \ + wasm-bindgen-backend-0.2.95 \ + wasm-bindgen-futures-0.4.45 \ + wasm-bindgen-macro-0.2.95 \ + wasm-bindgen-macro-support-0.2.95 \ + wasm-bindgen-shared-0.2.95 \ + web-sys-0.3.72 \ + webm-iterable-0.6.2 \ + weezl-0.1.8 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.6 \ + winapi-util-0.1.9 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-0.48.0 \ + windows-core-0.52.0 \ + windows-registry-0.2.0 \ + windows-result-0.2.0 \ + windows-strings-0.1.0 \ windows-sys-0.48.0 \ + windows-sys-0.52.0 \ + windows-sys-0.59.0 \ windows-targets-0.48.5 \ + windows-targets-0.52.6 \ windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.6 \ windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.6 \ windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnullvm-0.52.6 \ windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.6 \ windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.6 \ windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_msvc-0.48.5 \ - winnow-0.5.15 \ + windows_x86_64_msvc-0.52.6 \ + winnow-0.6.20 \ winreg-0.50.0 \ - xattr-1.0.1 \ - xml-rs-0.8.19 \ + xattr-1.3.1 \ + xml-rs-0.8.22 \ xmlparser-0.13.6 \ xmltree-0.10.3 \ - yansi-0.5.1 \ - zerocopy-0.6.4 \ - zerocopy-derive-0.6.4 \ - zeroize-1.6.0 \ + yansi-1.0.1 \ + yasna-0.5.2 \ + zerocopy-0.6.6 \ + zerocopy-0.7.35 \ + zerocopy-derive-0.6.6 \ + zerocopy-derive-0.7.35 \ + zeroize-1.8.1 \ flavors@git+https://github.com/rust-av/flavors\#833508af656d298c269f2397c8541a084264d992 \ - gstreamer,gstreamer-app,gstreamer-app-sys,gstreamer-audio,gstreamer-audio-sys,gstreamer-base,gstreamer-base-sys,gstreamer-check,gstreamer-check-sys,gstreamer-gl,gstreamer-gl-egl,gstreamer-gl-egl-sys,gstreamer-gl-sys,gstreamer-gl-wayland,gstreamer-gl-wayland-sys,gstreamer-gl-x11,gstreamer-gl-x11-sys,gstreamer-net,gstreamer-net-sys,gstreamer-pbutils,gstreamer-pbutils-sys,gstreamer-rtp,gstreamer-rtp-sys,gstreamer-sdp,gstreamer-sdp-sys,gstreamer-sys,gstreamer-utils,gstreamer-video,gstreamer-video-sys,gstreamer-webrtc,gstreamer-webrtc-sys@git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.21\#71bbcc00e2c515824d13d517fab26b19b9a4c2f9 \ *** 1886 LINES SKIPPED ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411080126.4A81Q9OQ055375>