Skip to content

Commit

Permalink
No more libspotify in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
lfranchi authored and muesli committed Jun 30, 2012
1 parent e53e51a commit f85bcc1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions admin/mac/macdeploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@

LIBRARY_SEARCH_PATH=['/usr/local/lib', '/usr/local/Cellar/gettext/0.18.1.1/lib', '.']

LIBSPOTIFY_VERSION = commands.getoutput("brew ls -version libspotify | tr -s \" \" \"\\\\012\" | tail -n 1").strip()
LIBSPOTIFY_PATH = "/usr/local/lib/libspotify.%s.dylib" % LIBSPOTIFY_VERSION

VLC_PLUGINS=[
'libaccess_attachment_plugin.dylib',
#'libaccess_avio_plugin.dylib',
Expand Down Expand Up @@ -512,11 +509,6 @@ def FindVLCPlugin(name):
except:
print 'Failed to find tomahawk_crash_reporter'

try:
FixPlugin(LIBSPOTIFY_PATH, "../Frameworks")
except:
print "Failed to copy libspotify from os: %s" % LIBSPOTIFY_PATH

for plugin in QT_PLUGINS:
FixPlugin(FindQtPlugin(plugin), os.path.dirname(plugin))

Expand Down

0 comments on commit f85bcc1

Please sign in to comment.