aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorArmin Weatherwax2011-03-04 14:36:52 +0100
committerArmin Weatherwax2011-03-04 14:36:52 +0100
commite77b94aeea4b3e20b08232d04514c37bfba7a796 (patch)
tree9783f265c9adefd4d3529f8488a19cfcb974a212 /linden/indra
parentdon't package libgdk_pixbuf on linux64, it breaks webkit on distros less cons... (diff)
downloadmeta-impy-e77b94aeea4b3e20b08232d04514c37bfba7a796.zip
meta-impy-e77b94aeea4b3e20b08232d04514c37bfba7a796.tar.gz
meta-impy-e77b94aeea4b3e20b08232d04514c37bfba7a796.tar.bz2
meta-impy-e77b94aeea4b3e20b08232d04514c37bfba7a796.tar.xz
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
Diffstat (limited to 'linden/indra')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py9
1 files changed, 4 insertions, 5 deletions
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):
1002 self.path("libz.so.1") 1002 self.path("libz.so.1")
1003 1003
1004 # OpenAL 1004 # OpenAL
1005 self.path("libopenal.so.1") 1005 self.path("libopenal.so.1.12.854", "libopenal.so.1")
1006 self.path("libalut.so.0") 1006 self.path("libalut.so.0.1.0", "libalut.so.0")
1007 1007
1008 # GTK+ and dependencies 1008 # GTK+ and dependencies
1009 ## Lets just use the system libraries for all of these: 1009 ## Lets just use the system libraries for all of these:
@@ -1135,9 +1135,8 @@ class Linux_x86_64Manifest(LinuxManifest):
1135 #self.path("libz.so.1") #not needed 1135 #self.path("libz.so.1") #not needed
1136 1136
1137 # OpenAL 1137 # OpenAL
1138 self.path("libopenal.so.1") 1138 self.path("libopenal.so.1.12.854", "libopenal.so.1")
1139 self.path("libalut.so.0") 1139 self.path("libalut.so.0.1.0", "libalut.so.0")
1140
1141 # GTK+ and dependencies 1140 # GTK+ and dependencies
1142 ## Lets just use the system libraries for all of these: 1141 ## Lets just use the system libraries for all of these:
1143 ##self.path("libatk-1.0.so.0") 1142 ##self.path("libatk-1.0.so.0")