Search Criteria
Package Details: librespot 0.5.0-3
Package Actions
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: | FirstAirBender |
Last Packager: | FirstAirBender |
Votes: | 7 |
Popularity: | 2.26 |
First Submitted: | 2021-02-20 13:59 (UTC) |
Last Updated: | 2024-10-25 03:58 (UTC) |
Dependencies (8)
- alsa-lib
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- gst-plugins-base (gst-plugins-base-gitAUR) (optional) – Audio playback using GStreamer
- gst-plugins-good (gst-plugins-good-gitAUR) (optional) – Audio playback using GStreamer
- jack2 (jack2-gitAUR, pipewire-jack-gitAUR) (optional) – Audio playback using JACK
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – Audio playback using PulseAudio
- portaudio (optional) – Audio playback using PortAudio
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR) (optional) – Audio playback using SDL2
Required by (6)
- gm-companion (optional)
- raspotify-git
- spotify-qt (optional)
- spotify-qt-git (optional)
- tauon-music-box (optional)
- tauon-music-box-git (optional)
Latest Comments
1 2 Next › Last »
cadilhac commented on 2024-11-19 21:04 (UTC) (edited on 2024-11-19 21:05 (UTC) by cadilhac)
declare -A PKG_FEATURE_MAP
is missing in order for it to be treated as an associative array.Donatzsky commented on 2024-11-04 10:05 (UTC)
I fixed the build error by adding
export CFLAGS="$CFLAGS -ffat-lto-objects"
tobuild()
. Seems like the PKGBUILD needs to be fixed.Donatzsky commented on 2024-11-04 09:51 (UTC)
It fails to build for me.
xAsh commented on 2024-10-25 13:26 (UTC)
had to manually add options=('!lto') in the PKGBUILD otherwise it wouldn't build:
ToastedWookiee commented on 2024-10-24 07:27 (UTC)
HurricanePootis commented on 2024-10-15 21:05 (UTC) (edited on 2024-10-16 13:43 (UTC) by HurricanePootis)
Hey, not only is your package out of date, you are also not following the Rust Packaging Guidlines.
Please select a rust toolchain during prepare, so those using
rustup
can doprepare()
Also, the PGP key seems like it changed for the new commit. Using pgp keys seems like a hassle, especially for AUR packages.
Furthermore, to build with LTO (which is default),
-ffat-lto-objects
should be added to cflags.Overall, my proposed changes look like:
typedrat commented on 2024-10-10 20:14 (UTC)
This fails to build currently using either
makepkg
manually orrua
. I get the following error:Also, I should note that this will not build if you are using
rustup
throughpacman
in an isolated build environment, because there is no specific toolchain requested.johnhamelink commented on 2023-01-23 02:52 (UTC)
For me, the
gpg --recv-keys EC57B7376EAFF1A0BB56BB0187F5FDE8A56219F4
command for Roderick van Domburg's key was not working - gpg would returngpg: keyserver receive failed: No data
.I was able to get past this manually with
curl https://github.com/roderickvd.gpg | gpg --import
.flipflop97 commented on 2022-05-08 13:10 (UTC)
Do you mean disabling the other features too? Those only add extra optional audio backends which can be nice to have depending on your platform. AFAIK they don't break anything, but let me know if they do!
whynothugo commented on 2022-05-04 22:04 (UTC)
Thanks for the fix! I tried patching this upstream... but am blocked due to builds failing on some older Rust versions they still support. So this is a saver!
BTW: does anything break if you diverge from the upstream default features like
librespot-git
does? It might be a "more arch" approach, if feasible.1 2 Next › Last »