summaryrefslogtreecommitdiff
path: root/makemkv-oss/debian/control
blob: 09b29122df4c495c82b088f39a98cb7acc852347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: makemkv-oss
Section: video
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=11~),
   libavcodec-dev,
   libavcodec58,
   libc6-dev,
   libexpat1-dev,
   libgl1-mesa-dev,
   qt5-default,
   libssl-dev,
   pkg-config,
   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
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: makemkv open source components
 MakeMKV is a format converter. This package provides the open source
 bits needed for building and operation.
bgstack15