From 12347601ba76606dba8fb7fd415fd6fac98d74bb Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 21 Nov 2009 02:05:05 -0600 Subject: libxml2.so.2 was missing from Linux viewer manifest. --- linden/indra/newview/viewer_manifest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'linden') diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index e729db0..a914550 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py @@ -797,6 +797,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libSDL-1.2.so.0") self.path("libELFIO.so") self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3") + self.path("libxml2.so.2") self.path("libz.so.1") # OpenAL -- cgit v1.1 From a4ce57f37184473fa6fff07c592c2f7712f048b4 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Wed, 25 Nov 2009 18:06:02 -0600 Subject: Fixed Linux's gstreamer, gstreamer-plugins, and liboil. Compiled with the correct version of glibc. --- linden/install.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'linden') diff --git a/linden/install.xml b/linden/install.xml index 877aca9..11b3b53 100644 --- a/linden/install.xml +++ b/linden/install.xml @@ -587,9 +587,9 @@ linux md5sum - 605ecd92affb57ed3c70f7564b8bc6b5 + 2cd3f6499f8444f1d119d097e4047252 url - http://imprudenceviewer.org/download/libs/gstreamer-0.10.24-linux-20091115.tar.bz2 + http://imprudenceviewer.org/download/libs/gstreamer-0.10.24-linux-20091125.tar.bz2 windows @@ -616,9 +616,9 @@ linux md5sum - 627aef3c307aed6d2c013bdfa11bb0af + 62b96bb2721798958743d92a403d122a url - http://imprudenceviewer.org/download/libs/gstreamer-plugins-linux-20091115.tar.bz2 + http://imprudenceviewer.org/download/libs/gstreamer-plugins-linux-20091125.tar.bz2 windows @@ -825,9 +825,9 @@ Portions copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura linux md5sum - 5ab0f986317b1a5c4f1682ad1972c318 + 85219034b4e4c17e792f8bb54a1973f7 url - http://imprudenceviewer.org/download/libs/liboil-0.3.16-linux-20091118.tar.bz2 + http://imprudenceviewer.org/download/libs/liboil-0.3.16-linux-20091125.tar.bz2 -- cgit v1.1 From 4633284f00ac19537c7f6ada1d3f17af3e9bb376 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Wed, 25 Nov 2009 19:36:27 -0700 Subject: Updated windows openal libs to openal-soft 1.10.622 --- linden/install.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linden') diff --git a/linden/install.xml b/linden/install.xml index 877aca9..1660614 100644 --- a/linden/install.xml +++ b/linden/install.xml @@ -1179,9 +1179,9 @@ Copyright (C) 2004-2005 Vladimir Berezniker @ http://public.xdi.org/=vmpn windows md5sum - 7c33758dc0a047c244de03133dd76c2a + 3dc9b085b2a1b23501396ef9a87a393e url - http://imprudence.s3.amazonaws.com/extras/openal-soft-1.6.372-windows-01262009.tar.bz2 + http://imprudenceviewer.org/download/libs/openal-soft-1.10.622-windows-20091124.tar.bz2 -- cgit v1.1 From d96a5d6dde3acd0d1b7cff1a18308226d5ee6f5b Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Wed, 25 Nov 2009 19:57:37 -0700 Subject: Updated version to 1.2.1 --- linden/indra/llcommon/llversionviewer.h | 2 +- linden/indra/newview/English.lproj/InfoPlist.strings | 4 ++-- linden/indra/newview/Info-Imprudence.plist | 2 +- linden/indra/newview/res/viewerRes.rc | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'linden') diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 43a4038..8de0a00 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h @@ -44,7 +44,7 @@ const char * const IMP_VIEWER_NAME = "Imprudence"; const S32 IMP_VERSION_MAJOR = 1; const S32 IMP_VERSION_MINOR = 2; -const S32 IMP_VERSION_PATCH = 0; +const S32 IMP_VERSION_PATCH = 1; const char * const IMP_VERSION_TEST = ""; #endif diff --git a/linden/indra/newview/English.lproj/InfoPlist.strings b/linden/indra/newview/English.lproj/InfoPlist.strings index 2657d6f..3b90609 100644 --- a/linden/indra/newview/English.lproj/InfoPlist.strings +++ b/linden/indra/newview/English.lproj/InfoPlist.strings @@ -1,5 +1,5 @@ /* Localized versions of Info.plist keys */ CFBundleName = "Imprudence"; -CFBundleShortVersionString = "Imprudence version 1.2.0"; -CFBundleGetInfoString = "Imprudence version 1.2.0"; +CFBundleShortVersionString = "Imprudence version 1.2.1"; +CFBundleGetInfoString = "Imprudence version 1.2.1"; diff --git a/linden/indra/newview/Info-Imprudence.plist b/linden/indra/newview/Info-Imprudence.plist index 42164c6..affdb57 100644 --- a/linden/indra/newview/Info-Imprudence.plist +++ b/linden/indra/newview/Info-Imprudence.plist @@ -32,7 +32,7 @@ CFBundleVersion - 1.2.0 + 1.2.1 CSResourcesFileMapped diff --git a/linden/indra/newview/res/viewerRes.rc b/linden/indra/newview/res/viewerRes.rc index 3e65203..ff3849f 100644 --- a/linden/indra/newview/res/viewerRes.rc +++ b/linden/indra/newview/res/viewerRes.rc @@ -249,11 +249,11 @@ BEGIN BEGIN VALUE "CompanyName", "Imprudence Viewer Project" VALUE "FileDescription", "Imprudence" - VALUE "FileVersion", "1.2.0" + VALUE "FileVersion", "1.2.1" VALUE "InternalName", "Imprudence" VALUE "OriginalFilename", "Imprudence.exe" VALUE "ProductName", "Imprudence" - VALUE "ProductVersion", "1.2.0" + VALUE "ProductVersion", "1.2.1" END END BLOCK "VarFileInfo" -- cgit v1.1