diff options
author | B Stack <bgstack15@gmail.com> | 2019-11-23 20:28:53 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-11-23 20:28:53 +0000 |
commit | 7214e023bafc0e30126b54db05c435c5332f6f7d (patch) | |
tree | 608921c8e7440a5a99772fe1db434b128b240fc3 /makemkv-oss | |
parent | Merge branch 'updates' into 'master' (diff) | |
parent | fix typo (diff) | |
download | stackrpms-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-oss')
-rw-r--r-- | makemkv-oss/debian/changelog | 6 | ||||
-rw-r--r-- | makemkv-oss/debian/control | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/makemkv-oss/debian/changelog b/makemkv-oss/debian/changelog index 3d2c9db..084217b 100644 --- a/makemkv-oss/debian/changelog +++ b/makemkv-oss/debian/changelog @@ -1,3 +1,9 @@ +makemkv-oss (1.14.5-2+devuan) obs; urgency=low + + * Change build deps for OBS + + -- B Stack <bgstack15@gmail.com> Thu, 21 Nov 2019 13:20:28 -0500 + makemkv-oss (1.14.5-1+devuan) manual; urgency=low * Update diff --git a/makemkv-oss/debian/control b/makemkv-oss/debian/control index 4b2e1d9..7c55684 100644 --- a/makemkv-oss/debian/control +++ b/makemkv-oss/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: B Stack <bgstack15@gmail.com> Build-Depends: debhelper (>=11~), libavcodec-dev, + libavcodec58, libc6-dev, libexpat1-dev, libgl1-mesa-dev, @@ -13,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 choices available" error in obs. makemkv-oss handles the dependencies Package: makemkv-oss Architecture: any |