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