For whatever reason, the download would tend to get suddenly interrupted when initiated from makepkg. I worked around it by downloading the file with wget (which resumed after the interruption) and then renaming the downloaded file to what the PKGBUILD expected it to be (spotify-1.2.45.454-gc16ec9f6-x86_64.deb
)
Search Criteria
Package Details: spotify 1:1.2.50.335-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/spotify.git (read-only, click to copy) |
---|---|
Package Base: | spotify |
Description: | A proprietary music streaming service |
Upstream URL: | https://www.spotify.com |
Licenses: | custom |
Submitter: | Foxboron |
Maintainer: | gromit (Antiz) |
Last Packager: | gromit |
Votes: | 180 |
Popularity: | 10.90 |
First Submitted: | 2023-02-09 22:51 (UTC) |
Last Updated: | 2024-11-18 16:21 (UTC) |
Dependencies (13)
- alsa-lib
- at-spi2-atk (at-spi2-core-gitAUR, at-spi2-core)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libayatana-appindicator
- libcurl-gnutls (libcurl3-gnutlsAUR, libcurl-http3-ngtcp2-gnutlsAUR, libcurl-gnutls-gitAUR)
- libsm
- libxss
- nss (nss-hgAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- ffmpeg4.4 (optional) – Adds support for playback of local files
- libnotify (libnotify-gitAUR) (optional) – Desktop notifications
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR) (optional) – Adds support for importing local files
Required by (19)
- blockify-git
- i3blocks-contrib (optional)
- i3blocks-contrib-git (optional)
- mustream-git
- polybar-spotify
- polybar-spotify-module
- sp
- spotify-adblock
- spotify-adblock-git
- spotify-adkiller-dns-block-git
- spotify-adkiller-git
- spotify-control
- spotify-fixer
- spotify-remove-ad-banner
- spotify-tray-git
- spotifywm-git (optional)
- spotrec (optional)
- spotrec-git (optional)
- spotx-linux
Sources (7)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 16 Next › Last »
airbreather commented on 2024-09-19 10:51 (UTC)
gromit commented on 2024-09-19 07:32 (UTC)
@auberonlogic works without issue for Antiz and me, which error do you get above?
auberonlogic commented on 2024-09-19 02:24 (UTC)
Getting the following error when installing:
"==> ERROR: Failure while downloading http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.45.454.gc16ec9f6_amd64.deb"
Any idea how to resolve?
rob-tech commented on 2024-08-20 18:46 (UTC)
For some reason, the desktop track notifications are not functioning properly. After launching the client, the track notification popup will display for two songs and then each track change after that no longer has any notifications. I'm using KDE Plasma with the latest updates and all Spotify dependencies are fulfilled.
gromit commented on 2024-08-17 17:21 (UTC)
@Baturax thanks, but that'll need fixing by the upstream spotify devlopers :)
Baturax commented on 2024-08-17 16:39 (UTC)
[0817/163855.025507:WARNING:main_runner.cc(261)] Alloy bootstrap is deprecated and will be removed in ~M127. See https://github.com/chromiumembedded/cef/issues/3685
TayntedMemories commented on 2024-08-10 08:14 (UTC) (edited on 2024-08-10 08:21 (UTC) by TayntedMemories)
If you get this error:
error: could not extract /opt/spotify/libcef.so (Truncated zstd input)
error: problem occurred while installing spotify
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
It may be because you may have skipped the compression of the package. The step in the makepkg process where it compresses the package, can take a very long time for large packages such as Spotify.
This fix is mainly for the reasons of "chroots take too much disk space." I am personally on a 32GB storage chromebook, and so this is the method I used. This method does eat SOME disk space, but it's a ten-fold decrease (300~MB vs 3~GB) from the space taken up by a chroot. (note, PLEASE use makepkg here, not yay!)
This can be resolved by modifying makepkg.conf, specifically the PKGEXT variable.
Set it to PKGEXT=".pkg.tar" This essentially sets the compression to NONE. Then, run the makepkg as per usual. It should install fine, the only caveat being a large package size.
I do recommend setting it back to the default (.pkg.tar.zst) afterwards, and then, if you use yay normally, then exclude the spotify package from being updated, and every time you need to update the package, do the manual makepkg with the zero compression setting, and set it back when you are done.
Pierrre commented on 2024-07-28 06:07 (UTC)
I just noticed that the latest version of Spotify doesn't require the option to run on HiDPI screen anymore (--force-device-scale-factor=X). It seems to display correctly with any pixel density/display scale, at least on Gnome. Do we need to update the wiki page ? https://wiki.archlinux.org/title/Spotify#HiDPI_Mode
Antiz commented on 2024-07-22 14:14 (UTC)
@heigre Should be fixed :)
heigre commented on 2024-07-22 12:34 (UTC)
Getting a checksum mismatch:
==> Starting prepare()... spotify-1.2.40.599-1-x86_64-Packages: OK spotify-1.2.40.599-g606b7f29-x86_64.deb: FAILED sha512sum: WARNING: 1 computed checksum did NOT match ==> ERROR: A failure occurred in prepare(). Aborting...
Pinned Comments
gromit commented on 2024-01-24 14:22 (UTC) (edited on 2024-02-22 23:00 (UTC) by gromit)
Please make sure to import the correct GPG key first:
And always build in a clean chroot. It is as easy as:
It is expected that the package will break now and then, as spotify continuously changes download binaries, gpg keys etc (which is not appropriate, but we cannot change this). Please be patient if an update does not occur the next day, you can still use an existing spotify install or update the version yourself.
Antiz commented on 2023-09-13 13:21 (UTC)
@lightofpast Just pushed
v1:1.2.20.1210-2
that now allows you to set custom launch flags in aspotify-flags.conf
file under$XDG_CONFIG_HOME
or~/.config
:)