diff options
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 4 | ||||
-rwxr-xr-x | linden/install.xml | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 0c1f89a..ec3b95c 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -944,7 +944,7 @@ class Linux_i686Manifest(LinuxManifest): | |||
944 | self.path("libgstvideo-0.10.so.0") | 944 | self.path("libgstvideo-0.10.so.0") |
945 | 945 | ||
946 | # Gstreamer plugin dependencies | 946 | # Gstreamer plugin dependencies |
947 | self.path("libfaad.so.2") | 947 | self.path("libfaad.so.0") |
948 | self.path("libogg.so.0") | 948 | self.path("libogg.so.0") |
949 | self.path("libtheora.so.0") | 949 | self.path("libtheora.so.0") |
950 | self.path("libvorbis.so.0") | 950 | self.path("libvorbis.so.0") |
@@ -1072,6 +1072,7 @@ class Linux_x86_64Manifest(LinuxManifest): | |||
1072 | self.path("libgstvideo-0.10.so.0") | 1072 | self.path("libgstvideo-0.10.so.0") |
1073 | 1073 | ||
1074 | # Gstreamer plugin dependencies | 1074 | # Gstreamer plugin dependencies |
1075 | self.path("libfaad.so.0") | ||
1075 | self.path("libogg.so.0") | 1076 | self.path("libogg.so.0") |
1076 | self.path("libtheora.so.0") | 1077 | self.path("libtheora.so.0") |
1077 | self.path("libvorbis.so.0") | 1078 | self.path("libvorbis.so.0") |
@@ -1091,6 +1092,7 @@ class Linux_x86_64Manifest(LinuxManifest): | |||
1091 | self.path("libgstdecodebin2.so") | 1092 | self.path("libgstdecodebin2.so") |
1092 | self.path("libgstdecodebin.so") | 1093 | self.path("libgstdecodebin.so") |
1093 | self.path("libgstesd.so") | 1094 | self.path("libgstesd.so") |
1095 | self.path("libgstfaad.so") | ||
1094 | self.path("libgstffmpeg.so") | 1096 | self.path("libgstffmpeg.so") |
1095 | self.path("libgstffmpegcolorspace.so") | 1097 | self.path("libgstffmpegcolorspace.so") |
1096 | self.path("libgstgnomevfs.so") | 1098 | self.path("libgstgnomevfs.so") |
diff --git a/linden/install.xml b/linden/install.xml index 8505e26..5a6bae5 100755 --- a/linden/install.xml +++ b/linden/install.xml | |||
@@ -668,16 +668,16 @@ | |||
668 | <key>linux</key> | 668 | <key>linux</key> |
669 | <map> | 669 | <map> |
670 | <key>md5sum</key> | 670 | <key>md5sum</key> |
671 | <string>cda184fd2eb36fde3195f5f70568d174</string> | 671 | <string>973aabcba37f6ee0ceab2e3d063eea84</string> |
672 | <key>url</key> | 672 | <key>url</key> |
673 | <uri>http://imprudenceviewer.org/download/libs/gstreamer-plugins-linux-20100826.tar.bz2</uri> | 673 | <uri>http://imprudenceviewer.org/download/libs/gstreamer-plugins-linux-20100827.tar.bz2</uri> |
674 | </map> | 674 | </map> |
675 | <key>linux64</key> | 675 | <key>linux64</key> |
676 | <map> | 676 | <map> |
677 | <key>md5sum</key> | 677 | <key>md5sum</key> |
678 | <string>8e21045776401973c5034de30258ce8c</string> | 678 | <string>663c29f3885ab8429ad6841d80181c31</string> |
679 | <key>url</key> | 679 | <key>url</key> |
680 | <uri>http://imprudenceviewer.org/download/libs/gstreamer-plugins-linux64-20091203.tar.bz2</uri> | 680 | <uri>http://imprudenceviewer.org/download/libs/gstreamer-plugins-linux64-20100827.tar.bz2</uri> |
681 | </map> | 681 | </map> |
682 | <key>windows</key> | 682 | <key>windows</key> |
683 | <map> | 683 | <map> |