diff options
author | Andrew de Laix <alain@lindenlab.com> | 2011-03-15 19:58:25 +0000 |
---|---|---|
committer | Andrew de Laix <alain@lindenlab.com> | 2011-03-15 19:58:25 +0000 |
commit | 650dd40187d63eb892a313b12d431f6b485e2dde (patch) | |
tree | 78ea0a79012b274c9a99501c3502c2de0e597cb0 | |
parent | 1de3c1e127706ebc6a16f152635d456dcd59c17f (diff) |
update openal archive for linux.
-rw-r--r-- | autobuild.xml | 4 | ||||
-rw-r--r-- | indra/newview/viewer_manifest.py | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/autobuild.xml b/autobuild.xml index 6dfa7671d3..8e6ad226f3 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1316,11 +1316,11 @@ <key>archive</key> <map> <key>hash</key> - <string>fccdca18a950ac9363c6fb39118b80e1</string> + <string>30b9b33fb9320d9b6634e0dbb013b4e7</string> <key>hash_algorithm</key> <string>md5</string> <key>url</key> - <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/openal-3ad86a1c-linux-20110114.tar.bz2</string> + <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-openal/rev/223977/arch/Linux/installer/openal-1.12.854-1.1.0-linux-20110315.tar.bz2</string> </map> <key>name</key> <string>linux</string> diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index addaafa494..2b756c8dce 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -947,7 +947,11 @@ class Linux_i686Manifest(LinuxManifest): self.path("libopenjpeg.so.1") self.path("libopenjpeg.so") self.path("libalut.so") - self.path("libopenal.so", "libopenal.so.1") + self.path("libalut.so.0") + self.path("libalut.so.0.0.0") + self.path("libopenal.so") + self.path("libopenal.so.1") + self.path("libopenal.so.1.12.854") self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname self.path("libfontconfig.so.1.4.4") try: |