traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso deploy-osx.sh


From: Nicola Doebelin
Subject: [Traverso-commit] traverso deploy-osx.sh
Date: Wed, 05 Dec 2007 16:04:33 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Nicola Doebelin <n_doebelin>    07/12/05 16:04:33

Modified files:
        .              : deploy-osx.sh 

Log message:
        Only for OS X maintainers: Added support for liblo to deploy-osx.sh 
script. liblo.0.dylib must be installed in /usr/local/lib (available at 
http://liblo.sourceforge.net/)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/deploy-osx.sh?cvsroot=traverso&r1=1.9&r2=1.10

Patches:
Index: deploy-osx.sh
===================================================================
RCS file: /sources/traverso/traverso/deploy-osx.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- deploy-osx.sh       4 Dec 2007 22:32:29 -0000       1.9
+++ deploy-osx.sh       5 Dec 2007 16:04:33 -0000       1.10
@@ -36,6 +36,7 @@
 cp /usr/local/lib/libst.0.dylib traverso.app/Contents/Frameworks
 cp /usr/local/lib/libwavpack.1.dylib traverso.app/Contents/Frameworks
 cp /usr/local/lib/libmp3lame.0.dylib traverso.app/Contents/Frameworks
+cp /usr/local/lib/liblo.0.dylib traverso.app/Contents/Frameworks
 cp $QT_PATH/lib/QtXml.framework/Versions/4/QtXml 
traverso.app/Contents/Frameworks/QtXml.framework/Versions/4/
 cp $QT_PATH/lib/QtOpenGL.framework/Versions/4/QtOpenGL 
traverso.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/
 cp $QT_PATH/lib/QtGui.framework/Versions/4/QtGui 
traverso.app/Contents/Frameworks/QtGui.framework/Versions/4/
@@ -57,6 +58,7 @@
 install_name_tool -id @executable_path/../Frameworks/libFLAC++.6.dylib 
traverso.app/Contents/Frameworks/libFLAC++.6.dylib
 install_name_tool -id @executable_path/../Frameworks/libFLAC.8.dylib 
traverso.app/Contents/Frameworks/libFLAC.8.dylib
 install_name_tool -id @executable_path/../Frameworks/libmp3lame.0.dylib 
traverso.app/Contents/Frameworks/libmp3lame.0.dylib
+install_name_tool -id @executable_path/../Frameworks/liblo.0.dylib 
traverso.app/Contents/Frameworks/liblo.0.dylib
 install_name_tool -id 
@executable_path/../Frameworks/QtXml.framework/Versions/4/QtXml 
traverso.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
 install_name_tool -id 
@executable_path/../Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL 
traverso.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
 install_name_tool -id 
@executable_path/../Frameworks/QtGui.framework/Versions/4/QtGui 
traverso.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui




reply via email to

[Prev in Thread] Current Thread [Next in Thread]