Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nmake' into next | David Walter Seikel | 2013-04-26 | 1 | -22/+27 |
|\ | | | | | | | nmake builds seem stable now. | ||||
| * | Make nmake builds more like VS builds. | David Walter Seikel | 2013-04-26 | 1 | -23/+28 |
| | | | | | | | | Still some tweaking to go, therefore, still some rough bits in this. | ||||
| * | New branch for building with nmake. | David Walter Seikel | 2013-04-18 | 1 | -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 Seikel | 2013-04-24 | 1 | -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 Seikel | 2013-04-17 | 1 | -1/+3 |
| | |||||
* | Random white space clean ups. In Python! Yes, be scared. B-) | David Walter Seikel | 2013-04-17 | 1 | -9/+5 |
| | |||||
* | use qt/webkit 4.7.4 on linux | Armin Weatherwax | 2011-11-13 | 1 | -49/+15 |
| | |||||
* | Linux: remove libxml2 dependency. | Armin Weatherwax | 2011-11-13 | 1 | -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.0 | Armin Weatherwax | 2011-11-13 | 1 | -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 congiguration | McCabe Maxsted | 2011-09-23 | 1 | -1/+11 |
| | |||||
* | Fixed llkdu .config file not being copied during packaging | McCabe Maxsted | 2011-09-08 | 1 | -0/+3 |
| | |||||
* | Fixed windows packaging merge errors | McCabe Maxsted | 2011-09-08 | 1 | -7/+10 |
| | |||||
* | Rebranded the Windows isntaller template back to Imp | McCabe Maxsted | 2011-09-08 | 1 | -3/+3 |
| | |||||
* | Added a new Windows installer script for ISS. Packaging now just generates a ↵ | McCabe Maxsted | 2011-09-08 | 1 | -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 Maxsted | 2011-09-08 | 1 | -21/+12 |
| | | | | distribute the CRT | ||||
* | Added SSE2 packaging and configuration the copied pdb filename, moved it up ↵ | McCabe Maxsted | 2011-09-08 | 1 | -21/+27 |
| | | | | one directory to the main viewer folder | ||||
* | Added basic copying of symbol files when the windows package project is run. ↵ | McCabe Maxsted | 2011-09-08 | 1 | -0/+9 |
| | | | | Todo: add SSE2 target | ||||
* | Ported Mac packaging system from Kokua. | Jacek Antonelli | 2011-05-21 | 1 | -20/+21 |
| | | | | Build the "package" target in Xcode to create a DMG. | ||||
* | linux: several improvements to the starter script, provide a default alsoft.conf | Armin Weatherwax | 2011-04-12 | 1 | -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 Antonelli | 2011-03-19 | 1 | -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 linux32 | Armin Weatherwax | 2011-03-19 | 1 | -1/+1 |
| | |||||
* | Commented out more libs used only by GStreamer from Mac manifest. | Jacek Antonelli | 2011-03-10 | 1 | -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 Antonelli | 2011-03-10 | 1 | -60/+60 |
| | |||||
* | Updated copywinlibs and staging to use the new set of gstreamer libs | McCabe Maxsted | 2011-03-09 | 1 | -58/+70 |
| | |||||
* | IMP-775 Correct spaces in NSIS call. Reference VWR-20742. | Nicky Perian | 2011-03-09 | 1 | -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 directory | Nicky Perian | 2011-03-09 | 1 | -0/+3 |
| | |||||
* | Merge remote-tracking branch 'jacek/weekly' into weekly | McCabe Maxsted | 2011-03-09 | 1 | -1/+0 |
|\ | | | | | | | | | Conflicts: linden/indra/newview/viewer_manifest.py | ||||
| * | Don't try to package RELEASE_NOTES.txt, it doesn't exist for Experimentals. | Jacek Antonelli | 2011-03-04 | 1 | -1/+0 |
| | | |||||
* | | update openal and pulse headers to pulseaudio 0.9.21 on linux* | Armin Weatherwax | 2011-03-04 | 1 | -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 Weatherwax | 2011-03-04 | 1 | -2/+1 |
| | | | | | | | | conservative than debian oldstable (lenny) | ||||
* | | fix packaging fails on linux | Armin Weatherwax | 2011-03-01 | 1 | -1/+1 |
|/ | |||||
* | Simplified install of libllcommon in Mac manifest. | Jacek Antonelli | 2010-11-14 | 1 | -45/+21 |
| | |||||
* | Mac SLPlugin.app needs symlinks to some libs. | Jacek Antonelli | 2010-11-14 | 1 | -11/+22 |
| | |||||
* | Fixed path to Mac SLPlugin launcher. | Jacek Antonelli | 2010-11-14 | 1 | -1/+1 |
| | |||||
* | Commented out gstreamer libs from Mac manifest. | Jacek Antonelli | 2010-11-14 | 1 | -92/+92 |
| | |||||
* | Disable packaging of mac-updater.app. | Jacek Antonelli | 2010-11-14 | 1 | -12/+12 |
| | |||||
* | Merge remote branch 'jacek/SNOW-713' into weekly | McCabe Maxsted | 2010-11-12 | 1 | -3/+52 |
|\ | |||||
| * | As we currently do not build the gstreamer plugin for windows, do not try to ↵ | Robin Cornelius | 2010-11-07 | 1 | -6/+1 |
| | | | | | | | | stage it in viewer_manifest.py | ||||
| * | Correctly stage libhunspell.dll in viewer_manifest.py | Robin Cornelius | 2010-11-07 | 1 | -1/+3 |
| | | |||||
| * | IMP-692: SNOW-713: Fixed compile bug fixes. | Aleric Inglewood | 2010-11-07 | 1 | -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 plugins | Aleric Inglewood | 2010-11-07 | 1 | -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=Debug | Aleric Inglewood | 2010-11-09 | 1 | -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 Cornelius | 2010-11-08 | 1 | -6/+1 |
| | | | | | | | | stage it in viewer_manifest.py | ||||
* | | Correctly stage libhunspell.dll in viewer_manifest.py | Robin Cornelius | 2010-11-08 | 1 | -1/+3 |
|/ | |||||
* | fix: don't use untested libraries | Armin Weatherwax | 2010-11-06 | 1 | -1/+1 |
| | |||||
* | Applied patch by Nicky Perian for #680: commented out unused references to ↵ | McCabe Maxsted | 2010-11-05 | 1 | -54/+55 |
| | | | | gstreamer post-webkit_plugins in viewer_manifest.py | ||||
* | Merged webkit_plugins into weekly. Huzzah! The weekly branch now has ↵ | McCabe Maxsted | 2010-11-02 | 1 | -179/+207 |
|\ | | | | | | | browser/media plugin support | ||||
| * | Install qtxmlpatterns4.dll on windows. | Aleric Inglewood | 2010-11-02 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'weekly' into webkit_plugins | Aleric Inglewood | 2010-10-22 | 1 | -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 Inglewood | 2010-10-16 | 1 | -1/+1 |
| | | |