Commit Graph

4 Commits

Author SHA1 Message Date
Moritz Bunkus
1c68a5841f
GUI: use external resource file for Qt resources
The resource file has reached a size at which the C++ compiler
exhausts available virtual memory on some 32-bit architectures.

On Windows & macOS the GUI will look for the file in
`<folder_with_executables>/data/qt_resources.rcc`, and in the
directory set with `configure`'s `--datadir` parameter on other
systems (which usually means `/usr/share/mkvtoolnix`). The `install`
build system commands installs it into that folder.
2023-05-18 21:37:34 +02:00
Moritz Bunkus
7e0f170c1a
GUI: use Opus-in-WebM variants of the default GUI job sounds
My previous statement that WAV was the only widely supported format
seems to have been wrong, somewhat. WebM seems to be fine, too.
2022-04-09 13:58:28 +02:00
Moritz Bunkus
549ccc9b09
build system/Linux packaging: install AppStream metadata file 2018-08-09 15:22:33 +02:00
Moritz Bunkus
9e04c038f4
packaging: move all packaging files to packaging directory 2018-06-25 17:59:11 +02:00