@Lenovsky There you go. Please upvote this topic if you wish to have spotify in the official ArchLinux [community] repository.
https://community.spotify.com/t5/Desktop-Linux-Windows-Web-Player/Redistribute-Spotify-on-Linux-Distributions/m-p/1695334#M188735
Search Criteria
Package Details: spotify 1.0.80.480-1
| Git Clone URL: | https://aur.archlinux.org/spotify.git (read-only) |
|---|---|
| Package Base: | spotify |
| Description: | A proprietary music streaming service |
| Upstream URL: | http://www.spotify.com |
| Licenses: | |
| Submitter: | gadget3000 |
| Maintainer: | AWhetter |
| Last Packager: | AWhetter |
| Votes: | 1505 |
| Popularity: | 55.031157 |
| First Submitted: | 2010-07-12 12:17 |
| Last Updated: | 2018-06-01 06:02 |
Dependencies (17)
- desktop-file-utils (desktop-file-utils-git)
- gconf (gconf-gtk2)
- glib2 (glib2-sched-policy, glib2-quiet, glib2-patched-thumbnailer, glib2-git)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-patched-filechooser-icon-view, gtk2-ubuntu)
- libcurl-compat (i686)
- libcurl-gnutls (x86_64)
- libsystemd (eudev-git, libsystemd-eudev-standalone, libeudev-systemd, libsystemd-selinux, libsystemd-git)
- libx11 (libx11-nokeyboardgrab)
- libxss
- libxtst
- nss (nss-hg)
- openssl-1.0 (openssl-1.0-chacha20)
- rtmpdump (rtmpdump-ksv-git, rtmpdump-git)
- alsa-lib>=1.0.14 (alsa-lib-x205ta)
- ffmpeg-compat-54 (optional) – Adds support for playback of local files
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id) (optional) – Desktop notifications
- zenity (qarma-git, zenity-gtk2) (optional) – Adds support for importing local files
Required by (7)
- blockify
- blockify-git
- musixmatch-bin (optional)
- spoticord
- spotify-adkiller-dns-block-git
- spotify-adkiller-git
- spotrec (optional)
Sources (5)
Pinned Comments
NicoHood commented on 2017-05-28 14:45
Latest Comments
Tarnas commented on 2018-06-22 10:43
carmilso commented on 2018-06-18 19:33
Is someone else having problems when adding a source to listen local music? I press the button but it has no effects.
fsutil commented on 2018-06-05 11:34
EDIT
After the last upgrading, i can open spotify, it works very well. But I have same output on command line.
<hr>@alexx
Thank you for your answer.
I've tried your solution. libcurl.so.3 issue has gone but problem is not solved.
$ spotify
/usr/share/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /usr/share/spotify/spotify)
/usr/share/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /usr/share/spotify/spotify)
/proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe)
I have this in /usr/lib
$ ls -l libcurl*
libcurl-gnutls.so.3 -> libcurl-gnutls.so.4.5.0
libcurl-gnutls.so.4 -> libcurl-gnutls.so.4.5.0
libcurl-gnutls.so.4.0.0 -> libcurl-gnutls.so.4.5.0
libcurl-gnutls.so.4.1.0 -> libcurl-gnutls.so.4.5.0
libcurl-gnutls.so.4.2.0 -> libcurl-gnutls.so.4.5.0
libcurl-gnutls.so.4.3.0 -> libcurl-gnutls.so.4.5.0
libcurl-gnutls.so.4.4.0 -> libcurl-gnutls.so.4.5.0
libcurl-gnutls.so.4.5.0
libcurl.so -> libcurl.so.4.5.0
libcurl.so.3 -> libcurl.so.4.5.0
libcurl.so.4 -> libcurl.so.4.5.0
libcurl.so.4.5.0
alexx commented on 2018-06-05 05:22
@fsutil For "ERROR: ld.so: object 'libcurl.so.3' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored."
$ cd /usr/lib
$ ls -l libcur*
You have something like:
libcurl.so -> libcurl.so.4.5.0
libcurl.so.4 -> libcurl.so.4.5.0
libcurl.so.4.5.0
Then, create a symlink for libcurl.so.4.5.0 named libcurl.so.3:
ln -s libcurl.so.4.5.0 libcurl.so.3
or
ln -s /usr/lib/libcurl.so.4.5.0 /usr/lib/libcurl.so.3
About "libcurl-gnutls.so.4" error, I have no idea.
fsutil commented on 2018-06-01 19:30
It shows a blank window. What should i do ?
ERROR: ld.so: object 'libcurl.so.3' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
/usr/share/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /usr/share/spotify/spotify)
ERROR: ld.so: object 'libcurl.so.3' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
/usr/share/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /usr/share/spotify/spotify)
ERROR: ld.so: object 'libcurl.so.3' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
/proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe)
bulletmark commented on 2018-06-01 11:41
@emvigo, the AUR is used by other Arch based distros, e.g. ArchLinux32 at https://archlinux32.org/.
emvigo commented on 2018-06-01 11:31
Hi! First, thanks for packaging this! :) Just a question: Do we really need all that code for i686, considering that Arch doesn't support 32 bits architectures any longer? Cheers!
anavarre commented on 2018-06-01 07:24
While trying to update to the build for the very latest version, I'm getting the below FYI
==> Finished making: spotify 1.0.80.480-1 (Fri 01 Jun 2018 09:15:27 AM CEST)
==> Installing package spotify with pacman -U...
[sudo] password for anavarre:
==> WARNING: Failed to install built package(s).
==> ERROR: An unknown error has occurred. Exiting...
Glamhoth commented on 2018-05-31 21:42
newest version as for 31.05.18
pkgver=1.0.80.480
_anotherpkgver=.g51b03ac3
_amd64_pkgrel=13
sha256sums_x86_64=('e32f4816ae79dbfa0c14086e76df3bc83d526402aac1dbba534127fc00fe50ea')
ludat commented on 2018-05-29 16:52
The upx option was removed from makepkg and it's causing this package to fail building. I think removing upx from options should fix the issue
@fsutil I have the same problem. I've just installed the latest version from AUR for first time (not an upgrade) and after I start the application I get the following errors in the console:
/usr/share/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /usr/share/spotify/spotify) /usr/share/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /usr/share/spotify/spotify) /proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe) [0622/123903.951302:ERROR:gpu_process_transport_factory.cc(1029)] Lost UI shared context. [0622/123904.003641:ERROR:service_manager_context.cc(252)] Attempting to run unsupported native service: /usr/share/spotify/content_renderer.service [0622/123909.589536:ERROR:web_plugin_impl.cc(38)] Widevine registration is not supported after context initializationThe application starts despite the errors - a window appears on screen but the windows is empty (dark blank) and now controls or login buttons are available. I've already allied the fix for libcurl.so.3 -> libcurl.so.4.5.0 but it seems I am facing another issue (just like you did) with libcurl-gnutls.so.4
Anyone faced this? Pleace, advice! Thanks!