aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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.
* linux64: fetch 32 bit libraries required for voiceArmin Weatherwax2010-09-031-10/+10
|
* libFLAC missing from manifestNemurimasu Neiro2010-09-021-0/+1
|
* added libhunspell.dll to viewer_manifest.pyMcCabe Maxsted2010-09-011-0/+3
|
* Added Vivox files to Linux64 manifest.Armin Weatherwax2010-08-281-5/+11
|
* fetch new gstreamer plugins for linux* (both working)Armin Weatherwax2010-08-281-1/+3
|
* Added Vivox files to Linux manifest.Jacek Antonelli2010-08-281-4/+10
|
* Added faad2 plugin for Linux32. (But may be broken?)Jacek Antonelli2010-08-281-0/+2
|
* Added faad2 plugin for Mac.Jacek Antonelli2010-08-281-0/+2
|
* changes to the linux parts of viewer_manifest.pyArmin Weatherwax2010-08-191-9/+9
| | | | | * comment out SLVoice as long as we don't package it * comment out libz for 64bit (not needed)
* Commented out SLVoiceAgent.app from viewer_manifest.py since it's no longer usedMcCabe Maxsted2010-08-171-1/+1
|
* Added imprudence.url to viewer_manifest.pyMcCabe Maxsted2010-08-131-1/+3
|
* Commented out unused .config files from viewer_manifest.py and made sure it ↵McCabe Maxsted2010-08-121-3/+4
| | | | uses the right llkdu.dll.2.config
* Re-added voice in CopyWinLibs.cmake and viewer_manifest.py--amendMcCabe Maxsted2010-08-121-1/+1
|
* Re-added voice in CopyWinLibs.cmake and viewer_manifest.pyMcCabe Maxsted2010-08-121-21/+21
|
* Updated OpenJPEG on Mac to 1.4.565.Jacek Antonelli2010-06-211-0/+1
|
* add: getvoice.sh which fetches all voice libs as needed on any supported Linux.Armin Weatherwax2010-06-191-0/+1
|
* Update openjpeg library to 1.4.0.565 on Linux (32 and 64).Armin Weatherwax2010-06-191-1/+1
|
* Added some missing Mac libs to the manifest (libpng12, libvorbisfile).Jacek Antonelli2010-05-061-0/+2
|
* ChangeLog.txt is no longer required for packaging.Jacek Antonelli2010-03-181-1/+1
| | | | @nochangelog
* Fixed viewer_manifest.py to package imprudence_loading.png.Jacek Antonelli2010-03-161-0/+1
|
* Reactivated libELFIO for Linux64 (it wasn't causing the crash).Armin Weatherwax2010-03-131-1/+1
| | | | (Reverts part of commit 30945b74.)
* Updated viewer_manifest.py to package only our free fonts. Again.Jacek Antonelli2010-03-071-2/+6
|
* Some changes to help linux64.Armin Weatherwax2010-02-271-1/+2
| | | | | | | * Don't build with libELFIO (lib not working). * Use shared libpng12 instead of static library (fixes mozlib incompat for users with system libpng14).
* Removed pixbuf and pango from linux32 viewer_manifest.Armin Weatherwax2010-02-031-5/+5
| | | | | | They sometimes cause trouble when distributed. (Cherry-picked by Jacek from 9efbb42c)
* Fixed viewer_manifest.py and default packaging system for Windows (NSIS ↵McCabe Maxsted2010-01-091-35/+95
| | | | install script only works manually)
* Several changes to the 64bit build.Armin Weatherwax2010-01-031-9/+17
| | | | | | | | | - lib folder becomes lib64, - lib32 folder prepared (for voice libs), - pango removed - gdk_pixbuf removed (Cherry picked by Jacek from da4c5189)
* Trying the new 64bit libs and adding the adjustments needed.Armin Weatherwax2010-01-031-3/+105
| | | | (Cherry picked by Jacek from 13412855)
* Merged SL 1.23.5 into Imprudence.Jacek Antonelli2009-11-281-3/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/cmake/CopyWinLibs.cmake linden/indra/lib/python/indra/util/llversion.py linden/indra/llcommon/llversionviewer.h linden/indra/newview/English.lproj/InfoPlist.strings linden/indra/newview/Info-Imprudence.plist linden/indra/newview/llassetuploadresponders.cpp linden/indra/newview/llpreview.cpp linden/indra/newview/res/viewerRes.rc linden/indra/newview/viewer_manifest.py
| * Second Life viewer sources 1.23.5Jacek Antonelli2009-11-031-19/+28
| |
* | Merge branch '1.2-maint' into nextJacek Antonelli2009-11-261-0/+1
|\ \ | | | | | | | | | | | | Conflicts: linden/indra/newview/res/viewerRes.rc
| * | libxml2.so.2 was missing from Linux viewer manifest.Jacek Antonelli2009-11-211-0/+1
| | |
* | | Merge remote branch 'mccabe/1.3.0-next' into nextJacek Antonelli2009-11-191-4/+31
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/cmake/00-Common.cmake linden/indra/newview/skins/default/xui/de/floater_about.xml linden/indra/newview/skins/default/xui/fr/floater_about.xml linden/indra/newview/skins/default/xui/ja/floater_about.xml linden/indra/newview/skins/default/xui/ko/floater_about.xml linden/indra/newview/skins/default/xui/zh/floater_about.xml linden/install.xml
| * | Merged almost-final version of Imprudence 1.2 into 1.3McCabe Maxsted2009-11-081-0/+16
| |\ \