aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-21Ported Mac packaging system from Kokua.Jacek Antonelli1-20/+21
Build the "package" target in Xcode to create a DMG.
2011-05-17Linux64 fix linking and packaging of the new ogg/vorbis libsArmin Weatherwax1-3/+4
2011-05-14Package both libz.so.1 and libz.so (symlink) on Linux32. (IMP-790)Jacek Antonelli1-0/+1
The viewer binary links against libz.so, but libvivoxsdk.so and some other libraries link against libz.so.1. (cherry picked from commit 74d6849a9730941839f00c1ec2b640958fd61cc9)
2011-04-12linux: several improvements to the starter script, provide a default alsoft.confArmin Weatherwax1-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.
2011-03-19Package both libz.so.1 and libz.so (symlink) on Linux32. (IMP-790)Jacek Antonelli1-1/+2
The viewer binary links against libz.so, but libvivoxsdk.so and some other libraries link against libz.so.1.
2011-03-19package libz.so instead of libz.so.1 for linux32Armin Weatherwax1-1/+1
2011-03-10Commented out more libs used only by GStreamer from Mac manifest.Jacek Antonelli1-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.
2011-03-10Fixed some bad indentation in viewer_manifest.py.Jacek Antonelli1-60/+60
2011-03-09Updated copywinlibs and staging to use the new set of gstreamer libsMcCabe Maxsted1-58/+70
2011-03-09IMP-775 Correct spaces in NSIS call. Reference VWR-20742.Nicky Perian1-3/+8
Used, with permission, Siana Geraz's Singularity Viewer portion related to this issue only. Signed-off-by: Nicky Perian <nickyperian@yahoo.com>
2011-03-09Stage dictionaries directoryNicky Perian1-0/+3
2011-03-04Don't try to package RELEASE_NOTES.txt, it doesn't exist for Experimentals.Jacek Antonelli1-1/+0
2011-03-04update openal and pulse headers to pulseaudio 0.9.21 on linux*Armin Weatherwax1-5/+4
however the old reference in install.xml is kept commented for linux32 in case it causes trouble
2011-03-04don't package libgdk_pixbuf on linux64, it breaks webkit on distros less ↵Armin Weatherwax1-2/+1
conservative than debian oldstable (lenny)
2011-03-01fix packaging fails on linuxArmin Weatherwax1-1/+1
2011-02-22Removed getvoice.sh for Linux. It's no longer needed.Jacek Antonelli1-1/+0
(cherry-picked from commit fff44ef5ad556464a41c160ac6031c67ef40cb63)
2011-01-17IMP-429: Link against prebuilt libraries / always use gtk-related system ↵Aleric Inglewood1-14/+16
libs (linux) (cherry picked from commit a3cffd06a0e7aa92e1b6c28e7bad655b7085296c)
2010-11-14Simplified install of libllcommon in Mac manifest.Jacek Antonelli1-45/+21
2010-11-14Mac SLPlugin.app needs symlinks to some libs.Jacek Antonelli1-11/+22
2010-11-14Fixed path to Mac SLPlugin launcher.Jacek Antonelli1-1/+1
2010-11-14Commented out gstreamer libs from Mac manifest.Jacek Antonelli1-92/+92
2010-11-14Disable packaging of mac-updater.app.Jacek Antonelli1-12/+12
2010-11-09Install unstripped binary in packaged when --type=DebugAleric Inglewood1-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 ;)
2010-11-08As we currently do not build the gstreamer plugin for windows, do not try to ↵Robin Cornelius1-6/+1
stage it in viewer_manifest.py
2010-11-08Correctly stage libhunspell.dll in viewer_manifest.pyRobin Cornelius1-1/+3
2010-11-07As we currently do not build the gstreamer plugin for windows, do not try to ↵Robin Cornelius1-6/+1
stage it in viewer_manifest.py
2010-11-07Correctly stage libhunspell.dll in viewer_manifest.pyRobin Cornelius1-1/+3
2010-11-07IMP-692: SNOW-713: Fixed compile bug fixes.Aleric Inglewood1-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.
2010-11-07IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood1-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.
2010-11-06fix: don't use untested librariesArmin Weatherwax1-1/+1
2010-11-05Applied patch by Nicky Perian for #680: commented out unused references to ↵McCabe Maxsted1-54/+55
gstreamer post-webkit_plugins in viewer_manifest.py
2010-11-02Install qtxmlpatterns4.dll on windows.Aleric Inglewood1-0/+1
2010-10-26Removed getvoice.sh for Linux. It's no longer needed.Jacek Antonelli1-1/+0
2010-10-16Fix windows mime types and gstreamer plugin name.Aleric Inglewood1-1/+1
2010-10-15RED-595: Manual merge with weekly-webkit.Aleric Inglewood1-5/+1
Plus some white space fixes (TABs --> spaces) in install.xml.
2010-10-10Let the gstreamer plugin build on windowsRobin Cornelius1-1/+5
2010-10-09Fix tab/space issues in viewer_manifest.pyRobin Cornelius1-11/+11
2010-10-09Add a fall back to find NSIS on win64Robin Cornelius1-2/+6
2010-10-09Fix tab/space issues in viewer_manifest.pyRobin Cornelius1-11/+11
2010-10-09Add a fall back to find NSIS on win64Robin Cornelius1-2/+6
2010-10-08RED-429: Link against prebuilt libraries / always use gtk-related system ↵Aleric Inglewood1-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.
2010-10-01RED-565: Building the package/ directory fails for standalone.Aleric Inglewood1-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.
2010-09-28RED-565: Building the package/ directory fails for standalone.Aleric Inglewood1-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.
2010-09-23linux* kill imprudence gstreamer, use system gstreamer instead.Armin Weatherwax1-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
2010-09-23update llplugin to latest version of SG2, pull latest webkitArmin Weatherwax1-1/+2
2010-09-23llmediaplugins first stepArmin Weatherwax1-51/+75
2010-09-16linux64: fetch 32 bit libraries required for voiceArmin Weatherwax1-10/+10
2010-09-16libFLAC missing from Mac manifestNemurimasu Neiro1-0/+1
2010-09-13add libhunspell to viewer_manifest for linux*Armin Weatherwax1-0/+2
2010-09-10Added libhunspell-1.2.dylib to Mac manifest.Jacek Antonelli1-0/+1