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:
Gwenole Beauchesne 2013-06-12 13:48:26 +01:00
parent 5fe72d9eff
commit d3de247b2e
3 changed files with 5 additions and 4 deletions

View file

@ -628,9 +628,10 @@ AC_CONFIG_FILES([
debian.upstream/gstreamer-vaapi-doc.install.in
debian.upstream/gstreamer$GST_API_VERSION-vaapi.install:\
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.install.in
debian.upstream/libgstvaapi-dev.install
debian.upstream/libgstvaapi-drm-$GST_VAAPI_MAJOR_VERSION.install:\
debian.upstream/libgstvaapi-drm.install.in
debian.upstream/libgstvaapi-glx-$GST_VAAPI_MAJOR_VERSION.install:\

View file

@ -26,8 +26,8 @@ DEBIANGENFILES = \
control \
gstreamer$(GST_API_VERSION)-vaapi-doc.install \
gstreamer$(GST_API_VERSION)-vaapi.install \
libgstvaapi$(GST_VAAPI_MAJOR_VERSION)-dev.install \
libgstvaapi$(GST_VAAPI_MAJOR_VERSION).install \
libgstvaapi-dev.install \
libgstvaapi-drm-$(GST_VAAPI_MAJOR_VERSION).install \
libgstvaapi-glx-$(GST_VAAPI_MAJOR_VERSION).install \
libgstvaapi-wayland-$(GST_VAAPI_MAJOR_VERSION).install \

View file

@ -32,7 +32,7 @@ Description: VA-API plugins for GStreamer
Package: gstreamer@GST_API_VERSION@-vaapi-doc
Architecture: all
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
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@ This package contains Wayland libraries for the "vaapi" set.
Package: libgstvaapi-dev
Package: libgstvaapi@GST_API_VERSION@-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends},