Imported Debian patch 1.4-3~trusty
[deb_x265.git] / debian / control.in
diff --git a/debian/control.in b/debian/control.in
new file mode 100644 (file)
index 0000000..434ba69
--- /dev/null
@@ -0,0 +1,73 @@
+Source: x265
+Section: libs
+Priority: optional
+Maintainer: Marshall Banana <djcj@gmx.de>
+Homepage: https://bitbucket.org/multicoreware/x265/wiki/Home
+Standards-Version: 3.9.5
+Build-Depends:
+ debhelper (>= 9),
+ cmake (>= 2.8.8),
+ python3-sphinx,
+ yasm (>= 1.2.0)
+Vcs-Browser: https://bitbucket.org/multicoreware/x265/src
+
+Package: x265
+Architecture: any
+Section: video
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: H.265/HEVC video encoder - frontend binary
+ library for encoding video using the High
+ Efficiency Video Coding (HEVC/H.265) standard.
+
+Package: libx265-@API@
+Architecture: any
+Pre-Depends:
+ ${misc:Pre-Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: H.265/HEVC video encoder - runtime files
+ library for encoding video using the High
+ Efficiency Video Coding (HEVC/H.265) standard.
+
+Package: libx265-dev
+Architecture: any
+Section: libdevel
+Depends:
+ ${misc:Depends},
+ libx265-@API@ (= ${binary:Version})
+Description: H.265/HEVC video encoder - development files
+ library for encoding video using the High
+ Efficiency Video Coding (HEVC/H.265) standard.
+ .
+ This package contains the static library and
+ headers used to build programs that use libx265-@API@.
+
+Package: x265-doc
+Architecture: all
+Section: doc
+Depends:
+ ${misc:Depends},
+ libjs-jquery (>= 1.4),
+ libjs-underscore
+Description: x265 documentation
+ library for encoding video using the High
+ Efficiency Video Coding (HEVC/H.265) standard.
+ .
+ This package contains the x265 documentation.
+
+Package: x265-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends:
+ ${misc:Depends},
+ x265 (= ${binary:Version}),
+ libx265-@API@ (= ${binary:Version})
+Description: debugging symbols for x265 and libx265
+ library for encoding video using the High
+ Efficiency Video Coding (HEVC/H.265) standard.
+ .
+ This package contains the debugging symbols for x265.