diff --git a/audio/shortwave/files/patch-gstreamer-audio_src_audio__format.rs b/audio/shortwave/files/patch-gstreamer similarity index 87% rename from audio/shortwave/files/patch-gstreamer-audio_src_audio__format.rs rename to audio/shortwave/files/patch-gstreamer index ac6c87bae522..91fec5bfeed9 100644 --- a/audio/shortwave/files/patch-gstreamer-audio_src_audio__format.rs +++ b/audio/shortwave/files/patch-gstreamer @@ -1,131 +1,130 @@ -From e1466728515296b9c8b84a38ab8aa58766c6f9c4 Mon Sep 17 00:00:00 2001 -From: Fabio Valentini -Date: Wed, 4 Aug 2021 13:30:53 +0200 -Subject: [PATCH] gstreamer-audio: fix audio_format code for big-endian targets +https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/commit/e14667285152 ---- - gstreamer-audio/src/audio_format.rs | 88 ++++++++++++++--------------- - 1 file changed, 44 insertions(+), 44 deletions(-) +error[E0433]: failed to resolve: could not find `AudioFormat` in the list of imported crates + --> src/audio_format.rs:62:15 + | +62 | ::AudioFormat::F64be, + | ^^^^^^^^^^^ could not find `AudioFormat` in the list of imported crates +error[E0433]: failed to resolve: could not find `AudioFormat` in the list of imported crates + --> src/audio_format.rs:63:15 + | +63 | ::AudioFormat::F64le, + | ^^^^^^^^^^^ could not find `AudioFormat` in the list of imported crates -diff --git a/gstreamer-audio/src/audio_format.rs b/gstreamer-audio/src/audio_format.rs -index 99c891f5b..5212814f4 100644 ---- ../gstreamer-rs-f00c57cd6f2a0912e04c10887cedbe95be7d5dea/gstreamer-audio/src/audio_format.rs +--- ../gstreamer-rs-f00c57cd6f2a0912e04c10887cedbe95be7d5dea/gstreamer-audio/src/audio_format.rs.orig 2021-04-23 12:28:54 UTC +++ ../gstreamer-rs-f00c57cd6f2a0912e04c10887cedbe95be7d5dea/gstreamer-audio/src/audio_format.rs -@@ -59,36 +59,36 @@ pub static AUDIO_FORMATS_ALL: Lazy> = Lazy::new(|| { +@@ -59,36 +59,36 @@ pub static AUDIO_FORMATS_ALL: Lazy