aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-04-24 13:05:44 +1000
committerDavid Walter Seikel2013-04-24 13:05:44 +1000
commitaf09cc274b50c9d9c41af0ff9f2e66b4c81a1fa4 (patch)
treeea142a4a7c1f329827c2adac00f00916f319f592 /linden
parentAdd compatibility with autobuild pre built libraries. (diff)
downloadmeta-impy-af09cc274b50c9d9c41af0ff9f2e66b4c81a1fa4.zip
meta-impy-af09cc274b50c9d9c41af0ff9f2e66b4c81a1fa4.tar.gz
meta-impy-af09cc274b50c9d9c41af0ff9f2e66b4c81a1fa4.tar.bz2
meta-impy-af09cc274b50c9d9c41af0ff9f2e66b4c81a1fa4.tar.xz
Update boost library for Linux 64 bit to 1.48 from Kokua.
Also added icu from there, but not sure it's needed anymore?
Diffstat (limited to 'linden')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py19
-rwxr-xr-xlinden/install.xml25
2 files changed, 42 insertions, 2 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index bcdf4a9..6380b39 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -1121,6 +1121,25 @@ class Linux_x86_64Manifest(LinuxManifest):
1121 #self.path("libgsttag-0.10.so.0") 1121 #self.path("libgsttag-0.10.so.0")
1122 #self.path("libgstvideo-0.10.so.0") 1122 #self.path("libgstvideo-0.10.so.0")
1123 1123
1124 # Wish I could kill it with fire. lol
1125 self.path("libboost_date_time-mt.so")
1126 self.path("libboost_date_time-mt.so.1.48.0")
1127 self.path("libboost_filesystem-mt.so")
1128 self.path("libboost_filesystem-mt.so.1.48.0")
1129 self.path("libboost_iostreams-mt.so")
1130 self.path("libboost_iostreams-mt.so.1.48.0")
1131 self.path("libboost_program_options-mt.so")
1132 self.path("libboost_program_options-mt.so.1.48.0")
1133 self.path("libboost_regex-mt.so")
1134 self.path("libboost_regex-mt.so.1.48.0")
1135 self.path("libboost_signals-mt.so")
1136 self.path("libboost_signals-mt.so.1.48.0")
1137 self.path("libboost_system-mt.so")
1138 self.path("libboost_system-mt.so.1.48.0")
1139 self.path("libboost_thread-mt.so")
1140 self.path("libboost_thread-mt.so.1.48.0")
1141 self.path("libboost_wave-mt.so")
1142 self.path("libboost_wave-mt.so.1.48.0")
1124 1143
1125 self.end_prefix("lib64") 1144 self.end_prefix("lib64")
1126 1145
diff --git a/linden/install.xml b/linden/install.xml
index 3e5810a..c18e55a 100755
--- a/linden/install.xml
+++ b/linden/install.xml
@@ -202,9 +202,9 @@
202 <key>linux64</key> 202 <key>linux64</key>
203 <map> 203 <map>
204 <key>md5sum</key> 204 <key>md5sum</key>
205 <string>ebfaa439a8a78db7d99a26a73a70994a</string> 205 <string>fb26c88983b6bf9b5042d00bfdd3ade4</string>
206 <key>url</key> 206 <key>url</key>
207 <uri>http://imprudenceviewer.org/download/libs/boost-1.39.0-linux64-20100901.tar.bz2</uri> 207 <uri>https://bitbucket.org/kokua/3p-boost/downloads/boost-1.48.0-linux64-20130103.tar.bz2</uri>
208 </map> 208 </map>
209 <key>windows</key> 209 <key>windows</key>
210 <map> 210 <map>
@@ -701,6 +701,27 @@ cairo: Copyright © 2002 University of Southern California, Copyright © 2005 Re
701 </map> 701 </map>
702 </map> 702 </map>
703 </map> 703 </map>
704 <key>icu</key>
705 <map>
706 <key>copyright</key>
707 <string>various</string>
708 <key>description</key>
709 <string>Unicode and globalization support for software applications.</string>
710 <key>license</key>
711 <string>icu</string>
712 <key>license</key>
713 <string>unicode-license</string>
714 <key>packages</key>
715 <map>
716 <key>linux64</key>
717 <map>
718 <key>md5sum</key>
719 <string>bc3226223f0d14881a84c2e836c4a81a</string>
720 <key>url</key>
721 <uri>https://bitbucket.org/kokua/3p-icu4c-64/downloads/icu4c-48.1-linux64-20121227.tar.bz2</uri>
722 </map>
723 </map>
724 </map>
704 <key>jpeglib</key> 725 <key>jpeglib</key>
705 <map> 726 <map>
706 <key>copyright</key> 727 <key>copyright</key>