2013-03-20 10:44:10 +00:00
|
|
|
Source: gstreamer@GST_API_VERSION@-vaapi
|
2010-03-16 13:53:54 +00:00
|
|
|
Section: libs
|
|
|
|
Priority: optional
|
2011-10-19 12:43:56 +00:00
|
|
|
Maintainer: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
|
2010-03-16 13:53:54 +00:00
|
|
|
Build-Depends: debhelper (>= 5),
|
|
|
|
cdbs,
|
2012-06-30 20:55:05 +00:00
|
|
|
libglib2.0-dev (>= @GLIB_VERSION_REQUIRED@),
|
2013-03-20 10:44:10 +00:00
|
|
|
libgstreamer@GST_API_VERSION@-dev (>= @GST_VERSION_REQUIRED@),
|
|
|
|
libgstreamer-plugins-base@GST_API_VERSION@-dev (>= @GST_PLUGINS_BASE_VERSION_REQUIRED@),
|
|
|
|
libgstreamer-plugins-bad@GST_API_VERSION@-dev (>= @GST_PLUGINS_BAD_VERSION_REQUIRED@),
|
2012-09-28 15:38:17 +00:00
|
|
|
@USE_DRM_TRUE@ libdrm-dev, libudev-dev,
|
|
|
|
@USE_X11_TRUE@ libx11-dev, libxrandr-dev,
|
|
|
|
@USE_GLX_TRUE@ libgl-dev,
|
2012-09-28 15:39:43 +00:00
|
|
|
@USE_WAYLAND_TRUE@ libwayland-dev (>= @WAYLAND_API_VERSION@),
|
2011-12-07 13:17:32 +00:00
|
|
|
libva-dev (>= @LIBVA_PACKAGE_VERSION@)
|
2010-03-23 07:31:04 +00:00
|
|
|
Build-Depends-Indep: gtk-doc-tools (>= @GTKDOC_VERSION@)
|
2010-03-16 13:53:54 +00:00
|
|
|
Standards-Version: 3.7.2
|
|
|
|
|
2013-03-20 10:44:10 +00:00
|
|
|
Package: gstreamer@GST_API_VERSION@-vaapi
|
2010-03-16 13:53:54 +00:00
|
|
|
Section: libs
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
2013-03-20 10:44:10 +00:00
|
|
|
Suggests: gstreamer@GST_API_VERSION@-vaapi-doc
|
2010-03-16 13:53:54 +00:00
|
|
|
Description: VA-API plugins for GStreamer
|
|
|
|
This package contains GStreamer plugins for VA-API support:
|
2012-01-05 10:23:01 +00:00
|
|
|
- `vaapidecode': decode bitstreams using VA-API
|
2012-01-03 13:34:09 +00:00
|
|
|
- `vaapiupload': converts from YUV pixels to VA surfaces
|
2012-01-05 10:23:01 +00:00
|
|
|
- `vaapidownload': convert from VA surfaces to YUV pixels
|
2012-03-26 12:37:24 +00:00
|
|
|
- `vaapipostproc': postprocess VA surfaces, e.g. deinterlacing
|
2010-03-16 13:53:54 +00:00
|
|
|
- `vaapisink': a VA-API based video sink
|
|
|
|
|
2013-03-20 10:44:10 +00:00
|
|
|
Package: gstreamer@GST_API_VERSION@-vaapi-doc
|
2010-03-23 07:31:04 +00:00
|
|
|
Architecture: all
|
|
|
|
Section: doc
|
|
|
|
Recommends: libgstvaapi@GST_VAAPI_MAJOR_VERSION@-dev (= ${source:Version})
|
|
|
|
Description: GStreamer VA-API documentation and manuals
|
|
|
|
This packages contains documentation for libraries and elements.
|
|
|
|
|
2013-03-20 10:44:10 +00:00
|
|
|
Package: gstreamer@GST_API_VERSION@-vaapi-dbg
|
2010-03-16 13:53:54 +00:00
|
|
|
Section: libdevel
|
|
|
|
Architecture: any
|
2013-03-20 10:44:10 +00:00
|
|
|
Depends: gstreamer@GST_API_VERSION@-vaapi (= ${Source-Version})
|
2010-03-16 13:53:54 +00:00
|
|
|
Description: VA-API plugins for GStreamer
|
|
|
|
VA-API support plugins for GStreamer.
|
|
|
|
.
|
|
|
|
This package contains the debug files.
|
|
|
|
|
|
|
|
Package: libgstvaapi@GST_VAAPI_MAJOR_VERSION@
|
|
|
|
Section: libs
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Description: GStreamer libraries from the "vaapi" set
|
|
|
|
VA-API support libraries for GStreamer.
|
|
|
|
.
|
|
|
|
This package contains common libraries for the "vaapi" set.
|
|
|
|
|
2012-09-28 15:38:17 +00:00
|
|
|
@USE_DRM_TRUE@Package: libgstvaapi-drm-@GST_VAAPI_MAJOR_VERSION@
|
|
|
|
@USE_DRM_TRUE@Section: libs
|
|
|
|
@USE_DRM_TRUE@Architecture: any
|
|
|
|
@USE_DRM_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
@USE_DRM_TRUE@Description: GStreamer libraries from the "vaapi" set
|
|
|
|
@USE_DRM_TRUE@ VA-API support libraries for GStreamer.
|
|
|
|
@USE_DRM_TRUE@ .
|
|
|
|
@USE_DRM_TRUE@ This package contains headless libraries for the "vaapi" set.
|
2012-08-01 13:44:02 +00:00
|
|
|
|
2012-09-28 15:38:17 +00:00
|
|
|
@USE_X11_TRUE@Package: libgstvaapi-x11-@GST_VAAPI_MAJOR_VERSION@
|
|
|
|
@USE_X11_TRUE@Section: libs
|
|
|
|
@USE_X11_TRUE@Architecture: any
|
|
|
|
@USE_X11_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
@USE_X11_TRUE@Description: GStreamer libraries from the "vaapi" set
|
|
|
|
@USE_X11_TRUE@ VA-API support libraries for GStreamer.
|
|
|
|
@USE_X11_TRUE@ .
|
|
|
|
@USE_X11_TRUE@ This package contains x11 libraries for the "vaapi" set.
|
2010-03-16 13:53:54 +00:00
|
|
|
|
2012-09-28 15:38:17 +00:00
|
|
|
@USE_GLX_TRUE@Package: libgstvaapi-glx-@GST_VAAPI_MAJOR_VERSION@
|
|
|
|
@USE_GLX_TRUE@Section: libs
|
|
|
|
@USE_GLX_TRUE@Architecture: any
|
|
|
|
@USE_GLX_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
@USE_GLX_TRUE@Description: GStreamer libraries from the "vaapi" set
|
|
|
|
@USE_GLX_TRUE@ VA-API support libraries for GStreamer.
|
|
|
|
@USE_GLX_TRUE@ .
|
|
|
|
@USE_GLX_TRUE@ This package contains glx libraries for the "vaapi" set.
|
2010-03-29 14:50:52 +00:00
|
|
|
|
2012-09-28 15:38:17 +00:00
|
|
|
@USE_WAYLAND_TRUE@Package: libgstvaapi-wayland-@GST_VAAPI_MAJOR_VERSION@
|
|
|
|
@USE_WAYLAND_TRUE@Section: libs
|
|
|
|
@USE_WAYLAND_TRUE@Architecture: any
|
|
|
|
@USE_WAYLAND_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
@USE_WAYLAND_TRUE@Description: GStreamer libraries from the "vaapi" set
|
|
|
|
@USE_WAYLAND_TRUE@ VA-API support libraries for GStreamer.
|
|
|
|
@USE_WAYLAND_TRUE@ .
|
|
|
|
@USE_WAYLAND_TRUE@ This package contains Wayland libraries for the "vaapi" set.
|
2012-07-24 13:43:44 +00:00
|
|
|
|
2010-03-30 13:29:34 +00:00
|
|
|
Package: libgstvaapi-dev
|
2010-03-16 13:53:54 +00:00
|
|
|
Architecture: any
|
|
|
|
Section: libdevel
|
2010-05-13 07:19:21 +00:00
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
2012-09-28 15:38:17 +00:00
|
|
|
@USE_DRM_TRUE@ libgstvaapi-drm-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
|
|
|
|
@USE_X11_TRUE@ libgstvaapi-x11-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
|
|
|
|
@USE_GLX_TRUE@ libgstvaapi-glx-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
|
|
|
|
@USE_WAYLAND_TRUE@ libgstvaapi-wayland-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
|
|
|
|
libgstvaapi@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version})
|
2010-03-16 13:53:54 +00:00
|
|
|
Description: GStreamer development files for libraries from the "vaapi" set
|
|
|
|
GStreamer/VA-API development files.
|
|
|
|
.
|
|
|
|
This package contains development files for GStreamer libraries for
|
|
|
|
the "vaapi" set.
|