summaryrefslogtreecommitdiff
path: root/debian.upstream
diff options
context:
space:
mode:
Diffstat (limited to 'debian.upstream')
-rw-r--r--debian.upstream/Makefile.am12
-rw-r--r--debian.upstream/control.in60
-rw-r--r--debian.upstream/libgstvaapi-dev.install.in1
-rw-r--r--debian.upstream/libgstvaapi-drm.install.in1
-rw-r--r--debian.upstream/libgstvaapi-glx.install.in1
-rw-r--r--debian.upstream/libgstvaapi-wayland.install.in1
-rw-r--r--debian.upstream/libgstvaapi-x11.install.in1
-rw-r--r--debian.upstream/libgstvaapi.install.in1
8 files changed, 0 insertions, 78 deletions
diff --git a/debian.upstream/Makefile.am b/debian.upstream/Makefile.am
index fd5dad5b..ea97d158 100644
--- a/debian.upstream/Makefile.am
+++ b/debian.upstream/Makefile.am
@@ -12,12 +12,6 @@ DEBIANFILES = \
copyright \
gstreamer-vaapi-doc.install.in \
gstreamer-vaapi.install.in \
- libgstvaapi-dev.install.in \
- libgstvaapi-drm.install.in \
- libgstvaapi-glx.install.in \
- libgstvaapi-wayland.install.in \
- libgstvaapi-x11.install.in \
- libgstvaapi.install.in \
rules \
$(NULL)
@@ -26,12 +20,6 @@ DEBIANGENFILES = \
control \
gstreamer$(GST_API_VERSION)-vaapi-doc.install \
gstreamer$(GST_API_VERSION)-vaapi.install \
- libgstvaapi$(GST_PKG_VERSION)-dev.install \
- libgstvaapi$(GST_VAAPI_MAJOR_VERSION).install \
- libgstvaapi-drm-$(GST_VAAPI_MAJOR_VERSION).install \
- libgstvaapi-glx-$(GST_VAAPI_MAJOR_VERSION).install \
- libgstvaapi-wayland-$(GST_VAAPI_MAJOR_VERSION).install \
- libgstvaapi-x11-$(GST_VAAPI_MAJOR_VERSION).install \
$(NULL)
EXTRA_DIST = $(DEBIANFILES)
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.
diff --git a/debian.upstream/libgstvaapi-dev.install.in b/debian.upstream/libgstvaapi-dev.install.in
deleted file mode 100644
index 91ef83bd..00000000
--- a/debian.upstream/libgstvaapi-dev.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libgstvaapi*.so
diff --git a/debian.upstream/libgstvaapi-drm.install.in b/debian.upstream/libgstvaapi-drm.install.in
deleted file mode 100644
index 3b18b62e..00000000
--- a/debian.upstream/libgstvaapi-drm.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libgstvaapi-drm-@GST_API_VERSION@.so.*
diff --git a/debian.upstream/libgstvaapi-glx.install.in b/debian.upstream/libgstvaapi-glx.install.in
deleted file mode 100644
index c1001021..00000000
--- a/debian.upstream/libgstvaapi-glx.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libgstvaapi-glx-@GST_API_VERSION@.so.*
diff --git a/debian.upstream/libgstvaapi-wayland.install.in b/debian.upstream/libgstvaapi-wayland.install.in
deleted file mode 100644
index ce4b3dd6..00000000
--- a/debian.upstream/libgstvaapi-wayland.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libgstvaapi-wayland-@GST_API_VERSION@.so.*
diff --git a/debian.upstream/libgstvaapi-x11.install.in b/debian.upstream/libgstvaapi-x11.install.in
deleted file mode 100644
index ff05932a..00000000
--- a/debian.upstream/libgstvaapi-x11.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libgstvaapi-x11-@GST_API_VERSION@.so.*
diff --git a/debian.upstream/libgstvaapi.install.in b/debian.upstream/libgstvaapi.install.in
deleted file mode 100644
index f719a6f3..00000000
--- a/debian.upstream/libgstvaapi.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libgstvaapi-@GST_API_VERSION@.so.*