0d0f140000b3b29caf5065bc803c497d527a6926
[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_PKG_VERSION@-dev (>= @GST_VERSION_REQUIRED@),
9                libgstreamer-plugins-base@GST_PKG_VERSION@-dev (>= @GST_PLUGINS_BASE_VERSION_REQUIRED@),
10                libgstreamer-plugins-bad@GST_PKG_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 @USE_ENCODERS_TRUE@ - `vaapiencode_mpeg2': encode bitstreams using VA-API (MPEG-2 codec)
28 @USE_ENCODERS_TRUE@ - `vaapiencode_h264': encode bitstreams using VA-API (H.264 codec)
29 @USE_GST_API_0_10_TRUE@ - `vaapiupload': convert from YUV pixels to VA surfaces
30 @USE_GST_API_0_10_TRUE@ - `vaapidownload': convert from VA surfaces to YUV pixels
31  - `vaapipostproc': postprocess VA surfaces, e.g. for deinterlacing
32  - `vaapisink': a VA-API based video sink
33
34 Package: gstreamer@GST_API_VERSION@-vaapi-doc
35 Architecture: all
36 Section: doc
37 Recommends: libgstvaapi@GST_API_VERSION@-dev (= ${source:Version})
38 Description: GStreamer VA-API documentation and manuals
39  This packages contains documentation for libraries and elements.
40
41 Package: gstreamer@GST_API_VERSION@-vaapi-dbg
42 Section: libdevel
43 Architecture: any
44 Depends: gstreamer@GST_API_VERSION@-vaapi (= ${Source-Version})
45 Description: VA-API plugins for GStreamer
46  VA-API support plugins for GStreamer.
47  .
48  This package contains the debug files.
49
50 Package: libgstvaapi@GST_VAAPI_MAJOR_VERSION@
51 Section: libs
52 Architecture: any
53 Depends: ${shlibs:Depends}, ${misc:Depends}
54 Description: GStreamer libraries from the "vaapi" set
55  VA-API support libraries for GStreamer.
56  .
57  This package contains common libraries for the "vaapi" set.
58
59 @USE_DRM_TRUE@Package: libgstvaapi-drm-@GST_VAAPI_MAJOR_VERSION@
60 @USE_DRM_TRUE@Section: libs
61 @USE_DRM_TRUE@Architecture: any
62 @USE_DRM_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
63 @USE_DRM_TRUE@Description: GStreamer libraries from the "vaapi" set
64 @USE_DRM_TRUE@ VA-API support libraries for GStreamer.
65 @USE_DRM_TRUE@ .
66 @USE_DRM_TRUE@ This package contains headless libraries for the "vaapi" set.
67
68 @USE_X11_TRUE@Package: libgstvaapi-x11-@GST_VAAPI_MAJOR_VERSION@
69 @USE_X11_TRUE@Section: libs
70 @USE_X11_TRUE@Architecture: any
71 @USE_X11_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
72 @USE_X11_TRUE@Description: GStreamer libraries from the "vaapi" set
73 @USE_X11_TRUE@ VA-API support libraries for GStreamer.
74 @USE_X11_TRUE@ .
75 @USE_X11_TRUE@ This package contains x11 libraries for the "vaapi" set.
76
77 @USE_GLX_TRUE@Package: libgstvaapi-glx-@GST_VAAPI_MAJOR_VERSION@
78 @USE_GLX_TRUE@Section: libs
79 @USE_GLX_TRUE@Architecture: any
80 @USE_GLX_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
81 @USE_GLX_TRUE@Description: GStreamer libraries from the "vaapi" set
82 @USE_GLX_TRUE@ VA-API support libraries for GStreamer.
83 @USE_GLX_TRUE@ .
84 @USE_GLX_TRUE@ This package contains glx libraries for the "vaapi" set.
85
86 @USE_WAYLAND_TRUE@Package: libgstvaapi-wayland-@GST_VAAPI_MAJOR_VERSION@
87 @USE_WAYLAND_TRUE@Section: libs
88 @USE_WAYLAND_TRUE@Architecture: any
89 @USE_WAYLAND_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
90 @USE_WAYLAND_TRUE@Description: GStreamer libraries from the "vaapi" set
91 @USE_WAYLAND_TRUE@ VA-API support libraries for GStreamer.
92 @USE_WAYLAND_TRUE@ .
93 @USE_WAYLAND_TRUE@ This package contains Wayland libraries for the "vaapi" set.
94
95 Package: libgstvaapi@GST_API_VERSION@-dev
96 Architecture: any
97 Section: libdevel
98 Depends: ${shlibs:Depends}, ${misc:Depends},
99 @USE_DRM_TRUE@   libgstvaapi-drm-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
100 @USE_X11_TRUE@   libgstvaapi-x11-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
101 @USE_GLX_TRUE@   libgstvaapi-glx-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
102 @USE_WAYLAND_TRUE@       libgstvaapi-wayland-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
103          libgstvaapi@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version})
104 Description: GStreamer development files for libraries from the "vaapi" set
105  GStreamer/VA-API development files.
106  .
107  This package contains development files for GStreamer libraries for
108  the "vaapi" set.