summaryrefslogtreecommitdiff
path: root/download
AgeCommit message (Collapse)Author
2013-05-21make 64-bit shell extensions work, put 64-bit VC runtime in the same dirAndras Timar
Unlike in case of msvcr90.dll, which went to WinSxS, msvcr100.dll is installed to the "system32" folder. Windows installer automatically replaces it to SysWOW64. The problem is that this way 64-bit dlls end up in the wrong directory. They conflict with the 32-bit dlls, and will not be installed. Therefore 64-bit shell extensions will not work, unless the 64-bit VC runtime is installed from other source. It is not possible to install both 32-bit and 64-bit VC Runtime with merge modules in case of VS 2010 and VS 2012. For the 64-bit shell extensions, we can install the runtime dlls next to the files. Change-Id: I47060f8ff764ca1156596139ecbec003f964bc60
2012-11-27move more from download to Makefile.(top|fetch)Matúš Kukan
Change-Id: I3bee487c9c5aa72b2236f076b28ee65cf76ac0dd
2012-11-27move ooo.lst and download parts to Makefile.fetchMatúš Kukan
Change-Id: I2d27341566d383002446c23bdf60c7aa0cabf37d
2012-11-27move check for wget and md5sum to configureMatúš Kukan
Change-Id: I1951f25ddff112e8184c90006cd6e87a1c02a930
2012-11-14use get_config_variables in ./downloadNorbert Thiebaud
Change-Id: Ibe36598dfc6aa5205d43556c5e809be8c716f626
2012-11-13Make wget a little more independend from the local .wgetrc config.gerhard oettl
wget --config=/dev/null would ignore ALL local settings, but interfers maybe too much - proxy auth for example. So adjust only some settings. -- M download Change-Id: I3dad22c4a4e18a480a7157ad3cc903c6a0725a4e Reviewed-on: https://gerrit.libreoffice.org/1046 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-12Don't bundle gdiplus.dll any moreTor Lillqvist
It was needed for Windows 2000 support. Change-Id: I1c0bec3fd3c76005b843d62c636410201abfa8e1
2012-11-08download: check that "mv" succeeds tooMichael Stahl
As reported on list, may fail with weird wget config files... Change-Id: I258809c3488181dcc7584f5349930287dfacb7b8
2012-11-03download: fix if/else logicMatúš Kukan
Change-Id: I3d465d17f4db8d2cf1253f9f6405051136d31c07
2012-11-03bin pointless post_download.inMatúš Kukan
Getting dbghelp.dll with help of dbg_x86.msi was removed. It was most probably obsolete. Change-Id: Iab4c63b2ad883e3d1db3df965eecf15dccb478eb
2012-11-03Don't bother with dbghelp and gdiplus when building 64-bitTor Lillqvist
Change-Id: I2671c1dc2994c4cb7d5aca24c8f312b3bd3034cb
2012-10-31remove GIT_REPO_NAMES (duplicated by GIT_NEEDED_SUBMODULES)Christian Lohmaier
use plain copy instead of git-new-workdir when using --with-linked-git configure switch (point it to your master copy of the core-repo) also remove obsolete bin/create_bootstrap_links, bin/mkworkdir and bin/repo-list[.in] Change-Id: I37028badf2c46a24a3d628e80476efe4dd365d06 Reviewed-on: https://gerrit.libreoffice.org/912 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-10-16submodules migrationNorbert Thiebaud
Change-Id: Ib3e472a4b1abf880f695be7a6667393d6a82f10d
2012-10-11ooo.lst: use more variablesMatúš Kukan
Change-Id: I478996c43d069648241d8c5cff64ff78b9230154
2012-10-09Revert "Win8 SDK no longer ships rebase.exe"Fridrich Štrba
This reverts commit 79fce4ddeb8b45fd047a97507051cd9ca4245f60. Conflicts: configure.in download Change-Id: Ica8691c5ff5d3e70538d029ed33a91621405af94
2012-10-07fix dbghelp.dll download againPeter Foley
Change-Id: I5992023a946301809b9708d9df29dd9cc1500b53
2012-10-07Win8 SDK no longer ships rebase.exePeter Foley
Change-Id: I3c4280ee53411f4914be8ebd4f41d1c1cec1ba97
2012-08-24gbuildize extrasDavid Tardon
Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a
2012-08-24fix conditionDavid Tardon
Change-Id: I5370bca6689d0d089a6862c70f45a95516e8531e
2012-08-24source the right fileDavid Tardon
Change-Id: Id378c5f0a6308964c3d8fb66184f32b72c67d685
2012-08-16fix gdiplus.dll extractionPeter Foley
Change-Id: I4220af58c48be5b411cc75875c121d1e2c133a00
2012-08-15fix broken download links for dbghelp.dll and gdiplus.dllPeter Foley
Change-Id: Icb567a848162bcee072476e817cc82278bddfd99
2012-04-16allow to download main source tarballs againPetr Mladek
The file "core.ver" was removed in configure together with other "core.*" files. It was ugly name. Better to use "sources.ver" and the variable "lo_sources_ver=..." The source version is not used in "unpack-sources", so do not source the .ver file at all. The source tarballs are put into "major.minor.micro" version subdirectory on the download site now.
2012-04-13unpack-sources, download: update for .xz source tarballsPetr Mladek
2012-03-18use /usr/bin/env bash instead of /bin/bashRobert Nagy
2012-03-09Enable Bash pipefail so that e.g. wget failure leads to download failureStephan Bergmann
2012-02-05coup de grace for Env.Host.sh and associated filesNorbert Thiebaud
2011-12-24prep work to eliminated Env.*.sh, introduce config_{host,build}.mkNorbert Thiebaud
This introduce config_host.mk and config_build.mk generated from config_host.mk.in The intent is for that file to be both sourcable in a shell and includable in a gnu Makefile. Eventually all the environment set-up will be in config_host.mk.in and so there won't be a need to source anything in shell before make.
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar
2011-12-15when using linked git, use the same branch as the main repoChristian Lohmaier
2011-12-11fix automatic download of dlls on windowsPeter Foley
2011-12-05no need to check for vcredist files, Windows installer don't use themAndras Timar
2011-11-30Avoid syntax error if $OXYGENOFFICE_PACK is undefinedTor Lillqvist
2011-11-29Add enable-oxygenoffice configure switchKalman Szalai - KAMI
Now only handling brand downloading
2011-11-04download: do not annoy me by creating bogus git-hooksMichael Stahl
2011-09-07update to latest version of vcredist fdo#40399Andras Timar
2011-08-13download: when run twice, do not create foo/foo symlinkLionel Elie Mamane
2011-08-07Added Russian language Lightproof moduleKalman Szalai - KAMI
* Added module * Remove versioned directories in scp2 module for Lightproof
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky
Conflicts: Makefile.in configure.in instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/inc/minor.mk
2011-07-25Change *Env.Set.sh to Env.Host.shTor Lillqvist
2011-07-21download and distribute latest vcredist_x64.exeAndras Timar
Microsoft Visual C++ 2008 SP1 Redistributable Package ATL Security Update ProductName = Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148 ProductCode = {4B6C7001-C7D6-3710-913E-5BC23FCE91E6}
2011-07-11bin/unpack-sources: new helper script for packaging LOPetr Mladek
move the source tarball unpacking from "download" into a separate script that could be called offline during LO packaging Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>
2011-06-13Reduce chatterTor Lillqvist
2011-06-11make the fetching of external dependencies a bit more 'lively'Luke Symes
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
Conflicts: configure.in distro-configs/LibreOfficeMacOSX.conf distro-configs/OxygenOfficeLinux.conf distro-configs/OxygenOfficeWin32.conf download instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/bin/modules/installer/download.pm solenv/gbuild/CppunitTest.mk solenv/inc/minor.mk solenv/inc/settings.mk
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
Conflicts: Makefile.in Repository.mk autogen.sh bin/lo-commit-stat configure.in distro-configs/LibreOfficeOpenBSD.conf distro-configs/LibreOfficeWin32.conf instsetoo_native/util/openoffice.lst ooo.lst.in scp2/source/ooo/module_langpack.ulf set_soenv.in solenv/bin/ooinstall solenv/gbuild/CppunitTest.mk solenv/gbuild/Library.mk solenv/gbuild/LinkTarget.mk solenv/gbuild/TargetLocations.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/solaris.mk solenv/gbuild/platform/unxgcc.mk solenv/gbuild/platform/windows.mk solenv/inc/minor.mk solenv/inc/settings.mk tail_build/prj/makefile.mk
2011-05-17Don't overwrite config.log from the configure scriptTor Lillqvist
2011-05-17More cross-compiling workTor Lillqvist
AC_SUBST also EXEEXT_FOR_BUILD and use that in Makefile.in. As winemv.set.sh is now called WindowsMSVCEnv.Set.sh, with capital E and S like all the others, we can simplify the glob pattern for the Set.sh file. Don't attempt to download and/or run unpackers for dependencies relevant only when using MSVC if using MinGW. Misc other Windows host vs. build fixes.
2011-05-16Fix some bashismsFrancois Tigeot
Equality tests with == are not posix-compliants. Only test = works with all /bin/sh shells.
2011-05-13Argh, it's just host, not host_aliasTor Lillqvist