From 4cbef35f503bb7ee8f489b354e4afb2350085709 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Tue, 16 Jul 2019 18:17:23 -0400 Subject: update Vivox for VOICE-56 --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 5f072512c1..3ab233a733 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2940,9 +2940,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - a605ec940768c878527d3b8f2ff61288 + fff83736e4dc4b22218cdd24aaada680 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/21421/157284/slvoice-4.9.0002.30313.517593-darwin64-517593.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/40868/353426/slvoice-4.9.0002.32137.529403-darwin64-529403.tar.bz2 name darwin64 @@ -2976,9 +2976,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 5a78539626b5f23522d0b466247f48b4 + f900bce6ac33056b817e0dd8e6ec0e1c url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/21422/157291/slvoice-4.9.0002.30313.517593-windows-517593.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/40870/353440/slvoice-4.9.0002.32137.529403-windows-529403.tar.bz2 name windows @@ -2988,16 +2988,16 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 1f8e09c053c00d9dc44ea74568e63dc1 + 57800dbaa45d10d7886689113edbad59 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/21423/157298/slvoice-4.9.0002.30313.517593-windows64-517593.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/40869/353433/slvoice-4.9.0002.32137.529403-windows64-529403.tar.bz2 name windows64 version - 4.9.0002.30313.517593 + 4.9.0002.32137.529403 tut -- cgit v1.3 From b74f698caaaa6ac8d498ea0461c354bb9cbb2b95 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Fri, 6 Sep 2019 11:51:36 -0400 Subject: handle slvoice executable separately from the vivox libraries, and update mac slvoice package --- autobuild.xml | 8 +++--- indra/cmake/Copy3rdPartyLibs.cmake | 59 ++++++++++++++++++-------------------- indra/newview/viewer_manifest.py | 14 ++++++--- 3 files changed, 42 insertions(+), 39 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 3ab233a733..4ff79f17d2 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2918,7 +2918,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors license Mixed license_file - LICENSES/slvoice.txt + LICENSES/vivox_licenses.txt name slvoice platforms @@ -2940,9 +2940,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - fff83736e4dc4b22218cdd24aaada680 + 44bc68dbfe3f4b77817e80cb32845bed url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/40868/353426/slvoice-4.9.0002.32137.529403-darwin64-529403.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/42782/379901/slvoice-4.9.0002.32137.3410b595.530683-darwin64-530683.tar.bz2 name darwin64 @@ -2997,7 +2997,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors version - 4.9.0002.32137.529403 + 4.9.0002.32137.3410b595.530683 tut diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index 808b4601fb..c73a1fdb47 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -17,17 +17,16 @@ if(WINDOWS) #******************************* # VIVOX - *NOTE: no debug version - set(vivox_src_dir "${ARCH_PREBUILT_DIRS_RELEASE}") - set(vivox_files - SLVoice.exe - ) + set(vivox_lib_dir "${ARCH_PREBUILT_DIRS_RELEASE}") + set(slvoice_src_dir "${ARCH_PREBUILT_BIN_RELEASE}") + set(slvoice_files SLVoice.exe ) if (ADDRESS_SIZE EQUAL 64) - list(APPEND vivox_files + list(APPEND vivox_libs vivoxsdk_x64.dll ortp_x64.dll ) else (ADDRESS_SIZE EQUAL 64) - list(APPEND vivox_files + list(APPEND vivox_libs vivoxsdk.dll ortp.dll ) @@ -169,9 +168,9 @@ elseif(DARWIN) set(SHARED_LIB_STAGING_DIR_RELWITHDEBINFO "${SHARED_LIB_STAGING_DIR}/RelWithDebInfo/Resources") set(SHARED_LIB_STAGING_DIR_RELEASE "${SHARED_LIB_STAGING_DIR}/Release/Resources") - set(vivox_src_dir "${ARCH_PREBUILT_DIRS_RELEASE}") - set(vivox_files - SLVoice + set(vivox_lib_dir "${ARCH_PREBUILT_DIRS_RELEASE}") + set(slvoice_files SLVoice) + set(vivox_libs libortp.dylib libvivoxsdk.dylib ) @@ -205,14 +204,15 @@ elseif(LINUX) set(SHARED_LIB_STAGING_DIR_RELWITHDEBINFO "${SHARED_LIB_STAGING_DIR}") set(SHARED_LIB_STAGING_DIR_RELEASE "${SHARED_LIB_STAGING_DIR}") - set(vivox_src_dir "${ARCH_PREBUILT_DIRS_RELEASE}") - set(vivox_files + set(vivox_lib_dir "${ARCH_PREBUILT_DIRS_RELEASE}") + set(vivox_libs libsndfile.so.1 libortp.so libvivoxoal.so.1 libvivoxsdk.so - SLVoice - ) + ) + set(slvoice_files SLVoice) + # *TODO - update this to use LIBS_PREBUILT_DIR and LL_ARCH_DIR variables # or ARCH_PREBUILT_DIRS set(debug_src_dir "${ARCH_PREBUILT_DIRS_DEBUG}") @@ -249,8 +249,8 @@ elseif(LINUX) else(WINDOWS) message(STATUS "WARNING: unrecognized platform for staging 3rd party libs, skipping...") - set(vivox_src_dir "${CMAKE_SOURCE_DIR}/newview/vivox-runtime/i686-linux") - set(vivox_files "") + set(vivox_lib_dir "${CMAKE_SOURCE_DIR}/newview/vivox-runtime/i686-linux") + set(vivox_libs "") # *TODO - update this to use LIBS_PREBUILT_DIR and LL_ARCH_DIR variables # or ARCH_PREBUILT_DIRS set(debug_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-linux/lib/debug") @@ -273,39 +273,36 @@ endif(WINDOWS) ################################################################ copy_if_different( - ${vivox_src_dir} + ${vivox_lib_dir} "${SHARED_LIB_STAGING_DIR_DEBUG}" out_targets - ${vivox_files} + ${vivox_libs} ) set(third_party_targets ${third_party_targets} ${out_targets}) copy_if_different( - ${vivox_src_dir} + ${slvoice_src_dir} + "${SHARED_LIB_STAGING_DIR_RELEASE}" + out_targets + ${slvoice_files} + ) +copy_if_different( + ${vivox_lib_dir} "${SHARED_LIB_STAGING_DIR_RELEASE}" out_targets - ${vivox_files} + ${vivox_libs} ) + set(third_party_targets ${third_party_targets} ${out_targets}) copy_if_different( - ${vivox_src_dir} + ${vivox_lib_dir} "${SHARED_LIB_STAGING_DIR_RELWITHDEBINFO}" out_targets - ${vivox_files} + ${vivox_libs} ) set(third_party_targets ${third_party_targets} ${out_targets}) - - -#copy_if_different( -# ${debug_src_dir} -# "${SHARED_LIB_STAGING_DIR_DEBUG}" -# out_targets -# ${debug_files} -# ) -#set(third_party_targets ${third_party_targets} ${out_targets}) - copy_if_different( ${release_src_dir} "${SHARED_LIB_STAGING_DIR_RELEASE}" diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 8a38f3a742..c5cf237f63 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -534,8 +534,11 @@ class WindowsManifest(ViewerManifest): self.path("msvcr120.dll") self.path("msvcp120.dll") - # Vivox runtimes - self.path("SLVoice.exe") + # SLVoice executable + with self.prefix(src=os.path.join(pkgdir, 'bin', 'release')): + self.path("SLVoice.exe") + + # Vivox libraries if (self.address_size == 64): self.path("vivoxsdk_x64.dll") self.path("ortp_x64.dll") @@ -1032,11 +1035,14 @@ class DarwinManifest(ViewerManifest): ): dylibs += path_optional(os.path.join(relpkgdir, libfile), libfile) - # SLVoice and vivox lols, no symlinks needed + # SLVoice executable + with self.prefix(src=os.path.join(pkgdir, 'bin', 'release')): + self.path("SLVoice.exe") + + # Vivox libraries for libfile in ( 'libortp.dylib', 'libvivoxsdk.dylib', - 'SLVoice', ): self.path2basename(relpkgdir, libfile) -- cgit v1.3 From eccc8f67212b5240bb518a201b319839b95f0e5b Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Fri, 13 Sep 2019 09:43:28 -0400 Subject: update Mac slvoice build --- autobuild.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 4ff79f17d2..f02ba3b1fa 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2940,9 +2940,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 44bc68dbfe3f4b77817e80cb32845bed + 9e47f686671fd6b019983a0d1c94165f url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/42782/379901/slvoice-4.9.0002.32137.3410b595.530683-darwin64-530683.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43234/383706/slvoice-4.9.0002.32137.3410b595.530909-darwin64-530909.tar.bz2 name darwin64 @@ -2997,7 +2997,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors version - 4.9.0002.32137.3410b595.530683 + 4.9.0002.32137.3410b595.530909 tut -- cgit v1.3 From c9bb7833313e34934b33db6ddbc417a0bc472a5e Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Tue, 17 Sep 2019 14:40:25 -0400 Subject: update to SLVoice version 4.9.0002.32137.3410b595.531025 --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index f02ba3b1fa..00bf59baf6 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2940,9 +2940,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 9e47f686671fd6b019983a0d1c94165f + d7272b6827d3c2c784364a83cb6013da url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43234/383706/slvoice-4.9.0002.32137.3410b595.530909-darwin64-530909.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43410/386135/slvoice-4.9.0002.32137.3410b595.531025-darwin64-531025.tar.bz2 name darwin64 @@ -2976,9 +2976,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - f900bce6ac33056b817e0dd8e6ec0e1c + 43276ddc4b94e26a12499b9bf847f734 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/40870/353440/slvoice-4.9.0002.32137.529403-windows-529403.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43411/386177/slvoice-4.9.0002.32137.3410b595.531025-windows-531025.tar.bz2 name windows @@ -2988,16 +2988,16 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 57800dbaa45d10d7886689113edbad59 + 36c216956b144a83296d3bb02fa6acb2 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/40869/353433/slvoice-4.9.0002.32137.529403-windows64-529403.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43412/386186/slvoice-4.9.0002.32137.3410b595.531025-windows64-531025.tar.bz2 name windows64 version - 4.9.0002.32137.3410b595.530909 + 4.9.0002.32137.3410b595.531025 tut -- cgit v1.3 From da560ac644d5a12468f29e0e28c85a6ada501287 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Fri, 20 Sep 2019 14:33:57 -0400 Subject: VOICE-80: suppress output to console on Windows --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 00bf59baf6..ddf5cfd278 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2940,9 +2940,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - d7272b6827d3c2c784364a83cb6013da + 544f5c5258f48fb14826c0859eb81e15 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43410/386135/slvoice-4.9.0002.32137.3410b595.531025-darwin64-531025.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43558/387616/slvoice-4.9.0002.32137.3410b595.531122-darwin64-531122.tar.bz2 name darwin64 @@ -2976,9 +2976,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 43276ddc4b94e26a12499b9bf847f734 + 56575ef333528d1af3f21fa1cbd948e5 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43411/386177/slvoice-4.9.0002.32137.3410b595.531025-windows-531025.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43560/387628/slvoice-4.9.0002.32137.3410b595.531122-windows-531122.tar.bz2 name windows @@ -2988,16 +2988,16 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 36c216956b144a83296d3bb02fa6acb2 + bf5e2aa1114998307ceed5a9f1af3c3a url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43412/386186/slvoice-4.9.0002.32137.3410b595.531025-windows64-531025.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43559/387627/slvoice-4.9.0002.32137.3410b595.531122-windows64-531122.tar.bz2 name windows64 version - 4.9.0002.32137.3410b595.531025 + 4.9.0002.32137.3410b595.531122 tut -- cgit v1.3 From 00d7698999defa3716a2f683e346d16ff80f920e Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Wed, 25 Sep 2019 15:54:40 -0400 Subject: upgrade to SLVoice package after fix for ortp linking --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index ddf5cfd278..31908375b3 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2940,9 +2940,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 544f5c5258f48fb14826c0859eb81e15 + 1e643858d86329df68e4ede9c945968b url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43558/387616/slvoice-4.9.0002.32137.3410b595.531122-darwin64-531122.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43844/390206/slvoice-4.9.0002.32137.3410b595.531271-darwin64-531271.tar.bz2 name darwin64 @@ -2976,9 +2976,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 56575ef333528d1af3f21fa1cbd948e5 + 42d52e81d3fe05310d215128e2e81ece url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43560/387628/slvoice-4.9.0002.32137.3410b595.531122-windows-531122.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43846/390218/slvoice-4.9.0002.32137.3410b595.531271-windows-531271.tar.bz2 name windows @@ -2988,16 +2988,16 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - bf5e2aa1114998307ceed5a9f1af3c3a + e5fdb9160585e259fe68a2c4597a838c url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43559/387627/slvoice-4.9.0002.32137.3410b595.531122-windows64-531122.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43845/390217/slvoice-4.9.0002.32137.3410b595.531271-windows64-531271.tar.bz2 name windows64 version - 4.9.0002.32137.3410b595.531122 + 4.9.0002.32137.3410b595.531271 tut -- cgit v1.3 From f7d6fa677cf14a6e4b5768b4421c59ef8f6535e3 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Fri, 27 Sep 2019 11:49:39 -0400 Subject: update to SLVoice build 4.9.0002.32137.3410b595.531271 --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 31908375b3..86fc9fb508 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2940,9 +2940,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 1e643858d86329df68e4ede9c945968b + 2852af3a96f0267231ae8f8858dcbfad url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43844/390206/slvoice-4.9.0002.32137.3410b595.531271-darwin64-531271.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/44138/390924/slvoice-4.9.0002.32137.3410b595.531323-darwin64-531323.tar.bz2 name darwin64 @@ -2976,9 +2976,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 42d52e81d3fe05310d215128e2e81ece + 4db71fa6c4fb6bf3fc33413fed862960 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43846/390218/slvoice-4.9.0002.32137.3410b595.531271-windows-531271.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/44139/390932/slvoice-4.9.0002.32137.3410b595.531323-windows-531323.tar.bz2 name windows @@ -2988,16 +2988,16 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - e5fdb9160585e259fe68a2c4597a838c + d583294eec6183db62f2b5a4e94a432c url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/43845/390217/slvoice-4.9.0002.32137.3410b595.531271-windows64-531271.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/44140/390938/slvoice-4.9.0002.32137.3410b595.531323-windows64-531323.tar.bz2 name windows64 version - 4.9.0002.32137.3410b595.531271 + 4.9.0002.32137.3410b595.531323 tut -- cgit v1.3 From 7e494d402dfd39b2561c5309161763433f62bde1 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Tue, 1 Oct 2019 13:08:55 -0400 Subject: experimental 4.10 win64 package --- autobuild.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 86fc9fb508..96b5f074cd 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2988,16 +2988,16 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - d583294eec6183db62f2b5a4e94a432c + 2e7b4afeac45cf8c2126833fc94ae9d9 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/44140/390938/slvoice-4.9.0002.32137.3410b595.531323-windows64-531323.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/44530/393171/slvoice-4.9.0002.32137.3410b595.531460-windows64-531460.tar.bz2 name windows64 version - 4.9.0002.32137.3410b595.531323 + 4.9.0002.32137.3410b595.531460 tut -- cgit v1.3 From 1cb5ec90233e631bd1133bf79631b9cf6d834311 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Fri, 4 Oct 2019 11:12:38 -0400 Subject: upgrade SLVoice to 4.10.0000.32327.5fc3fe7c.531581 --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 96b5f074cd..7f9801ea5b 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2940,9 +2940,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 2852af3a96f0267231ae8f8858dcbfad + f824d586ab5de6edd14ef6828e9e4b66 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/44138/390924/slvoice-4.9.0002.32137.3410b595.531323-darwin64-531323.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/44719/395040/slvoice-4.10.0000.32327.5fc3fe7c.531581-darwin64-531581.tar.bz2 name darwin64 @@ -2976,9 +2976,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 4db71fa6c4fb6bf3fc33413fed862960 + 1941c17c81905f23b4928288bcf719fb url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/44139/390932/slvoice-4.9.0002.32137.3410b595.531323-windows-531323.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/44720/395047/slvoice-4.10.0000.32327.5fc3fe7c.531581-windows-531581.tar.bz2 name windows @@ -2988,16 +2988,16 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 2e7b4afeac45cf8c2126833fc94ae9d9 + baa6cdc8e8762d5519996ed9faa0bf3f url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/44530/393171/slvoice-4.9.0002.32137.3410b595.531460-windows64-531460.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/44721/395056/slvoice-4.10.0000.32327.5fc3fe7c.531581-windows64-531581.tar.bz2 name windows64 version - 4.9.0002.32137.3410b595.531460 + 4.10.0000.32327.5fc3fe7c.531581 tut -- cgit v1.3