summaryrefslogtreecommitdiff
path: root/makemkv
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 /makemkv
parentMerge branch 'notepadpp-bump' into 'master' (diff)
downloadstackrpms-5e01cbdfeb295c5baaebadaef74cd48e450984b4.tar.gz
stackrpms-5e01cbdfeb295c5baaebadaef74cd48e450984b4.tar.bz2
stackrpms-5e01cbdfeb295c5baaebadaef74cd48e450984b4.zip
makemkv 1.16.4 rc1
Diffstat (limited to 'makemkv')
-rw-r--r--makemkv/README.md2
-rw-r--r--makemkv/makemkv.spec5
-rw-r--r--makemkv/settings.conf.example5
3 files changed, 8 insertions, 4 deletions
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