summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-07-08 15:23:27 -0400
committerB. Stack <bgstack15@gmail.com>2021-07-08 15:25:01 -0400
commit5e01cbdfeb295c5baaebadaef74cd48e450984b4 (patch)
tree6ddc0cd918e7511fcb6abd5f314216f1e2f3ca0c
parentMerge branch 'notepadpp-bump' into 'master' (diff)
downloadstackrpms-5e01cbdfeb295c5baaebadaef74cd48e450984b4.tar.gz
stackrpms-5e01cbdfeb295c5baaebadaef74cd48e450984b4.tar.bz2
stackrpms-5e01cbdfeb295c5baaebadaef74cd48e450984b4.zip
makemkv 1.16.4 rc1
-rw-r--r--makemkv-bin/debian/changelog13
-rw-r--r--makemkv-bin/debian/makemkv-bin+devuan.dsc2
-rw-r--r--makemkv-bin/debian/settings.conf.example4
-rw-r--r--makemkv-oss/debian/changelog13
-rw-r--r--makemkv-oss/debian/makemkv-oss+devuan.dsc2
-rw-r--r--makemkv/README.md2
-rw-r--r--makemkv/makemkv.spec5
-rw-r--r--makemkv/settings.conf.example5
8 files changed, 38 insertions, 8 deletions
diff --git a/makemkv-bin/debian/changelog b/makemkv-bin/debian/changelog
index 2f67d3b..a250f93 100644
--- a/makemkv-bin/debian/changelog
+++ b/makemkv-bin/debian/changelog
@@ -1,3 +1,16 @@
+makemkv-bin (1.16.4-1+devuan) obs; urgency=low
+
+ * Much better support for discs with Java playlist obfuscation
+ * Any Java runtime version is now supported, including Java 16
+ * Mac OS: Support for Mac OS 12.0 Monterey
+ * Some small improvements
+ * Bug fixes:
+ - Program failed to recognize some AAC streams with exotic channel encoding
+ - Picture dimensions were displayed incorrectly for some exotic HEVC streams
+ - Conversion of some DVDs could fail at the very end of title
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 08 Jul 2021 15:21:05 -0400
+
makemkv-bin (1.16.3-1+devuan) obs; urgency=medium
* Some non-English messages were displayed incorrectly
diff --git a/makemkv-bin/debian/makemkv-bin+devuan.dsc b/makemkv-bin/debian/makemkv-bin+devuan.dsc
index 6c25f60..977c8cc 100644
--- a/makemkv-bin/debian/makemkv-bin+devuan.dsc
+++ b/makemkv-bin/debian/makemkv-bin+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: makemkv-bin
Binary: makemkv-bin
Architecture: any
-Version: 1.16.3-1+devuan
+Version: 1.16.4-1+devuan
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://www.makemkv.com
Standards-Version: 4.1.4
diff --git a/makemkv-bin/debian/settings.conf.example b/makemkv-bin/debian/settings.conf.example
index 4f04a88..f341676 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.16.3 linux(x64-release)
-# suitable for version 1.16.3 as of 2021-04-01
+# suitable for version 1.16.4 as of 2021-07-08
# 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-bzbIz9GKcA8KINjhv127mYiwwEuFmEiGa1aUNH7gdvOPCqvhQVXPnDdDlm62663Bo0"
+app_Key = "T-oDpQwQnTwMvNEFulk0bRciM7SWtVkY9ODCy8g8q1oHjUwZWkX0bkAPNZmCaKVNoWZv"
app_PreferredLanguage = "eng"
app_ccextractor = ""
diff --git a/makemkv-oss/debian/changelog b/makemkv-oss/debian/changelog
index 669d525..62e7bc6 100644
--- a/makemkv-oss/debian/changelog
+++ b/makemkv-oss/debian/changelog
@@ -1,3 +1,16 @@
+makemkv-oss (1.16.4-1+devuan) obs; urgency=low
+
+ * Much better support for discs with Java playlist obfuscation
+ * Any Java runtime version is now supported, including Java 16
+ * Mac OS: Support for Mac OS 12.0 Monterey
+ * Some small improvements
+ * Bug fixes:
+ - Program failed to recognize some AAC streams with exotic channel encoding
+ - Picture dimensions were displayed incorrectly for some exotic HEVC streams
+ - Conversion of some DVDs could fail at the very end of title
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 08 Jul 2021 15:21:05 -0400
+
makemkv-oss (1.16.3-1+devuan) obs; urgency=medium
* Some non-English messages were displayed incorrectly
diff --git a/makemkv-oss/debian/makemkv-oss+devuan.dsc b/makemkv-oss/debian/makemkv-oss+devuan.dsc
index efaf4cc..5a85acb 100644
--- a/makemkv-oss/debian/makemkv-oss+devuan.dsc
+++ b/makemkv-oss/debian/makemkv-oss+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: makemkv-oss
Binary: makemkv-oss
Architecture: any
-Version: 1.16.3-1+devuan
+Version: 1.16.4-1+devuan
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://www.makemkv.com
Standards-Version: 4.1.4
diff --git a/makemkv/README.md b/makemkv/README.md
index 58c49db..19a9106 100644
--- a/makemkv/README.md
+++ b/makemkv/README.md
@@ -9,7 +9,7 @@ As of makemkv 1.14.7, I am diverging from negativo17's spec file.
# Reverse dependency matrix
Distro | makemkv version
---------- | ---------------
-All | 1.14.7
+All | 1.16.4
# Differences from upstream
See file [stackrpms-makemkv.spec.diff](stackrpms-makemkv.spec.diff) which was last applied on version 1.14.5.
diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec
index 5f03e69..313a1eb 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.16.3
+Version: 1.16.4
Release: 10%{?dist}
License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+
URL: http://www.%{name}.com/
@@ -152,6 +152,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/libmmbd.so.0
%changelog
+* Thu Jul 08 2021 B. Stack <bgstack15@gmail.com> - 1.16.4-10
+- Update
+
* Thu Apr 01 2021 B. Stack <bgstack15@gmail.com> - 1.16.3-10
- Update
diff --git a/makemkv/settings.conf.example b/makemkv/settings.conf.example
index 33a8ec7..f341676 100644
--- a/makemkv/settings.conf.example
+++ b/makemkv/settings.conf.example
@@ -1,12 +1,13 @@
#
# MakeMKV settings file, written by MakeMKV v1.16.3 linux(x64-release)
-# suitable for version 1.16.3 as of 2021-04-01
+# suitable for version 1.16.4 as of 2021-07-08
# 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-bzbIz9GKcA8KINjhv127mYiwwEuFmEiGa1aUNH7gdvOPCqvhQVXPnDdDlm62663Bo0"
+app_Key = "T-oDpQwQnTwMvNEFulk0bRciM7SWtVkY9ODCy8g8q1oHjUwZWkX0bkAPNZmCaKVNoWZv"
app_PreferredLanguage = "eng"
app_ccextractor = ""
+
bgstack15