diff options
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/llviewergesture.cpp | 3 | ||||
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 95 |
2 files changed, 77 insertions, 21 deletions
diff --git a/linden/indra/newview/llviewergesture.cpp b/linden/indra/newview/llviewergesture.cpp index a080663..d99a3a8 100644 --- a/linden/indra/newview/llviewergesture.cpp +++ b/linden/indra/newview/llviewergesture.cpp | |||
@@ -43,6 +43,7 @@ | |||
43 | #include "llinventorymodel.h" | 43 | #include "llinventorymodel.h" |
44 | #include "llvoavatar.h" | 44 | #include "llvoavatar.h" |
45 | #include "llxfermanager.h" | 45 | #include "llxfermanager.h" |
46 | #include "llviewercontrol.h" | ||
46 | #include "llviewermessage.h" // send_guid_sound_trigger | 47 | #include "llviewermessage.h" // send_guid_sound_trigger |
47 | #include "llviewernetwork.h" | 48 | #include "llviewernetwork.h" |
48 | #include "llagent.h" | 49 | #include "llagent.h" |
@@ -50,7 +51,7 @@ | |||
50 | // Globals | 51 | // Globals |
51 | LLViewerGestureList gGestureList; | 52 | LLViewerGestureList gGestureList; |
52 | 53 | ||
53 | const F32 LLViewerGesture::SOUND_VOLUME = 1.f; | 54 | const F32 LLViewerGesture::SOUND_VOLUME = gSavedSettings.getBOOL("MuteSounds") ? 0.f : 1.f; |
54 | 55 | ||
55 | LLViewerGesture::LLViewerGesture() | 56 | LLViewerGesture::LLViewerGesture() |
56 | : LLGesture() | 57 | : LLGesture() |
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index d8261c2..7540ce1 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -44,16 +44,6 @@ 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 | # | ||
57 | 47 | ||
58 | if self.prefix(src="app_settings"): | 48 | if self.prefix(src="app_settings"): |
59 | self.exclude("logcontrol.xml") | 49 | self.exclude("logcontrol.xml") |
@@ -666,20 +656,91 @@ class Linux_i686Manifest(LinuxManifest): | |||
666 | self.path("app_settings/mozilla-runtime-linux-i686") | 656 | self.path("app_settings/mozilla-runtime-linux-i686") |
667 | 657 | ||
668 | if self.prefix("../../libraries/i686-linux/lib_release_client", dst="lib"): | 658 | if self.prefix("../../libraries/i686-linux/lib_release_client", dst="lib"): |
669 | # self.path("libfmod-3.75.so") | ||
670 | self.path("libapr-1.so.0") | 659 | self.path("libapr-1.so.0") |
671 | self.path("libaprutil-1.so.0") | 660 | self.path("libaprutil-1.so.0") |
672 | self.path("libdb-4.2.so") | 661 | self.path("libdb-4.2.so") |
673 | self.path("libcrypto.so.0.9.7") | 662 | self.path("libcrypto.so.0.9.7") |
674 | self.path("libexpat.so.1") | 663 | self.path("libexpat.so.1") |
675 | self.path("libssl.so.0.9.7") | 664 | self.path("libssl.so.0.9.7") |
676 | # self.path("libstdc++.so.6") | ||
677 | self.path("libuuid.so", "libuuid.so.1") | 665 | self.path("libuuid.so", "libuuid.so.1") |
678 | self.path("libSDL-1.2.so.0") | 666 | self.path("libSDL-1.2.so.0") |
679 | self.path("libELFIO.so") | 667 | self.path("libELFIO.so") |
680 | self.path("libopenjpeg.so.2") | 668 | self.path("libopenjpeg.so.2") |
681 | #self.path("libtcmalloc.so.0") - bugged | 669 | |
682 | #self.path("libstacktrace.so.0") - probably bugged | 670 | self.path("libopenal.so") # symlink |
671 | self.path("libopenal.so.1") | ||
672 | self.path("libalut.so") | ||
673 | |||
674 | # Gstreamer libs | ||
675 | self.path("libgstbase-0.10.so") # symlink | ||
676 | self.path("libgstbase-0.10.so.0") | ||
677 | self.path("libgstreamer-0.10.so") # symlink | ||
678 | self.path("libgstreamer-0.10.so.0") | ||
679 | self.path("libgstaudio-0.10.so.0") | ||
680 | self.path("libgstbase-0.10.so.0") | ||
681 | self.path("libgstcontroller-0.10.so.0") | ||
682 | self.path("libgstdataprotocol-0.10.so.0") | ||
683 | self.path("libgstinterfaces-0.10.so.0") | ||
684 | self.path("libgstnetbuffer-0.10.so.0") | ||
685 | self.path("libgstpbutils-0.10.so.0") | ||
686 | self.path("libgstriff-0.10.so.0") | ||
687 | self.path("libgstrtp-0.10.so.0") | ||
688 | self.path("libgstrtsp-0.10.so.0") | ||
689 | self.path("libgstsdp-0.10.so.0") | ||
690 | self.path("libgsttag-0.10.so.0") | ||
691 | self.path("libgstvideo-0.10.so.0") | ||
692 | |||
693 | # Gstreamer plugin dependencies | ||
694 | self.path("libavcodec.so.52") | ||
695 | self.path("libavformat.so.52") | ||
696 | self.path("libavutil.so.49") | ||
697 | self.path("libxvidcore.so.4") | ||
698 | self.path("libfaac.so.0") | ||
699 | self.path("libfaad.so.1") | ||
700 | self.path("libmp3lame.so.0") | ||
701 | self.path("libogg.so.0") | ||
702 | self.path("libvorbis.so.0") | ||
703 | self.path("libvorbisenc.so.2") | ||
704 | self.path("libxml2.so.2") | ||
705 | self.path("libxvidcore.so.4") | ||
706 | |||
707 | # Gstreamer plugins | ||
708 | if self.prefix("gstreamer-plugins"): | ||
709 | self.path("libgstalsa.so") | ||
710 | self.path("libgstasf.so") | ||
711 | self.path("libgstaudioconvert.so") | ||
712 | self.path("libgstaudioresample.so") | ||
713 | self.path("libgstautodetect.so") | ||
714 | self.path("libgstavi.so") | ||
715 | self.path("libgstcoreelements.so") | ||
716 | self.path("libgstcoreindexers.so") | ||
717 | self.path("libgstdecodebin2.so") | ||
718 | self.path("libgstdecodebin.so") | ||
719 | self.path("libgstesd.so") | ||
720 | self.path("libgstffmpegcolorspace.so") | ||
721 | self.path("libgstffmpeg.so") | ||
722 | self.path("libgstgnomevfs.so") | ||
723 | self.path("libgsticydemux.so") | ||
724 | self.path("libgstid3demux.so") | ||
725 | self.path("libgstmpegdemux.so") | ||
726 | self.path("libgstmultifile.so") | ||
727 | self.path("libgstmultipart.so") | ||
728 | self.path("libgstogg.so") | ||
729 | self.path("libgstossaudio.so") | ||
730 | self.path("libgstplaybin.so") | ||
731 | self.path("libgstqtdemux.so") | ||
732 | self.path("libgstqueue2.so") | ||
733 | self.path("libgsttcp.so") | ||
734 | self.path("libgsttheora.so") | ||
735 | self.path("libgsttypefindfunctions.so") | ||
736 | self.path("libgstudp.so") | ||
737 | self.path("libgstvideoscale.so") | ||
738 | self.path("libgstvolume.so") | ||
739 | self.path("libgstvorbis.so") | ||
740 | self.path("libgstwavparse.so") | ||
741 | |||
742 | self.end_prefix("gstreamer-plugins") | ||
743 | |||
683 | self.end_prefix("lib") | 744 | self.end_prefix("lib") |
684 | 745 | ||
685 | # Vivox runtimes | 746 | # Vivox runtimes |
@@ -687,12 +748,6 @@ class Linux_i686Manifest(LinuxManifest): | |||
687 | # self.path("SLVoice") | 748 | # self.path("SLVoice") |
688 | # self.end_prefix() | 749 | # self.end_prefix() |
689 | 750 | ||
690 | if self.prefix(src="vivox-runtime/i686-linux", dst="lib"): | ||
691 | self.path("libopenal.so.1") | ||
692 | self.path("libalut.so") | ||
693 | # self.path("libortp.so") | ||
694 | # self.path("libvivoxsdk.so") | ||
695 | self.end_prefix("lib") | ||
696 | 751 | ||
697 | class Linux_x86_64Manifest(LinuxManifest): | 752 | class Linux_x86_64Manifest(LinuxManifest): |
698 | def construct(self): | 753 | def construct(self): |