Commit | Line | Data |
---|---|---|
4d13a1de MB |
1 | Source: x265 |
2 | Section: libs | |
3 | Priority: optional | |
4 | Maintainer: Marshall Banana <djcj@gmx.de> | |
5 | Homepage: https://bitbucket.org/multicoreware/x265/wiki/Home | |
6 | Standards-Version: 3.9.5 | |
7 | Build-Depends: | |
8 | debhelper (>= 9), | |
9 | cmake (>= 2.8.8), | |
10 | python3-sphinx, | |
11 | yasm (>= 1.2.0) | |
12 | Vcs-Browser: https://bitbucket.org/multicoreware/x265/src | |
13 | ||
14 | Package: x265 | |
15 | Architecture: any | |
16 | Section: video | |
17 | Depends: | |
18 | ${misc:Depends}, | |
19 | ${shlibs:Depends} | |
20 | Description: H.265/HEVC video encoder - frontend binary | |
21 | library for encoding video using the High | |
22 | Efficiency Video Coding (HEVC/H.265) standard. | |
23 | ||
24 | Package: libx265-@API@ | |
25 | Architecture: any | |
26 | Pre-Depends: | |
27 | ${misc:Pre-Depends} | |
28 | Depends: | |
29 | ${misc:Depends}, | |
30 | ${shlibs:Depends} | |
31 | Description: H.265/HEVC video encoder - runtime files | |
32 | library for encoding video using the High | |
33 | Efficiency Video Coding (HEVC/H.265) standard. | |
34 | ||
35 | Package: libx265-dev | |
36 | Architecture: any | |
37 | Section: libdevel | |
38 | Depends: | |
39 | ${misc:Depends}, | |
40 | libx265-@API@ (= ${binary:Version}) | |
41 | Description: H.265/HEVC video encoder - development files | |
42 | library for encoding video using the High | |
43 | Efficiency Video Coding (HEVC/H.265) standard. | |
44 | . | |
45 | This package contains the static library and | |
46 | headers used to build programs that use libx265-@API@. | |
47 | ||
48 | Package: x265-doc | |
49 | Architecture: all | |
50 | Section: doc | |
51 | Depends: | |
52 | ${misc:Depends}, | |
53 | libjs-jquery (>= 1.4), | |
54 | libjs-underscore | |
55 | Description: x265 documentation | |
56 | library for encoding video using the High | |
57 | Efficiency Video Coding (HEVC/H.265) standard. | |
58 | . | |
59 | This package contains the x265 documentation. | |
60 | ||
61 | Package: x265-dbg | |
62 | Architecture: any | |
63 | Section: debug | |
64 | Priority: extra | |
65 | Depends: | |
66 | ${misc:Depends}, | |
67 | x265 (= ${binary:Version}), | |
68 | libx265-@API@ (= ${binary:Version}) | |
69 | Description: debugging symbols for x265 and libx265 | |
70 | library for encoding video using the High | |
71 | Efficiency Video Coding (HEVC/H.265) standard. | |
72 | . | |
73 | This package contains the debugging symbols for x265. |