mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
audio/shortwave: Update to 5.0.0
- Remove glycin dependency because it uses libseccomp and thus is Linux-only Patch is inspired by upstream merge request #501 - Remove deprecated (builds fine with our current rust) - Take maintainership Obtained from: https://gitlab.gnome.org/World/Shortwave/-/merge_requests/501
This commit is contained in:
parent
052ac0f892
commit
6e74ced968
4 changed files with 1194 additions and 799 deletions
|
@ -1,18 +1,14 @@
|
|||
PORTNAME= shortwave
|
||||
DISTVERSION= 3.2.0
|
||||
PORTREVISION= 24
|
||||
DISTVERSION= 5.0.0
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= decke@FreeBSD.org
|
||||
COMMENT= Listen to internet radio
|
||||
WWW= https://gitlab.gnome.org/World/Shortwave
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.md
|
||||
|
||||
DEPRECATED= fails to build with rust 1.86.0
|
||||
EXPIRATION_DATE=2025-04-30
|
||||
|
||||
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||
libshumate-1.0.so:x11-toolkits/libshumate
|
||||
|
||||
|
@ -35,14 +31,8 @@ OPTIONS_DEFAULT=PULSEAUDIO
|
|||
PULSEAUDIO_USE= GSTREAMER=pulse
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/dependency.*openssl/d' \
|
||||
-e '/gstreamer.*bad/d' \
|
||||
@${REINPLACE_CMD} -e '/gstreamer.*bad/d' \
|
||||
-e "/vcs_tag/s/=.*/= '${DISTVERSIONFULL}'/" \
|
||||
${WRKSRC}/meson.build
|
||||
@${REINPLACE_CMD} -e '/update_desktop_database/d' \
|
||||
${WRKSRC}/data/meson.build
|
||||
# Make each cargo subcommand very verbose
|
||||
@${REINPLACE_CMD} -e "/cargo_options =/s/ '--/&verbose', &verbose', &/" \
|
||||
${WRKSRC}/src/meson.build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,297 +1,430 @@
|
|||
CARGO_CRATES= Inflector-0.11.4 \
|
||||
addr2line-0.19.0 \
|
||||
adler-1.0.2 \
|
||||
aho-corasick-0.7.20 \
|
||||
addr2line-0.24.2 \
|
||||
adler2-2.0.0 \
|
||||
aho-corasick-1.1.3 \
|
||||
android-tzdata-0.1.1 \
|
||||
android_system_properties-0.1.5 \
|
||||
anyhow-1.0.69 \
|
||||
array-init-2.1.0 \
|
||||
async-channel-1.8.0 \
|
||||
async-executor-1.5.0 \
|
||||
async-global-executor-2.3.1 \
|
||||
async-io-1.12.0 \
|
||||
async-lock-2.6.0 \
|
||||
async-std-1.12.0 \
|
||||
async-std-resolver-0.20.4 \
|
||||
async-task-4.3.0 \
|
||||
async-trait-0.1.64 \
|
||||
atomic-waker-1.1.0 \
|
||||
atty-0.2.14 \
|
||||
autocfg-1.1.0 \
|
||||
backtrace-0.3.67 \
|
||||
anyhow-1.0.95 \
|
||||
ashpd-0.10.2 \
|
||||
async-broadcast-0.7.2 \
|
||||
async-channel-1.9.0 \
|
||||
async-channel-2.3.1 \
|
||||
async-compat-0.2.4 \
|
||||
async-executor-1.13.1 \
|
||||
async-fs-2.1.2 \
|
||||
async-global-executor-2.4.1 \
|
||||
async-io-1.13.0 \
|
||||
async-io-2.4.0 \
|
||||
async-lock-2.8.0 \
|
||||
async-lock-3.4.0 \
|
||||
async-native-tls-0.5.0 \
|
||||
async-net-2.0.0 \
|
||||
async-process-2.3.0 \
|
||||
async-recursion-1.1.1 \
|
||||
async-signal-0.2.10 \
|
||||
async-std-1.13.0 \
|
||||
async-std-resolver-0.24.2 \
|
||||
async-task-4.7.1 \
|
||||
async-trait-0.1.84 \
|
||||
atomic-waker-1.1.2 \
|
||||
atomic_refcell-0.1.13 \
|
||||
autocfg-1.4.0 \
|
||||
backtrace-0.3.74 \
|
||||
base64-0.21.7 \
|
||||
base64-0.22.1 \
|
||||
bitflags-1.3.2 \
|
||||
bitflags-2.6.0 \
|
||||
block-0.1.6 \
|
||||
blocking-1.3.0 \
|
||||
bumpalo-3.12.0 \
|
||||
byteorder-1.4.3 \
|
||||
bytes-1.4.0 \
|
||||
c_linked_list-1.1.1 \
|
||||
cairo-rs-0.15.12 \
|
||||
cairo-sys-rs-0.15.1 \
|
||||
castaway-0.1.2 \
|
||||
cc-1.0.79 \
|
||||
cfg-expr-0.11.0 \
|
||||
cfg-if-0.1.10 \
|
||||
block-buffer-0.10.4 \
|
||||
blocking-1.6.1 \
|
||||
bumpalo-3.16.0 \
|
||||
byteorder-1.5.0 \
|
||||
bytes-1.9.0 \
|
||||
cacache-13.1.0 \
|
||||
cairo-rs-0.20.7 \
|
||||
cairo-sys-rs-0.20.7 \
|
||||
cast-sender-0.2.0 \
|
||||
cc-1.2.7 \
|
||||
cfg-expr-0.17.2 \
|
||||
cfg-if-1.0.0 \
|
||||
chrono-0.4.23 \
|
||||
codespan-reporting-0.11.1 \
|
||||
concurrent-queue-2.1.0 \
|
||||
core-foundation-sys-0.8.3 \
|
||||
crossbeam-utils-0.8.14 \
|
||||
ctor-0.1.26 \
|
||||
curl-0.4.44 \
|
||||
curl-sys-0.4.59+curl-7.86.0 \
|
||||
cxx-1.0.89 \
|
||||
cxx-build-1.0.89 \
|
||||
cxxbridge-flags-1.0.89 \
|
||||
cxxbridge-macro-1.0.89 \
|
||||
data-encoding-2.3.3 \
|
||||
dbus-0.6.5 \
|
||||
diesel-1.4.8 \
|
||||
diesel_derives-1.4.1 \
|
||||
diesel_migrations-1.4.0 \
|
||||
dns-parser-0.8.0 \
|
||||
either-1.8.1 \
|
||||
encoding_rs-0.8.32 \
|
||||
enum-as-inner-0.3.4 \
|
||||
env_logger-0.7.1 \
|
||||
error-chain-0.12.4 \
|
||||
cfg_aliases-0.2.1 \
|
||||
chrono-0.4.39 \
|
||||
concurrent-queue-2.5.0 \
|
||||
core-foundation-0.9.4 \
|
||||
core-foundation-sys-0.8.7 \
|
||||
cpufeatures-0.2.16 \
|
||||
crossbeam-utils-0.8.21 \
|
||||
crypto-common-0.1.6 \
|
||||
darling-0.20.10 \
|
||||
darling_core-0.20.10 \
|
||||
darling_macro-0.20.10 \
|
||||
data-encoding-2.6.0 \
|
||||
deranged-0.3.11 \
|
||||
derive_builder-0.20.2 \
|
||||
derive_builder_core-0.20.2 \
|
||||
derive_builder_macro-0.20.2 \
|
||||
diesel-2.2.6 \
|
||||
diesel_derives-2.2.3 \
|
||||
diesel_migrations-2.2.0 \
|
||||
diesel_table_macro_syntax-0.2.0 \
|
||||
digest-0.10.7 \
|
||||
displaydoc-0.2.5 \
|
||||
dsl_auto_type-0.1.2 \
|
||||
either-1.13.0 \
|
||||
encoding_rs-0.8.35 \
|
||||
endi-1.1.0 \
|
||||
enum-as-inner-0.6.1 \
|
||||
enumflags2-0.7.10 \
|
||||
enumflags2_derive-0.7.10 \
|
||||
env_logger-0.10.2 \
|
||||
equivalent-1.0.1 \
|
||||
errno-0.3.10 \
|
||||
event-listener-2.5.3 \
|
||||
fastrand-1.8.0 \
|
||||
field-offset-0.3.4 \
|
||||
event-listener-5.3.1 \
|
||||
event-listener-strategy-0.5.3 \
|
||||
fastrand-1.9.0 \
|
||||
fastrand-2.3.0 \
|
||||
field-offset-0.3.6 \
|
||||
flume-0.11.1 \
|
||||
fnv-1.0.7 \
|
||||
foreign-types-0.3.2 \
|
||||
foreign-types-shared-0.1.1 \
|
||||
form_urlencoded-1.1.0 \
|
||||
fuchsia-zircon-0.3.3 \
|
||||
fuchsia-zircon-sys-0.3.3 \
|
||||
futures-0.3.26 \
|
||||
futures-channel-0.3.26 \
|
||||
futures-core-0.3.26 \
|
||||
futures-executor-0.3.26 \
|
||||
futures-io-0.3.26 \
|
||||
futures-lite-1.12.0 \
|
||||
futures-macro-0.3.26 \
|
||||
futures-sink-0.3.26 \
|
||||
futures-task-0.3.26 \
|
||||
futures-util-0.3.26 \
|
||||
gcc-0.3.55 \
|
||||
gdk-pixbuf-0.15.11 \
|
||||
gdk-pixbuf-sys-0.15.10 \
|
||||
gdk4-0.4.8 \
|
||||
gdk4-sys-0.4.8 \
|
||||
get_if_addrs-0.5.3 \
|
||||
get_if_addrs-sys-0.1.1 \
|
||||
getrandom-0.2.8 \
|
||||
gettext-rs-0.7.0 \
|
||||
gettext-sys-0.21.3 \
|
||||
gimli-0.27.1 \
|
||||
gio-0.15.12 \
|
||||
gio-sys-0.15.10 \
|
||||
glib-0.15.12 \
|
||||
glib-macros-0.15.11 \
|
||||
glib-sys-0.15.10 \
|
||||
gloo-timers-0.2.6 \
|
||||
gobject-sys-0.15.10 \
|
||||
graphene-rs-0.15.1 \
|
||||
graphene-sys-0.15.10 \
|
||||
gsk4-0.4.8 \
|
||||
gsk4-sys-0.4.8 \
|
||||
gstreamer-0.18.8 \
|
||||
gstreamer-audio-0.18.7 \
|
||||
gstreamer-audio-sys-0.18.3 \
|
||||
gstreamer-base-0.18.0 \
|
||||
gstreamer-base-sys-0.18.0 \
|
||||
gstreamer-sys-0.18.0 \
|
||||
gtk-macros-0.3.0 \
|
||||
gtk4-0.4.9 \
|
||||
gtk4-macros-0.4.9 \
|
||||
gtk4-sys-0.4.8 \
|
||||
form_urlencoded-1.2.1 \
|
||||
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-lite-1.13.0 \
|
||||
futures-lite-2.5.0 \
|
||||
futures-macro-0.3.31 \
|
||||
futures-sink-0.3.31 \
|
||||
futures-task-0.3.31 \
|
||||
futures-util-0.3.31 \
|
||||
gdk-pixbuf-0.20.7 \
|
||||
gdk-pixbuf-sys-0.20.7 \
|
||||
gdk4-0.9.5 \
|
||||
gdk4-sys-0.9.5 \
|
||||
gdk4-wayland-0.9.1 \
|
||||
gdk4-wayland-sys-0.9.0 \
|
||||
gdk4-x11-0.9.0 \
|
||||
gdk4-x11-sys-0.9.0 \
|
||||
generic-array-0.14.7 \
|
||||
getrandom-0.2.15 \
|
||||
gettext-rs-0.7.2 \
|
||||
gettext-sys-0.22.5 \
|
||||
gimli-0.31.1 \
|
||||
gio-0.20.7 \
|
||||
gio-sys-0.20.8 \
|
||||
glib-0.20.7 \
|
||||
glib-macros-0.20.7 \
|
||||
glib-sys-0.20.7 \
|
||||
gloo-timers-0.3.0 \
|
||||
gobject-sys-0.20.7 \
|
||||
graphene-rs-0.20.7 \
|
||||
graphene-sys-0.20.7 \
|
||||
gsk4-0.9.5 \
|
||||
gsk4-sys-0.9.5 \
|
||||
gstreamer-0.23.4 \
|
||||
gstreamer-audio-0.23.4 \
|
||||
gstreamer-audio-sys-0.23.4 \
|
||||
gstreamer-base-0.23.4 \
|
||||
gstreamer-base-sys-0.23.4 \
|
||||
gstreamer-sys-0.23.4 \
|
||||
gtk4-0.9.5 \
|
||||
gtk4-macros-0.9.5 \
|
||||
gtk4-sys-0.9.5 \
|
||||
h2-0.4.7 \
|
||||
hashbrown-0.12.3 \
|
||||
heck-0.3.3 \
|
||||
heck-0.4.1 \
|
||||
hermit-abi-0.1.19 \
|
||||
hashbrown-0.15.2 \
|
||||
heck-0.5.0 \
|
||||
hermit-abi-0.3.9 \
|
||||
hermit-abi-0.4.0 \
|
||||
hex-0.4.3 \
|
||||
hickory-proto-0.24.2 \
|
||||
hickory-resolver-0.24.2 \
|
||||
hostname-0.3.1 \
|
||||
http-0.2.8 \
|
||||
humantime-1.3.0 \
|
||||
iana-time-zone-0.1.53 \
|
||||
iana-time-zone-haiku-0.1.1 \
|
||||
idna-0.2.3 \
|
||||
idna-0.3.0 \
|
||||
indexmap-1.9.2 \
|
||||
instant-0.1.12 \
|
||||
iovec-0.1.4 \
|
||||
ipconfig-0.2.2 \
|
||||
ipnet-2.7.1 \
|
||||
isahc-1.7.2 \
|
||||
itoa-1.0.5 \
|
||||
js-sys-0.3.61 \
|
||||
kernel32-sys-0.2.2 \
|
||||
http-1.2.0 \
|
||||
http-body-1.0.1 \
|
||||
http-body-util-0.1.2 \
|
||||
httparse-1.10.0 \
|
||||
humantime-2.1.0 \
|
||||
hyper-1.6.0 \
|
||||
hyper-rustls-0.27.5 \
|
||||
hyper-tls-0.6.0 \
|
||||
hyper-util-0.1.10 \
|
||||
iana-time-zone-0.1.61 \
|
||||
iana-time-zone-haiku-0.1.2 \
|
||||
icu_collections-1.5.0 \
|
||||
icu_locid-1.5.0 \
|
||||
icu_locid_transform-1.5.0 \
|
||||
icu_locid_transform_data-1.5.0 \
|
||||
icu_normalizer-1.5.0 \
|
||||
icu_normalizer_data-1.5.0 \
|
||||
icu_properties-1.5.1 \
|
||||
icu_properties_data-1.5.0 \
|
||||
icu_provider-1.5.0 \
|
||||
icu_provider_macros-1.5.0 \
|
||||
ident_case-1.0.1 \
|
||||
idna-1.0.3 \
|
||||
idna_adapter-1.2.0 \
|
||||
if-addrs-0.13.3 \
|
||||
indexmap-1.9.3 \
|
||||
indexmap-2.7.0 \
|
||||
instant-0.1.13 \
|
||||
io-lifetimes-1.0.11 \
|
||||
ipconfig-0.3.2 \
|
||||
ipnet-2.10.1 \
|
||||
is-terminal-0.4.13 \
|
||||
itertools-0.13.0 \
|
||||
itoa-1.0.14 \
|
||||
js-sys-0.3.76 \
|
||||
kv-log-macro-1.0.7 \
|
||||
lazy_static-1.4.0 \
|
||||
libadwaita-0.2.0-alpha.3 \
|
||||
libadwaita-sys-0.2.0-alpha.3 \
|
||||
libc-0.2.139 \
|
||||
libdbus-sys-0.2.4 \
|
||||
libnghttp2-sys-0.1.7+1.45.0 \
|
||||
libshumate-0.1.1 \
|
||||
libshumate-sys-0.1.1 \
|
||||
libsqlite3-sys-0.22.2 \
|
||||
libz-sys-1.1.8 \
|
||||
link-cplusplus-1.0.8 \
|
||||
language-tags-0.3.2 \
|
||||
lazy_static-1.5.0 \
|
||||
libadwaita-0.7.1 \
|
||||
libadwaita-sys-0.7.1 \
|
||||
libc-0.2.169 \
|
||||
libshumate-0.6.0 \
|
||||
libshumate-sys-0.6.0 \
|
||||
libsqlite3-sys-0.30.1 \
|
||||
linked-hash-map-0.5.6 \
|
||||
linux-raw-sys-0.3.8 \
|
||||
linux-raw-sys-0.4.14 \
|
||||
litemap-0.7.4 \
|
||||
locale_config-0.3.0 \
|
||||
lock_api-0.4.9 \
|
||||
log-0.4.17 \
|
||||
lock_api-0.4.12 \
|
||||
log-0.4.22 \
|
||||
lru-cache-0.1.2 \
|
||||
malloc_buf-0.0.6 \
|
||||
match_cfg-0.1.0 \
|
||||
matches-0.1.10 \
|
||||
mdns-0.3.2 \
|
||||
memchr-2.5.0 \
|
||||
memoffset-0.6.5 \
|
||||
migrations_internals-1.4.1 \
|
||||
migrations_macros-1.4.2 \
|
||||
mime-0.3.16 \
|
||||
miniz_oxide-0.6.2 \
|
||||
mio-0.6.23 \
|
||||
miow-0.2.2 \
|
||||
mpris-player-0.6.2 \
|
||||
mdns-sd-0.13.1 \
|
||||
memchr-2.7.4 \
|
||||
memmap2-0.5.10 \
|
||||
memoffset-0.9.1 \
|
||||
miette-5.10.0 \
|
||||
miette-derive-5.10.0 \
|
||||
migrations_internals-2.2.0 \
|
||||
migrations_macros-2.2.0 \
|
||||
mime-0.3.17 \
|
||||
miniz_oxide-0.8.3 \
|
||||
mio-1.0.3 \
|
||||
mpris-server-0.8.1 \
|
||||
muldiv-1.0.1 \
|
||||
net2-0.2.38 \
|
||||
nom8-0.2.0 \
|
||||
num-integer-0.1.45 \
|
||||
num-rational-0.4.1 \
|
||||
num-traits-0.2.15 \
|
||||
native-tls-0.2.12 \
|
||||
nix-0.29.0 \
|
||||
num-conv-0.1.0 \
|
||||
num-integer-0.1.46 \
|
||||
num-rational-0.4.2 \
|
||||
num-traits-0.2.19 \
|
||||
objc-0.2.7 \
|
||||
objc-foundation-0.1.1 \
|
||||
objc_id-0.1.1 \
|
||||
object-0.30.3 \
|
||||
once_cell-1.17.0 \
|
||||
openssl-0.10.45 \
|
||||
openssl-macros-0.1.0 \
|
||||
object-0.36.7 \
|
||||
once_cell-1.20.2 \
|
||||
openssl-0.10.68 \
|
||||
openssl-macros-0.1.1 \
|
||||
openssl-probe-0.1.5 \
|
||||
openssl-sys-0.9.80 \
|
||||
option-operations-0.4.1 \
|
||||
pango-0.15.10 \
|
||||
pango-sys-0.15.10 \
|
||||
parking-2.0.0 \
|
||||
parking_lot-0.11.2 \
|
||||
parking_lot-0.12.1 \
|
||||
parking_lot_core-0.8.6 \
|
||||
parking_lot_core-0.9.7 \
|
||||
paste-1.0.11 \
|
||||
percent-encoding-2.2.0 \
|
||||
pest-2.5.4 \
|
||||
pin-project-1.0.12 \
|
||||
pin-project-internal-1.0.12 \
|
||||
pin-project-lite-0.2.9 \
|
||||
openssl-sys-0.9.104 \
|
||||
option-operations-0.5.0 \
|
||||
ordered-stream-0.2.0 \
|
||||
pango-0.20.7 \
|
||||
pango-sys-0.20.7 \
|
||||
parking-2.2.1 \
|
||||
parking_lot-0.12.3 \
|
||||
parking_lot_core-0.9.10 \
|
||||
paste-1.0.15 \
|
||||
percent-encoding-2.3.1 \
|
||||
pin-project-lite-0.1.12 \
|
||||
pin-project-lite-0.2.15 \
|
||||
pin-utils-0.1.0 \
|
||||
pkg-config-0.3.26 \
|
||||
polling-2.5.2 \
|
||||
ppv-lite86-0.2.17 \
|
||||
pretty-hex-0.3.0 \
|
||||
pretty_env_logger-0.4.0 \
|
||||
proc-macro-crate-1.3.0 \
|
||||
proc-macro-error-1.0.4 \
|
||||
proc-macro-error-attr-1.0.4 \
|
||||
proc-macro2-1.0.51 \
|
||||
protobuf-2.20.0 \
|
||||
protobuf-codegen-2.20.0 \
|
||||
protoc-2.20.0 \
|
||||
protoc-rust-2.20.0 \
|
||||
piper-0.2.4 \
|
||||
pkg-config-0.3.31 \
|
||||
polling-2.8.0 \
|
||||
polling-3.7.4 \
|
||||
powerfmt-0.2.0 \
|
||||
ppv-lite86-0.2.20 \
|
||||
pretty_env_logger-0.5.0 \
|
||||
proc-macro-crate-3.2.0 \
|
||||
proc-macro2-1.0.92 \
|
||||
prost-0.13.4 \
|
||||
prost-derive-0.13.4 \
|
||||
quick-error-1.2.3 \
|
||||
quick-xml-0.22.0 \
|
||||
quote-1.0.23 \
|
||||
quote-1.0.38 \
|
||||
r2d2-0.8.10 \
|
||||
rand-0.8.5 \
|
||||
rand_chacha-0.3.1 \
|
||||
rand_core-0.6.4 \
|
||||
redox_syscall-0.2.16 \
|
||||
regex-1.7.1 \
|
||||
regex-syntax-0.6.28 \
|
||||
remove_dir_all-0.5.3 \
|
||||
redox_syscall-0.5.8 \
|
||||
reflink-copy-0.1.20 \
|
||||
regex-1.11.1 \
|
||||
regex-automata-0.4.9 \
|
||||
regex-syntax-0.8.5 \
|
||||
reqwest-0.12.12 \
|
||||
resolv-conf-0.7.0 \
|
||||
rust_cast-0.16.0 \
|
||||
rustc-demangle-0.1.21 \
|
||||
rustc_version-0.3.3 \
|
||||
ryu-1.0.12 \
|
||||
sanitize-filename-0.3.0 \
|
||||
schannel-0.1.21 \
|
||||
scheduled-thread-pool-0.2.6 \
|
||||
scopeguard-1.1.0 \
|
||||
scratch-1.0.3 \
|
||||
semver-0.11.0 \
|
||||
semver-parser-0.10.2 \
|
||||
serde-1.0.152 \
|
||||
serde_derive-1.0.152 \
|
||||
serde_json-1.0.92 \
|
||||
ring-0.17.8 \
|
||||
rustc-demangle-0.1.24 \
|
||||
rustc_version-0.4.1 \
|
||||
rustix-0.37.27 \
|
||||
rustix-0.38.42 \
|
||||
rustls-0.23.22 \
|
||||
rustls-pemfile-2.2.0 \
|
||||
rustls-pki-types-1.11.0 \
|
||||
rustls-webpki-0.102.8 \
|
||||
rustversion-1.0.19 \
|
||||
ryu-1.0.18 \
|
||||
same-file-1.0.6 \
|
||||
sanitize-filename-0.6.0 \
|
||||
schannel-0.1.27 \
|
||||
scheduled-thread-pool-0.2.7 \
|
||||
scopeguard-1.2.0 \
|
||||
security-framework-2.11.1 \
|
||||
security-framework-sys-2.13.0 \
|
||||
semver-1.0.24 \
|
||||
serde-1.0.217 \
|
||||
serde_derive-1.0.217 \
|
||||
serde_json-1.0.134 \
|
||||
serde_repr-0.1.19 \
|
||||
serde_spanned-0.6.8 \
|
||||
serde_urlencoded-0.7.1 \
|
||||
slab-0.4.7 \
|
||||
sluice-0.5.5 \
|
||||
smallvec-1.10.0 \
|
||||
socket2-0.3.19 \
|
||||
socket2-0.4.7 \
|
||||
strum-0.20.0 \
|
||||
strum_macros-0.20.1 \
|
||||
syn-1.0.107 \
|
||||
system-deps-6.0.3 \
|
||||
temp-dir-0.1.11 \
|
||||
tempfile-3.3.0 \
|
||||
termcolor-1.2.0 \
|
||||
thiserror-1.0.38 \
|
||||
thiserror-impl-1.0.38 \
|
||||
time-0.1.45 \
|
||||
tinyvec-1.6.0 \
|
||||
serde_with-3.12.0 \
|
||||
serde_with_macros-3.12.0 \
|
||||
sha-1-0.10.1 \
|
||||
sha1-0.10.6 \
|
||||
sha2-0.10.8 \
|
||||
shlex-1.3.0 \
|
||||
signal-hook-registry-1.4.2 \
|
||||
slab-0.4.9 \
|
||||
smallvec-1.13.2 \
|
||||
smol-2.0.2 \
|
||||
smol-timeout-0.6.0 \
|
||||
socket2-0.4.10 \
|
||||
socket2-0.5.8 \
|
||||
spin-0.9.8 \
|
||||
ssri-9.2.0 \
|
||||
stable_deref_trait-1.2.0 \
|
||||
static_assertions-1.1.0 \
|
||||
strsim-0.11.1 \
|
||||
strum-0.26.3 \
|
||||
strum_macros-0.26.4 \
|
||||
subtle-2.6.1 \
|
||||
syn-2.0.94 \
|
||||
sync_wrapper-1.0.2 \
|
||||
synstructure-0.13.1 \
|
||||
sys-locale-0.3.2 \
|
||||
system-configuration-0.6.1 \
|
||||
system-configuration-sys-0.6.0 \
|
||||
system-deps-7.0.3 \
|
||||
target-lexicon-0.12.16 \
|
||||
temp-dir-0.1.14 \
|
||||
tempfile-3.15.0 \
|
||||
termcolor-1.4.1 \
|
||||
thiserror-1.0.69 \
|
||||
thiserror-2.0.9 \
|
||||
thiserror-impl-1.0.69 \
|
||||
thiserror-impl-2.0.9 \
|
||||
time-0.3.37 \
|
||||
time-core-0.1.2 \
|
||||
time-macros-0.2.19 \
|
||||
tinystr-0.7.6 \
|
||||
tinyvec-1.8.1 \
|
||||
tinyvec_macros-0.1.1 \
|
||||
toml-0.5.11 \
|
||||
toml_datetime-0.5.1 \
|
||||
toml_edit-0.18.1 \
|
||||
tracing-0.1.37 \
|
||||
tracing-attributes-0.1.23 \
|
||||
tracing-core-0.1.30 \
|
||||
tracing-futures-0.2.5 \
|
||||
trust-dns-proto-0.20.4 \
|
||||
trust-dns-resolver-0.20.4 \
|
||||
ucd-trie-0.1.5 \
|
||||
unicode-bidi-0.3.10 \
|
||||
unicode-ident-1.0.6 \
|
||||
unicode-normalization-0.1.22 \
|
||||
unicode-segmentation-1.10.1 \
|
||||
unicode-width-0.1.10 \
|
||||
url-2.3.1 \
|
||||
uuid-0.8.2 \
|
||||
value-bag-1.0.0-alpha.9 \
|
||||
tokio-1.43.0 \
|
||||
tokio-native-tls-0.3.1 \
|
||||
tokio-rustls-0.26.1 \
|
||||
tokio-util-0.7.13 \
|
||||
toml-0.8.19 \
|
||||
toml_datetime-0.6.8 \
|
||||
toml_edit-0.22.22 \
|
||||
tower-0.5.2 \
|
||||
tower-layer-0.3.3 \
|
||||
tower-service-0.3.3 \
|
||||
tracing-0.1.41 \
|
||||
tracing-attributes-0.1.28 \
|
||||
tracing-core-0.1.33 \
|
||||
trait-variant-0.1.2 \
|
||||
try-lock-0.2.5 \
|
||||
typenum-1.17.0 \
|
||||
uds_windows-1.1.0 \
|
||||
unicode-ident-1.0.14 \
|
||||
unicode-width-0.1.14 \
|
||||
untrusted-0.9.0 \
|
||||
url-2.5.4 \
|
||||
utf16_iter-1.0.5 \
|
||||
utf8_iter-1.0.4 \
|
||||
uuid-1.11.0 \
|
||||
value-bag-1.10.0 \
|
||||
vcpkg-0.2.15 \
|
||||
version-compare-0.1.1 \
|
||||
version_check-0.9.4 \
|
||||
waker-fn-1.1.0 \
|
||||
wasi-0.10.0+wasi-snapshot-preview1 \
|
||||
version-compare-0.2.0 \
|
||||
version_check-0.9.5 \
|
||||
waker-fn-1.2.0 \
|
||||
walkdir-2.5.0 \
|
||||
want-0.3.1 \
|
||||
wasi-0.11.0+wasi-snapshot-preview1 \
|
||||
wasm-bindgen-0.2.84 \
|
||||
wasm-bindgen-backend-0.2.84 \
|
||||
wasm-bindgen-futures-0.4.34 \
|
||||
wasm-bindgen-macro-0.2.84 \
|
||||
wasm-bindgen-macro-support-0.2.84 \
|
||||
wasm-bindgen-shared-0.2.84 \
|
||||
web-sys-0.3.61 \
|
||||
wepoll-ffi-0.1.2 \
|
||||
which-4.4.0 \
|
||||
widestring-0.4.3 \
|
||||
winapi-0.2.8 \
|
||||
wasm-bindgen-0.2.99 \
|
||||
wasm-bindgen-backend-0.2.99 \
|
||||
wasm-bindgen-futures-0.4.49 \
|
||||
wasm-bindgen-macro-0.2.99 \
|
||||
wasm-bindgen-macro-support-0.2.99 \
|
||||
wasm-bindgen-shared-0.2.99 \
|
||||
web-sys-0.3.76 \
|
||||
widestring-1.1.0 \
|
||||
winapi-0.3.9 \
|
||||
winapi-build-0.1.1 \
|
||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
||||
winapi-util-0.1.5 \
|
||||
winapi-util-0.1.9 \
|
||||
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||
windows-sys-0.42.0 \
|
||||
windows-sys-0.45.0 \
|
||||
windows-targets-0.42.1 \
|
||||
windows_aarch64_gnullvm-0.42.1 \
|
||||
windows_aarch64_msvc-0.42.1 \
|
||||
windows_i686_gnu-0.42.1 \
|
||||
windows_i686_msvc-0.42.1 \
|
||||
windows_x86_64_gnu-0.42.1 \
|
||||
windows_x86_64_gnullvm-0.42.1 \
|
||||
windows_x86_64_msvc-0.42.1 \
|
||||
winreg-0.6.2 \
|
||||
ws2_32-sys-0.2.1
|
||||
windows-0.58.0 \
|
||||
windows-core-0.52.0 \
|
||||
windows-core-0.58.0 \
|
||||
windows-implement-0.58.0 \
|
||||
windows-interface-0.58.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 \
|
||||
windows_x86_64_msvc-0.52.6 \
|
||||
winnow-0.6.21 \
|
||||
winreg-0.50.0 \
|
||||
write16-1.0.0 \
|
||||
writeable-0.5.5 \
|
||||
xdg-home-1.3.0 \
|
||||
xxhash-rust-0.8.15 \
|
||||
yoke-0.7.5 \
|
||||
yoke-derive-0.7.5 \
|
||||
zbus-4.4.0 \
|
||||
zbus-5.2.0 \
|
||||
zbus_macros-4.4.0 \
|
||||
zbus_macros-5.2.0 \
|
||||
zbus_names-3.0.0 \
|
||||
zbus_names-4.1.0 \
|
||||
zerocopy-0.7.35 \
|
||||
zerocopy-derive-0.7.35 \
|
||||
zerofrom-0.1.5 \
|
||||
zerofrom-derive-0.1.5 \
|
||||
zeroize-1.8.1 \
|
||||
zerovec-0.10.4 \
|
||||
zerovec-derive-0.10.3 \
|
||||
zvariant-4.2.0 \
|
||||
zvariant-5.1.0 \
|
||||
zvariant_derive-4.2.0 \
|
||||
zvariant_derive-5.1.0 \
|
||||
zvariant_utils-2.1.0 \
|
||||
zvariant_utils-3.0.2
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -4,6 +4,7 @@ share/dbus-1/services/de.haeckerfelix.Shortwave.service
|
|||
share/icons/hicolor/scalable/apps/de.haeckerfelix.Shortwave.svg
|
||||
share/icons/hicolor/symbolic/apps/de.haeckerfelix.Shortwave-symbolic.svg
|
||||
share/locale/be/LC_MESSAGES/shortwave.mo
|
||||
share/locale/bg/LC_MESSAGES/shortwave.mo
|
||||
share/locale/ca/LC_MESSAGES/shortwave.mo
|
||||
share/locale/cs/LC_MESSAGES/shortwave.mo
|
||||
share/locale/da/LC_MESSAGES/shortwave.mo
|
||||
|
@ -12,13 +13,18 @@ share/locale/el/LC_MESSAGES/shortwave.mo
|
|||
share/locale/en_GB/LC_MESSAGES/shortwave.mo
|
||||
share/locale/es/LC_MESSAGES/shortwave.mo
|
||||
share/locale/eu/LC_MESSAGES/shortwave.mo
|
||||
share/locale/fa/LC_MESSAGES/shortwave.mo
|
||||
share/locale/fi/LC_MESSAGES/shortwave.mo
|
||||
share/locale/fr/LC_MESSAGES/shortwave.mo
|
||||
share/locale/fur/LC_MESSAGES/shortwave.mo
|
||||
share/locale/gl/LC_MESSAGES/shortwave.mo
|
||||
share/locale/he/LC_MESSAGES/shortwave.mo
|
||||
share/locale/hi/LC_MESSAGES/shortwave.mo
|
||||
share/locale/hr/LC_MESSAGES/shortwave.mo
|
||||
share/locale/hu/LC_MESSAGES/shortwave.mo
|
||||
share/locale/ia/LC_MESSAGES/shortwave.mo
|
||||
share/locale/id/LC_MESSAGES/shortwave.mo
|
||||
share/locale/is/LC_MESSAGES/shortwave.mo
|
||||
share/locale/it/LC_MESSAGES/shortwave.mo
|
||||
share/locale/ka/LC_MESSAGES/shortwave.mo
|
||||
share/locale/nl/LC_MESSAGES/shortwave.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue