Commit Graph

16 Commits

Author SHA1 Message Date
Moritz Bunkus
8606f3d6cf macOS build: set DocBook XSL root via configure 2017-02-19 16:56:12 +01:00
Moritz Bunkus
bddc6d06b5 macOS: explicitly limit rake's number of threads 2017-01-22 15:26:44 +01:00
Moritz Bunkus
2c3ab3edb1 docs, build scripts: convert further mentions of drake to rake 2017-01-08 21:22:06 +01:00
Moritz Bunkus
fbe41fa202 macOS: enforce minimum version 10.9 via MACOS_DEPLOYMENT_TARGET 2017-01-08 21:19:34 +01:00
Moritz Bunkus
d7b691b6f5 all: remove --check-for-updates command line option & dependency on CURL 2016-12-30 15:01:30 +01:00
Moritz Bunkus
c7d4682f4f packaging & docs: replace ChangeLog with NEWS.md 2016-12-29 19:52:07 +01:00
Moritz Bunkus
23f8b56eaf macOS build: compile with compatibility for Mavericks (10.9) or newer 2016-12-28 20:00:03 +01:00
Moritz Bunkus
9462425246 macOS build script: add Qt's Concurrent library to the DMG 2016-12-28 15:31:12 +01:00
Moritz Bunkus
a556d51994 MacOS build: update libvorbis, gettext, boost, Qt 2016-12-19 19:25:00 +01:00
Moritz Bunkus
1b5b466129 MacOS build: add "latest" symlink to DMG; fix DMG name for pre-builds 2016-10-29 00:43:50 +02:00
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
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
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
ded13bdd76 rename "build" directory to "tools" 2015-10-07 19:50:37 +02:00