aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'nmake' into nextDavid Walter Seikel2013-04-261-22/+27
|\ | | | | | | nmake builds seem stable now.
| * Make nmake builds more like VS builds.David Walter Seikel2013-04-261-23/+28
| | | | | | | | Still some tweaking to go, therefore, still some rough bits in this.
| * New branch for building with nmake.David Walter Seikel2013-04-181-4/+4
| | | | | | | | This is a branch, coz it's still crap.
* | Update boost library for Linux 64 bit to 1.48 from Kokua.David Walter Seikel2013-04-241-0/+19
|/ | | | Also added icu from there, but not sure it's needed anymore?
* Fix up Windows installer, and make it more consistant with other OSes.David Walter Seikel2013-04-171-1/+3
|
* Random white space clean ups. In Python! Yes, be scared. B-)David Walter Seikel2013-04-171-9/+5
|
* use qt/webkit 4.7.4 on linuxArmin Weatherwax2011-11-131-49/+15
|
* Linux: remove libxml2 dependency.Armin Weatherwax2011-11-131-2/+0
| | | | | This might also be possible on other platforms, the newer your gstreamer is, the easier to get rid of libxml2.
* Linux: update OpenAL to 1.13.0Armin Weatherwax2011-11-131-6/+17
| | | | | for Linux64 the 32bit compatibility libs (32bit openal et al.) are now integrated into the openal package.
* Fixed packaging script not finding the right .exe for a congigurationMcCabe Maxsted2011-09-231-1/+11
|
* Fixed llkdu .config file not being copied during packagingMcCabe Maxsted2011-09-081-0/+3
|
* Fixed windows packaging merge errorsMcCabe Maxsted2011-09-081-7/+10
|
* Rebranded the Windows isntaller template back to ImpMcCabe Maxsted2011-09-081-3/+3
|
* Added a new Windows installer script for ISS. Packaging now just generates a ↵McCabe Maxsted2011-09-081-144/+36
| | | | versioned script that must be compiled (currently) by hand. Leaving the NSIS files to be cleaned up as the installer work continues
* Removed packaging private assemblies since that's no longer how we ↵McCabe Maxsted2011-09-081-21/+12
| | | | distribute the CRT
* Added SSE2 packaging and configuration the copied pdb filename, moved it up ↵McCabe Maxsted2011-09-081-21/+27
| | | | one directory to the main viewer folder
* Added basic copying of symbol files when the windows package project is run. ↵McCabe Maxsted2011-09-081-0/+9
| | | | Todo: add SSE2 target
* Ported Mac packaging system from Kokua.Jacek Antonelli2011-05-211-20/+21
| | | | Build the "package" target in Xcode to create a DMG.
* linux: several improvements to the starter script, provide a default alsoft.confArmin Weatherwax2011-04-121-0/+1
| | | | | | | * removed several export lines that are not supported * added a line that -if the user enables it- lets openal load a specific alsoft.conf * added a line that -if the user enables it- adds a custom GST_PLUGIN_PATH * create a crashlog package in the viewer folder if stack_trace.log exists.
* Package both libz.so.1 and libz.so (symlink) on Linux32. (IMP-790)Jacek Antonelli2011-03-191-1/+2
| | | | | The viewer binary links against libz.so, but libvivoxsdk.so and some other libraries link against libz.so.1.
* package libz.so instead of libz.so.1 for linux32Armin Weatherwax2011-03-191-1/+1
|
* Commented out more libs used only by GStreamer from Mac manifest.Jacek Antonelli2011-03-101-8/+8
| | | | | Since Mac is still using the Quicktime plugin, these libs aren't downloaded, so trying to package them makes viewer_manifest.py fail.
* Fixed some bad indentation in viewer_manifest.py.Jacek Antonelli2011-03-101-60/+60
|
* Updated copywinlibs and staging to use the new set of gstreamer libsMcCabe Maxsted2011-03-091-58/+70
|
* IMP-775 Correct spaces in NSIS call. Reference VWR-20742.Nicky Perian2011-03-091-3/+8
| | | | | | Used, with permission, Siana Geraz's Singularity Viewer portion related to this issue only. Signed-off-by: Nicky Perian <nickyperian@yahoo.com>
* Stage dictionaries directoryNicky Perian2011-03-091-0/+3
|
* Merge remote-tracking branch 'jacek/weekly' into weeklyMcCabe Maxsted2011-03-091-1/+0
|\ | | | | | | | | Conflicts: linden/indra/newview/viewer_manifest.py
| * Don't try to package RELEASE_NOTES.txt, it doesn't exist for Experimentals.Jacek Antonelli2011-03-041-1/+0
| |
* | update openal and pulse headers to pulseaudio 0.9.21 on linux*Armin Weatherwax2011-03-041-5/+4
| | | | | | | | however the old reference in install.xml is kept commented for linux32 in case it causes trouble
* | don't package libgdk_pixbuf on linux64, it breaks webkit on distros less ↵Armin Weatherwax2011-03-041-2/+1
| | | | | | | | conservative than debian oldstable (lenny)
* | fix packaging fails on linuxArmin Weatherwax2011-03-011-1/+1
|/
* Simplified install of libllcommon in Mac manifest.Jacek Antonelli2010-11-141-45/+21
|
* Mac SLPlugin.app needs symlinks to some libs.Jacek Antonelli2010-11-141-11/+22
|
* Fixed path to Mac SLPlugin launcher.Jacek Antonelli2010-11-141-1/+1
|
* Commented out gstreamer libs from Mac manifest.Jacek Antonelli2010-11-141-92/+92
|
* Disable packaging of mac-updater.app.Jacek Antonelli2010-11-141-12/+12
|
* Merge remote branch 'jacek/SNOW-713' into weeklyMcCabe Maxsted2010-11-121-3/+52
|\
| * As we currently do not build the gstreamer plugin for windows, do not try to ↵Robin Cornelius2010-11-071-6/+1
| | | | | | | | stage it in viewer_manifest.py
| * Correctly stage libhunspell.dll in viewer_manifest.pyRobin Cornelius2010-11-071-1/+3
| |
| * IMP-692: SNOW-713: Fixed compile bug fixes.Aleric Inglewood2010-11-071-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Added changes from snowglobe 1.5 to indra/llcommon/llstring.h (compile errors as a result of a missing include, but I copied everything else too). * Added #include "linden_common.h" to emeraldboobutils.cpp. Really it's one the header files that needed that, but that's how this header works: every source file should include it as first header anyway, then there is no need for other headers to do that. * Renamed LLPanelRegionOpenSettingsInfo::sendUpdate(void*) to LLPanelRegionOpenSettingsInfo::onClickOrs because it was hiding a virtual function (BOOL sendUpdate(void)). * Made cutToClipboard more equal to copyToClipboard (was also hiding a virtual function). * Install libllcommon.so in lib64 on Linux_x86_64, instead of lib.
| * IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood2010-11-071-2/+49
| | | | | | | | | | | | | | | | | | | | See http://jira.secondlife.com/browse/SNOW-713 This patch makes llcommon shared. It contains the following snowglobe (SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500, 3519 and 3531, plus the fix for all rejects. Note that changes to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500 and 3625) were ignored as we don't have scripts/automated_build_scripts.
* | Install unstripped binary in packaged when --type=DebugAleric Inglewood2010-11-091-2/+10
| | | | | | | | | | | | | | | | | | | | This only affects linux. When one compiles the viewer with --type=Debug you want to be able to actually debug it, so you need debug symbols in the binary. Until now I manually copied imprudence-bin over the installed bin/do-not-directly-run-imprudence-bin, but this seems a more convient solution ;)
* | As we currently do not build the gstreamer plugin for windows, do not try to ↵Robin Cornelius2010-11-081-6/+1
| | | | | | | | stage it in viewer_manifest.py
* | Correctly stage libhunspell.dll in viewer_manifest.pyRobin Cornelius2010-11-081-1/+3
|/
* fix: don't use untested librariesArmin Weatherwax2010-11-061-1/+1
|
* Applied patch by Nicky Perian for #680: commented out unused references to ↵McCabe Maxsted2010-11-051-54/+55
| | | | gstreamer post-webkit_plugins in viewer_manifest.py
* Merged webkit_plugins into weekly. Huzzah! The weekly branch now has ↵McCabe Maxsted2010-11-021-179/+207
|\ | | | | | | browser/media plugin support
| * Install qtxmlpatterns4.dll on windows.Aleric Inglewood2010-11-021-0/+1
| |
| * Merge branch 'weekly' into webkit_pluginsAleric Inglewood2010-10-221-3/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/cmake/GStreamer.cmake linden/indra/cmake/GStreamer.cmake was deleted: we're going to try to use system libs, so any improvements that have been made in weekly have been invane. linden/indra/newview/llstartup.cpp Trivial #include collision. One include added another removed. Fixed. linden/indra/newview/lltoolpie.cpp Collision with RLV, pretty trivial. Fixed. linden/indra/newview/viewer_manifest.py Trivial White space fix collision with commenting out of gstreamer libs. Fixed.
| * | Fix windows mime types and gstreamer plugin name.Aleric Inglewood2010-10-161-1/+1
| | |