summaryrefslogtreecommitdiff
path: root/debian.upstream/control.in
blob: a66e6c8447ccd5ce6da5ea6c5f6a7dc84baa7477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: gstreamer@GST_API_VERSION@-vaapi
Section: libs
Priority: optional
Maintainer: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Build-Depends: debhelper (>= 5),
	       cdbs,
	       libglib2.0-dev (>= @GLIB_VERSION_REQUIRED@),
	       libgstreamer@GST_PKG_VERSION@-dev (>= @GST_VERSION_REQUIRED@),
	       libgstreamer-plugins-base@GST_PKG_VERSION@-dev (>= @GST_PLUGINS_BASE_VERSION_REQUIRED@),
	       libgstreamer-plugins-bad@GST_PKG_VERSION@-dev (>= @GST_PLUGINS_BAD_VERSION_REQUIRED@),
@USE_DRM_TRUE@	       libdrm-dev, libudev-dev,
@USE_X11_TRUE@	       libx11-dev, libxrandr-dev,
@USE_GLX_TRUE@	       libgl-dev,
@USE_WAYLAND_TRUE@	       libwayland-dev (>= @WAYLAND_API_VERSION@),
	       libva-dev (>= @LIBVA_PACKAGE_VERSION@),
	       yasm
Build-Depends-Indep: gtk-doc-tools (>= @GTKDOC_VERSION@)
Standards-Version: 3.7.2

Package: gstreamer@GST_API_VERSION@-vaapi
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gstreamer@GST_API_VERSION@-vaapi-doc
Description: VA-API plugins for GStreamer
 This package contains GStreamer plugins for VA-API support:
 - `vaapidecode': decode bitstreams using VA-API
@USE_ENCODERS_TRUE@ - `vaapiencode_mpeg2': encode bitstreams using VA-API (MPEG-2 codec)
@USE_ENCODERS_TRUE@ - `vaapiencode_h264': encode bitstreams using VA-API (H.264 codec)
 - `vaapipostproc': postprocess VA surfaces, e.g. for deinterlacing
 - `vaapisink': a VA-API based video sink

Package: gstreamer@GST_API_VERSION@-vaapi-doc
Architecture: all
Section: doc
Recommends: libgstvaapi@GST_API_VERSION@-dev (= ${source:Version})
Description: GStreamer VA-API documentation and manuals
 This packages contains documentation for libraries and elements.

Package: gstreamer@GST_API_VERSION@-vaapi-dbg
Section: libdevel
Architecture: any
Depends: gstreamer@GST_API_VERSION@-vaapi (= ${Source-Version})
Description: VA-API plugins for GStreamer
 VA-API support plugins for GStreamer.
 .
 This package contains the debug files.