From e77b94aeea4b3e20b08232d04514c37bfba7a796 Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Fri, 4 Mar 2011 14:36:52 +0100 Subject: update openal and pulse headers to pulseaudio 0.9.21 on linux* however the old reference in install.xml is kept commented for linux32 in case it causes trouble --- linden/indra/newview/viewer_manifest.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'linden/indra') diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 7b0d6ca..e449a7e 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py @@ -1002,8 +1002,8 @@ class Linux_i686Manifest(LinuxManifest): self.path("libz.so.1") # OpenAL - self.path("libopenal.so.1") - self.path("libalut.so.0") + self.path("libopenal.so.1.12.854", "libopenal.so.1") + self.path("libalut.so.0.1.0", "libalut.so.0") # GTK+ and dependencies ## Lets just use the system libraries for all of these: @@ -1135,9 +1135,8 @@ class Linux_x86_64Manifest(LinuxManifest): #self.path("libz.so.1") #not needed # OpenAL - self.path("libopenal.so.1") - self.path("libalut.so.0") - + self.path("libopenal.so.1.12.854", "libopenal.so.1") + self.path("libalut.so.0.1.0", "libalut.so.0") # GTK+ and dependencies ## Lets just use the system libraries for all of these: ##self.path("libatk-1.0.so.0") -- cgit v1.1