changed return values in AudioClip and Playlist from Ptr<std::string>::Ref
and Ptr<Glib::ustring>::Ref to Ptr<const ... >::Ref finished adding audio clip methods to WebStorageClient modified helix install script to copy the splay executable to $LS/usr/bin (HELIX_LIBS needs to be set to "$LS/usr/lib/helix/" for this to work)
This commit is contained in:
parent
11f46d11ba
commit
562705b031
10 changed files with 388 additions and 101 deletions
|
@ -21,8 +21,8 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
#
|
||||
# Author : $Author: maroy $
|
||||
# Version : $Revision: 1.2 $
|
||||
# Author : $Author: fgerlits $
|
||||
# Version : $Revision: 1.3 $
|
||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/helix/hxclient_1_3_0_neptunex-2004-12-15/bin/Attic/install.sh,v $
|
||||
#-------------------------------------------------------------------------------
|
||||
#-------------------------------------------------------------------------------
|
||||
|
@ -78,6 +78,10 @@ mkdir -p $helix_lib_dir
|
|||
cp ./release/*.a $helix_lib_dir
|
||||
cp ./release/*.so $helix_lib_dir
|
||||
|
||||
usr_bin_dir=$installdir/bin
|
||||
mkdir -p $usr_bin_dir
|
||||
cp ./release/splay $usr_bin_dir
|
||||
|
||||
# clean up
|
||||
cd $basedir
|
||||
rm -rf tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue