diff options
author | Jacek Antonelli | 2009-10-09 19:53:10 -0500 |
---|---|---|
committer | McCabe Maxsted | 2009-10-18 10:53:33 -0700 |
commit | d91accfd6135d56cd6f079b95fdce3f7844df706 (patch) | |
tree | c72c6570b03f3a95979b52f0c0fcd45403c749c8 /linden/indra/newview/viewer_manifest.py | |
parent | Ported notecard security fix from LL's 1.23.5 viewer (diff) | |
download | meta-impy-d91accfd6135d56cd6f079b95fdce3f7844df706.zip meta-impy-d91accfd6135d56cd6f079b95fdce3f7844df706.tar.gz meta-impy-d91accfd6135d56cd6f079b95fdce3f7844df706.tar.bz2 meta-impy-d91accfd6135d56cd6f079b95fdce3f7844df706.tar.xz |
Updated and added some Linux libs.
Updated: glib, gstreamer, gtk-etc, ogg-vorbis, openal, libxml
Added: gstreamer-plugins, theora
Diffstat (limited to '')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 6ae5b80..b4a0b6c 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -798,14 +798,11 @@ class Linux_i686Manifest(LinuxManifest): | |||
798 | self.path("libELFIO.so") | 798 | self.path("libELFIO.so") |
799 | self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3") | 799 | self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3") |
800 | 800 | ||
801 | self.path("libopenal.so") # symlink | ||
802 | self.path("libopenal.so.1") | 801 | self.path("libopenal.so.1") |
803 | self.path("libalut.so") | 802 | self.path("libalut.so.0") |
804 | 803 | ||
805 | # Gstreamer libs | 804 | # Gstreamer libs |
806 | self.path("libgstbase-0.10.so") # symlink | ||
807 | self.path("libgstbase-0.10.so.0") | 805 | self.path("libgstbase-0.10.so.0") |
808 | self.path("libgstreamer-0.10.so") # symlink | ||
809 | self.path("libgstreamer-0.10.so.0") | 806 | self.path("libgstreamer-0.10.so.0") |
810 | self.path("libgstaudio-0.10.so.0") | 807 | self.path("libgstaudio-0.10.so.0") |
811 | self.path("libgstbase-0.10.so.0") | 808 | self.path("libgstbase-0.10.so.0") |
@@ -822,18 +819,10 @@ class Linux_i686Manifest(LinuxManifest): | |||
822 | self.path("libgstvideo-0.10.so.0") | 819 | self.path("libgstvideo-0.10.so.0") |
823 | 820 | ||
824 | # Gstreamer plugin dependencies | 821 | # Gstreamer plugin dependencies |
825 | self.path("libavcodec.so.52") | ||
826 | self.path("libavformat.so.52") | ||
827 | self.path("libavutil.so.49") | ||
828 | self.path("libxvidcore.so.4") | ||
829 | self.path("libfaac.so.0") | ||
830 | self.path("libfaad.so.1") | ||
831 | self.path("libmp3lame.so.0") | ||
832 | self.path("libogg.so.0") | 822 | self.path("libogg.so.0") |
823 | self.path("libtheora.so.0") | ||
833 | self.path("libvorbis.so.0") | 824 | self.path("libvorbis.so.0") |
834 | self.path("libvorbisenc.so.2") | 825 | self.path("libvorbisenc.so.2") |
835 | self.path("libxml2.so.2") | ||
836 | self.path("libxvidcore.so.4") | ||
837 | 826 | ||
838 | # Gstreamer plugins | 827 | # Gstreamer plugins |
839 | if self.prefix("gstreamer-plugins"): | 828 | if self.prefix("gstreamer-plugins"): |
@@ -848,7 +837,6 @@ class Linux_i686Manifest(LinuxManifest): | |||
848 | self.path("libgstdecodebin2.so") | 837 | self.path("libgstdecodebin2.so") |
849 | self.path("libgstdecodebin.so") | 838 | self.path("libgstdecodebin.so") |
850 | self.path("libgstesd.so") | 839 | self.path("libgstesd.so") |
851 | self.path("libgstffmpegcolorspace.so") | ||
852 | self.path("libgstffmpeg.so") | 840 | self.path("libgstffmpeg.so") |
853 | self.path("libgstgnomevfs.so") | 841 | self.path("libgstgnomevfs.so") |
854 | self.path("libgsticydemux.so") | 842 | self.path("libgsticydemux.so") |