mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
* Fixed macdeploy scripts for VLC2 and Qt 4.8.2.
This commit is contained in:
@@ -206,7 +206,7 @@ TOMAHAWK_PLUGINS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
QT_PLUGINS_SEARCH_PATH=[
|
QT_PLUGINS_SEARCH_PATH=[
|
||||||
'/usr/local/Cellar/qt/4.7.4/plugins',
|
'/usr/local/Cellar/qt/4.8.2/plugins',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
@@ -249,7 +249,7 @@ frameworks_dir = os.path.join(bundle_dir, 'Contents', 'Frameworks')
|
|||||||
commands.append(['mkdir', '-p', frameworks_dir])
|
commands.append(['mkdir', '-p', frameworks_dir])
|
||||||
resources_dir = os.path.join(bundle_dir, 'Contents', 'Resources')
|
resources_dir = os.path.join(bundle_dir, 'Contents', 'Resources')
|
||||||
commands.append(['mkdir', '-p', resources_dir])
|
commands.append(['mkdir', '-p', resources_dir])
|
||||||
plugins_dir = os.path.join(bundle_dir, 'Contents', 'PlugIns')
|
plugins_dir = os.path.join(bundle_dir, 'Contents', 'qt-plugins')
|
||||||
binary = os.path.join(bundle_dir, 'Contents', 'MacOS', bundle_name)
|
binary = os.path.join(bundle_dir, 'Contents', 'MacOS', bundle_name)
|
||||||
|
|
||||||
fixed_libraries = []
|
fixed_libraries = []
|
||||||
@@ -489,7 +489,7 @@ def FindVLCPlugin(name):
|
|||||||
FixBinary(binary)
|
FixBinary(binary)
|
||||||
|
|
||||||
for plugin in VLC_PLUGINS:
|
for plugin in VLC_PLUGINS:
|
||||||
FixVLCPlugin(FindVLCPlugin(plugin), '../Frameworks/vlc/plugins')
|
FixVLCPlugin(FindVLCPlugin(plugin), '../plugins')
|
||||||
|
|
||||||
for plugin in TOMAHAWK_PLUGINS:
|
for plugin in TOMAHAWK_PLUGINS:
|
||||||
FixPlugin(plugin, '../MacOS')
|
FixPlugin(plugin, '../MacOS')
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
[Paths]
|
[Paths]
|
||||||
Plugins = PlugIns
|
Plugins = qt-plugins
|
||||||
|
Reference in New Issue
Block a user