SLVoice update Windows and Mac
This commit is contained in:
@@ -2458,11 +2458,11 @@
|
|||||||
<key>archive</key>
|
<key>archive</key>
|
||||||
<map>
|
<map>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<string>68a8fab5ad3a180487598d3a3e0d57b1</string>
|
<string>b1b0134bc55f55a7c1a04ee78d70c64d</string>
|
||||||
<key>hash_algorithm</key>
|
<key>hash_algorithm</key>
|
||||||
<string>md5</string>
|
<string>md5</string>
|
||||||
<key>url</key>
|
<key>url</key>
|
||||||
<string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/slvoice_3p-update-slvoice/rev/298329/arch/Darwin/installer/slvoice-4.6.0017.21209.298329-darwin-298329.tar.bz2</string>
|
<string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/12438/73598/slvoice-4.9.0002.27586.511884-darwin64-511884.tar.bz2</string>
|
||||||
</map>
|
</map>
|
||||||
<key>name</key>
|
<key>name</key>
|
||||||
<string>darwin</string>
|
<string>darwin</string>
|
||||||
@@ -2498,18 +2498,32 @@
|
|||||||
<key>archive</key>
|
<key>archive</key>
|
||||||
<map>
|
<map>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<string>5a78539626b5f23522d0b466247f48b4</string>
|
<string>ec50c31efce74bdedee470b5388aeeec</string>
|
||||||
<key>hash_algorithm</key>
|
<key>hash_algorithm</key>
|
||||||
<string>md5</string>
|
<string>md5</string>
|
||||||
<key>url</key>
|
<key>url</key>
|
||||||
<string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/21422/157291/slvoice-4.9.0002.30313.517593-windows-517593.tar.bz2</string>
|
<string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/12434/73576/slvoice-4.9.0002.27586.511884-windows-511884.tar.bz2</string>
|
||||||
</map>
|
</map>
|
||||||
<key>name</key>
|
<key>name</key>
|
||||||
<string>windows</string>
|
<string>windows</string>
|
||||||
</map>
|
</map>
|
||||||
|
<key>windows64</key>
|
||||||
|
<map>
|
||||||
|
<key>archive</key>
|
||||||
|
<map>
|
||||||
|
<key>hash</key>
|
||||||
|
<string>4bf45d641bf5b2bd6b2cc39edcb01a6e</string>
|
||||||
|
<key>hash_algorithm</key>
|
||||||
|
<string>md5</string>
|
||||||
|
<key>url</key>
|
||||||
|
<string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/12433/73570/slvoice-4.9.0002.27586.511884-windows64-511884.tar.bz2</string>
|
||||||
|
</map>
|
||||||
|
<key>name</key>
|
||||||
|
<string>windows64</string>
|
||||||
|
</map>
|
||||||
</map>
|
</map>
|
||||||
<key>version</key>
|
<key>version</key>
|
||||||
<string>4.6.0017.22050</string>
|
<string>4.9.0002.27586.511884</string>
|
||||||
</map>
|
</map>
|
||||||
<key>tut</key>
|
<key>tut</key>
|
||||||
<map>
|
<map>
|
||||||
|
|||||||
@@ -22,10 +22,19 @@ if(WINDOWS)
|
|||||||
set(vivox_src_dir "${ARCH_PREBUILT_DIRS_RELEASE}")
|
set(vivox_src_dir "${ARCH_PREBUILT_DIRS_RELEASE}")
|
||||||
set(vivox_files
|
set(vivox_files
|
||||||
SLVoice.exe
|
SLVoice.exe
|
||||||
vivoxsdk.dll
|
|
||||||
ortp.dll
|
|
||||||
vivoxplatform.dll
|
vivoxplatform.dll
|
||||||
)
|
)
|
||||||
|
if (ADDRESS_SIZE EQUAL 64)
|
||||||
|
list(APPEND vivox_files
|
||||||
|
vivoxsdk_x64.dll
|
||||||
|
ortp_x64.dll
|
||||||
|
)
|
||||||
|
else (ADDRESS_SIZE EQUAL 64)
|
||||||
|
list(APPEND vivox_files
|
||||||
|
vivoxsdk.dll
|
||||||
|
ortp.dll
|
||||||
|
)
|
||||||
|
endif (ADDRESS_SIZE EQUAL 64)
|
||||||
|
|
||||||
#*******************************
|
#*******************************
|
||||||
# Misc shared libs
|
# Misc shared libs
|
||||||
|
|||||||
@@ -1508,12 +1508,7 @@ if (WINDOWS)
|
|||||||
${SHARED_LIB_STAGING_DIR}/RelWithDebInfo/libhunspell.dll
|
${SHARED_LIB_STAGING_DIR}/RelWithDebInfo/libhunspell.dll
|
||||||
${SHARED_LIB_STAGING_DIR}/Debug/libhunspell.dll
|
${SHARED_LIB_STAGING_DIR}/Debug/libhunspell.dll
|
||||||
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/SLVoice.exe
|
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/SLVoice.exe
|
||||||
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/vivoxsdk.dll
|
|
||||||
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/ortp.dll
|
|
||||||
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/libsndfile-1.dll
|
|
||||||
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/zlib1.dll
|
|
||||||
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/vivoxplatform.dll
|
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/vivoxplatform.dll
|
||||||
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/vivoxoal.dll
|
|
||||||
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/ca-bundle.crt
|
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/ca-bundle.crt
|
||||||
${GOOGLE_PERF_TOOLS_SOURCE}
|
${GOOGLE_PERF_TOOLS_SOURCE}
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/licenses-win32.txt
|
${CMAKE_CURRENT_SOURCE_DIR}/licenses-win32.txt
|
||||||
@@ -1529,6 +1524,18 @@ if (WINDOWS)
|
|||||||
windows-crash-logger
|
windows-crash-logger
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if (ADDRESS_SIZE EQUAL 64)
|
||||||
|
list(APPEND COPY_INPUT_DEPENDENCIES
|
||||||
|
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/vivoxsdk_x64.dll
|
||||||
|
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/ortp_x64.dll
|
||||||
|
)
|
||||||
|
else (ADDRESS_SIZE EQUAL 64)
|
||||||
|
list(APPEND COPY_INPUT_DEPENDENCIES
|
||||||
|
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/vivoxsdk.dll
|
||||||
|
${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/ortp.dll
|
||||||
|
)
|
||||||
|
endif (ADDRESS_SIZE EQUAL 64)
|
||||||
|
|
||||||
if (FMODSTUDIO)
|
if (FMODSTUDIO)
|
||||||
if (WORD_SIZE EQUAL 64)
|
if (WORD_SIZE EQUAL 64)
|
||||||
list(APPEND COPY_INPUT_DEPENDENCIES
|
list(APPEND COPY_INPUT_DEPENDENCIES
|
||||||
|
|||||||
@@ -455,7 +455,7 @@ class WindowsManifest(ViewerManifest):
|
|||||||
"SLplugin.exe")
|
"SLplugin.exe")
|
||||||
|
|
||||||
# Get shared libs from the shared libs staging directory
|
# Get shared libs from the shared libs staging directory
|
||||||
with self.prefix(src=os.path.join(os.pardir,
|
with self.prefix(src=os.path.join(self.args['build'], os.pardir,
|
||||||
'sharedlibs', self.args['configuration'])):
|
'sharedlibs', self.args['configuration'])):
|
||||||
|
|
||||||
# Get llcommon and deps. If missing assume static linkage and continue.
|
# Get llcommon and deps. If missing assume static linkage and continue.
|
||||||
@@ -493,8 +493,14 @@ class WindowsManifest(ViewerManifest):
|
|||||||
|
|
||||||
# Vivox runtimes
|
# Vivox runtimes
|
||||||
self.path("SLVoice.exe")
|
self.path("SLVoice.exe")
|
||||||
self.path("vivoxsdk.dll")
|
if (self.address_size == 64):
|
||||||
self.path("ortp.dll")
|
self.path("vivoxsdk_x64.dll")
|
||||||
|
self.path("ortp_x64.dll")
|
||||||
|
else:
|
||||||
|
self.path("vivoxsdk.dll")
|
||||||
|
self.path("ortp.dll")
|
||||||
|
self.path("libsndfile-1.dll")
|
||||||
|
self.path("vivoxoal.dll")
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
if(self.address_size == 64):
|
if(self.address_size == 64):
|
||||||
|
|||||||
Reference in New Issue
Block a user