debian: fix libgstvaapi -dev package name.
[platform/upstream/gstreamer-vaapi.git] / debian.upstream / control.in
1 Source: gstreamer@GST_API_VERSION@-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_API_VERSION@-dev (>= @GST_VERSION_REQUIRED@),
9                libgstreamer-plugins-base@GST_API_VERSION@-dev (>= @GST_PLUGINS_BASE_VERSION_REQUIRED@),
10                libgstreamer-plugins-bad@GST_API_VERSION@-dev (>= @GST_PLUGINS_BAD_VERSION_REQUIRED@),
11 @USE_DRM_TRUE@         libdrm-dev, libudev-dev,
12 @USE_X11_TRUE@         libx11-dev, libxrandr-dev,
13 @USE_GLX_TRUE@         libgl-dev,
14 @USE_WAYLAND_TRUE@             libwayland-dev (>= @WAYLAND_API_VERSION@),
15                libva-dev (>= @LIBVA_PACKAGE_VERSION@)
16 Build-Depends-Indep: gtk-doc-tools (>= @GTKDOC_VERSION@)
17 Standards-Version: 3.7.2
18
19 Package: gstreamer@GST_API_VERSION@-vaapi
20 Section: libs
21 Architecture: any
22 Depends: ${shlibs:Depends}, ${misc:Depends}
23 Suggests: gstreamer@GST_API_VERSION@-vaapi-doc
24 Description: VA-API plugins for GStreamer
25  This package contains GStreamer plugins for VA-API support:
26  - `vaapidecode': decode bitstreams using VA-API
27  - `vaapiupload': converts from YUV pixels to VA surfaces 
28  - `vaapidownload': convert from VA surfaces to YUV pixels
29  - `vaapipostproc': postprocess VA surfaces, e.g. deinterlacing
30  - `vaapisink': a VA-API based video sink
31
32 Package: gstreamer@GST_API_VERSION@-vaapi-doc
33 Architecture: all
34 Section: doc
35 Recommends: libgstvaapi@GST_API_VERSION@-dev (= ${source:Version})
36 Description: GStreamer VA-API documentation and manuals
37  This packages contains documentation for libraries and elements.
38
39 Package: gstreamer@GST_API_VERSION@-vaapi-dbg
40 Section: libdevel
41 Architecture: any
42 Depends: gstreamer@GST_API_VERSION@-vaapi (= ${Source-Version})
43 Description: VA-API plugins for GStreamer
44  VA-API support plugins for GStreamer.
45  .
46  This package contains the debug files.
47
48 Package: libgstvaapi@GST_VAAPI_MAJOR_VERSION@
49 Section: libs
50 Architecture: any
51 Depends: ${shlibs:Depends}, ${misc:Depends}
52 Description: GStreamer libraries from the "vaapi" set
53  VA-API support libraries for GStreamer.
54  .
55  This package contains common libraries for the "vaapi" set.
56
57 @USE_DRM_TRUE@Package: libgstvaapi-drm-@GST_VAAPI_MAJOR_VERSION@
58 @USE_DRM_TRUE@Section: libs
59 @USE_DRM_TRUE@Architecture: any
60 @USE_DRM_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
61 @USE_DRM_TRUE@Description: GStreamer libraries from the "vaapi" set
62 @USE_DRM_TRUE@ VA-API support libraries for GStreamer.
63 @USE_DRM_TRUE@ .
64 @USE_DRM_TRUE@ This package contains headless libraries for the "vaapi" set.
65
66 @USE_X11_TRUE@Package: libgstvaapi-x11-@GST_VAAPI_MAJOR_VERSION@
67 @USE_X11_TRUE@Section: libs
68 @USE_X11_TRUE@Architecture: any
69 @USE_X11_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
70 @USE_X11_TRUE@Description: GStreamer libraries from the "vaapi" set
71 @USE_X11_TRUE@ VA-API support libraries for GStreamer.
72 @USE_X11_TRUE@ .
73 @USE_X11_TRUE@ This package contains x11 libraries for the "vaapi" set.
74
75 @USE_GLX_TRUE@Package: libgstvaapi-glx-@GST_VAAPI_MAJOR_VERSION@
76 @USE_GLX_TRUE@Section: libs
77 @USE_GLX_TRUE@Architecture: any
78 @USE_GLX_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
79 @USE_GLX_TRUE@Description: GStreamer libraries from the "vaapi" set
80 @USE_GLX_TRUE@ VA-API support libraries for GStreamer.
81 @USE_GLX_TRUE@ .
82 @USE_GLX_TRUE@ This package contains glx libraries for the "vaapi" set.
83
84 @USE_WAYLAND_TRUE@Package: libgstvaapi-wayland-@GST_VAAPI_MAJOR_VERSION@
85 @USE_WAYLAND_TRUE@Section: libs
86 @USE_WAYLAND_TRUE@Architecture: any
87 @USE_WAYLAND_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
88 @USE_WAYLAND_TRUE@Description: GStreamer libraries from the "vaapi" set
89 @USE_WAYLAND_TRUE@ VA-API support libraries for GStreamer.
90 @USE_WAYLAND_TRUE@ .
91 @USE_WAYLAND_TRUE@ This package contains Wayland libraries for the "vaapi" set.
92
93 Package: libgstvaapi@GST_API_VERSION@-dev
94 Architecture: any
95 Section: libdevel
96 Depends: ${shlibs:Depends}, ${misc:Depends},
97 @USE_DRM_TRUE@   libgstvaapi-drm-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
98 @USE_X11_TRUE@   libgstvaapi-x11-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
99 @USE_GLX_TRUE@   libgstvaapi-glx-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
100 @USE_WAYLAND_TRUE@       libgstvaapi-wayland-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
101          libgstvaapi@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version})
102 Description: GStreamer development files for libraries from the "vaapi" set
103  GStreamer/VA-API development files.
104  .
105  This package contains development files for GStreamer libraries for
106  the "vaapi" set.