mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Add libgstvaapi-glx-0 package.
This commit is contained in:
parent
b4868f9f50
commit
28e2b37cfb
4 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 = \
|
||||
|
|
|
@ -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
|
||||
|
|
1
debian.upstream/libgstvaapi-glx.install.in
Normal file
1
debian.upstream/libgstvaapi-glx.install.in
Normal file
|
@ -0,0 +1 @@
|
|||
debian/tmp/usr/lib/libgstvaapi-glx-@GST_MAJORMINOR@.so.*
|
Loading…
Reference in a new issue