mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +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-dev.install.in
|
||||||
debian.upstream/libgstvaapi-x11-$GST_VAAPI_MAJOR_VERSION.install:\
|
debian.upstream/libgstvaapi-x11-$GST_VAAPI_MAJOR_VERSION.install:\
|
||||||
debian.upstream/libgstvaapi-x11.install.in
|
debian.upstream/libgstvaapi-x11.install.in
|
||||||
|
debian.upstream/libgstvaapi-glx-$GST_VAAPI_MAJOR_VERSION.install:\
|
||||||
|
debian.upstream/libgstvaapi-glx.install.in
|
||||||
docs/Makefile
|
docs/Makefile
|
||||||
docs/reference/Makefile
|
docs/reference/Makefile
|
||||||
docs/reference/libs/Makefile
|
docs/reference/libs/Makefile
|
||||||
|
|
|
@ -22,6 +22,8 @@ DEBIANFILES = \
|
||||||
libgstvaapi$(GST_VAAPI_MAJOR_VERSION)-dev.install \
|
libgstvaapi$(GST_VAAPI_MAJOR_VERSION)-dev.install \
|
||||||
libgstvaapi-x11.install.in \
|
libgstvaapi-x11.install.in \
|
||||||
libgstvaapi-x11-$(GST_VAAPI_MAJOR_VERSION).install \
|
libgstvaapi-x11-$(GST_VAAPI_MAJOR_VERSION).install \
|
||||||
|
libgstvaapi-glx.install.in \
|
||||||
|
libgstvaapi-glx-$(GST_VAAPI_MAJOR_VERSION).install \
|
||||||
rules \
|
rules \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
@ -33,6 +35,7 @@ DEBIANGENFILES = \
|
||||||
libgstvaapi$(GST_VAAPI_MAJOR_VERSION).install \
|
libgstvaapi$(GST_VAAPI_MAJOR_VERSION).install \
|
||||||
libgstvaapi$(GST_VAAPI_MAJOR_VERSION)-dev.install \
|
libgstvaapi$(GST_VAAPI_MAJOR_VERSION)-dev.install \
|
||||||
libgstvaapi-x11-$(GST_VAAPI_MAJOR_VERSION).install \
|
libgstvaapi-x11-$(GST_VAAPI_MAJOR_VERSION).install \
|
||||||
|
libgstvaapi-glx-$(GST_VAAPI_MAJOR_VERSION).install \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
|
|
@ -55,6 +55,15 @@ Description: GStreamer libraries from the "vaapi" set
|
||||||
.
|
.
|
||||||
This package contains x11 libraries for 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
|
Package: libgstvaapi@GST_VAAPI_MAJOR_VERSION@-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
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