summaryrefslogtreecommitdiff
path: root/makemkv-oss
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-05 11:17:44 -0400
committerB Stack <bgstack15@gmail.com>2020-10-05 11:17:44 -0400
commit5db7b1f6504f1bb6f71ac2454cf5c74a81324e0a (patch)
tree8f4faa7d201c73d609553b0a5a7bdb2a949a4c69 /makemkv-oss
parentMerge branch 'palemoon-bump' into master (diff)
downloadstackrpms-5db7b1f6504f1bb6f71ac2454cf5c74a81324e0a.tar.gz
stackrpms-5db7b1f6504f1bb6f71ac2454cf5c74a81324e0a.tar.bz2
stackrpms-5db7b1f6504f1bb6f71ac2454cf5c74a81324e0a.zip
makemkv 1.15.3 rc1
Diffstat (limited to 'makemkv-oss')
-rw-r--r--makemkv-oss/debian/changelog20
-rw-r--r--makemkv-oss/debian/control2
-rw-r--r--makemkv-oss/debian/makemkv-oss+devuan.dsc4
3 files changed, 22 insertions, 4 deletions
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:
bgstack15