diff --git a/configure.ac b/configure.ac index 7879b3f0a9..7d358b01e7 100644 --- a/configure.ac +++ b/configure.ac @@ -259,6 +259,8 @@ debian.upstream/libgstvaapi.install.in debian.upstream/libgstvaapi-dev.install.in debian.upstream/libgstvaapi-x11-$GST_VAAPI_MAJOR_VERSION.install:\ debian.upstream/libgstvaapi-x11.install.in + debian.upstream/libgstvaapi-glx-$GST_VAAPI_MAJOR_VERSION.install:\ +debian.upstream/libgstvaapi-glx.install.in docs/Makefile docs/reference/Makefile docs/reference/libs/Makefile diff --git a/debian.upstream/Makefile.am b/debian.upstream/Makefile.am index 93b9514d5d..74906e629d 100644 --- a/debian.upstream/Makefile.am +++ b/debian.upstream/Makefile.am @@ -22,6 +22,8 @@ DEBIANFILES = \ libgstvaapi$(GST_VAAPI_MAJOR_VERSION)-dev.install \ libgstvaapi-x11.install.in \ libgstvaapi-x11-$(GST_VAAPI_MAJOR_VERSION).install \ + libgstvaapi-glx.install.in \ + libgstvaapi-glx-$(GST_VAAPI_MAJOR_VERSION).install \ rules \ $(NULL) @@ -33,6 +35,7 @@ DEBIANGENFILES = \ libgstvaapi$(GST_VAAPI_MAJOR_VERSION).install \ libgstvaapi$(GST_VAAPI_MAJOR_VERSION)-dev.install \ libgstvaapi-x11-$(GST_VAAPI_MAJOR_VERSION).install \ + libgstvaapi-glx-$(GST_VAAPI_MAJOR_VERSION).install \ $(NULL) EXTRA_DIST = \ diff --git a/debian.upstream/control.in b/debian.upstream/control.in index ca4bd120eb..20301a87d0 100644 --- a/debian.upstream/control.in +++ b/debian.upstream/control.in @@ -55,6 +55,15 @@ Description: GStreamer libraries from the "vaapi" set . This package contains x11 libraries for the "vaapi" set. +Package: libgstvaapi-glx-@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 glx libraries for the "vaapi" set. + Package: libgstvaapi@GST_VAAPI_MAJOR_VERSION@-dev Architecture: any Section: libdevel diff --git a/debian.upstream/libgstvaapi-glx.install.in b/debian.upstream/libgstvaapi-glx.install.in new file mode 100644 index 0000000000..cd7352a2b4 --- /dev/null +++ b/debian.upstream/libgstvaapi-glx.install.in @@ -0,0 +1 @@ +debian/tmp/usr/lib/libgstvaapi-glx-@GST_MAJORMINOR@.so.*