summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-06-12 13:48:26 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-06-12 13:50:23 +0100
commitd3de247b2ee3c89202808354a9f4a9e25030e2a0 (patch)
tree00a960f05b0915b7aaece204d124e0a7bf2d292d
parent5fe72d9eff4dd8f3d826d916b58c653a60ae263e (diff)
downloadgstreamer-vaapi-d3de247b2ee3c89202808354a9f4a9e25030e2a0.tar.gz
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.
-rw-r--r--configure.ac3
-rw-r--r--debian.upstream/Makefile.am2
-rw-r--r--debian.upstream/control.in4
3 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 3380626a..b93165c0 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 f7e33496..07ada99c 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 cd51abc4..2ee62254 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},