Commit Graph

15 Commits

Author SHA1 Message Date
Moritz Bunkus
d87bafe3dc
rename xvc_dump to xyzvc_dump
XVC is an abbreviation for an existing video codec (Extreme Video
Coding). This tool has nothing to do with that codec.
2023-11-20 11:41:17 +01:00
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
bff1469dd2
Windows installer: don't try to install mkvtoolnix.xml man pages 2022-04-23 21:15:21 +02:00
Moritz Bunkus
55c68c79e5
Windows installer: don't install mkvtoolnix.exe wrapper for the time being 2022-03-13 22:10:38 +01:00
Moritz Bunkus
6c84708d4b
Windows installer: include 'mkvtoolnix' executable 2022-03-12 22:04:37 +01:00
Moritz Bunkus
c8cf655933
Windows installer: support for installing Qt6 translations 2022-03-05 12:33:16 +01:00
Moritz Bunkus
e1cfea7851
packaging: include bluray_dump, ebml_validator, hevcc_dump, xvc_dump in all packages 2021-09-05 11:07:44 +02:00
Moritz Bunkus
0075ce2d62
installer: fix usage of deprecated arguments for xargs 2021-06-16 20:05:12 +02:00
Moritz Bunkus
4108cfe65a
remove remaining traces of support for bz2 & lzo 2021-06-16 19:57:00 +02:00
Moritz Bunkus
80cbad698d
remove usage of the magic library
Part of the fix of #3137.
2021-06-16 16:42:01 +02:00
Moritz Bunkus
1b1f98b06c
Windows installer: install bluray_dump tool in "tools" sub-dir 2021-01-10 15:22:43 +01:00
Moritz Bunkus
7f3d89d9e6
build system: optionally link against Dr. MinGW's crash backtrace library 2018-09-11 19:13:31 +02:00
Moritz Bunkus
bdd78e1070
populate installer dir: don't overwrite no_strip/is_shared if set 2018-08-31 17:57:15 +02:00
Moritz Bunkus
b2e5c4bc8f
installer: fix paths after move to packaging sub-directory 2018-06-25 19:14:15 +02:00
Moritz Bunkus
9e04c038f4
packaging: move all packaging files to packaging directory 2018-06-25 17:59:11 +02:00