summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
AgeCommit message (Collapse)Author
2011-05-02CHOP-599: if build.sh creates summary.json, package it with viewer.Nat Goodspeed
Recent versions of the viewer's build-dependent build.sh create and upload a summary.json file in the top level of the source repository checkout. Bundle that into the viewer installer. This is the one file that contains the viewer's version.
2011-04-19New openssl package solves permissions problems with Linux build.Nat Goodspeed
The original Linux openssl tarball includes libcrypto.so and libssl.so files with r-xr-xr-x permissions: not even the owning user can modify them. This causes problems when the Release build tries to 'strip' the viewer and all associated libraries. Newer openssl tarball fixes permission problems. The newer openssl package also updates from 0.9.8 to 1.0.0, so have to fix version numbers in Copy3rdPartyLibs.cmake and viewer_manifest.py too. :-P Presumably the only reason this hasn't been causing trouble with TC builds is that the link has been picking up system libraries instead of the ones from the openssl package.
2011-03-28get naming of openallib right when packaging.Andrew de Laix
2011-03-25revert packaging of openal libs.alain@945battery-guestA-183.lindenlab.com
2011-03-25Backed out changeset 6e69fbe64617alain@945battery-guestA-183.lindenlab.com
2011-03-24use vivox's openal for SLVoice because it isn't compatible with latest ↵alain@945battery-guestA-183.lindenlab.com
OpenAl version (should fix linux voice issues).
2011-03-18Autobuild: pull in from jenn_linden/viewer-vs2010Merov Linden
2011-03-18Removal of dbghelp cruft.brad kittenbrink
Reviewed by alain and nat.
2011-03-18merge out 2.6.0 changes from viewer-developmentOz Linden
2011-03-17package .so links needed by linux webkit plugin.Andrew de Laix
2011-03-16package all breakpad symlinks for linux.Andrew de Laix
2011-03-15update uuid archive for linux.Andrew de Laix
2011-03-15eol fixesRichard Linden
2011-03-15update openal archive for linux.Andrew de Laix
2011-03-14Merge with tip of viewer developmentcallum
2011-03-14update openssl archive for linux.Andrew de Laix
2011-03-14update openjpeg archive for linux.Andrew de Laix
2011-03-11package the exact shared library (manifest doesn't follow symlinks)Andrew de Laix
2011-03-11update fontconfig archive for linux.Andrew de Laix
2011-03-10remove ELFIO cruft; no longer needed now that we use google breakpad.Andrew de Laix
2011-03-10Corrected a call to the mac-specific command "Rez" that had the wrong case. ↵Ricky Curtice
This is only an issue on Macs that have a case-sensitive root filesystem.
2011-03-10Automated merge with https://bitbucket.org/jenn_linden/viewer-vs2010Andrew de Laix
2011-03-10update apr and sdl archives for linux; added new archive db (needed for ↵Andrew de Laix
linux only).
2011-03-09Merge with tip of http://hg.secondlife.com/viewer-development (rev 14798)callum
2011-03-09update ndofdev archive usage on darwin.Andrew A. de Laix
2011-03-04ares, boost, expat, freetype archives updated to latest builds.Andrew A. de Laix
2011-03-03merge from lindenlab/viewer-developmentAlain Linden
2011-03-02SOCIAL-595 FIX Global volume control and the volume control on MOAP no ↵Richard Linden
longer have any affect
2011-02-18Fix for packaging failure. Installer was missing the SecondLife.exe binarybrad kittenbrink
due to improperly disabled msvcrt manifest checking. reviewed by jenn.
2011-02-10various fixes to get the debug build working; don't look for or copy ↵Alain Linden
msvc*80.dll's.
2011-02-09STORM-937 : Fix python scripts shebang line and license header for consistencyMerov Linden
2011-02-08fix a couple more packaging problems...Alain Linden
2011-02-07update pacageing of msvc?100.dll's; use latest qt package with all needed libs.Alain Linden
2011-01-20Updated viewer_manifest.py to refer to the correct source paths for the ↵jenn
linux build.
2011-01-19fix copying of vivox files for darwin manifest.Andrew A. de Laix
2011-01-18windows build fixes.Alain Linden
2011-01-14windows autobuildibatized (bye bye install.py...)Alain Linden
2011-01-13mac buiding with autobuild and autobuild style packages (just say no to ↵Andrew A. de Laix
install.py)
2010-12-21STORM-151 : pull in viewer-developmentMerov Linden
2010-11-29CHOP-223 fix for more mac build breakage from the previous changes.brad kittenbrink
2010-11-29CHOP-223 fix for mac build breakage introduced in the last change.brad kittenbrink
2010-11-29Better fix for CHOP-223.brad kittenbrink
Comments on the mercurial bug tracker indicate that this bug is likely to recur, so we work around it in viewer_manifest.py now. http://mercurial.selenic.com/bts/issue1802
2010-11-22STORM-151 : Attempt to fix Windows static linking, simplified manifestMerov Linden
2010-11-19Fix for viewer_manifest.py failure on windows.brad kittenbrink
2010-11-19Fix for windows installer missing update_install.bat. Paired with mani.brad kittenbrink
2010-11-17CHOP-203 Fixed linux release bug - exclude update_install from symbol strippageMark Palange (Mani)
2010-11-16CHOP-179 Linux install uses linux-updater. Rev. by AlainMark Palange (Mani)
2010-11-11Add very basic windows install script.Andrew A. de Laix
2010-11-11run install script on successful downloadAndrew A. de Laix
2010-11-09beginnings of the update installer (with simple install script for darwin).Andrew A. de Laix