diff options
author | Jacek Antonelli | 2008-10-17 20:56:10 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-10-17 22:23:36 -0500 |
commit | e8ff415cb4f21f2b6905b33c49c8690e974007ae (patch) | |
tree | c0aa44164356822209554c59115ed6c0550d79cf /linden/indra/newview/viewer_manifest.py | |
parent | Commented out kdu from viewer manifest. (diff) | |
download | meta-impy-e8ff415cb4f21f2b6905b33c49c8690e974007ae.zip meta-impy-e8ff415cb4f21f2b6905b33c49c8690e974007ae.tar.gz meta-impy-e8ff415cb4f21f2b6905b33c49c8690e974007ae.tar.bz2 meta-impy-e8ff415cb4f21f2b6905b33c49c8690e974007ae.tar.xz |
Commented out vivox / SLVoice from viewer manifest.
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 43d93b7..8600b14 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -206,18 +206,18 @@ class WindowsManifest(ViewerManifest): | |||
206 | self.end_prefix() | 206 | self.end_prefix() |
207 | 207 | ||
208 | # Vivox runtimes | 208 | # Vivox runtimes |
209 | if self.prefix(src="vivox-runtime/i686-win32", dst=""): | 209 | #if self.prefix(src="vivox-runtime/i686-win32", dst=""): |
210 | self.path("SLVoice.exe") | 210 | # self.path("SLVoice.exe") |
211 | self.path("SLVoiceAgent.exe") | 211 | # self.path("SLVoiceAgent.exe") |
212 | self.path("libeay32.dll") | 212 | # self.path("libeay32.dll") |
213 | self.path("srtp.dll") | 213 | # self.path("srtp.dll") |
214 | self.path("ssleay32.dll") | 214 | # self.path("ssleay32.dll") |
215 | self.path("tntk.dll") | 215 | # self.path("tntk.dll") |
216 | self.path("alut.dll") | 216 | # self.path("alut.dll") |
217 | self.path("vivoxsdk.dll") | 217 | # self.path("vivoxsdk.dll") |
218 | self.path("ortp.dll") | 218 | # self.path("ortp.dll") |
219 | self.path("wrap_oal.dll") | 219 | # self.path("wrap_oal.dll") |
220 | self.end_prefix() | 220 | # self.end_prefix() |
221 | 221 | ||
222 | # # pull in the crash logger and updater from other projects | 222 | # # pull in the crash logger and updater from other projects |
223 | # self.path(src=self.find_existing_file( # tag:"crash-logger" here as a cue to the exporter | 223 | # self.path(src=self.find_existing_file( # tag:"crash-logger" here as a cue to the exporter |
@@ -402,12 +402,12 @@ class DarwinManifest(ViewerManifest): | |||
402 | self.path("Korean.lproj") | 402 | self.path("Korean.lproj") |
403 | 403 | ||
404 | # SLVoice and vivox lols | 404 | # SLVoice and vivox lols |
405 | self.path("vivox-runtime/universal-darwin/libalut.dylib", "libalut.dylib") | 405 | #self.path("vivox-runtime/universal-darwin/libalut.dylib", "libalut.dylib") |
406 | self.path("vivox-runtime/universal-darwin/libopenal.dylib", "libopenal.dylib") | 406 | #self.path("vivox-runtime/universal-darwin/libopenal.dylib", "libopenal.dylib") |
407 | self.path("vivox-runtime/universal-darwin/libortp.dylib", "libortp.dylib") | 407 | #self.path("vivox-runtime/universal-darwin/libortp.dylib", "libortp.dylib") |
408 | self.path("vivox-runtime/universal-darwin/libvivoxsdk.dylib", "libvivoxsdk.dylib") | 408 | #self.path("vivox-runtime/universal-darwin/libvivoxsdk.dylib", "libvivoxsdk.dylib") |
409 | self.path("vivox-runtime/universal-darwin/SLVoice", "SLVoice") | 409 | #self.path("vivox-runtime/universal-darwin/SLVoice", "SLVoice") |
410 | self.path("vivox-runtime/universal-darwin/SLVoiceAgent.app", "SLVoiceAgent.app") | 410 | #self.path("vivox-runtime/universal-darwin/SLVoiceAgent.app", "SLVoiceAgent.app") |
411 | 411 | ||
412 | # llkdu dynamic library | 412 | # llkdu dynamic library |
413 | # self.path("../../libraries/universal-darwin/lib_release/libllkdu.dylib", "libllkdu.dylib") | 413 | # self.path("../../libraries/universal-darwin/lib_release/libllkdu.dylib", "libllkdu.dylib") |
@@ -532,7 +532,7 @@ class LinuxManifest(ViewerManifest): | |||
532 | self.path("res/ll_icon.png","secondlife_icon.png") | 532 | self.path("res/ll_icon.png","secondlife_icon.png") |
533 | if self.prefix("linux_tools", dst=""): | 533 | if self.prefix("linux_tools", dst=""): |
534 | self.path("client-readme.txt","README-linux.txt") | 534 | self.path("client-readme.txt","README-linux.txt") |
535 | self.path("client-readme-voice.txt","README-linux-voice.txt") | 535 | #self.path("client-readme-voice.txt","README-linux-voice.txt") |
536 | self.path("wrapper.sh","secondlife") | 536 | self.path("wrapper.sh","secondlife") |
537 | self.path("handle_secondlifeprotocol.sh") | 537 | self.path("handle_secondlifeprotocol.sh") |
538 | self.path("register_secondlifeprotocol.sh") | 538 | self.path("register_secondlifeprotocol.sh") |
@@ -631,15 +631,15 @@ class Linux_i686Manifest(LinuxManifest): | |||
631 | self.end_prefix("lib") | 631 | self.end_prefix("lib") |
632 | 632 | ||
633 | # Vivox runtimes | 633 | # Vivox runtimes |
634 | if self.prefix(src="vivox-runtime/i686-linux", dst="bin"): | 634 | #if self.prefix(src="vivox-runtime/i686-linux", dst="bin"): |
635 | self.path("SLVoice") | 635 | # self.path("SLVoice") |
636 | self.end_prefix() | 636 | # self.end_prefix() |
637 | if self.prefix(src="vivox-runtime/i686-linux", dst="lib"): | 637 | #if self.prefix(src="vivox-runtime/i686-linux", dst="lib"): |
638 | self.path("libopenal.so.1") | 638 | # self.path("libopenal.so.1") |
639 | self.path("libortp.so") | 639 | # self.path("libortp.so") |
640 | self.path("libvivoxsdk.so") | 640 | # self.path("libvivoxsdk.so") |
641 | self.path("libalut.so") | 641 | # self.path("libalut.so") |
642 | self.end_prefix("lib") | 642 | # self.end_prefix("lib") |
643 | 643 | ||
644 | class Linux_x86_64Manifest(LinuxManifest): | 644 | class Linux_x86_64Manifest(LinuxManifest): |
645 | def construct(self): | 645 | def construct(self): |