mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
0311c7c8af
This patch only removes the support of gstreamer-0.10 in the autotools scripts. No other files are touched. The configuration parameter --gstreamer-api was deleted since now it is always auto-detected. The verification of vmethod query in GstBaseSinkClass was removed since it was added in gstreamer 0.10.35. The same case for GstVideoOverlayComposition and its format flags. The precious variable GST_PLUGIN_PATH was removed, while GST_PLUGIN_PATH_1_0 remained. The automake files were changed accordingly. Removed, in debian/control, the vaapiupload and vaapidownload descriptions. https://bugzilla.gnome.org/show_bug.cgi?id=732666 https://bugzilla.gnome.org/show_bug.cgi?id=745728 Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
106 lines
4.5 KiB
Text
106 lines
4.5 KiB
Text
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@)
|
|
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.
|
|
|
|
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.
|
|
|
|
@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.
|
|
|
|
@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.
|
|
|
|
@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.
|
|
|
|
@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.
|
|
|
|
Package: libgstvaapi@GST_PKG_VERSION@-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
|
@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})
|
|
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.
|