mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
debian: fix libgstvaapi -dev package name.
Fix libgstvaapi -dev package name so that to allow installation of both GStreamer 0.10 and 1.0.x based packages.
This commit is contained in:
parent
5fe72d9eff
commit
d3de247b2e
3 changed files with 5 additions and 4 deletions
|
@ -628,9 +628,10 @@ AC_CONFIG_FILES([
|
||||||
debian.upstream/gstreamer-vaapi-doc.install.in
|
debian.upstream/gstreamer-vaapi-doc.install.in
|
||||||
debian.upstream/gstreamer$GST_API_VERSION-vaapi.install:\
|
debian.upstream/gstreamer$GST_API_VERSION-vaapi.install:\
|
||||||
debian.upstream/gstreamer-vaapi.install.in
|
debian.upstream/gstreamer-vaapi.install.in
|
||||||
|
debian.upstream/libgstvaapi$GST_API_VERSION-dev.install:\
|
||||||
|
debian.upstream/libgstvaapi-dev.install.in
|
||||||
debian.upstream/libgstvaapi$GST_VAAPI_MAJOR_VERSION.install:\
|
debian.upstream/libgstvaapi$GST_VAAPI_MAJOR_VERSION.install:\
|
||||||
debian.upstream/libgstvaapi.install.in
|
debian.upstream/libgstvaapi.install.in
|
||||||
debian.upstream/libgstvaapi-dev.install
|
|
||||||
debian.upstream/libgstvaapi-drm-$GST_VAAPI_MAJOR_VERSION.install:\
|
debian.upstream/libgstvaapi-drm-$GST_VAAPI_MAJOR_VERSION.install:\
|
||||||
debian.upstream/libgstvaapi-drm.install.in
|
debian.upstream/libgstvaapi-drm.install.in
|
||||||
debian.upstream/libgstvaapi-glx-$GST_VAAPI_MAJOR_VERSION.install:\
|
debian.upstream/libgstvaapi-glx-$GST_VAAPI_MAJOR_VERSION.install:\
|
||||||
|
|
|
@ -26,8 +26,8 @@ DEBIANGENFILES = \
|
||||||
control \
|
control \
|
||||||
gstreamer$(GST_API_VERSION)-vaapi-doc.install \
|
gstreamer$(GST_API_VERSION)-vaapi-doc.install \
|
||||||
gstreamer$(GST_API_VERSION)-vaapi.install \
|
gstreamer$(GST_API_VERSION)-vaapi.install \
|
||||||
|
libgstvaapi$(GST_VAAPI_MAJOR_VERSION)-dev.install \
|
||||||
libgstvaapi$(GST_VAAPI_MAJOR_VERSION).install \
|
libgstvaapi$(GST_VAAPI_MAJOR_VERSION).install \
|
||||||
libgstvaapi-dev.install \
|
|
||||||
libgstvaapi-drm-$(GST_VAAPI_MAJOR_VERSION).install \
|
libgstvaapi-drm-$(GST_VAAPI_MAJOR_VERSION).install \
|
||||||
libgstvaapi-glx-$(GST_VAAPI_MAJOR_VERSION).install \
|
libgstvaapi-glx-$(GST_VAAPI_MAJOR_VERSION).install \
|
||||||
libgstvaapi-wayland-$(GST_VAAPI_MAJOR_VERSION).install \
|
libgstvaapi-wayland-$(GST_VAAPI_MAJOR_VERSION).install \
|
||||||
|
|
|
@ -32,7 +32,7 @@ Description: VA-API plugins for GStreamer
|
||||||
Package: gstreamer@GST_API_VERSION@-vaapi-doc
|
Package: gstreamer@GST_API_VERSION@-vaapi-doc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Section: doc
|
Section: doc
|
||||||
Recommends: libgstvaapi@GST_VAAPI_MAJOR_VERSION@-dev (= ${source:Version})
|
Recommends: libgstvaapi@GST_API_VERSION@-dev (= ${source:Version})
|
||||||
Description: GStreamer VA-API documentation and manuals
|
Description: GStreamer VA-API documentation and manuals
|
||||||
This packages contains documentation for libraries and elements.
|
This packages contains documentation for libraries and elements.
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ Description: GStreamer libraries from the "vaapi" set
|
||||||
@USE_WAYLAND_TRUE@ .
|
@USE_WAYLAND_TRUE@ .
|
||||||
@USE_WAYLAND_TRUE@ This package contains Wayland libraries for the "vaapi" set.
|
@USE_WAYLAND_TRUE@ This package contains Wayland libraries for the "vaapi" set.
|
||||||
|
|
||||||
Package: libgstvaapi-dev
|
Package: libgstvaapi@GST_API_VERSION@-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
|
|
Loading…
Reference in a new issue