aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | RED-595: Manual merge with weekly-webkit.Aleric Inglewood2010-10-151-5/+1
| | | | | | | | | | | | Plus some white space fixes (TABs --> spaces) in install.xml.
| * | Merge branch 'mccabe-plugins' into plugins_mergeRobin Cornelius2010-10-101-173/+204
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/doc/contributions.txt linden/indra/cmake/GStreamer.cmake linden/indra/cmake/LLMedia.cmake linden/indra/cmake/OPENAL.cmake linden/indra/llmedia/CMakeLists.txt linden/indra/llprimitive/material_codes.h linden/indra/newview/chatbar_as_cmdline.cpp linden/indra/newview/llappviewer.cpp linden/indra/newview/llfloatertos.cpp linden/indra/newview/llstartup.cpp linden/indra/newview/llviewerwindow.cpp linden/indra/newview/llvoavatar.cpp linden/indra/newview/pipeline.cpp linden/indra/newview/pipeline.h linden/indra/newview/viewer_manifest.py linden/install.xml
| | * | Let the gstreamer plugin build on windowsRobin Cornelius2010-10-101-1/+5
| | | |
| | * | linux* kill imprudence gstreamer, use system gstreamer instead.Armin Weatherwax2010-09-231-124/+124
| | | | | | | | | | | | | | | | | | | | who ever builds a release with that needs to consider to install some really old gstreamer at /usr/local/lib - lenny has 0.10.19
| | * | update llplugin to latest version of SG2, pull latest webkitArmin Weatherwax2010-09-231-1/+2
| | | |
| | * | llmediaplugins first stepArmin Weatherwax2010-09-231-51/+75
| | | |
| * | | Fix tab/space issues in viewer_manifest.pyRobin Cornelius2010-10-091-11/+11
| | | |
| * | | Add a fall back to find NSIS on win64Robin Cornelius2010-10-091-2/+6
| | | |
* | | | Removed getvoice.sh for Linux. It's no longer needed.Jacek Antonelli2010-10-261-1/+0
| |_|/ |/| |
* | | Fix tab/space issues in viewer_manifest.pyRobin Cornelius2010-10-091-11/+11
| | |
* | | Add a fall back to find NSIS on win64Robin Cornelius2010-10-091-2/+6
|/ /
* | RED-429: Link against prebuilt libraries / always use gtk-related system ↵Aleric Inglewood2010-10-081-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libs (linux) This patch fixes the problem that there were no 'developer' symlinks for the prebuilt packages (which is not needed for runtim), causing the casual user that tries to compile the viewer on linux (without using --standalone) to link against their system libs (while using the header files of the prebuilt versions), often causing linker errors. It also fixes the fact that a few libraries were completely missing, most notably the dbusglib package only had header files and not a library at all! libgio and libpangocairo where missing from the link command line so that the wrong libraries were picked up, if any at all. Finally, the last GTK related prebuilt libraries have simply been removed from the packaging: linux has those installed (or else the users will know how to install them as soon as they see that the viewer complains about a missing library). This is much more stable, as all those libraries more or less form a whole. Or rather, the libraries that use glib, as especially that one gives a problem at the moment since the latest glib has new g_malloc_n functions that don't exist in the prebuilt glib. Note the difference between a USER compiling her own viewer, and the imprudence team compiling a release: When the imprudence team compiles a release we need to create a portable binary that runs on many versions of linux. In order to achieve that we link against "old" library versions, so that the viewer still works on old operating systems, and (hopefull) also on newer systems, since libraries with the same SONAME are backwards compatible. With g_malloc_n as example: our viewer binary doesn't use that function, so a user that links with their own glib will never have a problem, whether or not his library provides this function. On the other hand, when a user gets the sources and compiles his own viewer he wants to use the LATEST library versions: his own operating system ones. The best way to achieve this is to configure with --standalone, but that currently demands that ALL libraries are installed on her system, including a few very-hard-to-get libraries. If she therefore chooses to configure without --standalone, she suddenly gets all the old library versions, forcing her to at least link against those at compile time (in order to minimize the risk of version incompatibilities). A better solution for the do-it-yourself user would be to have a --semi-standalone configuration that only uses the hard-to-get prebuilt libs and further uses as much the operating system libraries as possible. For most of the hard-to-get libraries this is no problem since they all only depend on libc and similar stable ABI libs.
* | RED-565: Building the package/ directory fails for standalone.Aleric Inglewood2010-09-281-6/+9
|/ | | | | | | | | | | | | | | | | | | | | | | | See http://redmine.imprudenceviewer.org/issues/565 This patch also reorders the "help" text of llmanifest.py to be alphabetical, next to adding the option --standalone with help text. indra/newview/CMakeLists.txt is changed to pass --standalone to the python script. Finally, viewer_manifest.py, which inherits from llmanifest.py uses it to skip the sections that don't make sense when building standalone, and which fail with errors without this patch. This patch is not 100% tested: I don't have a Mac or windows. However, it ONLY touches 'standalone', and before my patches standalone was broken anyway. So, even if this doesn't fix it completely for Mac and/or windows, then it can't hurt to commit, or even release. Even if this fails, the errors are not fatal: the packaging fails, but the viewer is already compiled at this point. I'd advise against holding this back until it could be tested by a Mac or windows developer that can build standalone: that might never happen to begin with! When time comes, some other developer will test it and when there are still problems, fix it, on the other operating systems.
* add libhunspell to viewer_manifest for linux*Armin Weatherwax2010-09-131-0/+2
|
* Added libhunspell-1.2.dylib to Mac manifest.Jacek Antonelli2010-09-101-0/+1
|
* Added Delicious and DroidSans fonts to package and preferences.Jacek Antonelli2010-09-101-3/+16
|
* Switched main viewer font to DejaVu Sans Condensed.Jacek Antonelli2010-09-031-0/+4
| | | | | Tweaked a few parts of the UI layout to fit the font better. Still no easy way to switch fonts yet.