Commit Graph

12 Commits

Author SHA1 Message Date
Moritz Bunkus
be03a25a0b
macOS: support for building on 12 Monterey with XCode 14 & Qt 6.4.x 2023-02-08 20:03:53 +01:00
Moritz Bunkus
b947762a71
macOS build: set default target directory ~/opt 2022-11-13 15:00:17 +01:00
Moritz Bunkus
0e9aa3d49e
macOS: target 10.15 for deployment due to std::filesystem 2021-02-20 00:18:33 +01:00
Moritz Bunkus
2b936d9cc0
macOS build: fix directory names on my current build installation 2020-12-11 19:14:03 +01:00
Moritz Bunkus
ce3bdf3c9d
macOS: require 10.14 or newer
Several functions of `std::optional` are only available
on Mojave (10.14) and newer, unfortunately.
2019-12-31 16:08:55 +01:00
Moritz Bunkus
42aa03c09b
macOS: update Qt to 5.13.1 2019-10-07 11:51:35 +02:00
Moritz Bunkus
8ec4021610
macOS build: enable C++17 instead of C++14 2019-09-27 15:52:23 +02:00
Moritz Bunkus
d1f51d7378
macOS build: update several libraries
• Boost 1.67.0 → 1.71.0
• cmark 0.28.3 → 0.29.0
• FLAC 1.3.2 → 1.3.3
• gettext 0.19.8.1 → 0.20
• iconv 1.15 → 1.16
• Qt 5.12.1 → 5.12.4
2019-08-29 19:46:52 +02:00
Moritz Bunkus
71865d9081
macOS build: don't use visibility compiler flags
According to issue #2508 a self-compiled version of `mkvextract`
misbehaves if the option `-fvisibility=hidden` is used. As building my
own DMG without the option works just fine, and as the resulting
programs work fine, too, I'll simply drop both flags from the build
process altogether.

Fixes #2508.
2019-02-13 13:35:49 +01:00
Moritz Bunkus
ba36af83f6
macOS: build against Qt 5.12.1 2019-02-03 12:51:46 +01:00
Moritz Bunkus
b6393350ab
macOS build: update Qt to 5.12.0 2018-12-12 09:15:37 +01:00
Moritz Bunkus
9e04c038f4
packaging: move all packaging files to packaging directory 2018-06-25 17:59:11 +02:00