mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gst-plugins-rs: Enable spotify plugin.
* gnu/packages/gstreamer.scm (gst-plugins-rs)[arguments]: Adjust configure-flags to enable the spotify plugin. Add libgstspotify.so to the audio output. * gnu/packages/rust-crates.scm (lookup-cargo-inputs): Adjust gst-plugin-rs inputs. Change-Id: I956fa227acefdb2b1899fd5b973c0b29d95217dc
This commit is contained in:
@@ -1002,10 +1002,6 @@ par compared to the rest.")
|
||||
"-Dquinn=disabled" ;test fails
|
||||
"-Dskia=disabled" ;attempts to download binaries
|
||||
"-Dsodium-source=system"
|
||||
;; The 'spotify' option causes the build error: "the trait
|
||||
;; bound `vergen::feature::build::Build:
|
||||
;; vergen_lib::entries::Add` is not satisfied"
|
||||
"-Dspotify=disabled"
|
||||
"-Dtests=enabled"
|
||||
"-Dtracers=disabled" ;test fails
|
||||
"-Dthreadshare=disabled" ;test fails
|
||||
@@ -1061,7 +1057,8 @@ par compared to the rest.")
|
||||
"libgstlewton.so"
|
||||
"libgstrsaudiofx.so"
|
||||
"libgstrsaudioparsers.so"
|
||||
"libgstspeechmatics.so"))
|
||||
"libgstspeechmatics.so"
|
||||
"libgstspotify.so"))
|
||||
(,#$output:net
|
||||
. ("libgstdeepgram.so"
|
||||
"libgsthlsmultivariantsink.so"
|
||||
|
||||
@@ -52704,7 +52704,7 @@
|
||||
rust-valuable-0.1.1
|
||||
rust-variadics-please-1.1.0
|
||||
rust-vcpkg-0.2.15
|
||||
rust-vergen-9.1.0
|
||||
rust-vergen-9.0.6
|
||||
rust-vergen-gitcl-1.0.8
|
||||
rust-vergen-lib-0.1.6
|
||||
rust-vergen-lib-9.1.0
|
||||
|
||||
Reference in New Issue
Block a user