mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26: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
|
PORTNAME= shortwave
|
||||||
DISTVERSION= 3.2.0
|
DISTVERSION= 5.0.0
|
||||||
PORTREVISION= 24
|
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= decke@FreeBSD.org
|
||||||
COMMENT= Listen to internet radio
|
COMMENT= Listen to internet radio
|
||||||
WWW= https://gitlab.gnome.org/World/Shortwave
|
WWW= https://gitlab.gnome.org/World/Shortwave
|
||||||
|
|
||||||
LICENSE= GPLv3+
|
LICENSE= GPLv3+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING.md
|
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 \
|
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||||
libshumate-1.0.so:x11-toolkits/libshumate
|
libshumate-1.0.so:x11-toolkits/libshumate
|
||||||
|
|
||||||
|
@ -35,14 +31,8 @@ OPTIONS_DEFAULT=PULSEAUDIO
|
||||||
PULSEAUDIO_USE= GSTREAMER=pulse
|
PULSEAUDIO_USE= GSTREAMER=pulse
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/dependency.*openssl/d' \
|
@${REINPLACE_CMD} -e '/gstreamer.*bad/d' \
|
||||||
-e '/gstreamer.*bad/d' \
|
|
||||||
-e "/vcs_tag/s/=.*/= '${DISTVERSIONFULL}'/" \
|
-e "/vcs_tag/s/=.*/= '${DISTVERSIONFULL}'/" \
|
||||||
${WRKSRC}/meson.build
|
${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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,297 +1,430 @@
|
||||||
CARGO_CRATES= Inflector-0.11.4 \
|
CARGO_CRATES= Inflector-0.11.4 \
|
||||||
addr2line-0.19.0 \
|
addr2line-0.24.2 \
|
||||||
adler-1.0.2 \
|
adler2-2.0.0 \
|
||||||
aho-corasick-0.7.20 \
|
aho-corasick-1.1.3 \
|
||||||
|
android-tzdata-0.1.1 \
|
||||||
android_system_properties-0.1.5 \
|
android_system_properties-0.1.5 \
|
||||||
anyhow-1.0.69 \
|
anyhow-1.0.95 \
|
||||||
array-init-2.1.0 \
|
ashpd-0.10.2 \
|
||||||
async-channel-1.8.0 \
|
async-broadcast-0.7.2 \
|
||||||
async-executor-1.5.0 \
|
async-channel-1.9.0 \
|
||||||
async-global-executor-2.3.1 \
|
async-channel-2.3.1 \
|
||||||
async-io-1.12.0 \
|
async-compat-0.2.4 \
|
||||||
async-lock-2.6.0 \
|
async-executor-1.13.1 \
|
||||||
async-std-1.12.0 \
|
async-fs-2.1.2 \
|
||||||
async-std-resolver-0.20.4 \
|
async-global-executor-2.4.1 \
|
||||||
async-task-4.3.0 \
|
async-io-1.13.0 \
|
||||||
async-trait-0.1.64 \
|
async-io-2.4.0 \
|
||||||
atomic-waker-1.1.0 \
|
async-lock-2.8.0 \
|
||||||
atty-0.2.14 \
|
async-lock-3.4.0 \
|
||||||
autocfg-1.1.0 \
|
async-native-tls-0.5.0 \
|
||||||
backtrace-0.3.67 \
|
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-1.3.2 \
|
||||||
|
bitflags-2.6.0 \
|
||||||
block-0.1.6 \
|
block-0.1.6 \
|
||||||
blocking-1.3.0 \
|
block-buffer-0.10.4 \
|
||||||
bumpalo-3.12.0 \
|
blocking-1.6.1 \
|
||||||
byteorder-1.4.3 \
|
bumpalo-3.16.0 \
|
||||||
bytes-1.4.0 \
|
byteorder-1.5.0 \
|
||||||
c_linked_list-1.1.1 \
|
bytes-1.9.0 \
|
||||||
cairo-rs-0.15.12 \
|
cacache-13.1.0 \
|
||||||
cairo-sys-rs-0.15.1 \
|
cairo-rs-0.20.7 \
|
||||||
castaway-0.1.2 \
|
cairo-sys-rs-0.20.7 \
|
||||||
cc-1.0.79 \
|
cast-sender-0.2.0 \
|
||||||
cfg-expr-0.11.0 \
|
cc-1.2.7 \
|
||||||
cfg-if-0.1.10 \
|
cfg-expr-0.17.2 \
|
||||||
cfg-if-1.0.0 \
|
cfg-if-1.0.0 \
|
||||||
chrono-0.4.23 \
|
cfg_aliases-0.2.1 \
|
||||||
codespan-reporting-0.11.1 \
|
chrono-0.4.39 \
|
||||||
concurrent-queue-2.1.0 \
|
concurrent-queue-2.5.0 \
|
||||||
core-foundation-sys-0.8.3 \
|
core-foundation-0.9.4 \
|
||||||
crossbeam-utils-0.8.14 \
|
core-foundation-sys-0.8.7 \
|
||||||
ctor-0.1.26 \
|
cpufeatures-0.2.16 \
|
||||||
curl-0.4.44 \
|
crossbeam-utils-0.8.21 \
|
||||||
curl-sys-0.4.59+curl-7.86.0 \
|
crypto-common-0.1.6 \
|
||||||
cxx-1.0.89 \
|
darling-0.20.10 \
|
||||||
cxx-build-1.0.89 \
|
darling_core-0.20.10 \
|
||||||
cxxbridge-flags-1.0.89 \
|
darling_macro-0.20.10 \
|
||||||
cxxbridge-macro-1.0.89 \
|
data-encoding-2.6.0 \
|
||||||
data-encoding-2.3.3 \
|
deranged-0.3.11 \
|
||||||
dbus-0.6.5 \
|
derive_builder-0.20.2 \
|
||||||
diesel-1.4.8 \
|
derive_builder_core-0.20.2 \
|
||||||
diesel_derives-1.4.1 \
|
derive_builder_macro-0.20.2 \
|
||||||
diesel_migrations-1.4.0 \
|
diesel-2.2.6 \
|
||||||
dns-parser-0.8.0 \
|
diesel_derives-2.2.3 \
|
||||||
either-1.8.1 \
|
diesel_migrations-2.2.0 \
|
||||||
encoding_rs-0.8.32 \
|
diesel_table_macro_syntax-0.2.0 \
|
||||||
enum-as-inner-0.3.4 \
|
digest-0.10.7 \
|
||||||
env_logger-0.7.1 \
|
displaydoc-0.2.5 \
|
||||||
error-chain-0.12.4 \
|
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 \
|
event-listener-2.5.3 \
|
||||||
fastrand-1.8.0 \
|
event-listener-5.3.1 \
|
||||||
field-offset-0.3.4 \
|
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 \
|
fnv-1.0.7 \
|
||||||
foreign-types-0.3.2 \
|
foreign-types-0.3.2 \
|
||||||
foreign-types-shared-0.1.1 \
|
foreign-types-shared-0.1.1 \
|
||||||
form_urlencoded-1.1.0 \
|
form_urlencoded-1.2.1 \
|
||||||
fuchsia-zircon-0.3.3 \
|
futures-0.3.31 \
|
||||||
fuchsia-zircon-sys-0.3.3 \
|
futures-channel-0.3.31 \
|
||||||
futures-0.3.26 \
|
futures-core-0.3.31 \
|
||||||
futures-channel-0.3.26 \
|
futures-executor-0.3.31 \
|
||||||
futures-core-0.3.26 \
|
futures-io-0.3.31 \
|
||||||
futures-executor-0.3.26 \
|
futures-lite-1.13.0 \
|
||||||
futures-io-0.3.26 \
|
futures-lite-2.5.0 \
|
||||||
futures-lite-1.12.0 \
|
futures-macro-0.3.31 \
|
||||||
futures-macro-0.3.26 \
|
futures-sink-0.3.31 \
|
||||||
futures-sink-0.3.26 \
|
futures-task-0.3.31 \
|
||||||
futures-task-0.3.26 \
|
futures-util-0.3.31 \
|
||||||
futures-util-0.3.26 \
|
gdk-pixbuf-0.20.7 \
|
||||||
gcc-0.3.55 \
|
gdk-pixbuf-sys-0.20.7 \
|
||||||
gdk-pixbuf-0.15.11 \
|
gdk4-0.9.5 \
|
||||||
gdk-pixbuf-sys-0.15.10 \
|
gdk4-sys-0.9.5 \
|
||||||
gdk4-0.4.8 \
|
gdk4-wayland-0.9.1 \
|
||||||
gdk4-sys-0.4.8 \
|
gdk4-wayland-sys-0.9.0 \
|
||||||
get_if_addrs-0.5.3 \
|
gdk4-x11-0.9.0 \
|
||||||
get_if_addrs-sys-0.1.1 \
|
gdk4-x11-sys-0.9.0 \
|
||||||
getrandom-0.2.8 \
|
generic-array-0.14.7 \
|
||||||
gettext-rs-0.7.0 \
|
getrandom-0.2.15 \
|
||||||
gettext-sys-0.21.3 \
|
gettext-rs-0.7.2 \
|
||||||
gimli-0.27.1 \
|
gettext-sys-0.22.5 \
|
||||||
gio-0.15.12 \
|
gimli-0.31.1 \
|
||||||
gio-sys-0.15.10 \
|
gio-0.20.7 \
|
||||||
glib-0.15.12 \
|
gio-sys-0.20.8 \
|
||||||
glib-macros-0.15.11 \
|
glib-0.20.7 \
|
||||||
glib-sys-0.15.10 \
|
glib-macros-0.20.7 \
|
||||||
gloo-timers-0.2.6 \
|
glib-sys-0.20.7 \
|
||||||
gobject-sys-0.15.10 \
|
gloo-timers-0.3.0 \
|
||||||
graphene-rs-0.15.1 \
|
gobject-sys-0.20.7 \
|
||||||
graphene-sys-0.15.10 \
|
graphene-rs-0.20.7 \
|
||||||
gsk4-0.4.8 \
|
graphene-sys-0.20.7 \
|
||||||
gsk4-sys-0.4.8 \
|
gsk4-0.9.5 \
|
||||||
gstreamer-0.18.8 \
|
gsk4-sys-0.9.5 \
|
||||||
gstreamer-audio-0.18.7 \
|
gstreamer-0.23.4 \
|
||||||
gstreamer-audio-sys-0.18.3 \
|
gstreamer-audio-0.23.4 \
|
||||||
gstreamer-base-0.18.0 \
|
gstreamer-audio-sys-0.23.4 \
|
||||||
gstreamer-base-sys-0.18.0 \
|
gstreamer-base-0.23.4 \
|
||||||
gstreamer-sys-0.18.0 \
|
gstreamer-base-sys-0.23.4 \
|
||||||
gtk-macros-0.3.0 \
|
gstreamer-sys-0.23.4 \
|
||||||
gtk4-0.4.9 \
|
gtk4-0.9.5 \
|
||||||
gtk4-macros-0.4.9 \
|
gtk4-macros-0.9.5 \
|
||||||
gtk4-sys-0.4.8 \
|
gtk4-sys-0.9.5 \
|
||||||
|
h2-0.4.7 \
|
||||||
hashbrown-0.12.3 \
|
hashbrown-0.12.3 \
|
||||||
heck-0.3.3 \
|
hashbrown-0.15.2 \
|
||||||
heck-0.4.1 \
|
heck-0.5.0 \
|
||||||
hermit-abi-0.1.19 \
|
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 \
|
hostname-0.3.1 \
|
||||||
http-0.2.8 \
|
http-1.2.0 \
|
||||||
humantime-1.3.0 \
|
http-body-1.0.1 \
|
||||||
iana-time-zone-0.1.53 \
|
http-body-util-0.1.2 \
|
||||||
iana-time-zone-haiku-0.1.1 \
|
httparse-1.10.0 \
|
||||||
idna-0.2.3 \
|
humantime-2.1.0 \
|
||||||
idna-0.3.0 \
|
hyper-1.6.0 \
|
||||||
indexmap-1.9.2 \
|
hyper-rustls-0.27.5 \
|
||||||
instant-0.1.12 \
|
hyper-tls-0.6.0 \
|
||||||
iovec-0.1.4 \
|
hyper-util-0.1.10 \
|
||||||
ipconfig-0.2.2 \
|
iana-time-zone-0.1.61 \
|
||||||
ipnet-2.7.1 \
|
iana-time-zone-haiku-0.1.2 \
|
||||||
isahc-1.7.2 \
|
icu_collections-1.5.0 \
|
||||||
itoa-1.0.5 \
|
icu_locid-1.5.0 \
|
||||||
js-sys-0.3.61 \
|
icu_locid_transform-1.5.0 \
|
||||||
kernel32-sys-0.2.2 \
|
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 \
|
kv-log-macro-1.0.7 \
|
||||||
lazy_static-1.4.0 \
|
language-tags-0.3.2 \
|
||||||
libadwaita-0.2.0-alpha.3 \
|
lazy_static-1.5.0 \
|
||||||
libadwaita-sys-0.2.0-alpha.3 \
|
libadwaita-0.7.1 \
|
||||||
libc-0.2.139 \
|
libadwaita-sys-0.7.1 \
|
||||||
libdbus-sys-0.2.4 \
|
libc-0.2.169 \
|
||||||
libnghttp2-sys-0.1.7+1.45.0 \
|
libshumate-0.6.0 \
|
||||||
libshumate-0.1.1 \
|
libshumate-sys-0.6.0 \
|
||||||
libshumate-sys-0.1.1 \
|
libsqlite3-sys-0.30.1 \
|
||||||
libsqlite3-sys-0.22.2 \
|
|
||||||
libz-sys-1.1.8 \
|
|
||||||
link-cplusplus-1.0.8 \
|
|
||||||
linked-hash-map-0.5.6 \
|
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 \
|
locale_config-0.3.0 \
|
||||||
lock_api-0.4.9 \
|
lock_api-0.4.12 \
|
||||||
log-0.4.17 \
|
log-0.4.22 \
|
||||||
lru-cache-0.1.2 \
|
lru-cache-0.1.2 \
|
||||||
malloc_buf-0.0.6 \
|
malloc_buf-0.0.6 \
|
||||||
match_cfg-0.1.0 \
|
match_cfg-0.1.0 \
|
||||||
matches-0.1.10 \
|
mdns-sd-0.13.1 \
|
||||||
mdns-0.3.2 \
|
memchr-2.7.4 \
|
||||||
memchr-2.5.0 \
|
memmap2-0.5.10 \
|
||||||
memoffset-0.6.5 \
|
memoffset-0.9.1 \
|
||||||
migrations_internals-1.4.1 \
|
miette-5.10.0 \
|
||||||
migrations_macros-1.4.2 \
|
miette-derive-5.10.0 \
|
||||||
mime-0.3.16 \
|
migrations_internals-2.2.0 \
|
||||||
miniz_oxide-0.6.2 \
|
migrations_macros-2.2.0 \
|
||||||
mio-0.6.23 \
|
mime-0.3.17 \
|
||||||
miow-0.2.2 \
|
miniz_oxide-0.8.3 \
|
||||||
mpris-player-0.6.2 \
|
mio-1.0.3 \
|
||||||
|
mpris-server-0.8.1 \
|
||||||
muldiv-1.0.1 \
|
muldiv-1.0.1 \
|
||||||
net2-0.2.38 \
|
native-tls-0.2.12 \
|
||||||
nom8-0.2.0 \
|
nix-0.29.0 \
|
||||||
num-integer-0.1.45 \
|
num-conv-0.1.0 \
|
||||||
num-rational-0.4.1 \
|
num-integer-0.1.46 \
|
||||||
num-traits-0.2.15 \
|
num-rational-0.4.2 \
|
||||||
|
num-traits-0.2.19 \
|
||||||
objc-0.2.7 \
|
objc-0.2.7 \
|
||||||
objc-foundation-0.1.1 \
|
objc-foundation-0.1.1 \
|
||||||
objc_id-0.1.1 \
|
objc_id-0.1.1 \
|
||||||
object-0.30.3 \
|
object-0.36.7 \
|
||||||
once_cell-1.17.0 \
|
once_cell-1.20.2 \
|
||||||
openssl-0.10.45 \
|
openssl-0.10.68 \
|
||||||
openssl-macros-0.1.0 \
|
openssl-macros-0.1.1 \
|
||||||
openssl-probe-0.1.5 \
|
openssl-probe-0.1.5 \
|
||||||
openssl-sys-0.9.80 \
|
openssl-sys-0.9.104 \
|
||||||
option-operations-0.4.1 \
|
option-operations-0.5.0 \
|
||||||
pango-0.15.10 \
|
ordered-stream-0.2.0 \
|
||||||
pango-sys-0.15.10 \
|
pango-0.20.7 \
|
||||||
parking-2.0.0 \
|
pango-sys-0.20.7 \
|
||||||
parking_lot-0.11.2 \
|
parking-2.2.1 \
|
||||||
parking_lot-0.12.1 \
|
parking_lot-0.12.3 \
|
||||||
parking_lot_core-0.8.6 \
|
parking_lot_core-0.9.10 \
|
||||||
parking_lot_core-0.9.7 \
|
paste-1.0.15 \
|
||||||
paste-1.0.11 \
|
percent-encoding-2.3.1 \
|
||||||
percent-encoding-2.2.0 \
|
pin-project-lite-0.1.12 \
|
||||||
pest-2.5.4 \
|
pin-project-lite-0.2.15 \
|
||||||
pin-project-1.0.12 \
|
|
||||||
pin-project-internal-1.0.12 \
|
|
||||||
pin-project-lite-0.2.9 \
|
|
||||||
pin-utils-0.1.0 \
|
pin-utils-0.1.0 \
|
||||||
pkg-config-0.3.26 \
|
piper-0.2.4 \
|
||||||
polling-2.5.2 \
|
pkg-config-0.3.31 \
|
||||||
ppv-lite86-0.2.17 \
|
polling-2.8.0 \
|
||||||
pretty-hex-0.3.0 \
|
polling-3.7.4 \
|
||||||
pretty_env_logger-0.4.0 \
|
powerfmt-0.2.0 \
|
||||||
proc-macro-crate-1.3.0 \
|
ppv-lite86-0.2.20 \
|
||||||
proc-macro-error-1.0.4 \
|
pretty_env_logger-0.5.0 \
|
||||||
proc-macro-error-attr-1.0.4 \
|
proc-macro-crate-3.2.0 \
|
||||||
proc-macro2-1.0.51 \
|
proc-macro2-1.0.92 \
|
||||||
protobuf-2.20.0 \
|
prost-0.13.4 \
|
||||||
protobuf-codegen-2.20.0 \
|
prost-derive-0.13.4 \
|
||||||
protoc-2.20.0 \
|
|
||||||
protoc-rust-2.20.0 \
|
|
||||||
quick-error-1.2.3 \
|
quick-error-1.2.3 \
|
||||||
quick-xml-0.22.0 \
|
quote-1.0.38 \
|
||||||
quote-1.0.23 \
|
|
||||||
r2d2-0.8.10 \
|
r2d2-0.8.10 \
|
||||||
rand-0.8.5 \
|
rand-0.8.5 \
|
||||||
rand_chacha-0.3.1 \
|
rand_chacha-0.3.1 \
|
||||||
rand_core-0.6.4 \
|
rand_core-0.6.4 \
|
||||||
redox_syscall-0.2.16 \
|
redox_syscall-0.5.8 \
|
||||||
regex-1.7.1 \
|
reflink-copy-0.1.20 \
|
||||||
regex-syntax-0.6.28 \
|
regex-1.11.1 \
|
||||||
remove_dir_all-0.5.3 \
|
regex-automata-0.4.9 \
|
||||||
|
regex-syntax-0.8.5 \
|
||||||
|
reqwest-0.12.12 \
|
||||||
resolv-conf-0.7.0 \
|
resolv-conf-0.7.0 \
|
||||||
rust_cast-0.16.0 \
|
ring-0.17.8 \
|
||||||
rustc-demangle-0.1.21 \
|
rustc-demangle-0.1.24 \
|
||||||
rustc_version-0.3.3 \
|
rustc_version-0.4.1 \
|
||||||
ryu-1.0.12 \
|
rustix-0.37.27 \
|
||||||
sanitize-filename-0.3.0 \
|
rustix-0.38.42 \
|
||||||
schannel-0.1.21 \
|
rustls-0.23.22 \
|
||||||
scheduled-thread-pool-0.2.6 \
|
rustls-pemfile-2.2.0 \
|
||||||
scopeguard-1.1.0 \
|
rustls-pki-types-1.11.0 \
|
||||||
scratch-1.0.3 \
|
rustls-webpki-0.102.8 \
|
||||||
semver-0.11.0 \
|
rustversion-1.0.19 \
|
||||||
semver-parser-0.10.2 \
|
ryu-1.0.18 \
|
||||||
serde-1.0.152 \
|
same-file-1.0.6 \
|
||||||
serde_derive-1.0.152 \
|
sanitize-filename-0.6.0 \
|
||||||
serde_json-1.0.92 \
|
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 \
|
serde_urlencoded-0.7.1 \
|
||||||
slab-0.4.7 \
|
serde_with-3.12.0 \
|
||||||
sluice-0.5.5 \
|
serde_with_macros-3.12.0 \
|
||||||
smallvec-1.10.0 \
|
sha-1-0.10.1 \
|
||||||
socket2-0.3.19 \
|
sha1-0.10.6 \
|
||||||
socket2-0.4.7 \
|
sha2-0.10.8 \
|
||||||
strum-0.20.0 \
|
shlex-1.3.0 \
|
||||||
strum_macros-0.20.1 \
|
signal-hook-registry-1.4.2 \
|
||||||
syn-1.0.107 \
|
slab-0.4.9 \
|
||||||
system-deps-6.0.3 \
|
smallvec-1.13.2 \
|
||||||
temp-dir-0.1.11 \
|
smol-2.0.2 \
|
||||||
tempfile-3.3.0 \
|
smol-timeout-0.6.0 \
|
||||||
termcolor-1.2.0 \
|
socket2-0.4.10 \
|
||||||
thiserror-1.0.38 \
|
socket2-0.5.8 \
|
||||||
thiserror-impl-1.0.38 \
|
spin-0.9.8 \
|
||||||
time-0.1.45 \
|
ssri-9.2.0 \
|
||||||
tinyvec-1.6.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 \
|
tinyvec_macros-0.1.1 \
|
||||||
toml-0.5.11 \
|
tokio-1.43.0 \
|
||||||
toml_datetime-0.5.1 \
|
tokio-native-tls-0.3.1 \
|
||||||
toml_edit-0.18.1 \
|
tokio-rustls-0.26.1 \
|
||||||
tracing-0.1.37 \
|
tokio-util-0.7.13 \
|
||||||
tracing-attributes-0.1.23 \
|
toml-0.8.19 \
|
||||||
tracing-core-0.1.30 \
|
toml_datetime-0.6.8 \
|
||||||
tracing-futures-0.2.5 \
|
toml_edit-0.22.22 \
|
||||||
trust-dns-proto-0.20.4 \
|
tower-0.5.2 \
|
||||||
trust-dns-resolver-0.20.4 \
|
tower-layer-0.3.3 \
|
||||||
ucd-trie-0.1.5 \
|
tower-service-0.3.3 \
|
||||||
unicode-bidi-0.3.10 \
|
tracing-0.1.41 \
|
||||||
unicode-ident-1.0.6 \
|
tracing-attributes-0.1.28 \
|
||||||
unicode-normalization-0.1.22 \
|
tracing-core-0.1.33 \
|
||||||
unicode-segmentation-1.10.1 \
|
trait-variant-0.1.2 \
|
||||||
unicode-width-0.1.10 \
|
try-lock-0.2.5 \
|
||||||
url-2.3.1 \
|
typenum-1.17.0 \
|
||||||
uuid-0.8.2 \
|
uds_windows-1.1.0 \
|
||||||
value-bag-1.0.0-alpha.9 \
|
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 \
|
vcpkg-0.2.15 \
|
||||||
version-compare-0.1.1 \
|
version-compare-0.2.0 \
|
||||||
version_check-0.9.4 \
|
version_check-0.9.5 \
|
||||||
waker-fn-1.1.0 \
|
waker-fn-1.2.0 \
|
||||||
wasi-0.10.0+wasi-snapshot-preview1 \
|
walkdir-2.5.0 \
|
||||||
|
want-0.3.1 \
|
||||||
wasi-0.11.0+wasi-snapshot-preview1 \
|
wasi-0.11.0+wasi-snapshot-preview1 \
|
||||||
wasm-bindgen-0.2.84 \
|
wasm-bindgen-0.2.99 \
|
||||||
wasm-bindgen-backend-0.2.84 \
|
wasm-bindgen-backend-0.2.99 \
|
||||||
wasm-bindgen-futures-0.4.34 \
|
wasm-bindgen-futures-0.4.49 \
|
||||||
wasm-bindgen-macro-0.2.84 \
|
wasm-bindgen-macro-0.2.99 \
|
||||||
wasm-bindgen-macro-support-0.2.84 \
|
wasm-bindgen-macro-support-0.2.99 \
|
||||||
wasm-bindgen-shared-0.2.84 \
|
wasm-bindgen-shared-0.2.99 \
|
||||||
web-sys-0.3.61 \
|
web-sys-0.3.76 \
|
||||||
wepoll-ffi-0.1.2 \
|
widestring-1.1.0 \
|
||||||
which-4.4.0 \
|
|
||||||
widestring-0.4.3 \
|
|
||||||
winapi-0.2.8 \
|
|
||||||
winapi-0.3.9 \
|
winapi-0.3.9 \
|
||||||
winapi-build-0.1.1 \
|
|
||||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
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 \
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||||
windows-sys-0.42.0 \
|
windows-0.58.0 \
|
||||||
windows-sys-0.45.0 \
|
windows-core-0.52.0 \
|
||||||
windows-targets-0.42.1 \
|
windows-core-0.58.0 \
|
||||||
windows_aarch64_gnullvm-0.42.1 \
|
windows-implement-0.58.0 \
|
||||||
windows_aarch64_msvc-0.42.1 \
|
windows-interface-0.58.0 \
|
||||||
windows_i686_gnu-0.42.1 \
|
windows-registry-0.2.0 \
|
||||||
windows_i686_msvc-0.42.1 \
|
windows-result-0.2.0 \
|
||||||
windows_x86_64_gnu-0.42.1 \
|
windows-strings-0.1.0 \
|
||||||
windows_x86_64_gnullvm-0.42.1 \
|
windows-sys-0.48.0 \
|
||||||
windows_x86_64_msvc-0.42.1 \
|
windows-sys-0.52.0 \
|
||||||
winreg-0.6.2 \
|
windows-sys-0.59.0 \
|
||||||
ws2_32-sys-0.2.1
|
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/scalable/apps/de.haeckerfelix.Shortwave.svg
|
||||||
share/icons/hicolor/symbolic/apps/de.haeckerfelix.Shortwave-symbolic.svg
|
share/icons/hicolor/symbolic/apps/de.haeckerfelix.Shortwave-symbolic.svg
|
||||||
share/locale/be/LC_MESSAGES/shortwave.mo
|
share/locale/be/LC_MESSAGES/shortwave.mo
|
||||||
|
share/locale/bg/LC_MESSAGES/shortwave.mo
|
||||||
share/locale/ca/LC_MESSAGES/shortwave.mo
|
share/locale/ca/LC_MESSAGES/shortwave.mo
|
||||||
share/locale/cs/LC_MESSAGES/shortwave.mo
|
share/locale/cs/LC_MESSAGES/shortwave.mo
|
||||||
share/locale/da/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/en_GB/LC_MESSAGES/shortwave.mo
|
||||||
share/locale/es/LC_MESSAGES/shortwave.mo
|
share/locale/es/LC_MESSAGES/shortwave.mo
|
||||||
share/locale/eu/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/fi/LC_MESSAGES/shortwave.mo
|
||||||
share/locale/fr/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/gl/LC_MESSAGES/shortwave.mo
|
||||||
share/locale/he/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/hr/LC_MESSAGES/shortwave.mo
|
||||||
share/locale/hu/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/id/LC_MESSAGES/shortwave.mo
|
||||||
|
share/locale/is/LC_MESSAGES/shortwave.mo
|
||||||
share/locale/it/LC_MESSAGES/shortwave.mo
|
share/locale/it/LC_MESSAGES/shortwave.mo
|
||||||
share/locale/ka/LC_MESSAGES/shortwave.mo
|
share/locale/ka/LC_MESSAGES/shortwave.mo
|
||||||
share/locale/nl/LC_MESSAGES/shortwave.mo
|
share/locale/nl/LC_MESSAGES/shortwave.mo
|
||||||
|
|
Loading…
Add table
Reference in a new issue