summaryrefslogtreecommitdiff
path: root/makemkv-oss
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-15 14:37:43 -0500
committerB Stack <bgstack15@gmail.com>2020-12-15 14:37:43 -0500
commite2d5d060f415987758fec97d1a019358b208cff4 (patch)
tree07d2582a688560fd6573582d52874dab9e50652b /makemkv-oss
parentMerge branch 'notepadpp-bump' into 'master' (diff)
downloadstackrpms-e2d5d060f415987758fec97d1a019358b208cff4.tar.gz
stackrpms-e2d5d060f415987758fec97d1a019358b208cff4.tar.bz2
stackrpms-e2d5d060f415987758fec97d1a019358b208cff4.zip
makemkv 1.15.4
Diffstat (limited to 'makemkv-oss')
-rw-r--r--makemkv-oss/debian/changelog13
-rw-r--r--makemkv-oss/debian/control3
-rw-r--r--makemkv-oss/debian/makemkv-oss+devuan.dsc4
3 files changed, 17 insertions, 3 deletions
diff --git a/makemkv-oss/debian/changelog b/makemkv-oss/debian/changelog
index 66cf1c6..b60025b 100644
--- a/makemkv-oss/debian/changelog
+++ b/makemkv-oss/debian/changelog
@@ -1,3 +1,16 @@
+makemkv-oss (1.15.4-1+devuan) obs; urgency=medium
+
+ * Improved handling for discs with mastering errors
+ * Many internal improvements and small bugfixes
+ * Implemented seamless joining of TrueHD streams with overlapping frames based
+ on Dominik Mydlil's idea
+ * MakeMKV now recognizes and converts double-track Dolby Vision MKV files
+ * Bug fixes:
+ - Program could fail when processing TrueHD streams from MKV file
+ - DTS core was not extracted from DTS-HD streams (1.15.0 regression)
+
+ -- Ben Stack <bgstack15@gmail.com> Tue, 15 Dec 2020 14:19:45 -0500
+
makemkv-oss (1.15.3-1+devuan) obs; urgency=medium
* Massive internal rewrite, many bugfixes
diff --git a/makemkv-oss/debian/control b/makemkv-oss/debian/control
index ea641a9..e770175 100644
--- a/makemkv-oss/debian/control
+++ b/makemkv-oss/debian/control
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>=12~),
libc6-dev,
libexpat1-dev,
libgl1-mesa-dev,
- qt5-default,
+ qtbase5-dev,
+ qtchooser,
libssl-dev,
pkg-config,
zlib1g-dev
diff --git a/makemkv-oss/debian/makemkv-oss+devuan.dsc b/makemkv-oss/debian/makemkv-oss+devuan.dsc
index 765a691..795e6ad 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.3-1+devuan
+Version: 1.15.4-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: https://www.makemkv.com
Standards-Version: 4.1.4
-Build-Depends: debhelper (>= 12~), libavcodec-dev, 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, qtbase5-dev, qtchooser, libssl-dev, pkg-config, zlib1g-dev
Package-List:
makemkv-oss deb video optional arch=any
Files:
bgstack15