summaryrefslogtreecommitdiff
path: root/makemkv-bin/debian
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-11-23 20:28:53 +0000
committerB Stack <bgstack15@gmail.com>2019-11-23 20:28:53 +0000
commit7214e023bafc0e30126b54db05c435c5332f6f7d (patch)
tree608921c8e7440a5a99772fe1db434b128b240fc3 /makemkv-bin/debian
parentMerge branch 'updates' into 'master' (diff)
parentfix typo (diff)
downloadstackrpms-7214e023bafc0e30126b54db05c435c5332f6f7d.tar.gz
stackrpms-7214e023bafc0e30126b54db05c435c5332f6f7d.tar.bz2
stackrpms-7214e023bafc0e30126b54db05c435c5332f6f7d.zip
Merge branch 'veracrypt-dpkg' into 'master'
Fix OBS build errors See merge request bgstack15/stackrpms!100
Diffstat (limited to 'makemkv-bin/debian')
-rw-r--r--makemkv-bin/debian/changelog6
-rw-r--r--makemkv-bin/debian/control2
2 files changed, 8 insertions, 0 deletions
diff --git a/makemkv-bin/debian/changelog b/makemkv-bin/debian/changelog
index 51f03d6..35b6629 100644
--- a/makemkv-bin/debian/changelog
+++ b/makemkv-bin/debian/changelog
@@ -1,3 +1,9 @@
+makemkv-bin (1.14.5-2+devuan) obs; urgency=low
+
+ * Change build deps for OBS
+
+ -- B Stack <bgstack15@gmail.com> Thu, 21 Nov 2019 16:17:41 -0500
+
makemkv-bin (1.14.5-1+devuan) manual; urgency=low
* Update
diff --git a/makemkv-bin/debian/control b/makemkv-bin/debian/control
index fd4c301..e963bc3 100644
--- a/makemkv-bin/debian/control
+++ b/makemkv-bin/debian/control
@@ -3,9 +3,11 @@ Section: video
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=11~),
+ libavcodec58,
makemkv-oss
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-bin
Architecture: any
bgstack15