Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:txutxifel
spotify-client
spotify-wrapper
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
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor