Add initial support for VA/DRM.
[platform/upstream/gstreamer-vaapi.git] / debian.upstream / control.in
1 Source: gstreamer@GST_MAJORMINOR@-vaapi
2 Section: libs
3 Priority: optional
4 Maintainer: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
5 Build-Depends: debhelper (>= 5),
6                cdbs,
7                libglib2.0-dev (>= @GLIB_VERSION_REQUIRED@),
8                libgstreamer@GST_MAJORMINOR@-dev (>= @GST_VERSION_REQUIRED@),
9                libgstreamer-plugins-base@GST_MAJORMINOR@-dev (>= @GST_PLUGINS_BASE_VERSION_REQUIRED@),
10                libva-dev (>= @LIBVA_PACKAGE_VERSION@)
11 Build-Depends-Indep: gtk-doc-tools (>= @GTKDOC_VERSION@)
12 Standards-Version: 3.7.2
13
14 Package: gstreamer@GST_MAJORMINOR@-vaapi
15 Section: libs
16 Architecture: any
17 Depends: ${shlibs:Depends}, ${misc:Depends}
18 Suggests: gstreamer@GST_MAJORMINOR@-vaapi-doc
19 Description: VA-API plugins for GStreamer
20  This package contains GStreamer plugins for VA-API support:
21  - `vaapidecode': decode bitstreams using VA-API
22  - `vaapiupload': converts from YUV pixels to VA surfaces 
23  - `vaapidownload': convert from VA surfaces to YUV pixels
24  - `vaapipostproc': postprocess VA surfaces, e.g. deinterlacing
25  - `vaapisink': a VA-API based video sink
26
27 Package: gstreamer@GST_MAJORMINOR@-vaapi-doc
28 Architecture: all
29 Section: doc
30 Recommends: libgstvaapi@GST_VAAPI_MAJOR_VERSION@-dev (= ${source:Version})
31 Description: GStreamer VA-API documentation and manuals
32  This packages contains documentation for libraries and elements.
33
34 Package: gstreamer@GST_MAJORMINOR@-vaapi-dbg
35 Section: libdevel
36 Architecture: any
37 Depends: gstreamer@GST_MAJORMINOR@-vaapi (= ${Source-Version})
38 Description: VA-API plugins for GStreamer
39  VA-API support plugins for GStreamer.
40  .
41  This package contains the debug files.
42
43 Package: libgstvaapi@GST_VAAPI_MAJOR_VERSION@
44 Section: libs
45 Architecture: any
46 Depends: ${shlibs:Depends}, ${misc:Depends}
47 Description: GStreamer libraries from the "vaapi" set
48  VA-API support libraries for GStreamer.
49  .
50  This package contains common libraries for the "vaapi" set.
51
52 Package: libgstvaapi-drm-@GST_VAAPI_MAJOR_VERSION@
53 Section: libs
54 Architecture: any
55 Depends: ${shlibs:Depends}, ${misc:Depends}
56 Description: GStreamer libraries from the "vaapi" set
57  VA-API support libraries for GStreamer.
58  .
59  This package contains headless libraries for the "vaapi" set.
60
61 Package: libgstvaapi-x11-@GST_VAAPI_MAJOR_VERSION@
62 Section: libs
63 Architecture: any
64 Depends: ${shlibs:Depends}, ${misc:Depends}
65 Description: GStreamer libraries from the "vaapi" set
66  VA-API support libraries for GStreamer.
67  .
68  This package contains x11 libraries for the "vaapi" set.
69
70 Package: libgstvaapi-glx-@GST_VAAPI_MAJOR_VERSION@
71 Section: libs
72 Architecture: any
73 Depends: ${shlibs:Depends}, ${misc:Depends}
74 Description: GStreamer libraries from the "vaapi" set
75  VA-API support libraries for GStreamer.
76  .
77  This package contains glx libraries for the "vaapi" set.
78
79 Package: libgstvaapi-wayland-@GST_VAAPI_MAJOR_VERSION@
80 Section: libs
81 Architecture: any
82 Depends: ${shlibs:Depends}, ${misc:Depends}
83 Description: GStreamer libraries from the "vaapi" set
84  VA-API support libraries for GStreamer.
85  .
86  This package contains Wayland libraries for the "vaapi" set.
87
88 Package: libgstvaapi-dev
89 Architecture: any
90 Section: libdevel
91 Depends: ${shlibs:Depends}, ${misc:Depends},
92          libgstvaapi@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
93          libgstvaapi-x11-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
94          libgstvaapi-glx-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version})
95 Description: GStreamer development files for libraries from the "vaapi" set
96  GStreamer/VA-API development files.
97  .
98  This package contains development files for GStreamer libraries for
99  the "vaapi" set.