aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorunknown2008-12-30 13:44:15 -0700
committerunknown2008-12-30 13:44:15 -0700
commit48cd01106bb9567353fbe18c44f3c90a78ab8731 (patch)
tree5cc5089770a91d0f888098963748a1bebbb127c8 /linden/indra/newview/viewer_manifest.py
parentAdded fix for VWR-10392 as well as other fixes (diff)
parentWorkaround for change volume bug in gstreamen 0.10.21 (diff)
downloadmeta-impy-48cd01106bb9567353fbe18c44f3c90a78ab8731.zip
meta-impy-48cd01106bb9567353fbe18c44f3c90a78ab8731.tar.gz
meta-impy-48cd01106bb9567353fbe18c44f3c90a78ab8731.tar.bz2
meta-impy-48cd01106bb9567353fbe18c44f3c90a78ab8731.tar.xz
Merged in balp's openal branch
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py34
1 files changed, 24 insertions, 10 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index f707d15..d08fd8a 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -44,6 +44,16 @@ class ViewerManifest(LLManifest):
44 self.exclude("*.svn*") 44 self.exclude("*.svn*")
45 self.path(src="../../scripts/messages/message_template.msg", dst="app_settings/message_template.msg") 45 self.path(src="../../scripts/messages/message_template.msg", dst="app_settings/message_template.msg")
46 self.path(src="../../etc/message.xml", dst="app_settings/message.xml") 46 self.path(src="../../etc/message.xml", dst="app_settings/message.xml")
47 self.path(src="../../../ChangeLog.txt", dst="doc/ChangeLog.txt")
48 self.path(src="../../../CONTRIBUTE.txt", dst="doc/CONTRIBUTE.txt")
49 self.path(src="../../../MANIFESTO.txt", dst="doc/MANIFESTO.txt")
50 self.path(src="../../../README.txt", dst="doc/README.txt")
51 self.path(src="../../../RELEASE_NOTES.txt", dst="doc/RELEASE_NOTES.txt")
52 self.path(src="../../doc/contributions.txt", dst="doc/ll-contributions.txt")
53 self.path(src="../../doc/FLOSS-exception.txt", dst="doc/FLOSS-exception.txt")
54 self.path(src="../../doc/GPL-license.txt", dst="doc/GPL-license.txt")
55 self.path(src="../../doc/releasenotes-where.txt", dst="doc/ll-releasenotes-where.txt")
56#
47 57
48 if self.prefix(src="app_settings"): 58 if self.prefix(src="app_settings"):
49 self.exclude("logcontrol.xml") 59 self.exclude("logcontrol.xml")
@@ -236,18 +246,20 @@ class WindowsManifest(ViewerManifest):
236 self.end_prefix() 246 self.end_prefix()
237 247
238 # Vivox runtimes 248 # Vivox runtimes
239 #if self.prefix(src="vivox-runtime/i686-win32", dst=""): 249 if self.prefix(src="vivox-runtime/i686-win32", dst=""):
250 self.path("alut.dll")
251 self.path("wrap_oal.dll")
252
240 # self.path("SLVoice.exe") 253 # self.path("SLVoice.exe")
241 # self.path("SLVoiceAgent.exe") 254 # self.path("SLVoiceAgent.exe")
242 # self.path("libeay32.dll") 255 # self.path("libeay32.dll")
243 # self.path("srtp.dll") 256 # self.path("srtp.dll")
244 # self.path("ssleay32.dll") 257 # self.path("ssleay32.dll")
245 # self.path("tntk.dll") 258 # self.path("tntk.dll")
246 # self.path("alut.dll")
247 # self.path("vivoxsdk.dll") 259 # self.path("vivoxsdk.dll")
248 # self.path("ortp.dll") 260 # self.path("ortp.dll")
249 # self.path("wrap_oal.dll") 261
250 # self.end_prefix() 262 self.end_prefix()
251 263
252# # pull in the crash logger and updater from other projects 264# # pull in the crash logger and updater from other projects
253# self.path(src=self.find_existing_file( # tag:"crash-logger" here as a cue to the exporter 265# self.path(src=self.find_existing_file( # tag:"crash-logger" here as a cue to the exporter
@@ -432,9 +444,10 @@ class DarwinManifest(ViewerManifest):
432 self.path("Japanese.lproj") 444 self.path("Japanese.lproj")
433 self.path("Korean.lproj") 445 self.path("Korean.lproj")
434 446
447
435 # SLVoice and vivox lols 448 # SLVoice and vivox lols
436 #self.path("vivox-runtime/universal-darwin/libalut.dylib", "libalut.dylib") 449 self.path("vivox-runtime/universal-darwin/libalut.dylib", "libalut.dylib")
437 #self.path("vivox-runtime/universal-darwin/libopenal.dylib", "libopenal.dylib") 450 self.path("vivox-runtime/universal-darwin/libopenal.dylib", "libopenal.dylib")
438 #self.path("vivox-runtime/universal-darwin/libortp.dylib", "libortp.dylib") 451 #self.path("vivox-runtime/universal-darwin/libortp.dylib", "libortp.dylib")
439 #self.path("vivox-runtime/universal-darwin/libvivoxsdk.dylib", "libvivoxsdk.dylib") 452 #self.path("vivox-runtime/universal-darwin/libvivoxsdk.dylib", "libvivoxsdk.dylib")
440 #self.path("vivox-runtime/universal-darwin/SLVoice", "SLVoice") 453 #self.path("vivox-runtime/universal-darwin/SLVoice", "SLVoice")
@@ -667,12 +680,13 @@ class Linux_i686Manifest(LinuxManifest):
667 #if self.prefix(src="vivox-runtime/i686-linux", dst="bin"): 680 #if self.prefix(src="vivox-runtime/i686-linux", dst="bin"):
668 # self.path("SLVoice") 681 # self.path("SLVoice")
669 # self.end_prefix() 682 # self.end_prefix()
670 #if self.prefix(src="vivox-runtime/i686-linux", dst="lib"): 683
671 # self.path("libopenal.so.1") 684 if self.prefix(src="vivox-runtime/i686-linux", dst="lib"):
685 self.path("libopenal.so.1")
686 self.path("libalut.so")
672 # self.path("libortp.so") 687 # self.path("libortp.so")
673 # self.path("libvivoxsdk.so") 688 # self.path("libvivoxsdk.so")
674 # self.path("libalut.so") 689 self.end_prefix("lib")
675 # self.end_prefix("lib")
676 690
677class Linux_x86_64Manifest(LinuxManifest): 691class Linux_x86_64Manifest(LinuxManifest):
678 def construct(self): 692 def construct(self):