Package Details: librespot 0.6.0-3

Git Clone URL: https://aur.archlinux.org/librespot.git (read-only, click to copy)
Package Base: librespot
Description: Open source client library for Spotify
Upstream URL: https://github.com/librespot-org/librespot
Keywords: music spotify
Licenses: MIT
Submitter: flipflop97
Maintainer: txtsd
Last Packager: txtsd
Votes: 12
Popularity: 2.20
First Submitted: 2021-02-20 13:59 (UTC)
Last Updated: 2024-12-14 16:26 (UTC)

Dependencies (18)

Required by (6)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

blackhole commented on 2025-08-11 16:40 (UTC)

In addition, also the default version cannot compile:


   Compiling cmake v0.1.51
error: linking with `cc` failed: exit status: 1
  |
  = note:  "cc" "-Wl,--version-script=/tmp/rustcSomvKf/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcSomvKf/symbols.o" "<8 object files omitted>" "/tmp/rustcSomvKf/rmeta.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcSomvKf/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/media/linux/Downloads/Temp/librespot/src/librespot/target/release/deps/libpaste-4771a0996dce2967.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-Wl,--strip-debug" "-nodefaultlibs"
  = note: some arguments are omitted. use `--verbose` to show all linker arguments
  = note: /usr/bin/ld: /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-68e7be1c71cd87ea.rlib: error adding symbols: file format not recognized
          collect2: error: ld returned 1 exit status


error: could not compile `paste` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
==> ERROR: A failure occurred in build().
    Aborting...

blackhole commented on 2025-08-09 08:40 (UTC)

Not working anymore: https://github.com/librespot-org/librespot/issues/1527

txtsd commented on 2024-12-15 15:14 (UTC)

Awesome!

mps commented on 2024-12-15 15:04 (UTC)

@txtsd: Thanks, works for me as far as I see.

txtsd commented on 2024-12-14 16:26 (UTC)

@tskaar I pushed a fix!

tskaar commented on 2024-12-14 15:05 (UTC)

@txtsd Could you replace makedepend 'jack2' with 'jack', such that it doesn't conflict with pipewire-jack

Both of those packages provide 'jack'

txtsd commented on 2024-12-14 04:50 (UTC)

@mps I just pushed a change to build all features. Try it out now.

mps commented on 2024-12-13 18:19 (UTC) (edited on 2024-12-13 18:21 (UTC) by mps)

Is it just me or is there a bug that there are no features compiled inside? Before compiling I get:

...
==> Starting build()...
Building librespot-0.6.0 with the following features: 
   Compiling proc-macro2 v1.0.89
...

Should be there some information after the colon? And I am missing the pulseaudio backend even having libpulse installed. Compiling librespot on my own with pulseaudio works.

FirstAirBender commented on 2024-12-12 12:13 (UTC)

@txtsd if that's not going to cause any problems for users without some of the backend dependencies, I don't see why not.