Moritz Bunkus
1ea6e1abaf
mkvinfo: revert starting GUI by default; include mkvinfo-gui exe for that
...
This changes the mkvinfo executable back to not start the GUI by default
on all platforms. For Windows and MacOS a new executable mkvinfo-gui
will be built and included that does start the GUI by default.
2016-05-05 16:18:44 +02:00
Moritz Bunkus
c4194695ce
installer: don't install all the icon files
2016-05-04 20:38:21 +02:00
Moritz Bunkus
e0df9d4d64
populate_installer_dir: remove duplicate function
2016-05-04 19:37:38 +02:00
Moritz Bunkus
f22fc8b426
update_translation.rb: normalize po file after copying it
2016-04-10 15:22:19 +02:00
Moritz Bunkus
c8a20d52a4
Mac OS build: link with -headerpad_max_install_names
...
The executable headers on Mac OS contain paths to shared libraries. When
building the disk image these absolute paths must be changed into ones
relative to the executable's location so that the end user doesn't have
to install those libraries (Qt in this case) system-wide.
Unfortunately there may not be enough room in the headers for this
substitution. The additional linker flag "-headerpad_max_install_names"
forces the linker to reserve enough space.
2016-03-28 18:17:46 +02:00
Moritz Bunkus
e7ca4a314a
Mac OS: make SCRIPT_PATH absolute
2016-03-27 11:14:06 +02:00
Moritz Bunkus
741327c0e7
Mac OS: build Qt 5.5.1
2016-03-27 11:13:31 +02:00
Moritz Bunkus
d6843c86e0
Windows build script/doc: update name & URL of MXE project
2016-03-23 11:25:29 +01:00
Moritz Bunkus
c19c033c15
popuplate_installer_dir: support for digitally signing executables
2016-01-16 12:27:29 +01:00
Moritz Bunkus
5bc6727b46
rename add_po.rb to update_translations.rb
2016-01-08 13:08:27 +01:00
Moritz Bunkus
11ae3660a2
add_po.rb: fix support for Qt translation files that aren't named *base*
2015-11-25 21:14:59 +01:00
Moritz Bunkus
8764254b1d
saxon_process: inherit dir variables from parent script
2015-11-05 15:34:48 +01:00
Moritz Bunkus
2fbc0786ae
add script for generating a file list for the installer
2015-11-04 19:37:26 +01:00
Moritz Bunkus
a18557061a
populate_installer_dir: run Saxon in parallel
2015-11-04 19:37:26 +01:00
Moritz Bunkus
51b57c8659
add script for generating removal instructions for NSI
2015-11-04 15:45:53 +01:00
Moritz Bunkus
074347bbc6
Windows build instructions: remove obsolete configure arguments for Qt
2015-10-25 09:29:37 +01:00
Moritz Bunkus
5bf68802b1
populate_installer_dir: no hardcoded list of man page translations
2015-10-24 11:31:34 +02:00
Moritz Bunkus
830ccd17b9
populate_installer_dir: fix wrong variable name
2015-10-24 11:19:27 +02:00
Moritz Bunkus
78c033f41b
build system, docs: remove mentions of expat
...
Expat hasn't been used since the release of MKVToolNix v5.5.0.
2015-10-19 19:13:33 +02:00
Moritz Bunkus
609ef3b7fd
build system: add Catalan man page translation
2015-10-16 18:58:36 +02:00
Moritz Bunkus
c21b3f982a
add_po.rb: support for adding man page translations
2015-10-16 18:44:03 +02:00
Moritz Bunkus
ded13bdd76
rename "build" directory to "tools"
2015-10-07 19:50:37 +02:00