From 4971265aea319446479daa7cd6446358613c6250 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 21 Nov 2019 16:19:08 -0500 Subject: 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. --- makemkv-oss/debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makemkv-oss/debian') diff --git a/makemkv-oss/debian/control b/makemkv-oss/debian/control index 4a1f0ed..09b2912 100644 --- a/makemkv-oss/debian/control +++ b/makemkv-oss/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: B Stack Build-Depends: debhelper (>=11~), libavcodec-dev, - libavcodec58 || libavcodec-extra58, + libavcodec58, libc6-dev, libexpat1-dev, libgl1-mesa-dev, @@ -14,6 +14,7 @@ Build-Depends: debhelper (>=11~), zlib1g-dev Standards-Version: 4.1.4 Homepage: https://www.makemkv.com +# libavcodec58 is listed only to prevent the "two choies available" error in obs. makemkv-oss handles the dependencies Package: makemkv-oss Architecture: any -- cgit