Projects
spot
Spotify-client
spotify-wrapper
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File spotify-wrapper of Package Spotify-client
#!/bin/sh # Wrapper script for Spotify. # The spotify binary has a RUNPATH of its origin folder. It requires a few # librares compiled with minimum options (no external dependencies). # The FFMpeg library is loaded ONLY on the system path libraries, ignoring the # RUNPATH. # So remove the RUNPATH from the binary, put all the libraries in its private # folder and make sure that only the spotify binary can access them. export LD_LIBRARY_PATH="INSTALL_DIR${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" exec INSTALL_DIR/spotify "$@"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.