summaryrefslogtreecommitdiff
path: root/debian.upstream/control.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian.upstream/control.in')
-rw-r--r--debian.upstream/control.in60
1 files changed, 0 insertions, 60 deletions
diff --git a/debian.upstream/control.in b/debian.upstream/control.in
index ec60688f..a66e6c84 100644
--- a/debian.upstream/control.in
+++ b/debian.upstream/control.in
@@ -45,63 +45,3 @@ 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.