debian: update control.in description for new plugins.
[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,
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  - `vaapisink': a VA-API based video sink
25
26 Package: gstreamer@GST_MAJORMINOR@-vaapi-doc
27 Architecture: all
28 Section: doc
29 Recommends: libgstvaapi@GST_VAAPI_MAJOR_VERSION@-dev (= ${source:Version})
30 Description: GStreamer VA-API documentation and manuals
31  This packages contains documentation for libraries and elements.
32
33 Package: gstreamer@GST_MAJORMINOR@-vaapi-dbg
34 Section: libdevel
35 Architecture: any
36 Depends: gstreamer@GST_MAJORMINOR@-vaapi (= ${Source-Version})
37 Description: VA-API plugins for GStreamer
38  VA-API support plugins for GStreamer.
39  .
40  This package contains the debug files.
41
42 Package: libgstvaapi@GST_VAAPI_MAJOR_VERSION@
43 Section: libs
44 Architecture: any
45 Depends: ${shlibs:Depends}, ${misc:Depends}
46 Description: GStreamer libraries from the "vaapi" set
47  VA-API support libraries for GStreamer.
48  .
49  This package contains common libraries for the "vaapi" set.
50
51 Package: libgstvaapi-x11-@GST_VAAPI_MAJOR_VERSION@
52 Section: libs
53 Architecture: any
54 Depends: ${shlibs:Depends}, ${misc:Depends}
55 Description: GStreamer libraries from the "vaapi" set
56  VA-API support libraries for GStreamer.
57  .
58  This package contains x11 libraries for the "vaapi" set.
59
60 Package: libgstvaapi-glx-@GST_VAAPI_MAJOR_VERSION@
61 Section: libs
62 Architecture: any
63 Depends: ${shlibs:Depends}, ${misc:Depends}
64 Description: GStreamer libraries from the "vaapi" set
65  VA-API support libraries for GStreamer.
66  .
67  This package contains glx libraries for the "vaapi" set.
68
69 Package: libgstvaapi-dev
70 Architecture: any
71 Section: libdevel
72 Depends: ${shlibs:Depends}, ${misc:Depends},
73          libgstvaapi@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
74          libgstvaapi-x11-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
75          libgstvaapi-glx-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version})
76 Description: GStreamer development files for libraries from the "vaapi" set
77  GStreamer/VA-API development files.
78  .
79  This package contains development files for GStreamer libraries for
80  the "vaapi" set.