summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-06-20 18:02:13 -0400
committerB. Stack <bgstack15@gmail.com>2023-06-20 18:02:13 -0400
commit3394e269a07dfadb039212c58e11688fc4685b75 (patch)
tree43db92f86ba15991c31b6a993e5ff3f254299e55
parentfix changelog (diff)
parentmmkv: fix branch in _service (diff)
downloadstackrpms-3394e269a07dfadb039212c58e11688fc4685b75.tar.gz
stackrpms-3394e269a07dfadb039212c58e11688fc4685b75.tar.bz2
stackrpms-3394e269a07dfadb039212c58e11688fc4685b75.zip
Merge branch 'makemkv-bump'
-rw-r--r--makemkv-bin/debian/_service6
-rw-r--r--makemkv-bin/debian/changelog12
-rw-r--r--makemkv-bin/debian/makemkv-bin+stackrpms.dsc2
-rw-r--r--makemkv-bin/debian/settings.conf.example4
-rw-r--r--makemkv-oss/debian/_service6
-rw-r--r--makemkv-oss/debian/changelog10
-rw-r--r--makemkv-oss/debian/makemkv-oss+stackrpms.dsc2
-rw-r--r--makemkv/makemkv.spec5
-rw-r--r--makemkv/settings.conf.example4
9 files changed, 37 insertions, 14 deletions
diff --git a/makemkv-bin/debian/_service b/makemkv-bin/debian/_service
index 60a6ed0..63e4e74 100644
--- a/makemkv-bin/debian/_service
+++ b/makemkv-bin/debian/_service
@@ -4,7 +4,7 @@
<param name="url">https://bgstack15.ddns.net/cgit/stackrpms</param>
<param name="subdir">makemkv-bin/debian</param>
<param name="filename">debian</param>
- <param name="revision">master</param>
+ <param name="revision">makemkv-bump</param>
<param name="version">_none_</param>
</service>
<service name="recompress">
@@ -18,7 +18,7 @@
<service name="download_url">
<param name="protocol">https</param>
<param name="host">makemkv.com</param>
- <param name="path">download/makemkv-bin-1.17.3.tar.gz</param>
- <param name="filename">makemkv-bin_1.17.3.orig.tar.gz</param>
+ <param name="path">download/makemkv-bin-1.17.4.tar.gz</param>
+ <param name="filename">makemkv-bin_1.17.4.orig.tar.gz</param>
</service>
</services>
diff --git a/makemkv-bin/debian/changelog b/makemkv-bin/debian/changelog
index 4992454..1b3692f 100644
--- a/makemkv-bin/debian/changelog
+++ b/makemkv-bin/debian/changelog
@@ -1,3 +1,13 @@
+makemkv-bin (1.17.4-1+stackrpms) obs; urgency=low
+
+ * Upstream updates
+ * Added support for AACS v81
+ * Small improvements and bugfixes
+ * Notable bug fixes:
+ * 4K BDAV discs with 4K-only content could fail to open
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 30 May 2023 08:25:22 -0400
+
makemkv-bin (1.17.3-1+stackrpms) obs; urgency=low
* Upstream updates
@@ -9,7 +19,7 @@ makemkv-bin (1.17.3-1+stackrpms) obs; urgency=low
* CellWalk scan faild on some DVDs
* Linux AArch64 version crashed on Raspberry PI3
- -- B. Stack <bgstack15@gmail.com> Mon, 06 Feb 2023 10:5:53 -0500
+ -- B. Stack <bgstack15@gmail.com> Mon, 06 Feb 2023 10:50:53 -0500
makemkv-bin (1.17.2-1+devuan) obs; urgency=low
diff --git a/makemkv-bin/debian/makemkv-bin+stackrpms.dsc b/makemkv-bin/debian/makemkv-bin+stackrpms.dsc
index 9bff19a..27f362f 100644
--- a/makemkv-bin/debian/makemkv-bin+stackrpms.dsc
+++ b/makemkv-bin/debian/makemkv-bin+stackrpms.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: makemkv-bin
Binary: makemkv-bin
Architecture: any
-Version: 1.17.3-1+stackrpms
+Version: 1.17.4-1+stackrpms
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 724ea1c..8685bc0 100644
--- a/makemkv-bin/debian/settings.conf.example
+++ b/makemkv-bin/debian/settings.conf.example
@@ -1,11 +1,11 @@
#
# MakeMKV settings file, written by MakeMKV v1.17.2 linux(x64-release)
-# suitable for version 1.17.3 as of 2023-02-06
+# suitable for version 1.17.4 as of 2023-05-30
# 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-XfRTmtyJuXTdHSV7RcYqmFGt559hkcvXagi6CazisNL7IQcCGder3nQ2Pw6dkOgAAE"
+app_Key = "T-LrMaMHZQshJkxCXaUIhAlwmQW3aFFsgWdR1MbMd43RUtQG8Qhijh2FEOBa5BjpQkv4"
app_PreferredLanguage = "eng"
app_ccextractor = ""
diff --git a/makemkv-oss/debian/_service b/makemkv-oss/debian/_service
index bd4ed63..162b3d7 100644
--- a/makemkv-oss/debian/_service
+++ b/makemkv-oss/debian/_service
@@ -4,7 +4,7 @@
<param name="url">https://bgstack15.ddns.net/cgit/stackrpms</param>
<param name="subdir">makemkv-oss/debian</param>
<param name="filename">debian</param>
- <param name="revision">master</param>
+ <param name="revision">makemkv-bump</param>
<param name="version">_none_</param>
</service>
<service name="recompress">
@@ -18,7 +18,7 @@
<service name="download_url">
<param name="protocol">https</param>
<param name="host">makemkv.com</param>
- <param name="path">download/makemkv-oss-1.17.3.tar.gz</param>
- <param name="filename">makemkv-oss_1.17.3.orig.tar.gz</param>
+ <param name="path">download/makemkv-oss-1.17.4.tar.gz</param>
+ <param name="filename">makemkv-oss_1.17.4.orig.tar.gz</param>
</service>
</services>
diff --git a/makemkv-oss/debian/changelog b/makemkv-oss/debian/changelog
index 4635064..46e7e30 100644
--- a/makemkv-oss/debian/changelog
+++ b/makemkv-oss/debian/changelog
@@ -1,3 +1,13 @@
+makemkv-oss (1.17.4-1+stackrpms) obs; urgency=low
+
+ * Upstream updates
+ * Added support for AACS v81
+ * Small improvements and bugfixes
+ * Notable bug fixes:
+ * 4K BDAV discs with 4K-only content could fail to open
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 30 May 2023 08:25:22 -0400
+
makemkv-oss (1.17.3-1+stackrpms) obs; urgency=low
* Upstream updates
diff --git a/makemkv-oss/debian/makemkv-oss+stackrpms.dsc b/makemkv-oss/debian/makemkv-oss+stackrpms.dsc
index bf6f159..05f76a8 100644
--- a/makemkv-oss/debian/makemkv-oss+stackrpms.dsc
+++ b/makemkv-oss/debian/makemkv-oss+stackrpms.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: makemkv-oss
Binary: makemkv-oss
Architecture: any
-Version: 1.17.3-1+stackrpms
+Version: 1.17.4-1+stackrpms
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://www.makemkv.com
Standards-Version: 4.1.4
diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec
index df851cd..6bf7a3a 100644
--- a/makemkv/makemkv.spec
+++ b/makemkv/makemkv.spec
@@ -15,7 +15,7 @@
Summary: DVD and Blu-ray to MKV converter and network streamer
Name: makemkv
-Version: 1.17.2
+Version: 1.17.4
Release: 10%{?dist}
License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+
URL: http://www.%{name}.com/
@@ -171,6 +171,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/libmmbd.so.0
%changelog
+* Tue May 30 2023 B. Stack <bgstack15@gmail.com> - 1.17.4-10
+- Update version
+
* Tue Oct 18 2022 B. Stack <bgstack15@gmail.com> - 1.17.2-10
- Update version
diff --git a/makemkv/settings.conf.example b/makemkv/settings.conf.example
index b6e9773..8685bc0 100644
--- a/makemkv/settings.conf.example
+++ b/makemkv/settings.conf.example
@@ -1,11 +1,11 @@
#
# MakeMKV settings file, written by MakeMKV v1.17.2 linux(x64-release)
-# suitable for version 1.17.2 as of 2022-10-18
+# suitable for version 1.17.4 as of 2023-05-30
# 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-@JHhXcz39jcunh8zpX9xpHF2ifU@UUwdYFjxeisULfpBJNt@Z1YBJaxFUCqp7G2VyQ"
+app_Key = "T-LrMaMHZQshJkxCXaUIhAlwmQW3aFFsgWdR1MbMd43RUtQG8Qhijh2FEOBa5BjpQkv4"
app_PreferredLanguage = "eng"
app_ccextractor = ""
bgstack15