diff options
-rw-r--r-- | makemkv-bin/debian/changelog | 22 | ||||
-rw-r--r-- | makemkv-bin/debian/control | 2 | ||||
-rw-r--r-- | makemkv-bin/debian/makemkv-bin+devuan.dsc | 4 | ||||
-rw-r--r-- | makemkv-bin/debian/settings.conf.example | 6 | ||||
-rw-r--r-- | makemkv-oss/debian/changelog | 20 | ||||
-rw-r--r-- | makemkv-oss/debian/control | 2 | ||||
-rw-r--r-- | makemkv-oss/debian/makemkv-oss+devuan.dsc | 4 | ||||
-rw-r--r-- | makemkv/makemkv.spec | 5 | ||||
-rw-r--r-- | makemkv/settings.conf.example | 6 |
9 files changed, 55 insertions, 16 deletions
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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> 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 = "" diff --git a/makemkv-oss/debian/changelog b/makemkv-oss/debian/changelog index 356cd02..66cf1c6 100644 --- a/makemkv-oss/debian/changelog +++ b/makemkv-oss/debian/changelog @@ -1,3 +1,23 @@ +makemkv-oss (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 <bgstack15@gmail.com> Mon, 05 Oct 2020 11:02:09 -0400 + makemkv-oss (1.15.2-1+devuan) obs; urgency=medium * Massive internal rewrite, some improvements and small bugfixes diff --git a/makemkv-oss/debian/control b/makemkv-oss/debian/control index 1a9b93a..ea641a9 100644 --- a/makemkv-oss/debian/control +++ b/makemkv-oss/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: B Stack <bgstack15@gmail.com> Build-Depends: debhelper (>=12~), libavcodec-dev, - libavcodec58, libc6-dev, libexpat1-dev, libgl1-mesa-dev, @@ -14,7 +13,6 @@ Build-Depends: debhelper (>=12~), zlib1g-dev 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-oss Architecture: any diff --git a/makemkv-oss/debian/makemkv-oss+devuan.dsc b/makemkv-oss/debian/makemkv-oss+devuan.dsc index 857af3f..765a691 100644 --- a/makemkv-oss/debian/makemkv-oss+devuan.dsc +++ b/makemkv-oss/debian/makemkv-oss+devuan.dsc @@ -2,11 +2,11 @@ Format: 3.0 (quilt) Source: makemkv-oss Binary: makemkv-oss Architecture: any -Version: 1.15.2-1+devuan +Version: 1.15.3-1+devuan Maintainer: B Stack <bgstack15@gmail.com> Homepage: https://www.makemkv.com Standards-Version: 4.1.4 -Build-Depends: debhelper (>= 12~), libavcodec-dev, libavcodec58, libc6-dev, libexpat1-dev, libgl1-mesa-dev, qt5-default, libssl-dev, pkg-config, zlib1g-dev +Build-Depends: debhelper (>= 12~), libavcodec-dev, libc6-dev, libexpat1-dev, libgl1-mesa-dev, qt5-default, libssl-dev, pkg-config, zlib1g-dev Package-List: makemkv-oss deb video optional arch=any Files: diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec index 5256ceb..9abca68 100644 --- a/makemkv/makemkv.spec +++ b/makemkv/makemkv.spec @@ -13,7 +13,7 @@ Summary: DVD and Blu-ray to MKV converter and network streamer Name: makemkv -Version: 1.15.2 +Version: 1.15.3 Release: 10%{?dist} License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+ URL: http://www.%{name}.com/ @@ -151,6 +151,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/libmmbd.so.0 %changelog +* Mon Oct 05 2020 B Stack <bgstack15@gmail.com> - 1.15.3-10 +- Update + * Thu Jul 23 2020 B Stack <bgstack15@gmail.com> - 1.15.2-10 - Update diff --git a/makemkv/settings.conf.example b/makemkv/settings.conf.example index daa0535..026fead 100644 --- a/makemkv/settings.conf.example +++ b/makemkv/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 = "" |