Commit Graph

97 Commits

Author SHA1 Message Date
Moritz Bunkus
067722bc96
switch from Boost's Date/Time library to std::chrono 2020-05-11 21:09:51 +02:00
Moritz Bunkus
7358023236
Windows build scripts: fix name of mxe's libdvdread package 2020-05-05 14:10:48 +02:00
Moritz Bunkus
881aafdeb1
CentOS 7: build with devtoolset 9 2020-05-04 15:13:47 +02:00
Moritz Bunkus
a8139750c5
build system: look for and use libdvdread if found
This library is required for reading chapters from DVDs.

Part of the implementation of #2808.
2020-05-03 11:53:20 +02:00
Moritz Bunkus
06e473abd2
bump version number, set release code name 2020-05-01 10:36:02 +02:00
Moritz Bunkus
e7951011a9
Debian/Ubuntu packaging: add qt5-default as requirement
If it's not installed, tool such as `moc` and `uic` won't work
properly, it seems.
2020-04-05 12:45:57 +02:00
Moritz Bunkus
d3d24901f8
bump version number, set release code name 2020-04-04 14:31:14 +02:00
Wagg13
734f91dee8 Update PortugueseBR.nsh 2020-03-28 22:34:49 +00:00
Andrei Stepanov
afca54e78b Update Russian.nsh 2020-03-28 21:11:42 +00:00
Moritz Bunkus
a784e54b7e
bump version number, set release code name 2020-03-08 19:05:18 +01:00
Moritz Bunkus
ed5480b4bb
MXE setup: use gcc 9; don't use ccache 2020-02-06 09:29:53 +01:00
Moritz Bunkus
e4ba4104b2
bump version number, set release code name 2020-01-26 14:46:02 +01:00
Moritz Bunkus
64b1c3d9b3
bump version number, set release code name 2020-01-02 12:53:11 +01:00
Moritz Bunkus
58877fab75
build system: add man page translations fr it ru zh_TW 2020-01-01 19:28:55 +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
080dfeda57
source: use std::regex instead of boost::regex 2019-12-31 15:53:03 +01:00
Moritz Bunkus
5cfb9422e7
installer: remove link to Inviska MKV Extract
The web site seems to be defunct: expired SSL certificate, domain
parking.

The project is still available on VideoHelp.com, but I don't want to
endorse a seemingly abandoned project and endanger users.

Fixes #2705.
2019-12-21 23:40:53 +01:00
Симеон Цветков
59bb731278 Update Bulgarian.nsh 2019-12-09 14:00:26 +00:00
Moritz Bunkus
f0f27f82a6
bump version number; set release code name 2019-12-06 18:29:23 +01:00
Moritz Bunkus
48c90b9443
CentOS packaging: build with EPEL's Boost 1.69.0 instead of self-built 2019-11-30 17:06:18 +01:00
Moritz Bunkus
9fb1d531f6
bump version number, set release code name 2019-11-09 11:19:51 +01:00
Moritz Bunkus
7ff5cdd26d
spec file: only require generic gcc-c++ package instead of version-specific one 2019-11-06 14:58:25 +01:00
Moritz Bunkus
8a2782a130
AppImage build: auto-detect devtoolset & Boost version to use 2019-11-05 21:57:28 +01:00
Moritz Bunkus
7b903f3af3
bump version number, set release code name 2019-11-04 21:53:17 +01:00
Moritz Bunkus
977bd029b7
installer: add Bulgarian translation file 2019-11-03 14:23:56 +01:00
Moritz Bunkus
78576c0d4a
integrate Bulgarian translation 2019-11-03 11:44:18 +01:00
Moritz Bunkus
208aa471f6
deb packaging: support Ubuntu 19.10 "Eoan"; drop support for older releases 2019-10-13 13:10:25 +02:00
Moritz Bunkus
b113981519
RPM spec: drop support for openSUSE 42.x 2019-10-13 11:45:33 +02:00
Moritz Bunkus
6d390b3af8
RPM spec: use devtoolset-8 on CentOS 7 2019-10-13 11:45:17 +02:00
Moritz Bunkus
8b26fb15ef
AppImage: handle ARGV0 being empty 2019-10-11 22:09:44 +02:00
Moritz Bunkus
2a83672513
AppImage: use "z" instead of "revision" in git file name
Allows sorting as intended (git revisions higher than releases) even
when simply sorting alphabetically.
2019-10-11 21:41:11 +02:00
Moritz Bunkus
ec80478f87
AppImage: don't use AppRun; set up environment in select-binary.sh instead
The original AppRun contains a hard-coded change to the current
working directory to the mounted installation. This made using
relative file names impossible. However, the MKVToolNix can be run
from anywhere and don't rely on the current working directory.

Fixes #2632.
2019-10-11 11:10:53 +02:00
Moritz Bunkus
c568460c1c
AppImage: fix converting git revision to version number 2019-10-11 10:46:07 +02:00
Moritz Bunkus
b1e1bd7b6e
macOS: add script for updating specs.sh for newer Qt 2019-10-07 11:51:50 +02:00
Moritz Bunkus
42aa03c09b
macOS: update Qt to 5.13.1 2019-10-07 11:51:35 +02:00
Moritz Bunkus
e98e1c6ec5
bump version number; set release codename 2019-10-06 14:10:16 +02:00
Moritz Bunkus
62716d8949
CentOS spec: add support for CentOS 8 2019-09-27 22:46:20 +02:00
Moritz Bunkus
8ec4021610
macOS build: enable C++17 instead of C++14 2019-09-27 15:52:23 +02:00
Moritz Bunkus
e43d58994b
macOS build: build Boost with same custom iconv as rest of MKVToolNix 2019-09-27 14:24:15 +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
c21ce571b2
macOS build: remove unused code for building OpenSSL 2019-08-29 19:46:45 +02:00
Moritz Bunkus
c8f74c82f1
bump version number, set release code name 2019-08-24 10:02:59 +02:00
Moritz Bunkus
41e3e941df
bump version number, set release code name 2019-08-10 16:18:29 +02:00
Roberto Boriotti
21c0fe439d
installer translations: update Italian 2019-08-08 20:28:28 +02:00
Moritz Bunkus
39f7b45d9f
RPM spec file: openSUSE: make rake dependency explicit
On 15.0 there's currently a problem with the "provides" for rubygem-rake.
2019-08-07 21:21:21 +02:00
Roberto Boriotti
7dde02b9a0
installer translations: update Italian 2019-08-07 18:11:50 +02:00
Moritz Bunkus
2054835cd7
bump version number, set release code name 2019-06-22 12:05:29 +02:00
Moritz Bunkus
61e272dd36
bump version number, set release code name 2019-05-18 13:19:23 +02:00
Moritz Bunkus
2556a08165
bump version number, set release code name 2019-04-15 00:03:55 +02:00
Moritz Bunkus
c3b611d6ee
bump version number, set release code name 2019-04-12 15:26:42 +02:00