From d3de247b2ee3c89202808354a9f4a9e25030e2a0 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Wed, 12 Jun 2013 13:48:26 +0100 Subject: [PATCH] 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. --- configure.ac | 3 ++- debian.upstream/Makefile.am | 2 +- debian.upstream/control.in | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 3380626..b93165c 100644 --- a/configure.ac +++ b/configure.ac @@ -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:\ diff --git a/debian.upstream/Makefile.am b/debian.upstream/Makefile.am index f7e3349..07ada99 100644 --- a/debian.upstream/Makefile.am +++ b/debian.upstream/Makefile.am @@ -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 \ diff --git a/debian.upstream/control.in b/debian.upstream/control.in index cd51abc..2ee6225 100644 --- a/debian.upstream/control.in +++ b/debian.upstream/control.in @@ -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}, -- 2.7.4