summaryrefslogtreecommitdiff
path: root/makemkv-bin/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-11-21 16:19:08 -0500
committerB Stack <bgstack15@gmail.com>2019-11-21 16:19:08 -0500
commit4971265aea319446479daa7cd6446358613c6250 (patch)
treeaf64f30313aeeb36c1b4a997c688d400f70ca34e /makemkv-bin/debian/changelog
parentWIP: makemkv-oss try to fix build deps for obs (diff)
downloadstackrpms-4971265aea319446479daa7cd6446358613c6250.tar.gz
stackrpms-4971265aea319446479daa7cd6446358613c6250.tar.bz2
stackrpms-4971265aea319446479daa7cd6446358613c6250.zip
makemkv dpkgs: fix dependencies for obs
It appears two packages provide the libavcodec58-dev option: libavcodec58 and libavcodec-extra58. These two conflict, and apparently OBS chokes on the choice. So by making my packages pick one of them, obs can build them.
Diffstat (limited to 'makemkv-bin/debian/changelog')
-rw-r--r--makemkv-bin/debian/changelog6
1 files changed, 6 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
bgstack15