From 5db7b1f6504f1bb6f71ac2454cf5c74a81324e0a Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 5 Oct 2020 11:17:44 -0400 Subject: makemkv 1.15.3 rc1 --- makemkv-bin/debian/changelog | 22 +++++++++++++++++++++- makemkv-bin/debian/control | 2 -- makemkv-bin/debian/makemkv-bin+devuan.dsc | 4 ++-- makemkv-bin/debian/settings.conf.example | 6 +++--- 4 files changed, 26 insertions(+), 8 deletions(-) (limited to 'makemkv-bin') diff --git a/makemkv-bin/debian/changelog b/makemkv-bin/debian/changelog index 4634094..3407d6b 100644 --- a/makemkv-bin/debian/changelog +++ b/makemkv-bin/debian/changelog @@ -1,3 +1,23 @@ +makemkv-bin (1.15.3-1+devuan) obs; urgency=medium + + * Massive internal rewrite, many bugfixes + * Improved handling for discs with mastering errors + * Brand new network code, it is now possible to set proxy server in + preferences, to access network over TOR/VPN + * MakeMKV now can extract Dolby Vision metadata from elementary stream data + and rebuild missing or invalid DV descriptors + * Drive speed control update - MakeMKV now forces low speed when reading data + around disc edges, working around firmware bugs + * Bug fixes: + - Program could hang or crash when converting files with many audio streams + - On some multi-segment sources with LPCM audio program failed to produce + MKV file + - Program could crash when producing testdump or when conversion failed + - On 32-bit x86 system program could run out of memory on big mult-segment + sources + + -- Ben Stack Mon, 05 Oct 2020 11:02:09 -0400 + makemkv-bin (1.15.2-1+devuan) obs; urgency=medium * Massive internal rewrite, some improvements and small bugfixes @@ -44,6 +64,6 @@ makemkv-bin (1.14.5-1+devuan) manual; urgency=low makemkv-bin (1.14.2-1+devuan) manual; urgency=low - * Initial release. + * Initial release. -- B Stack Sat, 02 Mar 2019 13:13:08 -0500 diff --git a/makemkv-bin/debian/control b/makemkv-bin/debian/control index cf01789..8d37d2e 100644 --- a/makemkv-bin/debian/control +++ b/makemkv-bin/debian/control @@ -3,11 +3,9 @@ Section: video Priority: optional Maintainer: B Stack Build-Depends: debhelper (>=12~), - libavcodec58, makemkv-oss Standards-Version: 4.1.4 Homepage: https://www.makemkv.com -# libavcodec58 is listed only to prevent the "two choices available" error in obs. makemkv-oss handles the dependencies Package: makemkv-bin Architecture: any diff --git a/makemkv-bin/debian/makemkv-bin+devuan.dsc b/makemkv-bin/debian/makemkv-bin+devuan.dsc index 3b43c14..3ddf409 100644 --- a/makemkv-bin/debian/makemkv-bin+devuan.dsc +++ b/makemkv-bin/debian/makemkv-bin+devuan.dsc @@ -2,11 +2,11 @@ Format: 3.0 (quilt) Source: makemkv-bin Binary: makemkv-bin Architecture: any -Version: 1.15.2-1+devuan +Version: 1.15.3-1+devuan Maintainer: B Stack Homepage: https://www.makemkv.com Standards-Version: 4.1.4 -Build-Depends: debhelper (>= 12~), libavcodec58, makemkv-oss +Build-Depends: debhelper (>= 12~), makemkv-oss Package-List: makemkv-bin deb video optional arch=any Files: diff --git a/makemkv-bin/debian/settings.conf.example b/makemkv-bin/debian/settings.conf.example index daa0535..026fead 100644 --- a/makemkv-bin/debian/settings.conf.example +++ b/makemkv-bin/debian/settings.conf.example @@ -1,12 +1,12 @@ # -# MakeMKV settings file, written by MakeMKV v1.15.1 linux(x64-release) -# suitable for version 1.15.2, expires 2020-08-31 +# MakeMKV settings file, written by MakeMKV v1.15.3 linux(x64-release) +# suitable for version 1.15.3, expires 2020-10-31 # However, I think now as of 1.15.2, the application will work without this app_Key value; if app_Key is left undefined the application should work. app_DestinationDir = "" app_InterfaceLanguage = "eng" app_Java = "" -app_Key = "T-pkCvTehL1cTwOH5BBwO2xs8kNUrpGUIEKolUqMgSr9pDasz0NCGOEsFbaFVK2V6Ux3" +app_Key = "T-vBv3hO43Xc4XQNhZZCbnodBarVeXHoa8yne@DeRCCQsm6V7twX3jDI@O8hDkqTUlQf" app_PreferredLanguage = "eng" app_ccextractor = "" -- cgit