diff options
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 108 |
1 files changed, 105 insertions, 3 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 35957a5..d7d99d1 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -805,13 +805,11 @@ class LinuxManifest(ViewerManifest): | |||
805 | # 'dst': self.get_dst_prefix(), | 805 | # 'dst': self.get_dst_prefix(), |
806 | # 'inst': self.build_path_of(installer_name)}) | 806 | # 'inst': self.build_path_of(installer_name)}) |
807 | 807 | ||
808 | |||
809 | class Linux_i686Manifest(LinuxManifest): | 808 | class Linux_i686Manifest(LinuxManifest): |
810 | def construct(self): | 809 | def construct(self): |
811 | super(Linux_i686Manifest, self).construct() | 810 | super(Linux_i686Manifest, self).construct() |
812 | self.path("imprudence-stripped","bin/do-not-directly-run-imprudence-bin") | 811 | self.path("imprudence-stripped","bin/do-not-directly-run-imprudence-bin") |
813 | # self.path("../linux_crash_logger/linux-crash-logger-stripped","linux-crash-logger.bin") | 812 | # self.path("../linux_crash_logger/linux-crash-logger-stripped","linux-crash-logger.bin") |
814 | |||
815 | self.path("linux_tools/launch_url.sh","launch_url.sh") | 813 | self.path("linux_tools/launch_url.sh","launch_url.sh") |
816 | if self.prefix("res-sdl"): | 814 | if self.prefix("res-sdl"): |
817 | self.path("*") | 815 | self.path("*") |
@@ -929,6 +927,7 @@ class Linux_x86_64Manifest(LinuxManifest): | |||
929 | super(Linux_x86_64Manifest, self).construct() | 927 | super(Linux_x86_64Manifest, self).construct() |
930 | self.path("imprudence-stripped","bin/do-not-directly-run-imprudence-bin") | 928 | self.path("imprudence-stripped","bin/do-not-directly-run-imprudence-bin") |
931 | # self.path("../linux_crash_logger/linux-crash-logger-stripped","linux-crash-logger.bin") | 929 | # self.path("../linux_crash_logger/linux-crash-logger-stripped","linux-crash-logger.bin") |
930 | |||
932 | self.path("linux_tools/launch_url.sh","launch_url.sh") | 931 | self.path("linux_tools/launch_url.sh","launch_url.sh") |
933 | if self.prefix("res-sdl"): | 932 | if self.prefix("res-sdl"): |
934 | self.path("*") | 933 | self.path("*") |
@@ -936,7 +935,110 @@ class Linux_x86_64Manifest(LinuxManifest): | |||
936 | self.end_prefix("res-sdl") | 935 | self.end_prefix("res-sdl") |
937 | 936 | ||
938 | self.path("featuretable_linux.txt") | 937 | self.path("featuretable_linux.txt") |
939 | self.path("secondlife-i686.supp") | 938 | #self.path("secondlife-x86_64.supp") |
939 | |||
940 | self.path("app_settings/mozilla-runtime-linux-x86_64") | ||
941 | |||
942 | if self.prefix("../../libraries/x86_64-linux/lib_release_client", dst="lib"): | ||
943 | self.path("libapr-1.so.0") | ||
944 | self.path("libaprutil-1.so.0") | ||
945 | self.path("libdb-4.2.so") | ||
946 | self.path("libcrypto.so.0.9.8") | ||
947 | self.path("libexpat.so.1") | ||
948 | self.path("libssl.so.0.9.8") | ||
949 | self.path("libuuid.so", "libuuid.so.1") | ||
950 | self.path("libSDL-1.2.so.0") | ||
951 | self.path("libELFIO.so") | ||
952 | self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3") | ||
953 | self.path("libxml2.so.2") | ||
954 | self.path("libz.so.1") | ||
955 | |||
956 | # OpenAL | ||
957 | self.path("libopenal.so.1") | ||
958 | self.path("libalut.so.0") | ||
959 | |||
960 | # GTK+ and dependencies | ||
961 | self.path("libatk-1.0.so.0") | ||
962 | self.path("libcairo.so.2") | ||
963 | self.path("libfontconfig.so.1") | ||
964 | self.path("libfreetype.so.6") | ||
965 | self.path("libgdk_pixbuf-2.0.so.0") | ||
966 | self.path("libgdk-x11-2.0.so.0") | ||
967 | self.path("libgtk-x11-2.0.so.0") | ||
968 | self.path("libpango-1.0.so.0") | ||
969 | self.path("libpangoft2-1.0.so.0") | ||
970 | self.path("libpangox-1.0.so.0") | ||
971 | self.path("libpangoxft-1.0.so.0") | ||
972 | self.path("libpixman-1.so.0") | ||
973 | |||
974 | # Gstreamer libs | ||
975 | self.path("libgstbase-0.10.so.0") | ||
976 | self.path("libgstreamer-0.10.so.0") | ||
977 | self.path("libgstaudio-0.10.so.0") | ||
978 | self.path("libgstbase-0.10.so.0") | ||
979 | self.path("libgstcontroller-0.10.so.0") | ||
980 | self.path("libgstdataprotocol-0.10.so.0") | ||
981 | self.path("libgstinterfaces-0.10.so.0") | ||
982 | self.path("libgstnetbuffer-0.10.so.0") | ||
983 | self.path("libgstpbutils-0.10.so.0") | ||
984 | self.path("libgstriff-0.10.so.0") | ||
985 | self.path("libgstrtp-0.10.so.0") | ||
986 | self.path("libgstrtsp-0.10.so.0") | ||
987 | self.path("libgstsdp-0.10.so.0") | ||
988 | self.path("libgsttag-0.10.so.0") | ||
989 | self.path("libgstvideo-0.10.so.0") | ||
990 | |||
991 | # Gstreamer plugin dependencies | ||
992 | self.path("libogg.so.0") | ||
993 | self.path("libtheora.so.0") | ||
994 | self.path("libvorbis.so.0") | ||
995 | self.path("libvorbisenc.so.2") | ||
996 | self.path("liboil-0.3.so.0") | ||
997 | |||
998 | # Gstreamer plugins | ||
999 | if self.prefix("gstreamer-plugins"): | ||
1000 | self.path("libgstalsa.so") | ||
1001 | self.path("libgstasf.so") | ||
1002 | self.path("libgstaudioconvert.so") | ||
1003 | self.path("libgstaudioresample.so") | ||
1004 | self.path("libgstautodetect.so") | ||
1005 | self.path("libgstavi.so") | ||
1006 | self.path("libgstcoreelements.so") | ||
1007 | self.path("libgstcoreindexers.so") | ||
1008 | self.path("libgstdecodebin2.so") | ||
1009 | self.path("libgstdecodebin.so") | ||
1010 | self.path("libgstesd.so") | ||
1011 | self.path("libgstffmpeg.so") | ||
1012 | self.path("libgstffmpegcolorspace.so") | ||
1013 | self.path("libgstgnomevfs.so") | ||
1014 | self.path("libgsticydemux.so") | ||
1015 | self.path("libgstid3demux.so") | ||
1016 | self.path("libgstmpegdemux.so") | ||
1017 | self.path("libgstmultifile.so") | ||
1018 | self.path("libgstmultipart.so") | ||
1019 | self.path("libgstogg.so") | ||
1020 | self.path("libgstossaudio.so") | ||
1021 | self.path("libgstplaybin.so") | ||
1022 | self.path("libgstpulse.so") | ||
1023 | self.path("libgstqtdemux.so") | ||
1024 | self.path("libgstqueue2.so") | ||
1025 | self.path("libgsttcp.so") | ||
1026 | self.path("libgsttheora.so") | ||
1027 | self.path("libgsttypefindfunctions.so") | ||
1028 | self.path("libgstudp.so") | ||
1029 | self.path("libgstvideoscale.so") | ||
1030 | self.path("libgstvolume.so") | ||
1031 | self.path("libgstvorbis.so") | ||
1032 | self.path("libgstwavparse.so") | ||
1033 | |||
1034 | self.end_prefix("gstreamer-plugins") | ||
1035 | self.end_prefix("lib") | ||
1036 | |||
1037 | # Vivox runtimes | ||
1038 | #if self.prefix(src="vivox-runtime/i686-linux", dst="bin"): | ||
1039 | # self.path("SLVoice") | ||
1040 | # self.end_prefix() | ||
1041 | |||
940 | 1042 | ||
941 | if __name__ == "__main__": | 1043 | if __name__ == "__main__": |
942 | main() | 1044 | main() |