summaryrefslogtreecommitdiff
path: root/makemkv-bin/debian/control
blob: e963bc33b24e06a08781677c351086a390af3c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: makemkv-bin
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
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Convert video into free and patents-unencumbered format.
 MakeMKV is a format converter, otherwise called "transcoder". It converts
 the video clips from proprietary (and usually encrypted) disc into a set of
 MKV files, preserving most information but not changing it in any way.
bgstack15