diff options
Diffstat (limited to 'linden')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 91f05d7..7540ce1 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -666,8 +666,81 @@ class Linux_i686Manifest(LinuxManifest): | |||
666 | self.path("libSDL-1.2.so.0") | 666 | self.path("libSDL-1.2.so.0") |
667 | self.path("libELFIO.so") | 667 | self.path("libELFIO.so") |
668 | self.path("libopenjpeg.so.2") | 668 | self.path("libopenjpeg.so.2") |
669 | |||
670 | self.path("libopenal.so") # symlink | ||
669 | self.path("libopenal.so.1") | 671 | self.path("libopenal.so.1") |
670 | self.path("libalut.so") | 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 | |||
671 | self.end_prefix("lib") | 744 | self.end_prefix("lib") |
672 | 745 | ||
673 | # Vivox runtimes | 746 | # Vivox runtimes |