Update changelog.
[deb_x265.git] / debian / control.in
CommitLineData
4d13a1de
MB
1Source: x265
2Section: libs
3Priority: optional
4Maintainer: Marshall Banana <djcj@gmx.de>
5Homepage: https://bitbucket.org/multicoreware/x265/wiki/Home
6Standards-Version: 3.9.5
7Build-Depends:
8 debhelper (>= 9),
9 cmake (>= 2.8.8),
10 python3-sphinx,
18006ea4 11 yasm (>= 1.2.0) [any-i386]
4d13a1de
MB
12Vcs-Browser: https://bitbucket.org/multicoreware/x265/src
13
14Package: x265
15Architecture: any
16Section: video
17Depends:
18 ${misc:Depends},
19 ${shlibs:Depends}
20Description: H.265/HEVC video encoder - frontend binary
21 library for encoding video using the High
22 Efficiency Video Coding (HEVC/H.265) standard.
23
24Package: libx265-@API@
25Architecture: any
26Pre-Depends:
27 ${misc:Pre-Depends}
28Depends:
29 ${misc:Depends},
30 ${shlibs:Depends}
31Description: H.265/HEVC video encoder - runtime files
32 library for encoding video using the High
33 Efficiency Video Coding (HEVC/H.265) standard.
34
35Package: libx265-dev
36Architecture: any
37Section: libdevel
38Depends:
39 ${misc:Depends},
40 libx265-@API@ (= ${binary:Version})
41Description: 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
48Package: x265-doc
49Architecture: all
50Section: doc
51Depends:
52 ${misc:Depends},
53 libjs-jquery (>= 1.4),
54 libjs-underscore
55Description: 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
61Package: x265-dbg
62Architecture: any
63Section: debug
64Priority: extra
65Depends:
66 ${misc:Depends},
67 x265 (= ${binary:Version}),
68 libx265-@API@ (= ${binary:Version})
69Description: 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.